/*
-------------------------------------------------------------------
Theme Name: Lvly
Theme URI: http://lvly.themewaves.com/
Description: Creative Multi-Purpose WordPress Theme
Author: ThemeWaves
Author URI: http://www.themewaves.com
Version: 1.0.3
Text Domain: lvly
Domain Path: /languages
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, theme-options, sticky-post, post-formats, flexible-header, featured-images, custom-menu, four-columns, three-columns, two-columns, one-column
*/

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

[Table of contents]

1. Base / Typography / Body / Links forms
2. Header & Logo
3. Elements
4. Footer
5. Uikit Override
6. Background Overlay
7. Other Helper
        
-------------------------------------------------------------------*/

/* Base CSS */

body {
  display: block;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.72;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto";
  margin: 0 0 10px;
  color: #414141;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

a {
  color: #999;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

a:hover {
  color: #414141;
  text-decoration: none;
}

input,
.button,
select,
textarea,
.uk-input,
.uk-select,
.uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 20px;
  background: #f0f0f0;
  color: #666;
  border-color: transparent;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  font-size: 10px;
  letter-spacing: 0;
  cursor: text;
}

input:focus,
select:focus,
textarea:focus,
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  background-color: #e6e6e6;
  outline: none;
}

.button:focus {
  outline: none;
}

select,
.button:hover {
  cursor: pointer;
}

textarea,
.uk-textarea {
  padding: 15px 20px;
}

input,
.button,
.uk-input,
select:not([multiple]):not([size]),
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  line-height: 38px;
}

select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

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

input[type="submit"] {
  cursor: pointer;
  width: auto;
  height: 30px;
  color: #fff;
  padding: 0 35px;
  line-height: 28px;
  border-radius: 15px;
  background-color: #ccc;
  font-size: 10px;
  letter-spacing: 0;
}

input[type="submit"]:hover {
  background-color: #151515;
  color: #fff;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  color: #414141;
}

p:last-child {
  margin-bottom: 0;
}

blockquote {
  font-size: 16px;
  font-style: normal;

  letter-spacing: 0;
  padding: 25px 30px;
  position: relative;
  text-align: center;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

blockquote.tw-narrow {
  max-width: 260px;
  margin-bottom: 0;
}

blockquote.tw-narrow.uk-align-left {
  margin-left: -20px;
  margin-right: 20px;
}

blockquote.tw-narrow.uk-align-right {
  margin-right: -20px;
  margin-left: 20px;
}

blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 50px;
  height: 50px;
  color: #e6e6e6;
  top: 50%;
  margin-top: -25px;
  left: 0;
  content: "\“";
}

blockquote:after {
  content: "\”";
  left: auto;
  right: 0;
}

/* Twitter BlockQuote */

.blockquote-tweet {
  background-color: #222;
  text-transform: none;
  letter-spacing: 0;
  padding: 85px 50px 22px;
  margin-bottom: 0;
  color: #fff;
}

.blockquote-tweet:before,
.blockquote-tweet:after {
  content: "";
}

.blockquote-tweet .icon-twitter {
  color: #1da1f2;
  font-size: 24px;
}

.blockquote-tweet .tweet-user {
  margin-bottom: 35px;
}

.blockquote-tweet .tweet-user a {
  color: #999;
}

.blockquote-tweet p {
  margin: 15px 0;
  font-size: 17px;
}

/* ------------ WordPress Core ------------- */

.alignnone {
  margin: 5px 20px 10px 0;
}

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

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

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

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

.aligncenter:first-child {
  margin-top: 0;
}

.aligncenter:last-child {
  margin-bottom: 0;
}

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

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

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

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

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
}

.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 {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  padding: 8px 3px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
}

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

[for*="pwbox-"] {
  width: 80%;
  display: inline-block;
  margin-right: 10px;
}

/* WP Default Gallery */

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 -10px;
}

.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  text-align: center;
  list-style: none;
  padding: 3px;
  background: #fff;
  margin: 0;
}

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

.gallery .gallery-item a:hover .image-overlay {
  opacity: 0.3;
}

.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
  margin: 0;
}

.gallery-caption {
  margin: 0;
  padding: 5px;
  font-style: italic;
  font-family: arial;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 99%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 49%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 24%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 19%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16%;
}

/* calendar widget */

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  font-size: 10px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#wp-calendar thead {
  font-size: 11px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar th,
#wp-calendar tr,
#wp-calendar td {
  text-align: center;
  padding: 6px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot td,
#wp-calendar tfoot th {
  border: none;
}

#wp-calendar tfoot #next,
#wp-calendar tfoot #prev {
  font-size: 10px;
}

/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor {
  opacity: 1;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  white-space: normal;
  font-size: 12px;
}

pre {
  padding: 30px;
  white-space: pre-wrap;
}

:not(pre) > code {
  margin: 20px 0 0;
  display: inline-block;
}

/* Top Bar */

.tw-topbar {
  font-size: 12px;
  min-height: 40px;
  line-height: 40px;
}

.tw-topbar .tw-box i {
  padding-left: 0;
  padding-right: 10px;
  transition: color 0.2s ease-in-out;
  position: relative;
  top: 1px;
  font-size: 14px;
  line-height: 1;
}

.tw-topbar .tw-box p {
  transition: color 0.2s ease-in-out;
}

.tw-topbar .tw-box i[class^="ion-social-"] {
  font-size: 12px;
}

.tw-topbar > .uk-grid {
  padding: 0 30px;
}

/* Logo & Header Styling */

.tw-logo {
  padding: 0 30px;
}

.tw-lgo .logo-img {
  max-height: 69px;
}

.tw-logo .site-name {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1;
}

.tw-logo .site-name a {
  color: inherit;
}

.tw-logo .site-name a:hover {
  text-decoration: none;
}

.tw-logo .site-name a.uk-dark {
  color: #fff;
}

.tw-logo .site-name a.uk-dark {
  color: #151515;
}

.tw-header-meta {
  display: flex;
  padding: 0 15px;
}

.tw-header-meta i {
  font-size: 16px;
  transition: opacity 0.3s ease;
  color: #151515;
}

.tw-header-meta i[class^="simple-icon-"],
.tw-header-meta i[class*=" simple-icon-"] {
  font-size: 14px;
}

.mobile-menu .uk-close {
  position: absolute;
  left: 12px;
  top: 18px;
}

.tw-header-meta .mobile-menu .uk-close,
.uk-offcanvas-page-overlay .tw-header-meta .mobile-menu .ion-navicon-round {
  opacity: 0;
}

.tw-header-meta .mobile-menu .ion-navicon-round,
.uk-offcanvas-page-overlay .mobile-menu .uk-close {
  opacity: 1;
}

.tw-header .tw-header-meta i.uk-light {
  color: #fff;
}

.tw-header .tw-header-meta i.uk-light span {
  background-color: #fff;
  color: #151515;
}

.tw-header .tw-header-meta i.uk-dark {
  color: #151515;
}

.page-template-page-magazinepage .tw-logo > a,
.page-template-page-splitpage .tw-logo > a {
  position: relative;
}

.page-template-page-magazinepage .main-container > .tw-row > .uk-container {
  box-sizing: border-box;
}

.page-template-page-magazinepage .tw-logo > a > img,
.page-template-page-splitpage .tw-logo > a > img {
  transition: opacity 0.3s ease;
}

.page-template-page-magazinepage .tw-logo > a > .logo-light,
.page-template-page-splitpage .tw-logo > a > .logo-light {
  position: absolute;
  top: 0;
  left: 0;
}

.tw-header {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.tw-header.tw-header-dark {
  background-color: #151515;
  border-color: #151515;
}

.tw-header,
.uk-navbar-toggle,
.transparent-menu-bgnone {
  height: 70px;
  box-sizing: border-box;
}

.tw-header.tw-header-transparent {
  background-color: transparent;
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  z-index: 4;
}

.page-template-page-onepage .tw-header.tw-header-transparent {
  position: relative;
}

.page-template-page-splitpage .tw-header.tw-header-transparent,
.page-template-page-magazinepage .tw-header.tw-header-transparent,
.page-template-page-fullpage .tw-header.tw-header-transparent {
  border: none;
  margin: 0;
}

.tw-header-transparent + .main-container > section .tw-page-title-container,
.tw-header-transparent + .main-container > section .slider-content,
.tw-header-transparent + .main-container > section .tw-lovely-slider {
  padding-top: 70px;
}

.tw-header.tw-header-bottom {
  top: auto;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  box-sizing: initial;
}

.transparent-menu-bgnone,
.tw-header.uk-sticky.uk-active.uk-light {
  background: #151515;
  color: #fff;
}

.tw-header.tw-magazine.uk-sticky.uk-active.uk-light {
  background: transparent;
}

.tw-header.uk-sticky.uk-active.uk-dark {
  background: #fff;
}

.tw-header > .uk-container,
.tw-header .uk-navbar-container {
  height: 100%;
  background-color: transparent;
}

.tw-header.tw-header-splitted .uk-navbar-center {
  height: 100%;
}

.tw-header.tw-header-sidebar {
  width: 270px;
  position: fixed;
  z-index: 3;
  left: 0;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 40px;
  border-color: transparent;
}

.tw-header.tw-header-sidebar .tw-main-menu {
  display: block;
  margin: 0 -40px;
}

.tw-header.tw-header-sidebar .tw-main-menu > li > a {
  height: 30px;
  padding: 0 40px;
}

.tw-header.tw-header-sidebar .tw-main-menu .sub-menu > li:hover > a {
  color: #151515;
}

.tw-header.tw-header-sidebar .tw-main-menu .sub-menu {
  max-height: 100vh;
  background-color: #fff;
  left: 100%;
  top: -32px;
}

.tw-header.tw-header-sidebar .tw-main-menu .sub-menu .sub-menu {
  max-height: none;
}

.tw-header.tw-header-sidebar .tw-main-menu li.menu-item-has-children:after {
  right: 40px;
  content: "\f3d1";
  color: #999;
}

.tw-header.tw-header-sidebar
  .tw-main-menu
  .uk-container
  li.menu-item-has-children:after {
  content: "";
}

.tw-header.tw-header-sidebar
  .tw-main-menu
  .sub-menu
  li.menu-item-has-children:hover:after {
  color: #151515;
}

.tw-header.tw-header-sidebar .tw-logo {
  padding: 0;
}

.tw-header.tw-header-sidebar ~ .main-container {
  margin-left: 270px;
}

.tw-header.tw-header-sidebar .uk-nav-parent-icon .uk-parent > a:after {
  font-family: "Ionicons";
  content: "\f3d1";
  background-image: none;
  font-size: 10px;
  text-align: right;
}

.tw-header.tw-header-sidebar .tw-header-bottom .tw-socials.social-minimal,
.tw-header.tw-header-sidebar .tw-header-bottom .cart-btn {
  display: inline-block;
}

.tw-header.tw-header-sidebar .uk-nav-parent-icon .uk-parent.uk-open > a:after {
  content: "\f3d0";
}

.tw-header.tw-header-sidebar .tw-header-bottom .search-form {
  margin-bottom: 5px;
}

.tw-header.tw-header-sidebar .tw-header-bottom .search-form a {
  color: #151515;
  font-size: 16px;
}

.tw-header.tw-header-sidebar .tw-header-bottom > div:not(:last-child) {
  margin-bottom: 33px;
}

.tw-header.tw-header-sidebar.uk-light .tw-socials a {
  color: #fff;
  height: auto;
  margin: 5px 4px;
  padding: 0;
}

.uk-light .cart-btn i span {
  background: #fff;
  color: #151515;
}

.tw-header.tw-header-sidebar.uk-light .cart-btn i span {
  top: -5px;
  right: -9px;
}

.tw-header .uk-navbar-center:not(:only-child) {
  position: static;
  transform: none;
  -webkit-transform: none;
}

.tw-header .uk-navbar-left,
.tw-header .uk-navbar-right {
  position: absolute;
  top: 0;
  height: 100%;
}

.tw-header .uk-navbar-left {
  left: 0;
}

.tw-header .uk-navbar-right {
  right: 0;
}

.tw-header .uk-container .uk-navbar-left {
  left: -30px;
}

.tw-header .uk-container .uk-navbar-right {
  right: -30px;
}

.tw-header [class*="uk-animation-"] {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

/* Preloader */

body {
  transition: background-color 0.5s ease-in-out;
}

body.loading {
  overflow: hidden;
}

body > .tw-preloader,
body.loading {
  background-color: #fff;
}

body > .tw-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  vertical-align: middle;
  line-height: 100vh;
}

body > .header-container,
body > .main-container {
  transition: opacity 0.5s ease-in-out;
}

body.loading > .header-container,
body.loading > .main-container,
body > .tw-preloader {
  opacity: 0;
  visibility: hidden;
}

body.loading > .tw-preloader {
  opacity: 1;
  visibility: visible;
}

/* Mega Menu */

.uk-navbar-dropdown-nav {
  font-size: 10px;
}

.uk-navbar-dropdown-nav > li > a {
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}

.uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a,
.uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover {
  color: #fff;
  left: 5px;
  margin-left: -5px;
  padding-left: 5px;
}

.uk-drop-boundary.uk-navbar-dropdown {
  margin-top: 0;
  box-shadow: none;
  padding: 1px 0 0;
  background-color: transparent;
}

.uk-drop-boundary .uk-container {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 30px;
  background-color: #151515;
}

.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 0;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  left: 20px;
  border-color: #333;
}

.mega-menu-title {
  margin-bottom: 5px;
}

/* Minimal header menu */

.uk-nav-default {
  font-size: 10px;
  letter-spacing: 0;
}

ul.uk-nav-sub {
  padding-bottom: 10px;
}

.tw-header.tw-header-sidebar ul.uk-nav-sub .uk-parent > a:after {
  content: none;
}

/* TW Menu */

.tw-main-menu {
  font-family: "Roboto";
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  letter-spacing: 0;
}

.tw-main-menu > li > a {
  display: flex;
  align-items: center;
  height: 70px;
  color: #414141;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
}

.tw-main-menu > li > a:hover {
  color: #151515;
}

.tw-main-menu > li.menu-item-has-children > a {
  padding-right: 33px;
}

.tw-main-menu > li.menu-item-has-children:after {
  content: "\f3d0";
  font-family: "Ionicons";
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  z-index: -1;
}

.tw-header-sidebar .tw-main-menu .mega-menu-title {
  line-height: 1;
  color: #666;
  margin: 15px 28px;
}

.tw-header-sidebar .tw-main-menu .sub-menu .menu-item-has-children:after {
  content: none;
}

.tw-header-sidebar .tw-main-menu .mega-menu-title + div,
.tw-header-sidebar .tw-main-menu .uk-container .sub-menu .menu-item {
  width: 100%;
}

.tw-main-menu .menu-item,
.tw-header-sidebar .tw-main-menu .uk-container .sub-menu {
  position: relative;
  left: 0;
  top: 0;
}

.tw-main-menu .menu-item {
  transition: background-color 0.3s ease-in-out;
}

.tw-main-menu .menu-item:hover {
  background-color: #f6f6f6;
}

.tw-header-sidebar .tw-main-menu .uk-container .sub-menu,
.tw-header-sidebar .tw-main-menu .uk-container .sub-menu .menu-item {
  background: transparent;
  margin: 0;
  padding: 0;
}

.tw-header-sidebar .tw-main-menu .uk-container .sub-menu,
.tw-main-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.tw-main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 18px 0;
  width: auto;
  min-width: 220px;
  background-color: #151515;
  box-sizing: border-box;
  list-style: none;
}

.tw-main-menu .sub-menu a {
  display: block;
  color: #999;
  padding: 6px 28px;
  transition: all 0.3s ease;
}

.tw-main-menu .sub-menu .menu-item-has-children > a {
  padding-right: 33px;
}

.tw-main-menu .sub-menu .menu-item-has-children:after {
  content: "\f3d1";
  font-family: "Ionicons";
  font-size: 12px;
  line-height: 1;
  color: #999;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

.tw-main-menu .sub-menu > li:hover > a {
  padding-left: 35px;
  color: #fff;
}

.tw-main-menu .sub-menu .sub-menu {
  top: -18px;
  left: 100%;
}

.tw-main-menu .sub-rev .sub-menu .sub-menu {
  left: -100%;
}

.one-page-nav .tw-main-menu .uk-active a,
.tw-header.tw-header-sidebar .tw-main-menu .sub-menu > li.uk-active > a {
  color: #151515;
}

.uk-light .tw-main-menu > .sub-menu .uk-active a,
.uk-light .tw-main-menu .uk-active > a,
.tw-header.tw-header-sidebar .tw-main-menu > .uk-active > a {
  color: #fff;
}

/* Mobile Header */

.uk-offcanvas-bar {
  padding: 0;
  width: 270px;
}

/* Mobile Modal Menu */

.tw-mobile-modal {
  padding: 100px 20px;
  flex-direction: column;
}

.tw-mobile-modal .tw-socials {
  margin-top: 70px;
}

.tw-mobile-modal .tw-socials.social-minimal a > i {
  font-size: 16px;
  color: #999;
}

.tw-mobile-modal .uk-nav-default {
  width: 300px;
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
}

.tw-mobile-modal .uk-nav > li > a {
  padding: 1px 0;
}

.tw-mobile-modal .uk-nav-sub {
  font-size: 12px;
  padding: 10px 0;
  letter-spacing: 0;
}

.tw-mobile-modal .uk-nav-sub .uk-nav-sub {
  font-size: 10px;
  letter-spacing: 0;
}

.tw-mobile-modal .uk-nav-parent-icon > .uk-parent > a::after {
  display: none;
}

.uk-modal-close-full {
  padding: 27px;
  background-color: transparent;
  color: #fff;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-area {
  width: 330px;
}

.sidebar-area.sticky-sidebar {
  width: 370px;
}

.sidebar-area .sidebar-inner {
  padding-left: 30px;
}

.sidebar-area .widget-item {
  width: 300px;
}

.sidebar-area .widget-title {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-top: -38px;
  margin-bottom: 30px;
}

.sidebar-area .widget-title span {
  padding: 0 15px;
  background: #fff;
}

.sidebar-area .widget {
  margin-top: 6px;
  margin-bottom: 46px;
  border: 1px solid #e6e6e6;
  padding: 30px;
}

.sidebar-area .widget-item:first-child .widget {
  margin-top: 0;
}

.sidebar-area .widget > *:not(.widget-title):first-child {
  margin-top: -6px;
}

.sidebar-area .widget ul li {
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  color: #151515;
  font-size: 10px;
  letter-spacing: 0;
}

.sidebar-area .widget ul li > ul li {
  margin-left: 15px;
  margin-top: 15px;
}

.sidebar-area .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-area .widget ul li a {
  color: #151515;
  transition: all 0.3s ease;
}

.sidebar-area .widget ul li a:hover {
  opacity: 0.8;
}

.sidebar-area .tw-text-widget {
  padding: 0;
  border: none;
}

/* Search widget */

form,
form.searchform {
  position: relative;
}

.searchform input[type="text"] {
  padding-right: 40px;
}

.searchform .button-search {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  border: 0;
  background: transparent;
}

/* Recent posts widget */

.widget_recent_entries .post-date {
  margin-top: 4px;
}

.widget_recent_entries.widget ul li:not(:last-child) {
  margin-bottom: 16px;
}

/* Contact info widget */

.tw-contact-widget ul li {
  padding-left: 25px;
  position: relative;
}

.tw-contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}

/* Tweet Widget */

.tw-twitter-fetch li {
  position: relative;
  padding-left: 30px;
}

.tw-twitter-fetch .u-hidden {
  display: none !important;
}

.tw-twitter-fetch .Emoji--forText {
  max-width: 20px;
}

.tw-twitter-fetch ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tw-twitter-fetch li p {
  margin: 0;
}

.tw-twitter-fetch li:before {
  content: "\f243";
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  left: 0;
}

.tw-twitter-fetch li .tweet-posted {
  font-size: 10px;
  margin-top: 5px;
}

/* Instagram Widget */

.null-instagram-feed ul {
  margin: 0 -10px -10px 0;
}

.null-instagram-feed li {
  display: inline-block;
  width: 33.3%;
  margin: 0 !important;
  padding: 0 10px 10px 0;
  box-sizing: border-box;
}

.uk-container-expand .null-instagram-feed li {
  width: 25%;
}

.null-instagram-feed li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.null-instagram-feed li a:before,
.null-instagram-feed li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.null-instagram-feed li a:before {
  content: "";
  background-color: rgba(21, 21, 21, 0.75);
  z-index: 1;
}

.null-instagram-feed li a:after {
  content: "\f350";
  font-family: "Ionicons";
  font-size: 29px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.null-instagram-feed li a:hover:before,
.null-instagram-feed li a:hover:after {
  opacity: 1;
}

.tw-element.null-instagram-feed > .instagram-pics {
  padding: 0;
}

.tw-element.null-instagram-feed li {
  width: 100%;
  padding: 0;
}

/* TW Carousel */

.owl-carousel .owl-stage:after {
  display: none !important;
}

/* TW Instagram Carousel */

.tw-carousel-instagram .owl-item {
  overflow: hidden;
}

.tw-carousel-instagram .owl-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.owl-item .insta-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151515;
}

.owl-item .insta-item img {
  transition: all 0.3s ease;
}

.owl-item .insta-item a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  background-color: rgba(21, 21, 21, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}

.owl-item .insta-item a:hover:before {
  opacity: 1;
}

.owl-item .insta-item a:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.tw-carousel-instagram .insta-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  font-size: 16px;
  color: #151515;
  z-index: 1;
  width: 260px;
  margin-left: -130px;
  margin-top: -21px;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
}

.tw-carousel-instagram .insta-btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* TW Post Widget */

.tw-post-widget.widget ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.tw-post-widget .recent-thumb {
  position: absolute;
  left: 0;
  width: 80px;
  height: 60px;
  overflow: hidden;
}

.tw-post-widget .recent-thumb a {
  display: block;
  position: relative;
}

.tw-post-widget .recent-thumb a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.tw-post-widget .recent-thumb a:hover {
  opacity: 1 !important;
}

.tw-post-widget .recent-thumb a:hover:before {
  opacity: 0.5;
}

.tw-post-widget .recent-content {
  padding-left: 95px;
  min-height: 60px;
}

.tw-post-widget .recent-content h4 {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.tw-post-widget .recent-content .entry-date {
  color: #999;
}

.tw-post-widget .entry-cats {
  margin-top: 15px;
  margin-bottom: 5px;
}

.tw-post-widget .entry-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.tw-post-widget .carousel-content .tw-meta {
  text-align: center;
}

/* TW Blog */

.tw-blog:not(.metro-blog):not(.grid-blog) > article:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.entry-cats {
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  color: #151515;
}

.entry-cats .cat-item {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}

.entry-cats .cat-item:last-child {
  margin-right: 0;
}

.entry-cats .cat-item:last-child > span {
  display: none;
}

.entry-cats a {
  color: inherit;
}

.entry-cats a:hover {
  color: #999;
}

.entry-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 13px;
  word-wrap: break-word;
}

.entry-title a {
  color: #151515;
}

.entry-title a:hover {
  color: #999;
}

.entry-date {
  text-align: center;
  margin-bottom: 25px;
}

.entry-media {
  margin-bottom: 21px;
  display: inline-block;
}

.single .entry-media {
  width: 100%;
}

.single-portfolio .entry-media {
  min-height: 450px;
}

.fullwidth-content .entry-media {
  text-align: center;
}

.entry-media .abs-thumb img {
  opacity: 0;
}

.tw-bgthumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.more-link {
  margin-top: 23px;
  text-align: center;
}

.more-link .uk-button {
  background-color: #fff;
}

.portfolio-btn:hover,
.more-link .uk-button:hover {
  color: #fff;
  background-color: #151515;
  border-color: transparent;
}

.entry-share {
  margin-top: 30px;
}

.entry-share a > span {
  font-size: 10px;
  margin-left: 15px;
  margin-right: 5px;
}

.entry-share .comment-count {
  float: right;
}

.entry-share .comment-count > span {
  margin-right: 0;
}

.entry-share .comment-label {
  letter-spacing: 0;
}

.tw-pagination {
  padding-top: 60px;
}

.tw-pagination.pagination-border {
  margin-top: 40px;
  border-top: 1px solid #e6e6e6;
}

.tw-pagination .older {
  float: right;
}

.tw-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 10px;
}

.tw-pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  padding: 0 3px;
}

.tw-pagination ul.page-numbers span.current,
.tw-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span.current,
.woocommerce-pagination ul.page-numbers a {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #cccccc;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.tw-pagination ul.page-numbers span.current,
.tw-pagination ul.page-numbers a:hover,
.tw-pagination a.uk-button:hover,
.woocommerce-pagination ul.page-numbers span.current,
.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce-pagination a.uk-button:hover {
  background-color: #151515;
}

.format-video .entry-media,
.format-audio .entry-media,
.format-quote .entry-media,
.format-link .entry-media {
  width: 100%;
}

.format-link .testimonial .testimonial-content:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0c1";
}

twitterwidget + p {
  display: none;
}

twitterwidget::shadow .SandboxRoot.env-bp-min {
  background-color: red;
}

/* Sticky Post */

.tw-blog > article.sticky {
  padding: 40px;
  background: #f9f9f9;
  margin-bottom: 80px;
  border: 1px solid #e6e6e6;
}

/* Grid Blog */

.grid-blog.tw-blog > article {
  border-bottom: none;
  padding-bottom: 0;
  overflow: hidden;
}

.grid-blog.tw-blog > article .entry-post {
  margin: 0 auto;
}

.grid-blog + .tw-pagination.pagination-border {
  margin-top: 0;
}

.grid-blog .entry-title {
  font-size: 18px;
  margin-bottom: 17px;
}

.tw-meta.tw-datetime {
  line-height: 1.4;
  text-align: center;
}

.grid-blog + .tw-pagination.pagination-border {
  margin-top: 60px;
}

/* Blog Under the Image */

.blog-under-image .entry-media {
  margin-bottom: 29px;
}

/* Blog Inside the Image */

article.blog-inside-image .tw-bgthumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #151515;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-inside-image.blog-inside-hover > .article-inner:hover .tw-bgthumb:before {
  opacity: 0.75;
}

.blog-inside-image.blog-inside-hover
  > .article-inner:hover
  .entry-content
  p:not(.more-link) {
  transform: translateY(-100%);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0.2s;
  opacity: 1;
}

.blog-inside-image .article-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #151515;
}

.blog-inside-image .post:not(.format-status) .article-inner {
  min-height: 300px;
}

.blog-inside-image .entry-media {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.blog-inside-image .entry-cats,
.blog-inside-image .entry-date,
.blog-inside-image .entry-title {
  position: relative;
  top: 0;
  transition: top 0.3s ease 0.1s;
}

.blog-inside-image .entry-post {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 100%;
}

.blog-inside-image .entry-post > * {
  padding: 0 30px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.blog-inside-image .entry-post .entry-date {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}

.blog-inside-image .entry-post .entry-date a:hover {
  color: #fff;
}

.blog-inside-image .entry-content {
  position: relative;
  height: 0;
  text-align: center;
}

.blog-inside-image .entry-content p:not(.more-link) {
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0s;
  padding-bottom: 20px;
}

.blog-inside-image .entry-content p.more-link {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 3px;
}

.blog-inside-image .more-link .uk-button {
  background-color: transparent;
  border-color: #fff;
}

.blog-inside-image .more-link .uk-button:hover {
  border-color: #fff;
}

.grid-blog .blog-inside-2 .entry-title {
  font-size: 30px;
  padding: 3px 0 2px;
}

.grid-blog .blog-inside-2[data-size="full"] .entry-title {
  font-size: 60px;
  max-width: 100%;
}

.grid-blog .blog-inside-2 .entry-post {
  bottom: 93px;
}

.blog-inside-2 .tw-bgthumb + .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: -webkit-linear-gradient(bottom, #151515, transparent 50%);
  background-image: -moz-linear-gradient(bottom, #151515, transparent 50%);
  background-image: -o-linear-gradient(bottom, #151515, transparent 50%);
  background-image: -ms-linear-gradient(bottom, #151515, transparent 50%);
  background-image: linear-gradient(to top, #151515, transparent 50%);
}

/* Minimal Blog */

.minimal-blog .entry-cats,
.minimal-blog .entry-title,
.minimal-blog .entry-date {
  text-align: left;
}

.minimal-blog .entry-title {
  font-size: 18px;
}

.minimal-blog .entry-date {
  margin-top: 20px;
  margin-bottom: 0;
}

/* Single Post */

.left-sidebar.uk-grid .sidebar-area {
  order: -1;
}

.left-sidebar.uk-grid .sidebar-area .sidebar-inner {
  padding-left: 0;
  padding-right: 30px;
}

.narrow-content.uk-grid {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-content.uk-grid .content-area {
  padding-left: 0;
}

.single-media-large {
  margin-bottom: 40px;
}

.single .entry-content {
  margin-bottom: 40px;
}

/* Quote and Link */

.link .link-content,
.testimonial .testimonial-content {
  position: relative;
  padding: 100px 50px 50px 50px;
  background-size: cover;
  background-color: #222222;
  text-align: center;
  margin-bottom: 20px;
  background-position: center;
}

.link .link-content a,
.testimonial .testimonial-content p {
  position: relative;
  font-family: "Lora";
  font-style: italic;
  color: #fff;
  font-size: 20px;
  max-width: 560px;
  margin: 0 auto;
}

.testimonial .testimonial-content:before {
  font-family: "Playfair Display";
  content: "“";
  font-size: 75px;
  line-height: 1;
  color: #999;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -20px;
}

.link .link-content:before {
  font-family: "Fontawesome";
  content: "";
  font-size: 24px;
  line-height: 1;
  color: #999;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -12px;
}

.testimonial .testimonial-content .testimonial-bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-size: cover;
}

.testimonial .testimonial-content .testimonial-author {
  position: relative;
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}

.page-template-page-magazinepage .testimonial-content {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.page-template-page-magazinepage .testimonial-content .tw-datetime {
  margin-top: 75px;
}

/* Single Post Tags */

.entry-tags {
  display: flex;
  margin: -10px 0 35px;
  position: relative;
}

.entry-tags h5 {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 5px;
}

.entry-tags a {
  margin-left: 13px;
  color: inherit;
  display: inline-block;
}

.entry-tags a:hover {
  color: #151515;
}

.entry-tags a:before {
  font-family: "Ionicons";
  content: "\f48c";
  margin-right: 6px;
}

/* Next Prev post link */

.nextprev-postlink-container {
  margin: 40px 0;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}

.nextprev-postlink .post-thumb {
  position: absolute;
  left: 30px;
  width: 80px;
  height: 60px;
  color: #fff;
  background-color: #151515;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}

.nextprev-postlink .format-icon:before {
  font-family: "Ionicons";
  content: "\f471";
}

.nextprev-postlink .format-icon.video:before {
  content: "\f4cc";
}

.nextprev-postlink .format-icon.gallery:before {
  content: "\f148";
}

.nextprev-postlink .format-icon.audio:before {
  content: "\f140";
}

.nextprev-postlink .format-icon.quote:before {
  content: "\f347";
}

.nextprev-postlink .post-thumb > div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.nextprev-postlink a {
  position: relative;
  display: inline-block;
  padding-left: 125px;
  min-height: 60px;
}

.nextprev-postlink a:hover {
  opacity: 0.7;
}

.nextprev-postlink a > i {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 30px;
  line-height: 1;
}

.nextprev-postlink > div {
  max-width: 350px;
}

.nextprev-postlink .post-title {
  color: #151515;
  line-height: 1.4;
  margin-bottom: 7px;
}

.next-post-link {
  margin-left: auto;
  text-align: right;
}

.nextprev-postlink .next-post-link a {
  padding-left: 0;
  padding-right: 125px;
}

.nextprev-postlink .next-post-link a > i {
  left: auto;
  right: 0;
}

.nextprev-postlink .next-post-link .post-thumb {
  left: auto;
  right: 30px;
}

/* Post Author */

.tw-author {
  padding: 30px;
  border: 1px solid #e6e6e6;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tw-author .author-box {
  position: relative;
  padding-left: 150px;
  min-height: 120px;
}

.tw-author .tw-meta {
  display: inline;
  position: relative;
  top: -1px;
}

.tw-author p {
  margin-top: 5px;
  margin-bottom: 0;
}

.tw-author h3 {
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.tw-author h3 a {
  color: inherit;
}

.tw-author img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  margin: 0;
  width: 120px;
}

.tw-author .tw-socials {
  margin-top: 12px;
}

.comment-respond .comment-reply-title,
.comment-respond .form-submit {
  text-align: center;
}

.uk-section-blog .comment-form-comment {
  margin-bottom: 15px;
}

.uk-section-blog .comment-form-email,
.uk-section-blog .comment-form-url {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.comment-form * + p {
  margin-top: 0;
}

.uk-section-blog .comment-form-url {
  margin-right: 0;
}

.comment-reply-title,
.comment-title h4 {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 37px;
  color: #151515;
}

.comment-list {
  margin-bottom: 70px;
}

.comment-list .comment {
  position: relative;
}

.comment-list .comment .comment {
  margin-left: 60px;
}

.comment-list .comment-author {
  position: absolute;
  left: 0;
  top: 40px;
}

.comment-list .comment-author img {
  width: 70px;
  border-radius: 50%;
}

.comment-list .comment-text {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 100px;
  min-height: 70px;
  border-top: 1px solid #e6e6e6;
}

.comment-list .comment-text p {
  margin-top: 5px;
  margin-bottom: 0;
}

.comment-list .comment-text .author {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 17px;
  margin-bottom: 0;
}

.comment-list .comment-text .author + .tw-meta {
  display: inline;
  position: relative;
  top: -1px;
}

.comment-list .reply {
  margin-top: 10px;
  font-size: 10px;
}

.comment-list a {
  color: inherit;
}

.comment-list .pingback {
  margin: 20px 0;
  border: 1px dashed #e6e6e6;
  padding: 10px 20px;
}

.page-error {
  background-color: #151515;
  background-image: url(assets/images/404.jpg);
  min-height: 800px;
}

.tw-header-transparent .page-error {
  height: 100vh;
}

.page .entry-comments {
  padding: 80px 0;
}

/* Slider Styling */

.tw-slider {
  position: relative;
}

.tw-slider .owl-carousel .owl-stage-outer {
  transition: none;
}

.tw-slider .slider-item {
  height: 700px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
}

.tw-slider .slider-item ~ .slider-item {
  display: none;
}

.tw-slider .slider-item:not(.uk-flex-bottom) {
  align-items: center;
}

.tw-slider .slider-content {
  padding-left: 70px;
  padding-right: 70px;
}

.tw-lovely-slider {
  position: relative;
  height: 630px;
  background-color: #151515;
}

.tw-lovely-slider .post-item {
  height: 33.3%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.tw-slider-postcount-2 .tw-lovely-slider .post-item {
  height: 50%;
}

.tw-slider-postcount-4 .tw-lovely-slider .post-item {
  height: 25%;
}

.tw-lovely-slider .post-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.tw-lovely-slider .post-content > .uk-container {
  height: 100%;
}

.tw-lovely-slider .post-content .entry-content {
  max-width: 260px;
  width: 100%;
  padding: 0;
  position: relative;
  transition: padding 0.2s ease-in-out;
}

.tw-lovely-slider .post-content .post-title {
  font-size: 22px;
  margin: 0;
}

.tw-lovely-slider .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tw-lovely-slider .post-item:hover .slider-bg,
.tw-lovely-slider .post-item.active .slider-bg {
  opacity: 0.6;
}

.tw-lovely-slider .uk-button {
  position: absolute;
  bottom: -50px;
  opacity: 0;
  margin-top: 15px;
  transition: all 0.2s ease-in-out;
}

.tw-lovely-slider .post-content .uk-flex-center.uk-text-center .post-title {
  margin-top: 40px;
}

.tw-lovely-slider .uk-flex-center.uk-text-center .uk-button {
  position: relative;
}

.tw-lovely-slider .post-item:hover .uk-button {
  bottom: 0;
  opacity: 1;
}

.tw-lovely-slider .post-item:hover .entry-content {
  padding-bottom: 40px;
}

/* Page Title */

.tw-page-title-only-bg {
  background-image: linear-gradient(-25deg, #444, #222);
}

.tw-page-title-bg {
  background-image: linear-gradient(-25deg, #444, #222);
  min-height: 500px;
}

.tw-page-title-bg-v2 {
  background-image: linear-gradient(-35deg, #444, #222);
  min-height: 500px;
}

.tw-section {
  position: relative;
}

.tw-section-shadow:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 103px;
  bottom: 0;
  opacity: 0.7;
  background-image: linear-gradient(360deg, #000, rgba(255, 255, 255, 0));
}

.tw-page-title-container .tw-page-title {
  font-family: "Roboto";
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
}

.tw-header.tw-header-transparent + div + .main-container > .tw-page-title-bg {
  padding-top: 180px;
}

.tw-page-title-container .tw-sub-title {
  font-size: 15px;
}

.tw-slider-on-header .owl-theme .owl-nav {
  margin-top: -70px;
}

.tw-slider-on-header .owl-theme .owl-dots {
  bottom: 98px;
}

.owl-theme {
  display: block;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 15px;
  margin: -25px 0 0;
  background: none;
}

.owl-theme .owl-nav [class*="owl-"] .uk-slidenav {
  color: #151515;
}

.owl-theme .owl-nav [class*="owl-"] i {
  transition: transform 0.2s ease-in-out, opacity 0.2s;
  transition-delay: 0.1s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:hover i {
  opacity: 0.6;
  transform: translateX(-5px) scale(0.9);
}

.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 15px;
}

.owl-theme .owl-nav [class*="owl-"].owl-next:hover i {
  transform: translateX(5px) scale(0.9);
}

.owl-theme .owl-dots,
.owl-theme .owl-nav.disabled + .owl-dots {
  width: 100%;
  margin-top: 50px;
}

.tw-slider .owl-theme .owl-dots,
.tw-carousel-testimonial.carousel-3 .owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  background-color: rgba(153, 153, 153, 0.25);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #151515;
}

.tw-outview {
  opacity: 0;
  visibility: hidden;
}

.owl-item > .tw-row-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.owl-item > .tw-row-inner > .uk-grid {
  flex: 1;
}

.owl-item > .tw-row-inner > .uk-container {
  width: 100%;
}

.tw-owl-carousel-container .owl-carousel .portfolio-title,
.tw-owl-carousel-container .owl-carousel .tw-meta {
  line-height: 1;
}

.tw-portfolio.tw-owl-carousel-container .portfolio-item,
.tw-post-carousel .entry-media {
  margin-bottom: 0;
  display: block;
}

.tw-post-carousel .post-content {
  padding: 25px 30px;
  background-color: #fff;
}

.tw-post-carousel.grey-bg .post-content {
  background-color: #f5f5f5;
}

.tw-post-carousel.style-2.no-background .post-content,
.tw-post-carousel.no-background .post-content {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.tw-post-carousel .post-content .tw-meta:first-child {
  font-size: 12px;
  margin-bottom: 15px;
}

.tw-post-carousel .post-content .tw-meta:last-child {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.tw-post-carousel .post-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  min-height: 100px;
  text-transform: none;
  letter-spacing: normal;
}

.tw-post-carousel .post-content .post-title a {
  color: inherit;
}

.tw-post-carousel .post-title a:hover {
  color: #999;
}

.tw-post-carousel.style-2 .post-title {
  font-size: 18px;
  min-height: auto;
}

.tw-post-carousel.style-2 .post-content {
  padding: 55px;
}

.tw-post-carousel.style-2 .post-content .tw-meta:last-child {
  border: none;
}

.tw-post-carousel.style-2 .post-content .tw-meta:first-child a {
  color: #151515;
}

.tw-post-carousel.tw-course .tw-meta i {
  font-size: 14px;
  margin-right: 8px;
}

.tw-course .course-icon {
  font-size: 14px;
  margin-right: 8px;
  font-weight: 700;
}

.tw-post-carousel .course-comments {
  margin-left: 25px;
}

.tw-post-carousel .course-price {
  font-size: 14px;
  color: #151515;
}

.tw-carousel-testimonial .testimonial-content,
.tw-carousel-testimonials .testimonial-content {
  font-family: "Lora";
  font-style: italic;
  font-size: 17px;
  background-color: #f7f7f7;
  padding: 40px;
}

.tw-carousel-testimonial .testimonial-author,
.tw-carousel-testimonials .testimonial-author {
  position: relative;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  color: #999;
}

.testimonial-item .author-name {
  color: #151515;
}

.tw-carousel-testimonial .testimonial-author img,
.tw-carousel-testimonials .testimonial-author img {
  width: 40px;
  margin-right: 20px;
}

.tw-carousel-testimonial .testimonial-author:before,
.tw-carousel-testimonials .testimonial-author:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f7f7f7 transparent transparent transparent;
}

.tw-carousel-testimonial .testimonial-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.tw-carousel-testimonial .testimonial-content {
  padding: 0;
  background-color: transparent;
}

.tw-carousel-testimonial .testimonial-author {
  position: static;
  display: block;
  margin-top: 22px;
  padding: 0;
}

.tw-carousel-testimonial .testimonial-author:before {
  display: none;
}

.tw-carousel-testimonial .testimonial-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 35px;
}

.tw-carousel-testimonial.uk-text-center .testimonial-item {
  max-width: 760px;
  margin: 0 auto;
}

.tw-carousel-testimonial.uk-text-center .testimonial-item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
  height: auto;
}

.owl-item .testimonial-image {
  opacity: 0;
  transition: opacity 2s;
}

.owl-item.active .testimonial-image {
  opacity: 1;
}

.tw-testimonial .testimonial-author img {
  max-width: 100px;
}

.tw-testimonial .testimonial-content p {
  margin-bottom: 10px;
}

.tw-testimonial .testimonial-meta {
  color: #999;
}

.tw-testimonial .testimonial-meta a {
  color: #151515;
}

.owl-drag .carousel-item {
  cursor: move;
}

.onhover.owl-carousel.owl-theme .owl-nav {
  opacity: 0;
}

.onhover.owl-carousel.owl-theme:hover .owl-nav {
  opacity: 1;
}

[data-tw-dimension-type*="fullscreen"] .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-tw-dimension-type*="fullscreen"],
[data-tw-dimension-type*="fullscreen"] .owl-carousel,
[data-tw-dimension-type*="fullscreen"] .owl-item,
[data-tw-dimension-type*="fullscreen"] .owl-stage,
[data-tw-dimension-type*="fullscreen"] .owl-stage-outer {
  height: 100vh !important;
}

/* App Slider */

.tw-app-slider {
  overflow: hidden;
}

.tw-app-slider-container .app-mockup-description {
  max-width: 325px;
  float: left;
  width: 100%;
  margin-right: 70px;
  margin-top: 220px;
  position: relative;
  z-index: 99;
}

.tw-app-slider-container .app-mockup {
  position: relative;
  z-index: 5;
  float: left;
}

.tw-app-slider-container .tw-app-mockup-carousel {
  width: 280px;
  position: absolute;
  top: 89px;
  left: 490px;
}

.uk-container .tw-app-slider-container .tw-app-mockup-carousel {
  left: 450px;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-item {
  transition: all 0.3s ease;
  opacity: 0.5;
  transform: scale(0.9, 0.9);
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-item.active {
  opacity: 1;
  transform: scale(1, 1);
}

.tw-app-slider-container
  .tw-app-mockup-carousel
  .owl-carousel
  .owl-stage-outer {
  overflow: visible;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-controls {
  position: absolute;
  left: -482px;
  bottom: 110px;
  z-index: 99;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-stage-outer,
.tw-app-slider-container .tw-app-mockup-carousel .owl-stage-outer:before {
  background-color: inherit;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-stage-outer:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 100%;
  width: 500%;
  height: 100%;
  display: block;
}

.tw-app-slider-container .tw-app-mockup-carousel .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  left: -550px;
  bottom: 110px;
  z-index: 99;
}

/* Button Styling */

.button,
.uk-button {
  font-family: "Roboto";
  letter-spacing: 0;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 11px;
  line-height: 40px;
  height: 40px;
}

.button:last-child {
  margin-right: 0;
}

.uk-button.uk-button-shop {
  font-size: 12px;
  padding: 0 50px;
}

.uk-button.uk-button-large {
  font-size: 12px;
  padding: 0 45px;
  line-height: 50px;
  height: 50px;
}

.uk-button.uk-button-small {
  font-size: 10px;
  padding: 0 25px;
  line-height: 30px;
  height: 30px;
}

.uk-button.uk-button-radius {
  border-radius: 20px;
}

.uk-button.uk-no-radius {
  border-radius: 0;
}

.uk-button.uk-button-small.uk-button-radius {
  border-radius: 15px;
}

.uk-button.uk-button-large.uk-button-radius {
  border-radius: 30px;
}

.uk-button {
  border-color: #d9d9d9;
}

.button:hover,
.uk-button.dark-hover:hover {
  background-color: #151515 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.uk-button.light-hover:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #151515 !important;
}

.uk-button.white-button {
  background-color: transparent !important;
}

.uk-button.uk-button-flat.white-button {
  color: #151515 !important;
  background-color: #fff !important;
}

.uk-button.uk-button-flat.white-button:hover {
  color: #fff !important;
  background-color: #151515 !important;
}

.uk-button.uk-button-white {
  color: #151515;
  background-color: #fff;
  border: 1px solid transparent;
}

.uk-button.uk-button-silver {
  color: #fff;
  background-color: #ccc;
  border: 1px solid transparent;
}

.uk-button.uk-button-dark {
  color: #fff;
  background-color: #151515;
  border: 1px solid transparent;
}

.tw-hover .tw-hover-inner {
  position: relative;
  transition: background 0.3s, border 0.3s ease-out;
}

.no-hover i {
  margin-left: 8px;
}

.tw-hover .tw-hover-inner i {
  font-size: 12px;
  line-height: 1;
  width: 18px;
  position: absolute;
  top: 50%;
  right: -7px;
  margin-top: -6px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: right 0.2s ease-out;
}

.tw-hover .tw-hover-inner.uk-button-small i {
  right: 25px;
}

.tw-hover .tw-hover-inner span {
  position: relative;
  left: 0px;
  transition: left 0.2s ease-out;
}

.tw-hover:hover .tw-hover-inner span {
  left: -7px;
}

.tw-hover:hover .tw-hover-inner i {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)";
  right: -15px;
}

.tw-main-menu .menu-item.uk-button,
.tw-main-menu .menu-item.uk-button a {
  height: auto;
  display: table;
}

.tw-main-menu .menu-item.uk-button {
  transform: translateY(33%) translateX(10%);
}

.tw-main-menu .menu-item.uk-button.uk-button-small {
  transform: translateY(60%) translateX(10%);
}

.tw-main-menu .menu-item.uk-button.dark-hover:hover a {
  color: #fff;
}

/* Other Helpful */

.uk-form-icon {
  width: 50px;
}

.uk-form-icon-flip + .uk-input {
  padding-right: 50px;
}

.uk-form-icon:not(.uk-form-icon-flip) + .uk-input {
  padding-left: 50px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
}

table,
table th,
table td {
  border: 1px solid #e6e6e6;
}

table.with-border,
.uk-table.with-border {
  border: 1px solid #e6e6e6;
}

table th,
.uk-table th {
  padding: 16px 25px;
}

table td,
.uk-table td {
  padding: 8px 25px;
}

table th,
.uk-table th {
  font-family: "Roboto";
  letter-spacing: 0;
  color: #151515;
  font-size: 10px;
  text-align: left;
}

.uk-table.style-2 th {
  background: #151515;
  color: #fff;
}

.widget_recent_entries .post-date,
.tw-meta {
  display: block;
  overflow: hidden;
  font-family: "Roboto";
  font-size: 10px;
  color: #999;
}

.tw-meta.entry-cats {
  font-size: 12px;
}

.tw-meta a {
  color: inherit;
}

.tw-meta a:hover {
  color: #151515;
}

span.tw-meta {
  display: inline-block;
}

.tw-element {
  position: relative;
}

/* Text element */

.tw-element.uk-text-small {
  font-size: 0.857em;
  line-height: inherit;
}

.tw-element.uk-text-large {
  font-size: 1.14em;
  line-height: inherit;
}

/* Map element */

.tw-element.tw-map {
  height: 100%;
}

.tw-element.tw-map .gm-style .gm-style-iw {
  padding: 15px;
}

.tw-element.tw-map .map-marker-title {
  margin-bottom: 10px;
  font-size: 15px;
}

.tw-element.tw-map .marker-content {
  font-size: 14px;
}

.tw-map-contact {
  background-color: #ddd;
  position: absolute;
  width: 40%;
  top: 0;
  left: 0;
  height: 100%;
  padding: 30px;
}

/* Heading Element */

.tw-heading h1 {
  font-size: 72px;
}

.tw-heading.tw-custom-heading p {
  padding-left: 33%;
  font-size: 16px;
  line-height: 28px;
}

.tw-heading.subtitle-behind {
  padding: 32px;
}

.tw-heading.subtitle-behind .tw-sub-title {
  color: #00ccff;
  font-size: 16px;
  text-transform: uppercase;
}

.tw-heading.subtitle-behind .heading-title {
  font-size: 32px;
}

.tw-heading.subtitle-behind ul li,
.tw-heading.subtitle-behind p {
  font-size: 16px;
  line-height: 28px;
  color: #414141;
}

.tw-heading.subtitle-behind ul li {
  margin-bottom: 8px;
}

/* Accordion Element */

.tw-accordion .uk-accordion {
  margin-bottom: 0;
}

.tw-accordion .uk-accordion > :nth-child(n + 2) {
  margin-top: 0;
}

.tw-accordion .uk-accordion-title {
  cursor: pointer;
  font-size: 11px;
  line-height: 1;
  padding: 20px 10px 17px;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
}

.tw-accordion .uk-accordion-title:after {
  background-image: none;
  font-family: "Ionicons";
  content: "\f3d3";
  width: auto;
  height: auto;
  font-size: 12px;
}

.tw-accordion .uk-open .uk-accordion-title {
  color: #151515;
  border-color: #151515;
}

.uk-light .tw-accordion .uk-open .uk-accordion-title {
  color: #fff;
  border-color: #fff;
}

.uk-light .tw-accordion .uk-accordion-title {
  color: #ccc;
  border-color: #ccc;
}

.tw-accordion .uk-open .uk-accordion-title:after {
  content: "\f3d0";
}

.tw-accordion .uk-open .uk-accordion-title:after,
.tw-accordion .uk-open .uk-accordion-title:before,
.tw-accordion .uk-accordion-title:after,
.tw-accordion .uk-accordion-title:before {
  background-image: none !important;
}

.tw-accordion .uk-accordion-content {
  padding: 20px 10px 30px;
  margin: 0;
}

.tw-accordion.with-border .uk-accordion-title {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.tw-accordion.with-border .uk-open .uk-accordion-title {
  border-bottom-color: #151515;
}

.tw-accordion.with-border .uk-accordion > :nth-child(n + 2) {
  margin-top: 10px;
}

.tw-accordion.with-border .uk-accordion-content {
  padding: 20px 20px 20px;
  margin: 0;
}

.tw-accordion.with-bg .uk-accordion-title {
  background-color: #f0f0f0;
  border-color: transparent;
}

/* Tab Element */

.tw-tab .uk-tab > * > a {
  font-size: 10px;
  letter-spacing: 0;
  padding: 0px 17px 15px 17px;
}

.tw-tab .uk-tab > * > a > i {
  padding: 8px 17px 8px 4px;
}

.tw-tab .uk-tab.uk-tab-left > * > a,
.tw-tab .uk-tab.uk-tab-right > * > a {
  padding: 0px 17px 15px 17px;
}

.uk-tab > .uk-active > a,
.uk-tab > .active > a {
  color: #151515;
  border-color: #151515;
}

.tw-tab .uk-tab + .uk-switcher {
  margin-top: 40px;
}

/* Progress Element */

.tw-progress h6 {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.tw-progress .progress-item {
  position: relative;
}

.tw-progress * + .progress-item {
  margin-top: 28px;
}

.uk-light .progress-item.uk-light h6 {
  color: #151515;
}

.tw-progress .uk-progress {
  margin-bottom: 0;
  border-radius: 0;
  height: 2px;
}

.tw-progress .uk-progress::-webkit-progress-bar {
  background-color: #e6e6e6;
  border-radius: 0;
  overflow: hidden;
}

.tw-progress .uk-progress::-webkit-progress-value {
  background-color: #151515;
  transition: width 0.6s ease;
}

.tw-progress .uk-progress.no-trans::-webkit-progress-value {
  transition: none;
}

.tw-progress .uk-progress::-moz-progress-bar {
  background-color: #151515;
}

.tw-progress .uk-progress::-ms-fill {
  background-color: #151515;
  transition: width 0.6s ease;
  border: 0;
}

.tw-progress * + .uk-progress {
  margin-top: 0;
}

.tw-progress.style-2 .uk-progress {
  height: 30px;
}

.tw-progress.style-2 * + .progress-item {
  margin-top: 22px;
}

.tw-progress.style-2 h6 {
  position: absolute;
  top: 8px;
  padding: 0 15px;
  box-sizing: border-box;
}

.tw-progress.style-3 span {
  font-size: 24px;
  font-family: "Roboto";
  line-height: 1.2;
  color: #151515;
}

.tw-progress.style-3 .tw-progress-container {
  margin-left: 70px;
}

/* Counter Element */

.tw-counterup i {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.tw-counterup h1 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: normal;
}

.tw-counterup .counter-meta {
  display: block;
  line-height: 1.3;
  font-size: 10px;
  letter-spacing: 0;
  color: #999;
}

.tw-counterup.style-2 > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.tw-counterup.style-2 > .tw-counterup-content {
  text-align: left;
}

/* Coming Soon Element */

.tw-coming-soon .counter-item {
  margin: 20px 35px;
  display: inline-block;
}

.tw-coming-soon .counter {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  font-size: 36px;
  line-height: 1;
}

.tw-coming-soon .tw-meta {
  margin-top: 20px;
}

.tw-coming-soon.margin-small .counter-item {
  margin: 10px 15px;
}

.tw-coming-soon.margin-small .counter {
  width: 100px;
  height: 100px;
  font-size: 32px;
}

/* Call to Action Element */

.tw-call-action {
  padding: 60px 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
}

.tw-call-action h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.tw-call-action p {
  margin-top: 5px;
}

.tw-call-action input[type="text"] {
  width: 370px;
}

.tw-call-action .call-btn {
  max-width: 100%;
}

/* IconBox Element */

.tw-box .tw-sub-title {
  font-size: 10px;
  margin-bottom: 15px;
  color: #999;
}

.tw-box > i {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  padding: 0 5px;
  margin-bottom: 26px;
  color: #151515;
}

.tw-box.icon-small i {
  font-size: 30px;
}

.tw-box > i.layout-2 {
  font-size: 30px;
  padding: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #151515;
  color: #fff;
}

.wc-tab h2,
.tw-box h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.tw-box img + h4 {
  margin-top: 26px;
}

.tw-box p {
  margin-top: 15px;
  color: #999;
}

.tw-box p:first-child {
  margin-top: 0;
}

.tw-box p:last-child {
  margin-bottom: 0;
}

.tw-box.layout-2 {
  min-height: 56px;
  padding-top: 10px;
  padding-left: 70px;
}

.tw-box.layout-2 > i {
  position: absolute;
  top: 10px;
  left: 0;
  margin-bottom: 0;
}

.tw-box.layout-2.tw-no-icon {
  padding-left: 0;
}

.tw-box.layout-2 i.layout-2 {
  font-size: 18px;
  top: 6px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.tw-box.layout-2.small-typography {
  padding-top: 16px;
  padding-left: 60px;
}

.tw-box.layout-2.right {
  text-align: right;
  padding-left: 0;
  padding-right: 70px;
}

.tw-box.layout-2.right > i {
  left: auto;
  right: 0;
}

.tw-box.layout-2.right.tw-no-icon {
  padding-right: 0;
}

.tw-box.layout-2.right.small-typography {
  padding-right: 60px;
}

.tw-box.layout-3 > i {
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}

.tw-box.small-typography > i {
  font-size: 30px;
}

.tw-flipbox.icon-40px .tw-box > i {
  font-size: 40px;
}

.tw-box.small-typography h4 {
  font-size: 13px;
}

.tw-box.small-title h4,
.tw-box.custom-typography h4 {
  font-size: 11px;
}

.tw-box > .uk-button,
.tw-box.small-title p {
  margin-top: 3px;
}

.tw-box.big-typography .tw-big-title {
  font-size: 25px;
}

.tw-box.layout-4 i,
.tw-box.layout-4 p {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.tw-flipbox {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.tw-flipbox .tw-back-box,
.tw-flipbox .tw-front-box {
  display: block;
  min-height: 428px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tw-flipbox .tw-back-box .inner,
.tw-flipbox .tw-front-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-53%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-53%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-53%) translateZ(60px) scale(0.94);
  top: 50%;
  box-sizing: border-box;
}

.tw-flipbox .tw-back-box:after,
.tw-flipbox .tw-front-box:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  opacity: 0.75;
  background-color: inherit;
  backface-visibility: hidden;
}

.tw-flipbox .tw-back-box {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tw-flipbox .tw-front-box,
.tw-flipbox:hover .tw-front-box,
.tw-flipbox:hover .tw-back-box {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.tw-flipbox:hover .tw-front-box {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tw-flipbox.flipped .tw-front-box {
  -ms-transform: rotateY(-180deg) !important;
  -webkit-transform: rotateY(-180deg) !important;
  transform: rotateY(-180deg) !important;
}

.tw-flipbox.flipped .tw-back-box {
  -ms-transform: rotateY(0deg) !important;
  -webkit-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}

/* Flipbox Hover Styles */

.tw-flipbox.left-right .tw-back-box {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tw-flipbox.left-right .tw-front-box,
.tw-flipbox.left-right:hover .tw-front-box,
.tw-flipbox.left-right:hover .tw-back-box {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.tw-flipbox.left-right:hover .tw-front-box {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.tw-flipbox.left-right.flipped .tw-front-box {
  -ms-transform: rotateY(180deg) !important;
  -webkit-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
}

.tw-flipbox.left-right.flipped .tw-back-box {
  -ms-transform: rotateY(0deg) !important;
  -webkit-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}

.tw-flipbox.bottom-top .tw-back-box {
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.tw-flipbox.bottom-top .tw-front-box,
.tw-flipbox.bottom-top:hover .tw-front-box,
.tw-flipbox.bottom-top:hover .tw-back-box {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.tw-flipbox.bottom-top:hover .tw-front-box {
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.tw-flipbox.bottom-top.flipped .tw-front-box {
  -ms-transform: rotateX(180deg) !important;
  -webkit-transform: rotateX(180deg) !important;
  transform: rotateX(180deg) !important;
}

.tw-flipbox.bottom-top.flipped .tw-back-box {
  -ms-transform: rotateX(0deg) !important;
  -webkit-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
}

.tw-flipbox.top-bottom .tw-back-box {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.tw-flipbox.top-bottom .tw-front-box,
.tw-flipbox.top-bottom:hover .tw-front-box,
.tw-flipbox.top-bottom:hover .tw-back-box {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.tw-flipbox.top-bottom:hover .tw-front-box {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.tw-flipbox.top-bottom.flipped .tw-front-box {
  -ms-transform: rotateX(-180deg) !important;
  -webkit-transform: rotateX(-180deg) !important;
  transform: rotateX(-180deg) !important;
}

.tw-flipbox.top-bottom.flipped .tw-back-box {
  -ms-transform: rotateX(0deg) !important;
  -webkit-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
}

.tw-flipbox p.description > .uk-button {
  display: block;
  max-width: 130px;
  margin: 20px auto 0;
}

.tw-fancybox > .tw-box {
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.3, 0.8, 0.3, 1);
}

.tw-fancybox:hover > .tw-box {
  background: #222;
  background-image: linear-gradient(-25deg, #444, #222);
}

.tw-fancybox:hover > .tw-box > i,
.tw-fancybox:hover > .tw-box > h4 {
  color: #fff;
}

.tw-fancybox:hover > .tw-box > p {
  color: rgba(255, 255, 255, 0.7);
}

/* TW Team Element */

.tw-team .team-media {
  position: relative;
  text-align: center;
}

.tw-team .team-media .tw-image-hover {
  display: inline-block;
}

.tw-team .team-media .team-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}

.tw-team .team-media .team-content h4 {
  margin-bottom: 0;
}

.tw-team .team-media:before {
  background-color: rgba(21, 21, 21, 0.9);
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}

/* Team Hover Style 1 */

.tw-team .team-media .team-content h4 span,
.tw-team .team-media .team-content .tw-meta span {
  position: relative;
  display: block;
  transform: translateY(100%);
  transition: transform 0.4s ease 0.2s;
}

.tw-team .team-media .team-content h4 span {
  transition: transform 0.4s ease;
}

.tw-team .team-media:hover:before {
  transition-delay: 0s;
}

.tw-team .team-media:after {
  display: none;
}

.tw-team .team-media .team-content > div {
  z-index: 1;
}

.tw-team .team-media .tw-socials,
.tw-team.style-2 .tw-socials {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  overflow: hidden;
}

.tw-team .team-media .tw-socials i,
.tw-team.style-2 .tw-socials i {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.tw-team .team-media .tw-socials a,
.tw-team.style-2 .tw-socials a {
  position: relative;
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.15s ease;
  padding-top: 1px;
}

.tw-team:hover .team-media .team-content {
  opacity: 1;
  transition-delay: 0s;
}

.tw-team:hover .team-media .team-content h4 span,
.tw-team:hover .team-media .team-content .tw-meta span,
.tw-team:hover .team-content .tw-socials a {
  transform: translateY(0);
}

.tw-team:hover .team-media .team-content h4 span {
  transition-delay: 0.4s;
}

.tw-team:hover .team-content .tw-socials a {
  transition-delay: 0.5s;
}

.tw-team:hover .team-content .tw-socials a:nth-child(2) {
  transition-delay: 0.6s;
}

.tw-team:hover .team-content .tw-socials a:nth-child(3) {
  transition-delay: 0.7s;
}

.tw-team:hover .team-content .tw-socials a:nth-child(4) {
  transition-delay: 0.8s;
}

.tw-team > .team-content {
  padding-top: 25px;
  position: relative;
}

.tw-team > .team-content .tw-socials {
  margin-top: 25px;
}

.tw-team > .team-content .tw-socials i {
  color: #fff;
  background-color: #ccc;
}

.tw-team .tw-meta {
  color: #151515;
}

.tw-team h4 {
  width: 100%;
  color: #666;
  letter-spacing: normal;
  font-size: 16px;
  overflow: hidden;
  text-transform: capitalize;
}

/* Team Hover Style 2 */

.tw-team .team-media .team-content.tw-hover-style-2 h4,
.tw-team .team-media .team-content.tw-hover-style-2 h4 span,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-meta span,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-meta,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials {
  overflow: visible;
}

.tw-team .team-media .team-content.tw-hover-style-2 h4 span,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-meta span,
.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a {
  display: inline-block;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-meta span {
  transform: translateY(-40px);
}

.tw-team:hover .team-media .team-content.tw-hover-style-2 h4 span,
.tw-team:hover .team-media .team-content.tw-hover-style-2 .tw-meta span,
.tw-team:hover .team-media .team-content.tw-hover-style-2 .tw-socials a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a {
  transition-delay: 0.3s;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a:nth-child(2) {
  transition-delay: 0.2s;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a:nth-child(3) {
  transition-delay: 0.1s;
}

.tw-team .team-media .team-content.tw-hover-style-2 .tw-socials a:nth-child(4) {
  transition-delay: 0s;
}

.tw-team:hover .team-media .team-content.tw-hover-style-2 .tw-socials a {
  transition-delay: 0s;
}

.tw-team:hover
  .team-media
  .team-content.tw-hover-style-2
  .tw-socials
  a:nth-child(2) {
  transition-delay: 0.1s;
}

.tw-team:hover
  .team-media
  .team-content.tw-hover-style-2
  .tw-socials
  a:nth-child(3) {
  transition-delay: 0.2s;
}

.tw-team:hover
  .team-media
  .team-content.tw-hover-style-2
  .tw-socials
  a:nth-child(4) {
  transition-delay: 0.3s;
}

/* Team Style 2 */

.tw-team.style-2 > .team-content {
  padding-bottom: 20px;
}

.tw-team.style-2 .team-content:after {
  content: "";
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}

.tw-team.style-2 .team-content .tw-socials i {
  background-color: rgba(255, 255, 255, 0.15);
}

.tw-team.style-2 .team-media:not(:last-child):after {
  display: none;
}

.tw-team.style-2 .tw-socials {
  position: absolute;
  width: 100%;
  top: 10px;
  opacity: 0;
  height: 31px;
  left: 3px;
  z-index: 1;
}

.tw-team.style-2:hover .tw-socials a {
  transform: translateY(0);
}

.tw-team.style-2:hover .team-content:after {
  transition-delay: 0s;
  opacity: 1;
}

.tw-team.style-2:hover .tw-socials {
  opacity: 1;
}

.tw-team.style-2:hover .team-media .team-content:after {
  opacity: 0.6;
}

/* Client Element */

.tw-clients .client-item {
  text-align: center;
}

.tw-clients .client-item img {
  transition: opacity 0.3s ease;
}

.tw-clients .client-item > * {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: none;
}

.tw-clients .client-item img:not(:only-child) {
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease;
}

.tw-clients .client-item img:not(:only-child):last-child {
  opacity: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.tw-clients .client-item > *:hover img:not(:only-child):first-child {
  opacity: 0 !important;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.tw-clients .client-item > *:hover img:not(:only-child):last-child {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tw-clients .client-item > *:hover img {
  opacity: 1 !important;
}

.uk-tooltip {
  font-family: "Roboto";
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 8px 13px;
  background-color: rgba(0, 0, 0, 0.8);
}

.uk-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 4px;
  margin-left: -4px;
}
/* Pricing Table Element */

.tw-pricing-table {
  background-color: #fff;
}

.tw-pricing-table .uk-card-body + .uk-card-body {
  border-top: 1px solid #f0f0f0;
}

.tw-pricing-table.uk-light .uk-card-body + .uk-card-body {
  border-top: 1px solid rgba(53, 53, 53, 0.4);
}

.tw-pricing-table .pricing-title {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 -5px;
  text-transform: capitalize;
}

.tw-pricing-table .pricing-title span {
  display: inline-block;
  vertical-align: top;
  padding: 6px;
  font-size: 18px;
}

.tw-pricing-table .pricing-title + .tw-meta {
  margin-top: 30px;
  color: #999;
}

.tw-pricing-table ul {
  padding-left: 0;
  list-style: none;
}

.tw-pricing-table ul li {
  margin: 6px 0;
}

.tw-pricing-table ul + .uk-button {
  margin: 25px 0 0;
}

/* Message Box Element */

.uk-notification-message {
  font-size: 14px;
  line-height: 1.45;
}

.uk-notification-message p {
  margin: 0;
}

.uk-notification-message ul li {
  line-height: 1.9;
}

.uk-notification-message.uk-notification-message-primary {
  background-color: #6fb1c7;
  color: #fff;
}

.uk-notification-message.uk-notification-message-success {
  background-color: #5bc3a2;
  color: #fff;
}

.uk-notification-message.uk-notification-message-warning {
  background-color: #ecbf58;
  color: #fff;
}

.uk-notification-message.uk-notification-message-danger {
  background-color: #ef5958;
  color: #fff;
}

.uk-notification-message.uk-notification-message-success .uk-icon svg line,
.uk-notification-message.uk-notification-message-warning .uk-icon svg line,
.uk-notification-message.uk-notification-message-primary .uk-icon svg line,
.uk-notification-message.uk-notification-message-danger .uk-icon svg line,
.uk-notification-message.uk-notification-message-bgcolor .uk-icon svg line {
  stroke: #fff;
}

.uk-notification-message.uk-notification-message-bgcolor {
  color: #fff;
}

.uk-notification-message .uk-notification-close {
  top: 18px;
}

/* Contact Form Element */

.tw-contact-form .tw-form-style-1 input,
.tw-contact-form .tw-form-style-1 select,
.tw-contact-form .tw-form-style-1 textarea,
.tw-contact-form .tw-form-style-1 .uk-input,
.tw-contact-form .tw-form-style-1 .uk-select,
.tw-contact-form .tw-form-style-1 .uk-textarea {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.tw-contact-form .tw-form-style-2 input,
.tw-contact-form .tw-form-style-2 select,
.tw-contact-form .tw-form-style-2 textarea,
.tw-contact-form .tw-form-style-2 .uk-input,
.tw-contact-form .tw-form-style-2 .uk-select,
.tw-contact-form .tw-form-style-2 .uk-textarea {
  background: #fff;
}

.tw-contact-form .tw-form-style-3 select,
.tw-contact-form .tw-form-style-3 textarea,
.tw-contact-form .tw-form-style-3 input,
.tw-contact-form .tw-form-style-3 .uk-input,
.tw-contact-form .tw-form-style-3 .uk-select,
.tw-contact-form .tw-form-style-3 .uk-textarea {
  background: #fff;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.tw-contact-form .tw-form-style-4 input,
.tw-contact-form .tw-form-style-4 select,
.tw-contact-form .tw-form-style-4 textarea,
.tw-contact-form .tw-form-style-4 .uk-input,
.tw-contact-form .tw-form-style-4 .uk-select,
.tw-contact-form .tw-form-style-4 .uk-textarea {
  background: rgba(255, 255, 255, 0.25);
  border: none;
}

.tw-contact-form .tw-form-style-4 input::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 select::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 textarea::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-input::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-select::-webkit-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-textarea::-webkit-input-placeholder {
  color: #fff;
}

.tw-contact-form .tw-form-style-4 input::-moz-placeholder,
.tw-contact-form .tw-form-style-4 select::-moz-placeholder,
.tw-contact-form .tw-form-style-4 textarea::-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-input::-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-select::-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-textarea::-moz-placeholder {
  color: #fff;
}

.tw-contact-form .tw-form-style-4 input:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 select:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 textarea:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-input:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-select:-ms-input-placeholder,
.tw-contact-form .tw-form-style-4 .uk-textarea:-ms-input-placeholder {
  color: #fff;
}

.tw-contact-form .tw-form-style-4 input:-moz-placeholder,
.tw-contact-form .tw-form-style-4 select:-moz-placeholder,
.tw-contact-form .tw-form-style-4 textarea:-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-input:-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-select:-moz-placeholder,
.tw-contact-form .tw-form-style-4 .uk-textarea:-moz-placeholder {
  color: #fff;
}

.tw-contact-form .tw-form-style-2 input[type="submit"],
.tw-contact-form .tw-form-style-3 input[type="submit"],
.tw-contact-form .tw-form-style-4 input[type="submit"] {
  background: #151515;
  color: #fff;
  border: 1px solid #151515;
}

.tw-contact-form .tw-form-style-2 input[type="submit"]:hover,
.tw-contact-form .tw-form-style-3 input[type="submit"]:hover,
.tw-contact-form .tw-form-style-4 input[type="submit"]:hover {
  opacity: 0.9;
}

/* Contact Form 7 Customize */

input[type="tel"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #ef5958;
}

span.wpcf7-not-valid-tip {
  display: none;
}

/* Process Element */

.tw-process .tw-process-block {
  position: relative;
}

.tw-process .tw-process-block .tw-process-circle {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  box-sizing: border-box;
}

.tw-process .tw-process-block .tw-process-circle .tw-process-number {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #151515;
  margin: 0;
  margin-top: 30px;
}

.tw-process .tw-process-block .tw-process-circle h3 {
  font-size: 11px;
  line-height: 1;
  color: #999999;
  margin: 0;
  margin-top: 14px;
}

.tw-process .tw-process-block .tw-process-circle:after {
  position: absolute;
  content: "";
  width: 98px;
  top: 61px;
  right: -50%;
  margin: 0;
  margin-right: -84px;
  border-top: 1px dotted #ccc;
  height: 1px;
}

.tw-process .tw-process-block:last-child .tw-process-circle:after {
  display: none;
}

.tw-process .tw-process-block.uk-padding-large:after {
  margin-right: -84px;
}

.tw-process.style-2 .tw-process-block {
  position: relative;
}

.tw-process.style-2 .tw-process-block .tw-process-circle {
  width: auto;
  height: auto;
  border: none;
}

.tw-process.style-2 .tw-process-block .tw-process-circle h3 {
  margin-bottom: 20px;
}

.tw-process.style-2 .tw-process-block .tw-process-circle .tw-process-number {
  margin: 0;
}

.tw-process.style-2 .tw-process-block .tw-process-circle .tw-small-circle {
  display: block;
  margin: 0 auto;
  background: #e5e5e5;
  width: 11px;
  height: 11px;
  margin-bottom: 16px;
}

.tw-process.style-2 .tw-process-block .tw-process-circle:after {
  position: absolute;
  content: "";
  width: 300px;
  top: 35px;
  right: -50%;
  margin: 0;
  margin-right: -140px;
  border-top: 1px solid #e5e5e5;
  height: 1px;
}

/* Portfolio Element */

.tw-isotope-container,
.isotope-container {
  overflow: hidden;
}

.tw-scrollspy-fixer {
  -webkit-animation-name: none !important;
  /* Chrome, Safari, Opera */
  -ms-animation-name: none !important;
  /* IE 9 */
  animation-name: none !important;
}

.tw-portfolio .portfolio-item {
  margin-bottom: 40px;
  text-align: center;
  line-height: 0;
  z-index: 3;
}

.tw-portfolio.promo .portfolio-item {
  margin: 0;
  text-align: left;
  line-height: inherit;
}

.tw-portfolio.parallax .portfolio-item {
  margin: 0;
  height: 50vh;
  background-size: cover;
}

.tw-portfolio[data-layout="metro"] .portfolio-item {
  overflow: hidden;
}

.tw-portfolio.promo .promo-media-container {
  display: block;
  padding: 10px;
}

.tw-portfolio.promo .promo-media-container .owl-theme .owl-dots {
  margin-top: auto;
  bottom: 10px;
  position: absolute;
}

.tw-portfolio.promo .promo-text-container {
  margin-left: 60px;
  max-width: 370px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tw-portfolio.promo .uk-first-column .promo-text-container {
  margin-left: 100px;
}

.tw-portfolio.promo .promo-media-container {
  margin-right: 50px;
}

.tw-portfolio.promo .promo-media-container.no-media {
  height: 280px;
}

.tw-portfolio.promo .uk-first-column .promo-media-container {
  margin-left: 50px;
  margin-right: 0;
}

.tw-thumbnail .tw-video-icon,
.tw-portfolio.promo .tw-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.tw-portfolio .portfolio-content {
  line-height: initial;
}

[data-type="masonry"] img,
[data-type="masonry"] .gallery-image,
[data-type="masonry"] .portfolio-media {
  width: 100%;
  height: 100%;
}

.tw-portfolio .portfolio-media,
.tw-portfolio .portfolio-inner {
  display: inline-block;
}

.tw-portfolio .portfolio-inner {
  text-align: left;
}

.tw-portfolio .portfolio-inner > .portfolio-content {
  margin-bottom: 5px;
}

.tw-portfolio [data-type="masonry"] > * {
  overflow: hidden;
}

.tw-portfolio .portfolio-media:not(:last-child) {
  margin-bottom: 25px;
}

.tw-portfolio .portfolio-media .portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.tw-portfolio.parallax .portfolio-media .portfolio-content {
  height: 50vh;
}

.tw-portfolio .portfolio-media .portfolio-content .portfolio-title span,
.tw-portfolio .portfolio-media .portfolio-content .tw-meta > span {
  position: relative;
  display: block;
  color: inherit;
  transform: translateY(100%);
  transition: transform 0.5s ease 0.2s;
}

.tw-portfolio .portfolio-media .portfolio-content .tw-meta > span {
  transition: transform 0.5s ease;
}

.tw-portfolio .portfolio-media.tw-image-hover:before {
  background-color: rgba(21, 21, 21, 0.9);
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}

.tw-portfolio .portfolio-media.tw-image-hover:not(.tw-hover-style-5):after {
  display: none;
}

/* Portfolio Style Default */

.tw-portfolio .portfolio-media .portfolio-title {
  font-size: 15px;
  letter-spacing: normal;
  overflow: hidden;
  text-transform: capitalize;
}

.tw-portfolio .portfolio-title a {
  color: inherit;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.tw-portfolio .portfolio-title a:hover {
  color: #999;
}

.tw-portfolio.tw-portfolio-demo .portfolio-title .uk-label {
  font-size: 7px;
  position: relative;
  top: -1px;
  padding: 3px 4px;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.tw-portfolio.tw-portfolio-demo .portfolio-title,
.tw-portfolio.tw-portfolio-demo .portfolio-title a {
  color: #999;
  font-size: 12px;
  letter-spacing: 0;
}

.tw-portfolio.tw-portfolio-demo .portfolio-title a:hover {
  color: #151515;
}

.tw-portfolio .portfolio-media.tw-image-hover:hover:before {
  transition-delay: 0s;
}

.tw-portfolio .portfolio-media:hover .portfolio-content .portfolio-title span,
.tw-portfolio .portfolio-media:hover .portfolio-content .tw-meta > span {
  transform: translateY(0);
}

.tw-portfolio .portfolio-media:hover .portfolio-content .tw-meta > span {
  transition-delay: 0.4s;
}

/* Portfolio Style 2 */

.tw-portfolio .portfolio-media.tw-hover-style-2 .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-2 .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-port-rm {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-port-rm {
  position: absolute;
  bottom: 70px;
}

.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-2 .tw-port-rm {
  transform: translateY(-60px);
}

.tw-portfolio .portfolio-media.tw-hover-style-2:hover .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-2:hover .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-2:hover .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-2:hover .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-2:hover .tw-port-rm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tw-portfolio .portfolio-media.tw-hover-style-2.tw-image-hover:before,
.tw-portfolio .portfolio-media.tw-hover-style-2.tw-image-hover:hover:before,
.tw-portfolio
  .portfolio-media.tw-hover-style-2:hover
  .portfolio-content
  .tw-meta
  > span {
  transition-delay: 0s;
}

/* Portfolio Style 3 */

.tw-portfolio .portfolio-media.tw-hover-style-3 .portfolio-content {
  align-items: flex-end;
  justify-content: flex-start;
  padding: 40px;
}

.tw-portfolio .portfolio-media.tw-hover-style-3 .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-3 .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-3 .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-3 .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-3 .tw-port-rm {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.tw-portfolio .portfolio-media.tw-hover-style-3 .tw-port-rm {
  position: absolute;
  bottom: 70px;
}

.tw-portfolio .portfolio-media.tw-hover-style-3:hover .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-3:hover .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-port-rm {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.tw-portfolio .portfolio-media.tw-hover-style-3.tw-image-hover:before,
.tw-portfolio .portfolio-media.tw-hover-style-3.tw-image-hover:hover:before {
  transition-delay: 0s;
}

.tw-portfolio
  .portfolio-media.tw-hover-style-3:hover
  .portfolio-content
  .tw-meta
  > span {
  transition-delay: 0.2s;
}

.tw-portfolio .portfolio-media.tw-hover-style-3:hover .tw-port-rm {
  transition-delay: 0.4s;
}

/* Portfolio Style 4 */

.tw-portfolio .portfolio-media.tw-hover-style-4 .portfolio-content {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
}

.tw-portfolio .portfolio-media.tw-hover-style-4 .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-4 .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-4 .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-4 .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-4 .tw-port-rm {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.tw-portfolio .portfolio-media.tw-hover-style-4 .tw-port-rm {
  position: absolute;
  bottom: 70px;
}

.tw-portfolio .portfolio-media.tw-hover-style-4:hover .portfolio-title,
.tw-portfolio .portfolio-media.tw-hover-style-4:hover .portfolio-title span,
.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-meta,
.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-meta > span,
.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-port-rm {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.tw-portfolio .portfolio-media.tw-hover-style-4.tw-image-hover:before,
.tw-portfolio .portfolio-media.tw-hover-style-4.tw-image-hover:hover:before {
  transition-delay: 0s;
}

.tw-portfolio
  .portfolio-media.tw-hover-style-4:hover
  .portfolio-content
  .tw-meta
  > span {
  transition-delay: 0.2s;
}

.tw-portfolio .portfolio-media.tw-hover-style-4:hover .tw-port-rm {
  transition-delay: 0.4s;
}

/* Portfolio Hover Style 5 */

.tw-portfolio .portfolio-media.tw-hover-style-5 .portfolio-title {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
}

.tw-portfolio .portfolio-media.tw-hover-style-5 .portfolio-content {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
}

.tw-portfolio
  .portfolio-media.tw-hover-style-5
  .portfolio-content
  .portfolio-title
  span,
.tw-portfolio
  .portfolio-media.tw-hover-style-5
  .portfolio-content
  .tw-meta
  > span {
  transform: translateY(0);
}

/* Portfolio Demo */

.tw-portfolio.tw-portfolio-demo .isotope-container {
  overflow: visible;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media > a:after {
  display: none;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media > a:before {
  transition-delay: 150ms;
  background-color: rgba(21, 21, 21, 0.15);
}

.tw-portfolio.tw-portfolio-demo .portfolio-media img {
  transition: all 0.3s ease;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media:hover img {
  transform: translateY(-10px);
  opacity: 0.6;
}

.tw-portfolio.tw-portfolio-demo .portfolio-media:hover + .portfolio-content a {
  color: #fff;
}

.tw-portfolio.tw-portfolio-demo .portfolio-content:hover a {
  color: #fff;
}

.isotope-container article {
  margin-bottom: 40px;
}

.isotope-container article.uk-grid-margin,
.tw-portfolio .uk-grid-margin.portfolio-item {
  margin-top: 0;
}

.isotope-container.uk-grid {
  margin-bottom: -40px;
}

.isotope-container.uk-grid-large {
  margin-bottom: -70px;
}

.isotope-container.uk-grid-large article,
.tw-portfolio .uk-grid-large .portfolio-item {
  margin-bottom: 70px;
}

.isotope-container.uk-grid-medium {
  margin-bottom: -30px;
}

.isotope-container.uk-grid-medium article,
.tw-portfolio .uk-grid-medium .portfolio-item {
  margin-bottom: 30px;
}

.isotope-container.uk-grid-small {
  margin-bottom: -15px;
}

.isotope-container.uk-grid-small article,
.tw-portfolio .uk-grid-small .portfolio-item {
  margin-bottom: 15px;
}

.isotope-container.uk-grid-xsmall {
  margin-bottom: -10px;
}

.isotope-container.uk-grid-xsmall article,
.tw-portfolio .uk-grid-xsmall .portfolio-item {
  margin-bottom: 10px;
}

.tw-portfolio .uk-grid-collapse,
.tw-blog.uk-grid-collapse {
  margin-bottom: 0;
}

.isotope-container.uk-grid-collapse article,
.tw-portfolio .uk-grid-collapse .portfolio-item {
  margin-bottom: 0;
}

.tw-portfolio .uk-grid-collapse .portfolio-inner > .portfolio-content {
  margin-bottom: 50px;
}

.tw-filter-list-outer {
  font-size: 11px;
  letter-spacing: 0;
  margin-bottom: 35px;
}

.filter-with-title.tw-filter-list-outer,
.tw-filter-list-outer ul {
  margin-bottom: 0;
}

.tw-filter-list-outer li {
  display: inline-block;
  padding: 0 15px;
  color: #151515;
}

.tw-filter-list-outer li.is-checked {
  color: #999;
}

.tw-filter-list-outer span,
.tw-header .uk-navbar-toggle {
  cursor: pointer;
}

.tw-filter-list-outer .hidden {
  display: none;
}

.tw-portfolio .tw-pagination {
  padding-top: 40px;
}

/* Portfolio Style 5 */

.masonry-portfolio .portfolio-title {
  position: absolute;
  left: 60px;
  top: 30px;
  font-size: 24px;
  color: #fff;
  z-index: 2;
}

/* Portfolio Modern Styling */

.tw-element + .tw-portfolio.filter-modern {
  background-image: linear-gradient(-25deg, #444, #222);
  margin-top: 30px;
}

.tw-element + .tw-portfolio.filter-modern > .isotope-wrapper {
  padding: 90px;
}

.tw-portfolio.filter-modern .tw-filter-list-outer {
  background: #fff;
  padding-bottom: 35px;
  margin-bottom: 0;
}

.tw-portfolio.filter-modern .tw-filter-list-outer li {
  color: #999;
}

.tw-portfolio.filter-modern .tw-filter-list-outer li.is-checked {
  color: #151515;
}

/* Portfolio Single */

h1.portfolio-title {
  font-size: 24px;
  letter-spacing: normal;
  margin-bottom: 6px;
  color: #151515;
  text-transform: capitalize;
}

.portfolio-subtitle {
  font-size: 12px;

  color: #151515;
}

.portfolio-cats a {
  color: #999;
}

.portfolio-cats a:hover {
  color: #151515;
}

.portfolio-single-title {
  margin-bottom: 26px;
}

.portfolio-single-content p {
  margin-top: 13px;
}

.portfolio-single-content + .portfolio-single-meta,
.portfolio-single-content ~ .portfolio-btn.uk-button {
  margin-top: 50px;
}

ul.portfolio-single-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
}

ul.portfolio-single-meta li {
  display: table-row;
  line-height: 1;
}

ul.portfolio-single-meta li .portfolio-subtitle {
  display: table-cell;
  padding-right: 30px;
  padding-bottom: 13px;
}

ul.portfolio-single-meta + .portfolio-btn {
  margin-top: 13px;
}

.portfolio-single-meta a {
  color: inherit;
}

.portfolio-single-meta a:hover {
  color: #151515;
}

.portfolio-single-meta a.facebook:hover {
  color: #3b5998;
}

.portfolio-single-meta a.twitter:hover {
  color: #1da1f2;
}

.portfolio-single-meta a.google:hover {
  color: #ea4335;
}

.portfolio-single-meta a.pinterest:hover {
  color: #bd081c;
}

.portfolio-single-meta .entry-share {
  margin-top: 0;
}

.portfolio-btn {
  width: 100%;
  max-width: 370px;
}

.portfolio-single6-content {
  width: 370px;
}

.tw-portfolio-nav {
  padding: 6px 0 3px;
}

.tw-portfolio-nav .tw-meta > * {
  color: #e6e6e6;
  display: flex;
  align-items: center;
  line-height: 1;
}

.tw-portfolio-nav .tw-meta > a {
  color: #999;
}

.tw-portfolio-nav a:hover {
  color: #151515;
}

.tw-portfolio-nav i {
  font-size: 24px;
}

.tw-portfolio-nav .tw-meta {
  font-size: 12px;
}

.tw-portfolio-nav .tw-meta i {
  font-size: 30px;
}

.tw-portfolio-nav .ion-ios-arrow-left {
  margin-right: 15px;
}

.tw-portfolio-nav .ion-ios-arrow-right {
  margin-left: 15px;
}

[data-dots="inside"] > .owl-theme .owl-dots {
  position: absolute;
  bottom: 18px;
  left: 0;
}

/* TW Masonry Gallery Element */

.tw-gallery .gallery-item {
  line-height: 0;
  margin-bottom: 40px;
}

.tw-gallery .gallery-image {
  display: inline-block;
  overflow: hidden;
}

.tw-gallery .uk-grid-margin.gallery-item {
  margin-top: 0;
}

.tw-gallery .uk-grid {
  margin-bottom: -40px;
}

.tw-gallery .uk-grid-medium {
  margin-bottom: -30px;
}

.tw-gallery .uk-grid-medium .gallery-item {
  margin-bottom: 30px;
}

.tw-gallery .uk-grid-small {
  margin-bottom: -15px;
}

.tw-gallery .uk-grid-small .gallery-item {
  margin-bottom: 15px;
}

.tw-gallery .uk-grid-xsmall {
  margin-bottom: -10px;
}

.tw-gallery .uk-grid-xsmall .gallery-item {
  margin-bottom: 10px;
}

.tw-gallery .uk-grid-collapse,
.tw-gallery .uk-grid-collapse .gallery-item {
  margin-bottom: 0;
}

/* Simple img hover */

.tw-image-hover {
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-media.tw-image-hover {
  width: 100%;
  height: 100%;
}

.tw-image-hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(21, 21, 21, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  content: "";
  z-index: 1;
}

.tw-image-hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Ionicons";
  content: "\f2c7";
  font-size: 24px;
  color: #fff;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.tw-image-hover:hover:before,
.tw-image-hover:hover:after,
.tw-justified-gallery-container .justified-gallery > a > img {
  opacity: 1;
}

.blog-inside-hover.blog-inside-noexcerpt .article-inner {
  overflow: hidden;
}

.tw-justified-gallery-container .justified-gallery > .entry-visible > img,
.tw-justified-gallery-container .justified-gallery > .entry-visible > a > img,
.blog-inside-hover.blog-inside-noexcerpt .tw-bgthumb,
.tw-image-hover > img {
  transition: all 0.3s ease;
}

.blog-inside-hover.blog-inside-noexcerpt:hover .tw-bgthumb,
.tw-image-hover:hover > img {
  transform: scale3d(1.1, 1.1, 1);
}

/* Infinite Scroll */

.tw-infinite-scroll .ldr,
.tw-infinite-scroll.waiting .next,
.tw-infinite-scroll[data-has-next="false"] {
  display: none;
}

.tw-infinite-scroll.waiting .ldr {
  display: inline-block;
}

/* TW Social Icons Element*/

.tw-socials {
  margin-left: -5px;
  margin-right: -5px;
}

.tw-socials a {
  display: inline-block;
  margin: 0 5px;
}

.tw-socials a i {
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  background-color: #ccc;
  color: #fff;
}

.tw-socials a.tw-medium i {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.tw-socials a.tw-large i {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.uk-light .tw-socials i.fab {
  color: #fff;
}

.tw-socials .icon {
  display: inline-flex;
}

.tw-socials .icon svg,
.tw-socials .fa svg {
  display: none;
}

.tw-socials.social-simple {
  margin-left: -13px;
  margin-right: -13px;
}

.tw-socials.social-simple a > i {
  background: none;
  color: #999;
}

.tw-socials.social-square a > i {
  border-radius: 0;
}

.tw-socials.social-dark a > i {
  background-color: #151515;
  color: #fff;
}

.tw-socials.social-light a > i {
  background-color: #fff;
  color: #999;
}

.tw-socials.social-minimal a > i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
  background-color: transparent;
}

.tw-socials.social-minimal a > i:not(.ion-social-facebook) {
  font-size: 14px;
}

.tw-socials.social-hover-dark a:hover i {
  background-color: #151515 !important;
  color: #fff !important;
}

.tw-socials.social-hover-light a:hover i {
  background-color: #fff !important;
  color: #151515 !important;
}

.tw-socials.social-hover-gray a:hover i {
  background-color: #ccc !important;
  color: #666 !important;
}

.tw-socials.social-simple.social-dark a i {
  background-color: transparent;
  color: #151515;
}

.tw-socials.social-simple.social-light a i {
  background-color: transparent;
  color: #fff;
}

.tw-socials.social-simple a:hover i {
  background: none !important;
}

.tw-socials.social-hover-color a:hover i {
  background-color: #151515;
  color: #fff;
}

.tw-socials.social-simple.social-hover-light a:hover i {
  color: #fff !important;
}

.tw-socials.social-simple.social-hover-dark a:hover i {
  color: #151515 !important;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="facebook"] {
  color: #3b5998;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="instagram"] {
  color: #405de6;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="pinterest"] {
  color: #bd081c;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="google-plus"] {
  color: #dd4b39;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="youtube"] {
  color: #cd201f;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="twitter"] {
  color: #1da1f2;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="tumblr"] {
  color: #35465c;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="dribbble"] {
  color: #ea4c89;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="behance"] {
  color: #1769ff;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="github"] {
  color: #333;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="angular"] {
  color: #b52e31;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="wechat"] {
  color: #7bb32e;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="whatsapp"],
.tw-socials.social-simple.social-hover-color a:hover [class*="phone"] {
  color: #25d366;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="rss"] {
  color: #f26522;
}

.tw-socials.social-simple.social-hover-color a:hover [class*="reddit"] {
  color: #ff4500;
}

.tw-socials.social-simple.social-hover-color
  a:hover
  [class*="ion-chatbubbles"] {
  color: #151515;
}

.tw-socials.social-hover-color a:hover [class*="facebook"],
.tw-socials.social-color a > i[data-uk-icon*="facebook"],
.tw-socials.social-color a > i[class*="facebook"] {
  background-color: #3b5998;
}

.tw-socials.social-hover-color a:hover [class*="instagram"],
.tw-socials.social-color a > i[data-uk-icon*="instagram"],
.tw-socials.social-color a > i[class*="instagram"] {
  background-color: #405de6;
}

.tw-socials.social-hover-color a:hover [class*="pinterest"],
.tw-socials.social-color a > i[data-uk-icon*="pinterest"],
.tw-socials.social-color a > i[class*="pinterest"] {
  background-color: #bd081c;
}

.tw-socials.social-hover-color a:hover [class*="google-plus"],
.tw-socials.social-color a > i[data-uk-icon*="google-plus"],
.tw-socials.social-color a > i[class*="google-plus"] {
  background-color: #dd4b39;
}

.tw-socials.social-hover-color a:hover [class*="youtube"],
.tw-socials.social-color a > i[data-uk-icon*="youtube"],
.tw-socials.social-color a > i[class*="youtube"],
.tw-socials.social-hover-color a:hover [class*="youtube-play"],
.tw-socials.social-color a > i[data-uk-icon*="youtube-play"],
.tw-socials.social-color a > i[class*="youtube-play"] {
  background-color: #cd201f;
}

.tw-socials.social-hover-color a:hover [class*="twitter"],
.tw-socials.social-color a > i[data-uk-icon*="twitter"],
.tw-socials.social-color a > i[class*="twitter"] {
  background-color: #1da1f2;
}

.tw-socials.social-hover-color a:hover [class*="tumblr"],
.tw-socials.social-color a > i[data-uk-icon*="tumblr"],
.tw-socials.social-color a > i[class*="tumblr"] {
  background-color: #35465c;
}

.tw-socials.social-hover-color a:hover [class*="dribbble"],
.tw-socials.social-color a > i[data-uk-icon*="dribbble"],
.tw-socials.social-color a > i[class*="dribbble"] {
  background-color: #ea4c89;
}

.tw-socials.social-hover-color a:hover [class*="github"],
.tw-socials.social-color a > i[data-uk-icon*="github"],
.tw-socials.social-color a > i[class*="github"] {
  background-color: #333;
}

.tw-socials.social-hover-color a:hover [class*="behance"],
.tw-socials.social-color a > i[data-uk-icon*="behance"],
.tw-socials.social-color a > i[class*="behance"] {
  background-color: #1769ff;
}

.tw-socials.social-hover-color a:hover [class*="angular"],
.tw-socials.social-color a > i[data-uk-icon*="angular"],
.tw-socials.social-color a > i[class*="angular"] {
  background-color: #b52e31;
}

.tw-socials.social-hover-color a:hover [class*="wechat"],
.tw-socials.social-color a > i[data-uk-icon*="wechat"],
.tw-socials.social-color a > i[class*="wechat"] {
  background-color: #7bb32e;
}

.tw-socials.social-hover-color a:hover [class*="whatsapp"],
.tw-socials.social-color a > i[data-uk-icon*="whatsapp"],
.tw-socials.social-color a > i[class*="whatsapp"],
.tw-socials.social-hover-color a:hover [class*="phone"],
.tw-socials.social-color a > i[data-uk-icon*="phone"],
.tw-socials.social-color a > i[class*="phone"] {
  background-color: #25d366;
}

.tw-socials.social-hover-color a:hover [class*="rss"],
.tw-socials.social-color a > i[data-uk-icon*="rss"],
.tw-socials.social-color a > i[class*="rss"] {
  background-color: #f26522;
}

.tw-socials.social-hover-color a:hover [class*="reddit"],
.tw-socials.social-color a > i[data-uk-icon*="reddit"],
.tw-socials.social-color a > i[class*="reddit"] {
  background-color: #ff4500;
}

.tw-socials.social-color a > i:hover .ion-chatbubbles {
  background-color: #151515;
}

/* Map Element */

.tw-map > .map {
  height: 100%;
}

.tw-map > .map-markers {
  display: none;
}

/* Video Element */

.tw-video-thumbnail {
  position: relative;
}

.tw-video-thumbnail .tw-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.tw-video-icon {
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  position: relative;
  transition: transform 0.3s ease;
  cursor: pointer;
  border: none;
}

.tw-video-icon i {
  font-size: 18px;
  color: #151515;
}

.tw-background-video {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.tw-background-video-container {
  overflow: hidden;
}

.tw-background-video iframe {
  min-width: 100%;
  min-height: 100%;
}

.tw-video-icon .before,
.tw-video-icon .after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transform: scale(0.35) translateY(-50%) translateX(-50%);
  -ms-transform: scale(0.35) translateY(-50%) translateX(-50%);
  transform: scale(0.35) translateY(-50%) translateX(-50%);
  opacity: 0;
}

.tw-video-icon:hover {
  transform: scale(0.9);
}

.tw-video-icon:hover .before,
.tw-video-icon:hover .after {
  -webkit-animation: pulse 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.5s infinite;
  animation: pulse 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.5s infinite;
}

.tw-video-icon:hover .after {
  animation-delay: 0s;
}

.entry-media.tw-video {
  position: relative;
}

.tw-invis {
  opacity: 0;
  visibility: hidden;
}

.tw-video.with-modal .tw-video-container {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.4);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
  }

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

/* Chart Circle Element */

.tw-chart-circle .tw-chart {
  position: relative;
  margin: 0 auto;
}

.tw-chart-circle .tw-chart canvas {
  position: absolute;
  right: 0;
  left: 0;
}

.tw-chart-circle .tw-chart span {
  position: relative;
  z-index: 5;
  font-family: "Roboto";
  font-size: 16px;
  letter-spacing: 0;
  color: #151515;
}

.tw-chart-circle .tw-chart .chart-icon {
  letter-spacing: normal;
  font-size: 28px;
}

.tw-chart-circle .title {
  font-size: 11px;
  margin: 0;
  margin-top: 20px;
}

/* Dropcap & Highlight Element */

.tw-highlight {
  padding: 3px;
  background: #e6e6e6;
}

.tw-dropcaps {
  font-family: "Roboto";
  font-size: 44px;
  margin-right: 20px;
  color: #151515;
  line-height: 1;
  margin-top: 0;
  float: left;
  padding: 0;
}

.tw-dropcaps.dropcap-square,
.tw-dropcaps.dropcap-circle {
  margin-top: 6px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  background: #151515;
  color: #fff;
}

.tw-dropcaps.dropcap-circle {
  border-radius: 50%;
}

/* Image Element */

.tw-image.uk-background-cover {
  height: 100%;
}

/* Menu Element */

.tw-menu-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.tw-menu-container.featured {
  border-bottom: 1px solid #151515;
}

.tw-menu-container .tw-description {
  font-family: "Lora";
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.tw-menu-container .tw-menu-title {
  color: #151515;
}

.tw-menu-container .tw-content {
  margin-left: 15px;
}

.tw-menu-container.no-image .tw-content {
  margin-left: 0;
}

.tw-menu-container .tw-content h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

.tw-menu-container .tw-menu-price h4 {
  font-size: 16px;
}

/* Timeline Element */

.tw-timeline-container {
  position: relative;
  padding: 60px 0;
}

.tw-timeline-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  height: 100%;
  width: 1px;
  background: #e5e5e5;
}

.tw-timeline-container .tw-timeline-block {
  position: relative;
  margin: 60px 0;
}

.tw-timeline-container .tw-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.tw-timeline-container .tw-timeline-block:first-child {
  margin-top: 0;
}

.tw-timeline-container .tw-timeline-block:last-child {
  margin-bottom: 0;
}

.tw-timeline-container .tw-timeline-block .tw-timeline-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #151515;
  background: #fff;
  border-radius: 50%;
}

.tw-timeline-container .tw-timeline-block .tw-timeline-content {
  padding: 0 35px;
}

.tw-timeline-container .tw-timeline-block .tw-timeline-content h3 {
  font-size: 16px;
  line-height: 1;
}

.tw-timeline-container .tw-timeline-block .tw-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.tw-timeline-container.right .tw-timeline-block {
  text-align: right;
}

.tw-timeline-container.right:before {
  left: auto;
  right: 6px;
}

.tw-timeline-container.right .tw-timeline-block .tw-timeline-circle {
  left: auto;
  right: 0;
}

/* Style 2 */

.tw-timeline-container.style-2 .tw-timeline-block .tw-timeline-content {
  padding-left: 35px;
}

.tw-timeline-container .tw-timeline-info .letter-spacing {
  letter-spacing: 0;
  text-transform: capitalize;
}

.tw-timeline-container.style-2 .tw-timeline-info {
  position: absolute;
  left: 0;
  top: 0;
}

/* Open Job Element */

.tw-job-container .tw-job-title,
.tw-job-container .tw-job-content .tw-job-info {
  padding: 20px 0px;
}

.tw-job-container .tw-job-title {
  font-family: "Roboto";
  font-size: 10px;
  letter-spacing: 0;
  color: #fff;
  background: #151515;
  line-height: 1;
}

.tw-job-container .tw-job-content .tw-job-info {
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1;
  font-size: inherit;
  color: #666;
}

.tw-job-container .tw-job-content .tw-job-info:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.tw-job-container .tw-job-content .tw-job-info:after {
  display: none;
}

.tw-job-container .tw-job-content .tw-job-info {
  border-bottom: 1px solid #e5e5e5;
}

.tw-job-container .tw-job-content .tw-job-desc {
  padding: 50px;
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
}

.tw-job-container .tw-job-content.uk-open .tw-job-info {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.tw-job-container .uk-accordion {
  overflow: hidden;
}

/* List Element */

.tw-list .uk-list-decimal {
  list-style-type: decimal-leading-zero;
  padding-left: 30px;
}

.tw-list .uk-list-decimal li {
  padding-left: 10px;
}

.tw-list .uk-list-decimal li::before {
  display: none;
}

.tw-list li i {
  padding-right: 10px;
}

/* Uk Label on Menu */

.uk-sub .uk-label,
.sub-menu .uk-label,
.uk-nav .uk-label {
  background-color: #fff;
  color: #666;
  position: relative;
  font-size: 7px;
  left: 10px;
  top: -1px;
  padding: 4px 4px 3px 4px;
  line-height: 1;
  letter-spacing: 0;
}

.tw-header-sidebar .uk-sub .uk-label,
.tw-header-sidebar .sub-menu .uk-label,
.tw-header-sidebar .uk-nav .uk-label {
  background-color: #1c1c1c;
  color: #fff;
}

/* Breadcrumb Element */

.tw-breadcrumb-container {
  padding: 30px 0;
  opacity: 0.6;
  line-height: 1;
}

.tw-breadcrumb-container > span {
  position: relative;
  margin: 0 10px;
}

/* Row */

.tw-row-inner[data-tw-dimension-type] .uk-container,
.tw-row-inner[data-tw-dimension-type] .uk-grid,
.tw-row[data-tw-dimension-type] .tw-row-inner,
.tw-row[data-tw-dimension-type] .uk-container,
.tw-row[data-tw-dimension-type] .uk-grid {
  height: 100%;
}

.tw-row-inner[data-tw-dimension-type] .tw-column-inner,
.tw-row[data-tw-dimension-type] .tw-column-inner,
.tw-row[data-tw-dimension-type] .tw-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-template-page-splitpage .uk-container,
.page-template-page-magazinepage .uk-container,
.tw-row-inner[data-tw-dimension-type] .tw-column-inner > .tw-element,
.tw-row[data-tw-dimension-type] .tw-column > .tw-element {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.tw-row-inner[data-tw-dimension-type] .tw-column-inner > .tw-element,
.tw-row[data-tw-dimension-type] .tw-column > .tw-element {
  width: auto;
}

.page-template-page-splitpage .uk-container,
.page-template-page-magazinepage .uk-container {
  padding: 0 70px;
}

/* Footer Area */

footer {
  border-top: 1px solid #414141;
}

footer .menu li {
  text-align: right;
}

footer .menu li a {
  font-size: 16px;
  line-height: 28px;
  color: #414141;
  font-weight: 700;
}

.bottom-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #222;
}

.bottom-area.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bottom-area aside.widget + aside.widget {
  margin-top: 15px;
}

.bottom-area .tw-logo {
  padding-left: 0;
  padding-right: 0;
}

.tw-row h2.widgettitle,
.bottom-area h3.widget-title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

.bottom-area .widget li:not(:last-child) {
  margin-bottom: 6px;
}

footer.uk-light,
footer.uk-light a {
  color: #999;
}

.footer-area {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}

.footer-area > * {
  opacity: 0.8;
}

.footer-area.footer-small {
  background-color: #151515;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Grid & Container */

li.uk-container {
  padding: 0;
}

.uk-container {
  max-width: 1570px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-msmall {
  max-width: 800px;
}

.uk-container-xsmall {
  max-width: 600px;
}

.uk-container-large {
  max-width: 1650px;
}

.uk-container-expand {
  max-width: none;
}

.uk-container.tw-container-half {
  max-width: 565px;
}

.uk-grid-xsmall {
  margin-left: -10px;
}

.uk-grid-xsmall > * {
  padding-left: 10px;
}

* + .uk-grid-margin-xsmall,
.uk-grid + .uk-grid-xsmall,
.uk-grid-xsmall > .uk-grid-margin {
  margin-top: 10px;
}

.tw-element + .uk-grid,
.tw-element + .tw-row-inner,
.tw-element + .woocommerce,
.woocommerce + .tw-element,
.tw-element + .tw-element {
  margin-top: 70px;
}

.uk-container-small.tw-element + .uk-grid,
.uk-container-small .tw-element + .tw-element,
.uk-container-xsmall.tw-element + .uk-grid,
.uk-container-xsmall .tw-element + .tw-element {
  margin-top: 40px;
}

.uk-section {
  position: relative;
  z-index: 1;
  width: 100%;
}

.uk-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uk-section-normal {
  padding-top: 75px;
  padding-bottom: 75px;
}

.uk-section-medium {
  padding-top: 90px;
  padding-bottom: 90px;
}

.uk-section-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.uk-section-xlarge {
  padding-top: 210px;
  padding-bottom: 210px;
}

.uk-section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tw-padding-left {
  padding-left: 50px;
}

.uk-padding-right {
  padding-right: 50px;
}

.uk-padding-xlarge {
  padding: 110px;
}

.uk-margin-top-minus {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.tw-image.uk-position-top {
  left: auto;
  right: auto;
}

/* Modal Dialog */

.uk-modal-dialog {
  background-color: #151515;
}

.uk-modal-dialog .uk-search-large {
  width: 100%;
  padding: 0 50px;
  max-width: 800px;
}

.uk-modal-dialog .uk-search-input {
  padding: 0 30px 0 3px;
  font-size: 24px;
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
}

.uk-modal-dialog .uk-search-input::-webkit-input-placeholder {
  color: #fff;
}

.uk-modal-dialog .uk-search-input::-moz-placeholder {
  color: #fff;
}

.uk-modal-dialog .uk-search-input:-ms-input-placeholder {
  color: #fff;
}

.uk-modal-dialog .uk-search-input:-moz-placeholder {
  color: #fff;
}

.uk-modal-dialog .button-search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.uk-modal-dialog .button-search:hover {
  opacity: 1;
}

/* Hoshi */

.input--hoshi {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(99%);
  pointer-events: none;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(90%);
  border-bottom: 1px solid #333;
}

.input__label--hoshi::after {
  border-bottom: 1px solid #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s;
  transition-delay: 0.2s;
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }

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

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }

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

.tw-video-container.tw-sidebar {
  padding-left: 270px;
}

.tw-video-container .uk-modal-dialog {
  width: 900px;
}

.tw-video-container p {
  margin-top: 0;
}

.tw-video-container .uk-close {
  position: absolute;
  right: 0;
  top: -30px;
  color: #fff;
}

iframe {
  max-width: 100%;
}

.entry-media .twitter-tweet,
.entry-media iframe.instagram-media {
  margin: 0 auto !important;
}

.tw-video-container iframe {
  max-width: 100%;
  width: 100%;
}

.uk-close svg {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: all 0.3s ease;
}

.uk-close:hover svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* UiKit Light Override */

.uk-light,
.uk-light .tw-logo .site-name,
.uk-light .tw-main-menu > li > a,
.uk-light .tw-main-menu > li.menu-item-has-children:after,
.uk-light .tw-header-meta i,
.uk-light .entry-title a,
.uk-light .tw-dropcaps,
.uk-light .tw-box > i,
.uk-light.tw-topbar .tw-box a:hover i,
.uk-light.tw-topbar .tw-box a:hover p,
.uk-light .tw-process .tw-process-block .tw-process-circle .tw-process-number,
.uk-light .tw-process .tw-process-block .tw-process-circle h3,
.uk-light .tw-chart-circle .tw-chart span,
.uk-light .owl-theme .owl-nav [class*="owl-"] .uk-slidenav,
.uk-light .tw-box p,
.uk-light .testimonial-item .author-name,
.uk-light .tw-filter-list-outer li,
.tw-team .uk-light h4,
.uk-light .tw-portfolio.tw-portfolio-demo .portfolio-content:hover a {
  color: #fff;
}

.uk-light .tw-main-menu > li:hover > a,
.uk-light
  .tw-portfolio.tw-portfolio-demo
  .portfolio-media:hover
  + .portfolio-content
  a,
.uk-light .tw-meta a:hover {
  color: #fff;
}

.uk-light .tw-counterup .counter-meta,
.uk-light .tw-meta,
.uk-light .tw-call-action p,
.uk-light .tw-menu-container .tw-description {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .tw-carousel-testimonial .testimonial-author,
.uk-light .tw-carousel-testimonials .testimonial-author {
  color: rgba(255, 255, 255, 0.6);
}

.uk-light .tw-dropcaps.size,
.uk-light .tw-box i.layout-2 {
  background-color: #fff;
  color: #151515;
}

.uk-light .tw-process .tw-process-block .tw-process-circle,
.uk-light .tw-coming-soon .counter {
  border-color: rgba(255, 255, 255, 0.5);
}

.uk-light .tw-process .tw-process-block .tw-process-circle:after,
.uk-light .tw-menu-container {
  border-color: rgba(255, 255, 255, 0.25);
}

.uk-light .tw-progress .uk-progress::-webkit-progress-bar {
  background-color: #aaa;
}

.uk-light .tw-progress .uk-progress::-webkit-progress-value {
  background-color: #fff;
}

.uk-light .tw-progress .uk-progress::-moz-progress-bar {
  background-color: #fff;
}

.uk-light .tw-progress .uk-progress::-ms-fill {
  background-color: #fff;
}

.uk-light .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.25);
}

.uk-light .owl-theme .owl-dots .owl-dot.active span,
.uk-light .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.uk-light.uk-section hr {
  border-top-color: #333;
}

.uk-light .uk-input {
  background-color: #f0f0f0;
  color: #666;
  background-clip: padding-box;
  border-color: transparent;
}

.uk-light.tw-topbar .tw-box i[class*="ion-"],
.uk-light.tw-topbar p,
.uk-light .tw-filter-list-outer li.is-checked,
.uk-light .call-btn .uk-form-icon {
  color: #999;
}

.uk-light .uk-input:focus {
  background-color: #fff;
}

.uk-light .uk-input::-webkit-input-placeholder {
  color: #999;
}

.uk-light .uk-input::-moz-placeholder {
  color: #999;
}

.uk-light .uk-input:-ms-input-placeholder {
  color: #999;
}

.uk-light .uk-input:-moz-placeholder {
  color: #999;
}

.uk-text-xsmall {
  font-size: 12px;
  line-height: 1.4;
}

/* Split Page */

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#multiscroll-nav span {
  background-color: rgba(21, 21, 21, 0.25);
  border: none;
  height: 12px;
  width: 12px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li:hover a span,
#multiscroll-nav li .active span {
  height: 12px;
  width: 12px;
  margin: -2px 0 0 -2px;
  background-color: #151515;
  transition: background-color 0.3s ease;
}

#multiscroll-nav li .active span {
  margin: 0;
}

#fp-nav ul.uk-light span,
#multiscroll-nav ul.uk-light span {
  background-color: rgba(255, 255, 255, 0.25);
}

#fp-nav ul.uk-light li .active span,
#multiscroll-nav ul.uk-light li .active span {
  transition: background-color 0.3s ease;
  background-color: #fff;
}

.page-template-page-splitpage.tw-split-small #multiscroll-nav {
  display: none;
}

.ms-section {
  overflow: hidden;
}

.ms-section > .uk-section {
  min-height: 100% !important;
}

.tw-split-small {
  overflow: auto !important;
}

.tw-split-small .tw-splitpage > .ms-right {
  display: none;
}

.tw-split-small .tw-splitpage > .ms-left {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.tw-split-small .tw-header.uk-light .tw-header-meta i span,
.tw-split-small .tw-header {
  background-color: #fff !important;
}

.tw-split-small .tw-header .tw-header-meta i span,
.tw-split-small .tw-header.uk-light {
  background-color: #151515 !important;
}

.tw-split-small .tw-header.uk-light .tw-header-meta i span,
.tw-split-small .tw-header .tw-header-meta i,
.tw-split-small .tw-header .tw-logo .site-name a {
  color: #151515 !important;
}

.tw-split-small .tw-header .tw-header-meta i span,
.tw-split-small .tw-header.uk-light .tw-header-meta i,
.tw-split-small .tw-header.uk-light .tw-logo .site-name a {
  color: #fff !important;
}

.tw-split-small .tw-header .tw-logo img.logo-light,
.tw-split-small .tw-header.uk-light .tw-logo img:not(.logo-light) {
  opacity: 0 !important;
}

.tw-split-small .tw-header.uk-light .tw-logo img.logo-light,
.tw-split-small .tw-header .tw-logo img:not(.logo-light) {
  opacity: 1 !important;
}

.page-template-page-splitpage:not(.tw-split-small) .tw-map {
  height: 100vh !important;
}

.page-template-page-splitpage.tw-split-small .ms-section {
  height: auto !important;
}

/* Full Page */

html.fp-enabled {
  margin-top: 0 !important;
}

.page-template-page-fullpage .main-container {
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden;
  transition: margin-top 0.5s ease !important;
}

.page-template-page-fullpage .main-container > * {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: margin-top 1s ease !important;
}

.page-template-page-fullpage .main-container,
.page-template-page-fullpage .main-container > * {
  background-color: #151515;
}

.page-template-page-fullpage .main-container,
.page-template-page-fullpage .main-container > .active {
  z-index: 1;
}

.page-template-page-fullpage footer {
  z-index: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translate(0, 50%);
  transition: transform 0.4s ease;
}

.page-template-page-fullpage footer.footer-up {
  transform: translate(0, 0);
}

.page-template-page-fullpage footer.footer-down {
  transition: transform 0.6s ease-in;
}

.page-template-page-fullpage .main-container > .tw-out-delaying,
.page-template-page-fullpage .main-container > .tw-visible:not(.tw-in-delaying),
.page-template-page-fullpage .main-container > .active:not(.tw-in-delaying) {
  opacity: 1;
  visibility: visible;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
}

/* UiKit Animation Override */

.tw-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  transition: all 0.6s ease;
}

.tw-grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}

.copyright {
  color: #999;
}

.tw-section-overlay {
  opacity: 0.6;
}

/* Absolute Helper */

.tw-absolute-helper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* Header and Footer Helper */

.header-footer .tw-header.tw-header-transparent {
  top: auto;
}

/* Background Overlay for BG */

[data-overlay] {
  position: relative;
}

[data-overlay]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  background-color: inherit;
  backface-visibility: hidden;
  z-index: 1;
}

[data-overlay] > *:not(.tw-background-video) {
  z-index: 2;
  position: relative;
}

[data-overlay="0.1"]::before {
  opacity: 0.1;
}

[data-overlay="0.2"]::before {
  opacity: 0.2;
}

[data-overlay="0.3"]::before {
  opacity: 0.3;
}

[data-overlay="0.4"]::before {
  opacity: 0.4;
}

[data-overlay="0.5"]::before {
  opacity: 0.5;
}

[data-overlay="0.6"]::before {
  opacity: 0.6;
}

[data-overlay="0.7"]::before {
  opacity: 0.7;
}

[data-overlay="0.8"]::before {
  opacity: 0.8;
}

[data-overlay="0.9"]::before {
  opacity: 0.9;
}

/* Spinner Color */

.uk-spinner.uk-icon svg circle {
  stroke: #151515 !important;
}

/* Animation */

.tw-anim-hide {
  -webkit-animation: twAnimHide 0.7s ease both;
  animation: twAnimHide 0.7s ease both;
}

.owl-carousel .animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes twAnimHide {
  from {
  }

  to {
    opacity: 0;
  }
}

@keyframes twAnimHide {
  from {
  }

  to {
    opacity: 0;
  }
}

.uk-section-shop .sidebar-area .widget {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.uk-section-shop .sidebar-area .widget-title,
.uk-section-shop .sidebar-area .widget-title span {
  text-align: left;
  padding: 0;
}

.uk-section-shop .shop-result-text,
.uk-section-shop .shop-sort-text .select {
  color: #999;
  font-size: 10px;

  line-height: 30px;
}

.uk-section-shop .shop-sort-text .select {
  position: relative;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.uk-section-shop .shop-sort-text .s-hidden {
  visibility: hidden;
  padding-right: 10px;
  width: 260px;
}

.uk-section-shop .shop-sort-text .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
}

.uk-section-shop .shop-sort-text .styledSelect:after {
  content: "\f3d3";
  font-family: "IonIcons";
  position: absolute;
  top: 0px;
  right: 6px;
}

.uk-section-shop .shop-sort-text .styledSelect:active,
.styledSelect.active {
  background-color: #fff;
}

.uk-section-shop .shop-sort-text .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 260px;
  z-index: 999;
  margin: 0;
  padding: 20px 30px;
  letter-spacing: 0;
  box-sizing: border-box;
  list-style: none;
  background-color: #151515;
  color: #999;
  animation: all 0.3s ease;
}

.uk-section-shop .shop-sort-text .options li {
  padding: 0px;
  line-height: 25px;
}

.uk-section-shop .shop-sort-text .options li:hover {
  color: white;
}

.uk-section-shop .uk-width-single {
  width: 102px;
}

.uk-section-shop .content-area .single.shop {
  padding-left: 20px;
}

/* Tag Widget */

.tagcloud > a {
  position: relative;
  padding: 0 8px 0px 14px;
  color: #999;
  font-size: 10px !important;
  letter-spacing: 0;
  display: inline-block;
}

.tagcloud > a:before {
  position: absolute;
  left: 0;
  content: "\f48c";
  font-family: "IonIcons";
}

.tagcloud > a:hover {
  color: #151515;
  transition: all 0.2s ease-out;
}

/* Shop Widget */

.cart-btn i {
  position: relative;
}

.cart-btn img {
  width: 50px;
  height: auto;
}

.cart-btn i.uk-dark span,
.cart-btn i span {
  position: absolute;
  top: 7px;
  right: -8px;
  font-size: 9px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  background: #151515;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  font-family: "Roboto";
}

.cart-btn-widget {
  width: 265px;
  padding: 30px 0;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.cart-btn-widget > p {
  padding: 0 30px;
}

.cart-btn-widget .cart-row {
  padding: 0 30px;
  padding-bottom: 20px;
}

.widget_shopping_cart_content .cart-row {
  padding-bottom: 20px;
}

.cart-btn-widget .cart-row:last-child,
.widget_shopping_cart_content .cart-row:last-child {
  padding-bottom: 0;
}

.widget_shopping_cart_content .cart-widget-title {
  display: block;
}

.cart-btn-widget .cart-widget-title,
.cart-btn-widget .cart-widget-subtotal {
  display: block;
  color: #151515;
  line-height: 1.3;
}

.cart-btn-widget .cart-meta {
  color: #999;
}

.cart-btn-widget .tw-padding-left,
.widget_shopping_cart_content .tw-padding-left {
  padding-left: 20px;
}

.cart-btn-widget .cart-checkout-row {
  font-size: 10px;
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  letter-spacing: 0;
  white-space: nowrap;
}

.cart-btn-widget .cart-checkout-row i,
.widget_shopping_cart_content .cart-checkout-row i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  letter-spacing: 0;
}

.cart-btn-widget .subtotal-row,
.widget_shopping_cart_content .subtotal-row {
  padding-bottom: 25px;
  padding-top: 5px;
}

.cart-btn-widget.uk-light {
  padding: 30px 0;
  background: #151515;
  border: 1px solid #151515;
}

.tw-header-meta .cart-btn-widget.uk-light .cart-widget-title,
.tw-header-meta .cart-btn-widget.uk-light .cart-widget-subtotal,
.tw-header-meta .cart-btn-widget.uk-light i {
  color: #fff;
}

.cart-btn-widget.uk-light .cart-checkout-row {
  border-color: #333;
}

.cart-btn-widget .cart-widget-title:hover,
.cart-btn-widget .cart-widget-subtotal:hover {
  opacity: 0.5;
}

.cart-btn.uk-light i span {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #151515;
  font-style: normal;
}

.cart-btn.uk-light:hover i span {
  background: #fff;
}

.cart-btn-widget .mini_cart_item > a img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  width: 50px;
  height: auto;
  float: left;
  margin-right: 20px;
}

.cart-btn .uk-notification-close {
  right: 0;
  bottom: 0;
}

.cart-btn .uk-notification-close svg {
  width: 10px;
  height: 10px;
}

.tw-header-meta > .cart-btn span {
  transition: opacity 0.2s ease-in-out;
}

.tw-header-meta > .cart-btn span.hidden {
  opacity: 0;
}

/* Helper Some Classes */

.tw-border-none {
  border: none !important;
}

.tw-border-top-none {
  border-top: none !important;
}

.tw-border-bottom-none {
  border-bottom: none !important;
}

.tw-border-left-none {
  border-left: none !important;
}

.tw-border-right-none {
  border-right: none !important;
}

.tw-min-height-100 {
  min-height: 100px;
}

.tw-min-height-150 {
  min-height: 150px;
}

.tw-min-height-200 {
  min-height: 200px;
}

.tw-min-height-250 {
  min-height: 250px;
}

.tw-min-height-300 {
  min-height: 300px;
}

.tw-min-height-350 {
  min-height: 350px;
}

.tw-min-height-400 {
  min-height: 400px;
}

.tw-min-height-450 {
  min-height: 450px;
}

.tw-min-height-500 {
  min-height: 500px;
}

.tw-min-height-550 {
  min-height: 550px;
}

.tw-min-height-600 {
  min-height: 600px;
}

.uk-position-relative .uk-close {
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

.uk-position-relative .uk-close svg {
  width: 10px;
  height: 10px;
}

.uk-checkbox,
.uk-radio {
  margin-right: 10px;
}

.uk-radio:checked:focus,
.uk-radio:checked {
  background-color: #fff;
  border-color: #e5e5e5;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.uk-radio:checked {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAAGzCI4dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgzQTQ5RTAyMTlFRTExRTdBMDU1RkI5QUU5OTdDNjA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgzQTQ5RTAzMTlFRTExRTdBMDU1RkI5QUU5OTdDNjA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNBNDlFMDAxOUVFMTFFN0EwNTVGQjlBRTk5N0M2MDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBNDlFMDExOUVFMTFFN0EwNTVGQjlBRTk5N0M2MDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5yvtU+AAAAj0lEQVR42mIQFRVlAAggBiDxESCAGEEEAwMDH0AAMQMZa7m5uc+DRP4DRRgAAgjEWAukgxiggAmIqxkQ4ANAAIFUqAIZZ4B4DxAHMwMNeAtksAOxJhDrMTGgAjeQwAckAVOAAAOZoQ5knABiATTVIIUWcBcyYAdfmKC24wK7QAqCgVgDiNcB8WcoXgcVCwYAv1MX4xiqO7wAAAAASUVORK5CYII=");
}

.uk-position-z-index-3 {
  z-index: 3;
}

/* Padding Helper */

.tw-padding-20-left {
  padding-left: 20px !important;
}

.tw-padding-left {
  padding-left: 30px;
}

.tw-padding-right {
  padding-right: 30px;
}

.tw-padding-top {
  padding-top: 30px;
}

.tw-padding-bottom {
  padding-bottom: 30px;
}

.tw-padding-large-left {
  padding-left: 60px;
}

.tw-padding-50-left {
  padding-left: 50px;
}

.tw-padding-80-left {
  padding-left: 80px;
}

.tw-padding-large-right {
  padding-right: 60px;
}

.tw-padding-50-right {
  padding-right: 50px;
}

.tw-padding-80-right {
  padding-right: 80px;
}

.tw-padding-large-top {
  padding-top: 60px;
}

.tw-padding-large-bottom {
  padding-bottom: 60px;
}

.tw-padding-small-left {
  padding-left: 15px;
}

.tw-padding-small-right {
  padding-right: 15px;
}

.tw-padding-small-top {
  padding-top: 15px;
}

.tw-padding-small-bottom {
  padding-bottom: 15px;
}

/* Lovely Block CSS */

.lovelyblock-template-default footer,
.lovelyblock-template-default header {
  display: none;
}

/* Visual Composer Element force Relative */

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  position: relative;
}

/* Tilt Hover */

.tw-element.tw-image.tilt-effect {
  min-height: 300px;
  min-width: 300px;
  width: 100%;
  height: 100%;
  display: block;
}

.tilt {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.tilt__back,
.tilt__front {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tilt__back {
  position: relative;
}

.tilt__front {
  position: absolute;
  top: 0;
  left: 0;
}

/* tw-main-slider */

.tw-main-slider .tw-main-slider-inner {
  min-height: 65vh;
}

.tw-main-slider-item {
  border-radius: 4px;
  background-color: #fff;
  padding: 16px;
  height: calc(100% - 32px);
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.tw-main-slider-item h6 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.tw-main-slider-item-inner {
  display: flex;
  align-items: center;
}

.tw-main-slider-item-inner img {
  max-width: 144px;
  padding: 8px;
  max-height: 92px;
}

.tw-main-slider-item-inner p {
  margin: 0;
  font-size: 18px;
  padding: 8px;
  line-height: 24px;
  font-weight: 500;
}

/* tw-footer-contanct */
.tw-footer-contanct ul {
  list-style: none;
  padding-left: 20px;
}

.tw-footer-contanct ul li {
  margin-bottom: 16px;
}

.tw-footer-contanct ul a {
  display: flex;
}

.tw-footer-contanct ul img {
  max-width: 43px;
  min-width: 43px;
}

.tw-footer-contanct ul .item {
  margin-left: 16px;
}

.tw-footer-contanct ul h6,
.tw-footer-contanct ul p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
