/*
-------------------------------------------------------------------
Theme Name: GridX
Theme URI: http://gridx.themewaves.com
Description: Creative Blog WordPress Theme
Author: ThemeWaves
Author URI: http://www.themeforest.net/user/themewaves
Version: 1.0.1
Text Domain: gridx
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. WordPress Core
3. Header
4. Menu SF / Menu Customize / Mega Menu / Mobile Menu
5. Page Title / Widgets
6. Footer / Footer Widget
7. Blog Single / Post Share / Social Icons / jp Player / Comments
8. Elements / Button / Label / Dropcaps
9. Error 404
10. Scroll Up Style / BG Video
11. Blog
        Thumb Hover
        Blog Styles
        Grid Blog
        Post Formats
        Pagination
12. Themewaves custom css
        
-------------------------------------------------------------------*/

/* ------------ BASE ------------- */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background: #4b00e5;
    color: #ffffff;
}

::-moz-selection {
    background: #4b00e5;
    color: #ffffff;
}

/* Typography */

body {
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    background-color: #f9f9f9;
    font-family: 'Roboto', sans-serif;
    word-break: break-word;
}

body.single {
    background-color: #fff;
}

body.page {
    background-color: #fff;
}

body.category {
    background-color: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #151515;
    font-family: 'Poppins', "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    margin-top: 40px;
}

h1 a,
h1 a:hover,
h1 a:focus,
h2 a,
h2 a:hover,
h2 a:focus,
h3 a,
h3 a:hover,
h3 a:focus,
h4 a,
h4 a:hover,
h4 a:focus,
h5 a,
h5 a:hover,
h5 a:focus,
h6 a,
h6 a:hover,
h6 a:focus {
    font-weight: inherit;
    color: inherit;
}

b,
strong {
    font-weight: 700;
}

em {
    font-style: normal;
    color: #808080;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 80%;
}

hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

pre {
    overflow-x: auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 30px;
    white-space: pre-wrap !important;
}

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

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

q {
    display: block;
}

dt {
    font-weight: 600;
}

dl dd {
    margin-left: 15px;
    margin-bottom: 10px;
}

.cursor {
    --size: 8px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    position: absolute;
    z-index: 10000;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cursor.cursor-shadow {
    --size: 30px;
    background-color: transparent;
    border: 2px solid rgba(28, 28, 28, 0.1);
    transition: top .2s, left .2s,
        width .2s, height .2s,
        background-color .2s, border-color 0.2s;
    transition-timing-function: ease-out;
}

.cursor.cursor-dot {
    background: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    transition: width .2s, height .2s;
}

.cursor-shadow.blog-hover,
.cursor-shadow.menu-hover,
.cursor-shadow.active {
    --size: 50px;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.2);
}

.cursor-shadow.menu-hover {
    --size: 40px;
    background: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    opacity: 0.2;
}

.cursor-shadow.blog-hover {
    --size: 40px;
}

.cursor-dot.active,
.cursor-dot.blog-hover,
.cursor-dot.menu-hover {
    --size: 0;
}

/* Links and Form */
a {
    outline: 0;
    color: #808080;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    color: #151515;
    text-decoration: none;
}

.uk-light a:hover,
.uk-light a:focus {
    color: #fff;
}

p {
    margin: 0 0 20px;
}

embed,
img {
    max-width: 100%;
    height: auto;
    border: none;
}

iframe {
    width: 100%;
    max-width: 100%;
    border: none;
}

ul,
ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol,
ul {
    margin-left: 10px;
}

ol {
    list-style: decimal;
}

ul {
    list-style: square outside;
}

ul li ul,
ol li ul,
ol li ul,
ol li ol {
    margin-bottom: 0;
    margin-left: 5px;
}

ul li,
ol li {
    padding: 5px 0;
}

input,
input[type="tel"],
input[type="date"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    resize: none;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 11px 25px 10px;
    width: 230px;
    max-width: 100%;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    background-color: #f9f9f9;
    color: #999;
    border: solid 1px #eee;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
}

textarea {
    width: 100%;
    line-height: 1.4;
    padding: 15px 25px;
}

select {
    padding: 5px;
    width: 220px;
    height: 40px;
}

label,
legend {
    display: block;
    cursor: pointer;
}

label span,
legend span {
    font-weight: bold;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    background: #1c1c1c;
    display: inline-block;
    padding: 10px 28px 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.entry-comments input[type="submit"]:hover,
.tw-block.tw-button:hover {
    color: #fff;
    background: #151515 !important;
    border-color: #151515;
}

textarea:focus,
input:focus {
    border-color: #151515;
}

/* ------------ Table Styling --------------- */
table {
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
    margin-bottom: 1.5em;
    font-size: 14px;
    text-align: left;
}

td,
th {
    border-top: 1px solid #e6e6e6;
    vertical-align: top;
    padding: 12px 20px;
}

.widget table,
.widget td,
.widget th {
    border: none;
}

th {
    font-weight: bold;
}

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

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

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

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

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

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

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

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

.entry-content 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: 10px 0px 4px;
    margin-bottom: 0;
    font-size: 12px;
    color: #999;
}

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

/* 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;
    background: #fff;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
}

.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;
}

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

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

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

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

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

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

.gallery.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7);
}

.gallery.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8);
}

.gallery.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9);
}

/* calendar widget */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}

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

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

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

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

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

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 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;
}

/* ------------- Header ---------------- */
.header-area {
    width: 120px;
    transition: all .3s ease-in-out;
}

.header-area .uk-navbar {
    background: #ffffff;
}

.tw-menu-right,
.tw-body-mr .sidebar-area,
.tw-body-mr .tw-menu-icon-container,
.uk-position-right .fixed-sidebar,
.right .header-area .uk-navbar {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.tw-body-ml .tw-menu,
.tw-body-ml .sidebar-area,
.tw-body-ml .tw-menu-icon-container,
.uk-position-left .fixed-sidebar,
.left .header-area .uk-navbar {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

/* Menu icon */
.tw-menu-icon,
.tw-menu-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -15px;
}

.tw-menu-sidebar.close {
    top: 104px;
    display: none;
    visibility: hidden;
}

.tw-menu-sidebar.close.active,
.tw-menu-icon.active-two {
    top: 42px;
}

.admin-bar .tw-menu-sidebar.close.active,
.admin-bar .tw-menu-icon.active-two {
    top: 72px;
}

.tw-body-ml .tw-menu-icon.active-two,
.tw-body-ml .tw-menu-sidebar.close.active {
    margin-left: 250px;
    top: 40px;
}

.sidebar-icon,
.tw-menu-icon-two {
    position: relative;
    width: 30px;
    height: 13px;
    cursor: pointer;
    margin: 0 auto;
}

.sidebar-icon::after,
.sidebar-icon::before,
.tw-menu-icon-two:before,
.tw-menu-icon-two:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #1c1c1c;
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    left: 0;
}

.sidebar-icon,
.sidebar-icon::after,
.sidebar-icon::before {
    width: 22px;
}

.tw-menu-sidebar {
    margin-left: -10px;
}

.tw-header-meta {
    height: 145px;
}

.tw-fixed-nav .tw-logo .logo-img,
.tw-header-meta .tw-logo .logo-img {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.tw-fixed-nav .tw-logo .logo-img.active,
.tw-header-meta .tw-logo .logo-img.active {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.tw-fixed-nav .tw-logo .logo-img.active {
    line-height: 60px;
}

.tw-menu-icon-two:before {
    top: 0;
}

.sidebar-icon::before {
    top: 50%;
    margin-top: -2px;
}

.sidebar-icon::after {
    bottom: 50%;
    transform: rotate(90deg);
}

.tw-menu-icon-two:after {
    bottom: 0;
    width: 15px;
}

.tw-menu-icon:hover .tw-menu-icon-two:after {
    width: 30px;
}

.tw-menu-sidebar.active,
.tw-menu-icon.active-two {
    z-index: 99;
}

.tw-menu-sidebar.active .sidebar-icon::before,
.tw-menu-icon.active-two .tw-menu-icon-two:before {
    top: 50%;
    transform: rotate(135deg);
    width: 22px;
}

.tw-menu-sidebar.active .sidebar-icon::after {
    transform: rotate(45deg);
}

.tw-menu-icon.active-two .tw-menu-icon-two:after {
    bottom: calc(50% - 2px);
    transform: rotate(45deg);
    width: 22px;
}

.tw-menu-list {
    transform-origin: 0 50%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: calc(100vh - 200px);
    transform: rotate(-90deg);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
    padding: 0;
}

body.admin-bar .tw-menu-list {
    width: calc(100vh - 232px);
}

.tw-menu-list li:not(:last-child) {
    margin-right: 50px;
}

.tw-menu-list li a,
.tw-menu-list li>.tw-header-scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1c1c;
}

.tw-menu-list li span {
    margin-left: 10px;
}

.tw-menu-list i {
    color: #1c1c1c;
    font-size: 18px;
    transform: rotate(90deg);
}

.tw-menu-list i.tw-scroll-animation {
    animation: tw-scroll 2s infinite;
}

.tw-menu-list i.large-icon {
    font-size: 38px;
}

@keyframes tw-scroll {

    0%,
    100% {
        opacity: 1;
        transform: translate(0%, 0%) rotate(90deg);
    }

    50% {
        opacity: 0.2;
        transform: translate(-10px, 0) rotate(90deg);
    }
}

@keyframes tw-scroll-repeat {

    0%,
    100% {
        opacity: 1;
        transform: translate(0%, 0%) rotate(90deg);
    }

    50% {
        opacity: 0;
        transform: translate(-10px, 0) rotate(90deg);
    }
}

/* ------------- Menu ---------------- */
.tw-main-menu,
.tw-footer-menu {
    padding: 50px 0;
    font-family: "Poppins";
    font-size: 18px;
    letter-spacing: -0.01em;
    font-weight: 600;
    position: relative;
    overflow-x: hidden;
}

.tw-main-menu .uk-nav-sub {
    line-height: 1.5;
    padding: 3px 15px;
}

.tw-main-menu .uk-nav-sub li {
    padding: 3px 0;
}

.tw-main-menu .uk-nav-sub a {
    padding: 0;
    font-size: 14px;
}

.tw-main-menu .uk-nav-sub a:hover {
    color: #1c1c1c;
}

.sidebar-area,
.tw-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 345px;
    height: 100%;
    z-index: 90;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow-y: auto;
    padding: 60px 45px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
}

.tw-body-ml .sidebar-area,
.tw-body-ml .tw-menu {
    right: inherit;
    left: 0;
    transform: translateX(-100%);
}

.sidebar-area.open,
.tw-menu.is-open {
    transform: translateX(0);
}

.admin-bar .sidebar-area,
.admin-bar .tw-menu {
    top: 32px;
    height: calc(100% - 32px);
}

.tw-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #1e1d23;
    font-size: 18px;
    line-height: 36px;
    margin-top: 47px;
}

.tw-main-menu>li,
.tw-footer-menu>li {
    padding: 0;
    --menu-item-color: #f7bd1f;
}

.tw-main-menu>li:nth-child(2),
.tw-footer-menu>li:nth-child(2) {
    --menu-item-color: #f85f83;
}

.tw-main-menu>li:nth-child(3),
.tw-footer-menu>li:nth-child(3) {
    --menu-item-color: #24d261;
}

.tw-main-menu>li:nth-child(4),
.tw-footer-menu>li:nth-child(4) {
    --menu-item-color: #6cccff;
}

.tw-main-menu>li:nth-child(5),
.tw-footer-menu>li:nth-child(5) {
    --menu-item-color: #6537f7;
}

.tw-main-menu>li:nth-child(6),
.tw-footer-menu>li:nth-child(6) {
    --menu-item-color: #3dd2c1;
}

.tw-menu-top {
    width: 100%;
}

.tw-menu-bottom {
    margin-top: 30px;
}

.tw-main-menu li a {
    color: #1e1d23;
    position: relative;
    display: inline;
}

.tw-footer-menu {
    padding: 0;
}

.footer-style-2 .tw-footer-menu {
    display: block;
    width: 100%;
}

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

.tw-main-menu>li>a:before,
.tw-footer-menu>li>a:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 6px;
    left: 1px;
    width: 100%;
    height: 6px;
    background: var(--menu-item-color);
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 0%;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.tw-main-menu li a:hover:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 100%;
}

.uk-nav-parent-icon>.uk-parent>a::after {
    position: relative;
    background-image: none;
    content: "\eac8";
    font-family: "IcoFont";
    font-style: normal;
    color: #777;
    text-align: right;
}

.tw-footer-menu li a:before {
    bottom: 0px;
    left: 0;
}

.tw-main-menu li a:hover:before,
.tw-footer-menu li a:hover:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 100%;
}

.uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    content: "\eacb";
    background-image: none;
}

.tw-footer-menu.uk-navbar-nav>li>a {
    line-height: 1;
    min-height: 100%;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-transform: none;
    color: #1c1c1c;
    font-weight: 600;
    padding: 0;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.tw-footer-menu.uk-navbar-nav>li:last-child>a {
    margin-right: 0;
}

.footer-style-2 .footer-social {
    margin-left: 30px;
}

.footer-style-2 .content.top {
    margin-bottom: 25px;
}

.content.bottom {
    font-size: 14px;
}

.copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.copyright .content.bottom {
    font-size: 13px;
    line-height: 1;
    color: #1c1c1c;
}

.content a {
    color: #1c1c1c;
    font-weight: 700;
}

.footer-style-2 .content>* {
    display: inline-block;
    vertical-align: middle;
}

/* ------------- Logo ---------------- */
h1.site-name {
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    font-size: 24px;
    color: #1e1d23;
    font-weight: 900;
}

.tw-menu+.tw-logo {
    display: none;
    padding: 0;
}

.tw-logo.tw-visible\@only-vt-m-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-clone {
    height: 70px;
    width: 100%;
}

#scroll-bar {
    position: absolute;
    height: 2px;
    background-color: #4b00e5;
    bottom: -1px;
}

/* Main Container */
.tw-container-full {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/* --------------------- Slider Area --------------------- */
.tw-slider {
    position: relative;
    overflow: hidden;
}

.tw-slider .owl-carousel {
    display: block;
}

.tw-slider .owl-carousel:not(.owl-loaded) .slider-item:not(:first-child) {
    display: none;
}

.tw-slider .slider-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 630px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 0;
    background-color: #999;
}

.tw-slider .slider-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    z-index: 1;
    transition: all 0.15s ease;
}

.tw-slider .slider-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.2;
    transition: all 0.2s ease-out;
}

.tw-slider .slider-item-inner:hover .slider-img:before {
    opacity: 0.5;
}

.tw-slider.slider1 .slider-item .slider-content {
    position: relative;
    padding: 0;
    padding-bottom: 50px;
}

.tw-slider .slider-item .slider-content {
    max-width: 600px;
    position: absolute;
    left: 0;
    padding: 40px;
    z-index: 2;
    opacity: 0;
    bottom: -6px;
    -webkit-transition-property: opacity, bottom, color;
    transition-property: opacity, bottom, color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.tw-slider .tw-meta {
    margin-bottom: 0;
    opacity: 0.5;
}

.tw-slider .tw-meta,
.tw-slider .entry-title a:hover,
.tw-slider article .entry-author a {
    color: #fff;
}

.single-media-content a,
.tw-slider a {
    transition: opacity 0.2s ease-out;
}

.tw-slider a:focus {
    color: inherit;
}

.tw-slider .entry-cats,
.single-media-content .entry-cats {
    margin-bottom: 0;
}

.tw-slider .entry-title,
.single-media-content .entry-title {
    font-size: 48px;
    margin-top: 35px;
    max-width: 70%;
}

.right .single-media-content .entry-title,
.boxed .single-media-content .entry-title {
    margin-top: 40px;
    max-width: 100%;
}

.tw-slider .tw-excerpt-content {
    color: #fff;
    opacity: 0.5;
    margin-bottom: 20px;
}

.tw-slider .tw-excerpt-content.text-lead {
    font-size: 17px;
}

.tw-slider .entry-title.text-lead {
    font-size: 40px;
}

.tw-slider .owl-nav i,
.entry-media .owl-nav i {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    z-index: 1;
    transition: all 0.15s ease-out;
    opacity: 0;
    cursor: pointer;
}

.entry-media .owl-nav i {
    opacity: 0.5;
}

.tw-slider .owl-prev i:hover:before,
.entry-media .owl-prev i:hover:before {
    animation: toLeftFromRight 0.3s forwards;
}

.tw-slider .owl-next i:hover:before,
.entry-media .owl-next i:hover:before {
    animation: toRightFromLeft 0.3s forwards;
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.entry-media .owl-nav i:hover {
    opacity: 1;
}

.tw-slider .owl-nav .owl-next,
.tw-slider .owl-nav .owl-prev {
    display: block;
}

.tw-slider .owl-nav .owl-next i,
.entry-media .owl-nav .owl-next i {
    left: auto;
    right: 15px;
}

.tw-slider .owl-nav .owl-prev i {
    left: 30px;
}

.tw-slider .owl-nav .owl-next i {
    right: 30px;
}

.tw-slider:hover .owl-nav .owl-prev i {
    opacity: 0.5;
    left: 15px;
}

.tw-slider:hover .owl-nav .owl-next i {
    opacity: 0.5;
    right: 15px;
}

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

.tw-slider .owl-item.cloned.active.owl-item-large .slider-item .slider-content {
    opacity: 0;
}

.tw-slider .owl-item.active.owl-item-large .slider-item .slider-content {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tw-slider .owl-carousel:not(.sliding) .active .slider-item .slider-content {
    opacity: 1;
}

.tw-slider.slider2,
.tw-slider.slider3,
.tw-slider.slider4,
.single-large-media2 {
    margin-top: 70px;
}

.tw-slider.slider3 .slider-item {
    display: block;
    overflow: visible;
    background-color: transparent;
}

.tw-slider.slider3 .slider-img {
    background-size: auto;
}

.tw-slider.slider3 .slider-item-inner {
    position: relative;
    background-color: #999;
    height: 100%;
}

.tw-slider.slider3 .slider3-trans .slider-item {
    transition: width .8s linear;
}

.tw-slider.slider4 .entry-title,
.tw-slider.slider3 .entry-title {
    font-size: 30px;
    margin-bottom: 16px;
    padding-top: 3px;
    transition: all 0.3s ease;
}

.tw-slider.slider4 .slider-item .slider-content,
.tw-slider.slider3 .slider-item .slider-content {
    max-width: 560px;
}

.tw-slider.slider4 .uk-width-1-3 .entry-title,
.tw-slider.slider3 .owl-item-small .entry-title {
    font-size: 20px;
    margin-bottom: 13px;
    padding-top: 5px;
}

.tw-slider.slider4 .uk-width-1-3 .tw-excerpt-content,
.tw-slider.slider3 .uk-width-1-3 .tw-excerpt-content {
    font-size: 14px;
}

.tw-slider.slider4 .slider-item+.slider-item {
    margin-top: 30px;
}

.tw-slider.slider4 .slider-item .slider-content {
    opacity: 1;
}

.tw-slider.slider4 .uk-width-1-3 .slider-content {
    padding: 30px;
}

.feature-area:not(.with-blocks) {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fcfcfc;
    background-size: cover;
    background-position: center center;
    padding-top: 145px;
    padding-bottom: 88px;
    box-sizing: border-box;
    min-height: 450px;
}

.feature-area:not(.with-blocks).boxed {
    padding-bottom: 0;
    align-items: flex-end;
}

.feature-area:not(.with-blocks).right {
    padding: 0;
    position: relative;
    z-index: 1;
}

.feature-area:not(.with-blocks).boxed .title-container {
    max-width: 970px;
    padding: 60px 80px 0px 80px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

.feature-title .entry-cats a {
    font-size: 16px;
    color: #808080;
    font-family: 'Roboto';
    font-weight: 400;
}

.feature-title .entry-cats {
    margin-bottom: 25px;
}

.feature-area:not(.with-blocks) .image-container img {
    position: relative;
    z-index: 3;
}

.feature-area:not(.with-blocks).right .image-container img {
    position: absolute;
    height: 500px;
    width: 500px;
    object-fit: cover;
}

.slide-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 60px;
    z-index: 2;
    background-color: #fff;
}

.slide-progress,
.slide-bg {
    position: absolute;
    max-width: 100%;
    z-index: 3;
    height: 2px;
    left: 50px;
    bottom: 30px;
    background: #151515;
}

.slide-bg {
    width: 50px;
    z-index: 3;
    background: #e5e5e5;
}

.tw-slider-des {
    font-size: 17px;
    margin-bottom: 30px;
}

.slider-container {
    max-width: 46%;
    padding: 0;
}

.full .slider-container {
    max-width: 100%;
}

.tw-slider-title {
    margin-bottom: 20px;
}

.slider-next svg,
.slider-prev svg {
    display: none;
}

.tw-image-slider .slider-next i,
.tw-image-slider .slider-prev i {
    font-size: 20px;
}
.tw-image-slider:not(.uk-light) .slider-next i,
.tw-image-slider:not(.uk-light) .slider-prev i{
    color: #1c1c1c;
}

.tw-image-slider .slider-next,
.tw-image-slider .slider-prev {
    padding: 0;
    margin: 0 13px;
}

.tw-image-slider .uk-slideshow-items>* {
    padding: 0;
}

/* Slide next prev nav */
.tw-slide-nav {
    width: 370px;
    min-height: 325px;
    opacity: 0;
    visibility: hidden;
    transform: translate(50%, -50%);
    transition: all .3s ease-in-out;
}

.uk-slideshow-items>.uk-active:not(.uk-transition)>.tw-slide-nav.tw-active {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, -50%);
}

.tw-slideshow-content {
    background-color: rgba(26, 26, 26, .95);
    padding: 40px;
    width: 35%;
}

.tw-slideshow-desc {
    font-size: 16px;
    opacity: 0.6;
    letter-spacing: -0.01em;
}

.tw-slideshow-content-bottom>i {
    font-size: 38px;
    margin-left: -7px;
}

.tw-slideshow-content-bottom>h5 {
    font-size: 18px;
}

.tw-slideshow-image {
    width: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.tw-gallery-slideshow-next.uk-position-small[class*=uk-position-center-right] {
    transform: translateY(-50%) translateY(-15px) rotate(-90deg);
}

.tw-gallery-slideshow-previous.uk-position-small[class*=uk-position-center-left] {
    transform: translateY(-50%) translateY(-15px) rotate(90deg);
}

.tw-image-slider-progressbar {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
}

.tw-image-slider-progressbar>span {
    padding: 18px 20px;
    font-size: 14px;
    font-family: "Poppins";
}

.tw-slider-track {
    position: relative;
    background: #e5e5e5;
    height: 2px;
    width: 50px;
}

.tw-slider-track-line {
    position: absolute;
    background: #000;
    height: 100%;
    top: 0;
    left: 0;
}

/* Breadcrumb */
.breadcrumbs {
    display: inline-block;
    font-size: 13px;
    padding: 5px 18px;
    background: rgba(8, 8, 8, 0.1);
    border-radius: 25px;
    margin-top: 20px;
}

.breadcrumbs>span {
    padding: 0 10px;
    display: inline-block;
}

.breadcrumbs>span:first-child {
    padding-left: 0;
}

.breadcrumbs>span:last-child {
    padding-right: 0;
}

.feature-area:not(.uk-light) .breadcrumbs>span,
.feature-area:not(.uk-light) .breadcrumbs {
    color: #666;
}

.feature-area:not(.uk-light) .breadcrumbs>span a {
    color: #1c1c1c;
}

.uk-light .breadcrumbs>span {
    color: rgba(255, 255, 255, 0.7);
}

/* ------------------ Content Row ----------------- */
.content-row {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.tw-element-title {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 35px;
}

/* ----------------------- Blog -------------------- */
.tw-blog .article-container,
.tw-blog.grid-blog .entry-post-container {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 1, .05);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 1, .05);
    box-shadow: 0 1px 5px rgba(0, 0, 1, .05);
    position: relative;
}

.tw-blog article .entry-post {
    padding: 35px 30px;
}

.tw-blog article .entry-title {
    margin-bottom: 24px;
}

.tw-blog article .entry-content {
    color: #808080;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
}

.tw-blog article .tw-meta {
    margin-bottom: 0;
}

/* --------------- Single Post ----------------- */
.single-post .content-area article.single {
    margin-bottom: 30px;
}

.single .gridx-container,
.page .gridx-container {
    padding-bottom: 0;
}

blockquote,
.testimonial .testimonial-content p {
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    margin: 60px auto;
    max-width: 570px;
}

blockquote:before,
blockquote:after {
    content: "\“";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: -70px;
    text-align: center;
    font-size: 100px;
    line-height: 1;
    background-image: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

blockquote:after {
    top: auto;
    bottom: 30px;
    left: auto;
    right: -70px;
    content: "\”";
}

blockquote cite {
    font-size: 11px;
    font-style: normal;
    background: #1c1c1c;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 20px;
    margin-top: 20px;
}

blockquote cite em {
    color: #fff;
}

.content-area {
    position: relative;
}

.tw-block-heading {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

div:not(.uk-container)>.tw-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.narrow-content {
    margin: 0 auto;
}

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

.tagcloud>a,
.entry-tags a {
    margin: 0 10px 10px 0;
    padding: 4px 10px;
    color: inherit;
    display: inline-block;
    font-size: 10px;
    background-color: #f9f9f9;
}

.tagcloud>a:before,
.entry-tags a:before {
    content: '#';
    margin-right: 2px;
}

.tagcloud>a:hover,
.entry-tags a:hover {
    color: #fff;
    background-color: #151515;
    transition: all 0.2s ease-out;
}


/* Quote and Link */

.format-link .testimonial .testimonial-content,
.format-link .testimonial .testimonial-content a {
    position: relative;
    color: #fff;
}

.format-link .testimonial .testimonial-content:before {
    font-family: 'IcoFont';
    font-size: 24px;
    content: '\ef70';
    color: #fff;
}

.testimonial .testimonial-content {
    position: relative;
    padding: 50px;
    background-size: cover;
    background-color: #1c1c1c;
    margin-bottom: 20px;
    background-position: center;
}

.testimonial .testimonial-content p {
    color: #fff;
    font-size: 20px;
    max-width: 100%;
    margin: 0;
}

.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;
    color: #999;
    margin-top: 15px;
    font-family: 'Poppins';
    line-height: 1;
}

.testimonial-content .tw-meta {
    color: #fff;
    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-format-audio .entry-media>p,
.single-format-gallery .entry-media,
.single-format-video .entry-media,
.single-format-status .entry-media {
    margin-bottom: 20px;
}

/* Sticky */
.tw-blog article.sticky .entry-post {
    position: relative;
    border-top: 2px solid #4b00e5;
}

.tw-blog article.sticky .entry-post:before {
    position: absolute;
    right: 30px;
    top: 20px;
    content: "\eec0";
    line-height: 1;
    font-size: 26px;
    font-family: IcoFont;
    color: #4b00e5;
}

.tw-blog article.sticky .entry-post a:hover {
    opacity: 0.9;
}

.entry-title {
    font-size: 24px;
}

.entry-title a:hover {
    opacity: 0.8;
}

.entry-cats:empty {
    display: none;
}

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

.entry-cats {
    margin-bottom: 20px;
}

.entry-cats a {
    color: #1c1c1c;
    margin-right: 13px;
    font-size: 12px;
}

.tw-carousel-post .entry-cats a:hover {
    color: #fff;
    opacity: 0.8;
}

.tw-meta .entry-date:not(:first-child):before,
.tw-meta .comment-count:not(.tw-button):not(:first-child):before {
    content: "\·";
    padding: 0 6px;
}

.tw-meta a {
    color: inherit;
}

.tw-grad-primary {
    background-image: -moz-linear-gradient(-45deg, rgb(75, 0, 229) 0%, rgb(141, 28, 229) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(75, 0, 229) 0%, rgb(141, 28, 229) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(75, 0, 229) 0%, rgb(141, 28, 229) 100%);
}

.tw-button,
.wpcf7-form input[type="submit"],
.tw-pagination a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    position: relative;
    padding: 0 40px;
    background-color: #cccccc;
    color: #ffffff;
    font-size: 13px;
    transition: all .25s ease;
    background-size: 100%;
}

.tw-pagination a,
.tw-button.tw-button-with-icon {
    padding: 0;
    height: 46px;
    position: relative;
}

.tw-button i {
    margin-left: 10px;
}

.tw-button-with-icon .tw-button-icon-container {
    /* transition(all, 0.45s, cubic-bezier(0.65,0,.076,1)); */
    position: absolute;
    top: 3px;
    left: 3px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ffffff;
    color: #1c1c1c;
    font-size: 14px;
    margin: 0;
    transition: all .25s ease;
}

.tw-button-with-icon .tw-button-icon-container i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    bottom: 0;
    left: 20px;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}

.tw-button.tw-button-with-icon .icofont-simple-right:after {
    content: '';
    background: #1c1c1c;
    position: absolute;
    top: calc(50% - 1px);
    width: 6px;
    left: 0px;
    height: 2px;
    transition: all .2s ease-in-out;
    opacity: 0;
}

.tw-button.tw-button-with-icon .tw-button-text {
    margin-right: 30px;
    margin-left: 60px;
}

.tw-button-with-icon:hover .tw-button-icon-container {
    width: calc(100% - 6px);
}

.tw-button.tw-button-with-icon:hover .tw-button-text {
    position: relative;
    z-index: 9;
    color: #1c1c1c;
}

.tw-button-with-icon:hover .tw-button-icon-container i {
    left: 30px;
    transform: translate(-50%, -50%);
    position: relative;
}

.tw-button.tw-button-with-icon:hover .icofont-simple-right:after {
    left: 4px;
    opacity: 1;
}

.tw-button.tw-border-button {
    border-radius: 25px;
}

a.tw-button:hover,
.tw-button a:hover {
    color: #fff;
}

.tw-social-icon>a:before,
.tw-social-icon>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #151515;
    transition: all 0.2s ease;
}

.tw-social-icon>a:before {
    left: 0;
    background-color: #4b00e5;
}

.tw-button:hover:after {
    left: 0;
}

.tw-social-icon>a:hover:after {
    left: 0;
}

.footer-social a {
    display: inline-block;
    margin-right: 20px;
    color: #1c1c1c;
}

.footer-social a:last-child {
    margin-right: 0;
}

.page .content-area p a,
.entry-content>p:not(.tw-button) a {
    color: #151515;
    text-decoration: underline;
}

.page .content-area p a:hover,
.entry-content>p:not(.tw-button) a:hover {
    color: #999;
    text-decoration: none;
}

.entry-media {
    position: relative;
    line-height: 0;
    text-align: center;
}

.entry-media>p {
    margin-bottom: 0;
}

.entry-media>.tw-thumbnail {
    max-width: 100%;
    position: relative;
}

.entry-media.single-media-thumb .image-overlay,
.entry-media.single-media-thumb .image-overlay a {
    position: static;
    opacity: 1;
}

.image-overlay,
.image-overlay a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-overlay {
    background: #000;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.tw-blog:not(.square-blog):not(.grid-blog) .video-format-icon:hover+.image-overlay,
.image-overlay:hover {
    opacity: 0.1;
}

.tw-social-icon {
    margin: 0 -10px -10px 0;
}

.tw-footer .tw-social-icon {
    margin-bottom: 40px;
}

.tw-social-icon>a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.tw-social-icon>a i {
    position: relative;
    z-index: 1;
}

.tw-social-icon a:hover,
.tw-social-icon.social-dark a,
.tw-social-icon.social-light a:hover {
    color: #fff;
}

.tw-social-icon.social-light a {
    color: #999;
}

.tw-social-icon a:before {
    background-color: #4b00e5;
}

.tw-social-icon.social-light a:before {
    background-color: #fff;
}

.sidebar-area .tw-social-icon.social-light a:before,
body.page:not(.page-template-page-rowbuilder) .tw-social-icon.social-light a:before,
body.single .tw-social-icon.social-light a:before {
    background-color: #f9f9f9;
}

.tw-social-icon.social-dark a:before {
    background-color: #333;
}

.tw-social-icon a.facebook:after {
    background: #39579a;
    border-color: #39579a;
}

.tw-social-icon a.twitter:after {
    background: #01acee;
    border-color: #01acee;
}

.tw-social-icon a.pinterest:after {
    background: #ce2225;
    border-color: #ce2225;
}

.tw-social-icon a.linkedin:after {
    background: #0077b5;
    border-color: #0077b5;
}

.tw-social-icon a.google:after {
    background: #f9402c;
    border-color: #f9402c;
}

.tw-social-icon a.instagram:after {
    background: #245a84;
    border-color: #245a84;
}

.tw-social-icon a.youtube:after {
    background: #cc1212;
    border-color: #cc1212;
}

.tw-social-icon a.apple:after {
    background: #000;
    border-color: #000;
}

.tw-social-icon a.windows:after {
    background: #000;
    border-color: #000;
}

.tw-social-icon a.snapchat:after {
    background: #fffc00;
    border-color: #fffc00;
    color: #151515;
}

/* Grid Blog */
.tw-blog article.blog-square-item,
.tw-blog article.blog-grid-item {
    background-color: transparent;
    box-shadow: none;
}

.tw-blog article.blog-grid-item {
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}

.tw-blog article.blog-grid-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tw-blog.grid-blog>.row,
.tw-blog.square-blog>.row {
    display: flex;
    flex-wrap: wrap;
}

.tw-blog.square-blog>.row:before,
.tw-blog.grid-blog>.row:before {
    display: none;
}

.blog-grid-item .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.uk-width-1-1>.blog-section .list-blog .entry-title {
    font-size: 36px;
    margin-top: 8px;
    margin-bottom: 26px;
}

.tw-blog article.blog-grid-item .entry-post,
.tw-blog article.blog-grid-item .entry-content-container:only-child,
.tw-blog article.blog-grid-item .entry-post-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-grid-item .entry-media+.entry-content-container,
.blog-grid-item .entry-post .tw-meta,
.list-blog .entry-post .tw-meta {
    margin-top: auto;
}

/* Square Blog */
.blog-grid-item.grid-video-post .entry-post-container,
.blog-square-item .entry-post {
    min-height: 600px;
    background-color: #151515;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.blog-grid-item.grid-video-post .entry-post-container {
    min-height: 400px;
}

.blog-grid-item .entry-post .entry-media,
.blog-square-item .entry-media {
    position: static;
}

.blog-grid-item .entry-post .tw-thumbnail,
.blog-square-item .tw-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.blog-grid-item .entry-post .image-overlay,
.blog-square-item .image-overlay {
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .60), transparent 75%);
    opacity: 1;
}

.tw-gallery-bg .gallery-bg,
.tw-gallery-bg .gallery-bgitem,
.tw-gallery-bg .owl-stage-outer,
.tw-gallery-bg .owl-stage,
.tw-gallery-bg .owl-item,
.tw-gallery-bg .owl-carousel {
    height: 100%;
}

.gallery-bg {
    background-position: center;
    background-size: cover;
}

.blog-grid-item.grid-video-post .tw-meta,
.tw-blog .blog-square-item .tw-meta {
    color: #fff;
    opacity: 0.5;
    border-top-color: rgba(255, 255, 255, .5);
}

.blog-grid-item.grid-video-post .entry-post .tw-meta {
    margin-top: 0;
}

.entry-title a,
.tw-meta a {
    transition: all 0.3s ease;
}

.blog-grid-item.grid-video-post .entry-title a:hover,
.blog-grid-item.grid-video-post .tw-meta a:hover,
.blog-square-item .entry-title a:hover,
.blog-square-item .tw-meta a:hover {
    color: #fff;
    opacity: 0.8;
}

.blog-grid-item.grid-video-post .entry-title,
.blog-square-item .entry-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    max-width: 310px;
}

article.format-gallery .entry-post .entry-media .image-overlay {
    z-index: 2;
}

.square-blog-large .blog-square-item .entry-post {
    min-height: 360px;
}

.square-blog-large .tw-thumbnail .video-format-icon {
    margin-top: -50px;
}

/* List Blog (Telmen) */
.list-blog .article-container {
    width: 100%;
}

.list-blog article:nth-child(2n+2) .article-container>.uk-grid {
    flex-direction: row-reverse;
}

.tw-blog.list-blog article .entry-post {
    padding: 40px;
    position: relative;
}

.list-blog .entry-cats {
    margin-bottom: 32px;
}

.tw-blog.list-blog article .entry-title {
    font-size: 30px;
}

/* Metro Blog */
.tw-carousel-post .article-inner .entry-title,
.isotope-container .article-inner .entry-title {
    font-size: 18px;
    max-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.isotope-container:not(.post-grayscale) .entry-cats a,
.isotope-container:not(.post-grayscale) .entry-title,
.isotope-container:not(.post-grayscale) .tw-meta,
.isotope-container:not(.post-grayscale) .article-inner .entry-title,
.isotope-container:not(.post-grayscale) .article-inner .tw-meta>span,
.tw-carousel-post:not(.post-grayscale) .entry-cats a,
.tw-carousel-post:not(.post-grayscale) .article-inner .entry-title,
.tw-carousel-post:not(.post-grayscale) .article-inner .tw-meta>span {
    color: #fff;
}
.isotope-container:not(.post-grayscale) .author-avatar img,
.tw-carousel-post:not(.post-grayscale) .author-avatar img {
    box-shadow: 0 0 0 1.3px #fff;
}

.isotope-container>article {
    margin-top: 0 !important;
}

.isotope-container .article-inner {
    position: relative;
}

.isotope-container .article-inner>.entry-media,
.tw-bg-thumb {
    position: absolute;
}

.isotope-container .article-inner>.entry-post,
.isotope-container .article-inner>.entry-media,
.isotope-container .article-inner .tw-thumbnail,
.tw-bg-thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.isotope-container .article-inner>.entry-post {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 30px;
}

.isotope-container .article-inner .entry-cats {
    line-height: 1.1;
}

.tw-carousel-post .article-inner .tw-meta>span,
.isotope-container .article-inner .tw-meta>span {
    font-size: 12px;
    position: absolute;
    bottom: 30px;
}

.tw-carousel-post .article-inner .tw-meta>span.author-avatar,
.isotope-container .article-inner .tw-meta>span.author-avatar {
    left: 30px;
}

.tw-carousel-post .article-inner .tw-meta>span.entry-social,
.isotope-container .article-inner .tw-meta>span.entry-social {
    right: 30px;
    font-size: 24px;
}

.tw-pagination {
    margin-top: 40px;
}

.tw-tilt>.article-inner {
    transform-style: preserve-3d;
}

.tw-tilt .tw-block-inner-hover {
    transform: translateZ(10px);
}

.tw-block.tw-button {
    width: auto;
}

.tw-menu-bottom .tw-block.tw-button {
    margin-bottom: 0;
}

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

.tw-block-empty {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tw-block-inner-hover {
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.tw-block-empty1 div {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4), transparent 100%);
}

/* Size: Large */
.isotope-container [data-size="large"]>.article-inner .entry-title {
    font-size: 28px;
    max-height: none;
}

/* Gray Scale */
.isotope-container.post-grayscale .tw-thumbnail>img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Grid Gutter  */
.isotope-container.uk-grid>* {
    margin-bottom: 40px;
}

.isotope-container.uk-grid-xsmall {
    margin-left: -10px;
}

.isotope-container.uk-grid-xsmall>* {
    padding-left: 10px;
    margin-bottom: 10px;
}

.isotope-container.uk-grid-small>* {
    margin-bottom: 15px;
}

.isotope-container.uk-grid-medium>* {
    margin-bottom: 30px;
}

.isotope-container.uk-grid-large>* {
    margin-bottom: 70px;
}

.isotope-container.uk-grid-collapse>* {
    margin-bottom: 0;
}

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

/* -------------- Blog Pagination -------------- */
.tw-infinite-scroll a,
.tw-pagination ul.page-numbers a,
.tw-pagination ul.page-numbers span.current {
    color: #fff;
}

.tw-nextprev-link {
    justify-content: space-between;
}

.tw-infinite-scroll {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.tw-infinite-scroll .loading,
.tw-infinite-scroll[data-has-next="false"]>.next {
    display: none;
    background: none;
}

.tw-infinite-scroll[data-has-next="false"] {
    display: none;
}

.tw-infinite-scroll .infinte-loader {
    border: 3px solid #666;
    border-radius: 30px;
    height: 20px;
    width: 20px;
    opacity: 0;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.tw-pagination ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
}

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

.tw-pagination ul.page-numbers span.current,
.tw-pagination ul.page-numbers a {
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #b6b6b6;
    font-size: 12px;
    transition: all 0.5s ease-out;
}

.tw-infinite-scroll a:hover,
.tw-pagination ul.page-numbers li:hover a,
.tw-pagination ul.page-numbers span.current {
    color: #ffffff;
}


.tw-pagination .newer i,
.tw-pagination ul.page-numbers a.prev i {
    margin-right: 10px;
}

.tw-pagination a {
    border-radius: 22.5px;
    border: none;
    padding: 8.5px 45px;
    font-size: 13px;
    display: inline-block;
    color: #fff;
}

/* ----------------- Error 404 page ---------------- */
.error-404 {
    height: 100vh;
}

.error-404 {
    height: 100vh;
}

.error-404.entry-content {
    height: 70vh;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
}

.error-404>span {
    display: block;
    color: #151515;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}

.error-404 .error-title {
    margin-top: 40px;
    margin-bottom: 0;
}

.error-404.entry-content h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}

.error-404.entry-content .error-desc {
    margin-bottom: 45px;
}

/* ------------------ Search Result -------------- */

.search-result h3 {
    margin-bottom: 30px;
}

.search-result form.searchform {
    margin-bottom: 8px;
}

.tw-dropcap {
    font-size: 88px;
    float: left;
    line-height: 1;
    margin: -4px 12px -4px 0;
}

/* ---------------- Post Author ----------------- */
.tw-author-box {
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page .content-area .tw-author-box.uk-background-muted {
    background: #f9f9f9;
}

body.single-post .tw-author-box.uk-background-secondary {
    background: #1c1c1c;
}

.single-post .content-area .entry-tags {
    margin-top: 35px;
}

.list-blog .entry-cats a,
.single-post .single-media-content a,
.single-post .content-area .entry-tags a {
    border-radius: 25px;
    padding: 3px 15px;
    font-size: 12px;
    background-color: #1c1c1c;
    color: #fff;
    transition: all 0.2s ease-out;
}

.list-blog .entry-cats a,
.single-post .single-media-content a {
    margin-right: 10px;
    text-transform: capitalize;
    font-family: 'Poppins';
    padding: 5px 15px;
}

.list-blog .entry-cats a:last-child,
.single-post .single-media-content a:last-child {
    margin-right: 0;
}

.single-post .content-area .entry-tags a:last-child,
.single-post .single-media-content a:last-child {
    margin-right: 0;
}

.single-post .single-media-content a:hover,
.single-post .content-area .entry-tags a:hover {
    background-color: #999;
}

.tw-author-box .author-box h3 {
    font-size: 16px;
    line-height: 1;
}

.tw-author-box .author-box p {
    margin-bottom: 0;
    margin-left: 100px;
}

.tw-author-box .author-entry-share {
    font-size: 15px;
    line-height: 1;
}

.tw-author-box .author-entry-share a {
    color: #333;
    padding-right: 15px;
}

.tw-author-box .author-box img {
    float: left;
    margin: 0;
    margin-right: 30px;
    border-radius: 100%;
}

.tw-author-box.uk-background-secondary .author-box img {
    border: 3px solid #ffffff;
}

/* -------------- Single Social Share ------------ */
.uk-sticky-placeholder,
.tw-single-social {
    max-width: 40px;
    width: 40px !important;
    background: #1c1c1c;
    position: absolute;
    z-index: 2;
}

.uk-sticky-placeholder {
    background: transparent;
}

.share-button {
    width: auto;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
}

.share-drop a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.share-drop a:hover {
    color: #fff;
}

.linkedin {
    background: #0073b0;
}

.pinterest {
    background: #bd081c;
}

.twitter-share {
    background: #1da1f2;
}

.facebook-share {
    background: #3b5998;
}

.view-drop {
    background: #1d1d1d;
    color: #fff;
    font-size: 12px;
    width: auto;
    height: 40px;
    padding: 0 14px;
    font-family: 'Poppins';
    letter-spacing: 0.01em;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
}

.view-drop.uk-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -------------- Next Preview Posts ------------ */
.nextprev-postlink-container {
    margin-top: 40px;
    background-color: #f9f9f9;
    overflow: hidden;
    height: 140px;
}

.nextprev-postlink {
    display: flex;
}

.nextprev-postlink>div {
    position: relative;
    width: 50%;
    transition: left 0.2s linear, padding 0.2s linear, width 0.2s linear;
    overflow: hidden;
    left: 0;
}

.nextprev-postlink a {
    display: block;
    position: relative;
    padding: 20px 30px 25px;
    transition: margin 0.2s linear;
}

.nextprev-postlink .post-thumb {
    width: 0;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    transition: width 0.2s linear;
    padding: 0;
    float: left;
}

.nextprev-postlink>div:hover .post-thumb {
    width: 315px;
    margin-right: 30px;
}

.nextprev-postlink>div.next-post-link .post-thumb {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}

.next-post-link .post-thumb+a {
    padding-left: 30px;
}

.nextprev-postlink .prev-post-link.with-img:hover,
.nextprev-postlink .next-post-link.with-img:hover {
    width: 100%;
}

.nextprev-postlink .tw-meta:first-child {
    text-transform: uppercase;
}

.nextprev-postlink h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 9px 0 0;
    transition: all 0.2s ease-out;
}

.nextprev-postlink .next-post-link {
    text-align: right;
    flex-grow: 1;
}

.nextprev-postlink>div.hover-push {
    left: 315px;
    width: 0;
}

.nextprev-postlink>.prev-post-link.hover-push {
    left: -315px;
}

/* --------------- Related Posts ---------------- */
.related-posts .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.related-posts h4 {
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 24px;
}

.related-item .entry-title {
    font-size: 20px;
}

.related-item .entry-media {
    margin: 0 0 24px;
}

.related-item {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* ---------------- Post Comments -------------- */
.entry-comments {
    background-color: #fff;
}

.comment-area {
    margin-top: 0;
    background-color: #f9f9f9;
    padding-top: 120px;
    padding-bottom: 120px;
}

.page .comment-area {
    margin-top: 0;
    background: none;
}

.entry-comments .comment-title {
    background-color: #f9f9f9;
}

.entry-comments .comment-title .np-title-line {
    font-size: 18px;
    color: #151515;
    padding-bottom: 35px;
    margin: 0;
}

.entry-comments .comment-list {
    padding: 60px 60px 0px 60px;
}

.comment-respond {
    padding: 60px;
}

.comment-respond h3 {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
}

.comment-respond .form-submit {
    margin-bottom: 0;
    margin-top: 20px;
}

.comment-respond .form-submit .submit {
    margin: 0;
    padding: 15px 30px;
    font-size: 12px;
    border-radius: 25px;
}

.comment-list .comment {
    position: relative;
    margin-bottom: 40px;
}

.comment-list .comment:last-child {
    margin-bottom: 20px;
}

.comment-list .comment .comment {
    margin-left: 80px;
    margin-bottom: 20px;
    margin-top: 40px;
}

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

.comment-author img {
    border-radius: 50%;
    margin: 0;
}

.comment-text {
    padding-left: 81px;
    min-height: 70px;
}

.comment-list .pingback+.comment:not(.pingback) {
    margin-top: 30px;
}

.entry-comments .comment-reply-title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 30px;
}

.comment-form p {
    margin-bottom: 10px;
}

.entry-comments .comment-form-comment textarea {
    border-radius: 15px;
    padding: 20px;
    font-size: 13px;
    min-height: 200px;
    margin-bottom: 0;
    border: none;
}

.entry-comments .comment-form-email input::placeholder,
.entry-comments .comment-form-author input::placeholder,
.entry-comments .comment-form-comment textarea::placeholder {
    color: #4c4c4c;
}

.entry-comments .comment-form-email input,
.entry-comments .comment-form-author input {
    border-radius: 25px;
    font-size: 12px;
    padding: 15px 20px;
    border: none;
}

.entry-comments .comment-form-author {
    margin-right: 5px;
}

.entry-comments .comment-form-email {
    margin-left: 5px;
}

.pingback .comment-text {
    padding-left: 0;
    padding-bottom: 15px;
    min-height: 30px;
    margin-bottom: 5px;
}

.comment-text .tw-meta {
    font-size: 12px;
    color: #999;
}

.comment-text p {
    font-size: 13px;
    margin-top: 5px;
}

h6.reply {
    margin-bottom: 0;
    font-size: 12px;
}

.comment-text .author {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

.comment-text p.reply a {
    color: #1c1c1c;
}

/* ---------------- Comment Form --------------- */
.comment-form input[type="text"] {
    width: 100%;
    margin-bottom: 0;
}

.comment-form input[type="submit"] {
    width: auto;
    min-width: 140px;
}

/* ----------------- Sidebar Widget ----------------- */
.fixed-sidebar .tw-menu-sidebar {
    display: block;
    visibility: visible;
}

.sidebar-area aside.widget {
    margin-bottom: 60px;
}

.sidebar-area aside.widget:last-child {
    margin-bottom: 0;
}

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

.widget ul li {
    padding-top: 0;
    margin-bottom: 6px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.widget ul li a {
    color: #666;
}

ul.children {
    margin-top: 10px;
    padding-left: 10px;
}

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

aside.widget .page_item ul.children li a {
    padding: 0 0 0 20px;
}

aside.widget .page_item ul.children li:first-child {
    margin-top: 10px;
}

aside.widget ul li a:hover {
    opacity: 0.8;
}

.widget .post-count {
    position: absolute;
    color: #333;
    top: 1px;
    right: 0;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-inner {
    max-width: 100%;
}

/* ------------------ Widget Title -------------- */
.tw-mobile-menu h3.widget-title {
    color: #fff;
}

h3.widget-title {
    font-size: 18px;
    line-height: 1;
    position: relative;
    margin-bottom: 25px;
    color: #1c1c1c;
}

/* --------------- Widget Text ------------ */
.sidebar-area .ever-text .widget-item {
    border: 0;
    padding: 0;
}

/* --------------- Widget Search ------------ */
form.searchform {
    position: relative;
    margin-bottom: 0;
}

form.searchform input {
    padding: 14px 30px 13px 30px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 25px;
}

form.searchform .button-search {
    border: 0;
    padding: 0;
    color: #1c1c1c;
    border-radius: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 1;
    background-color: transparent !important;
}

form.searchform .input>.button-search {
    position: absolute;
    top: 0;
    right: 10px;
}

form.searchform .input>.tw-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

.tw-header-meta form.searchform {
    position: absolute;
    right: 0;
    height: 100%;
}

.tw-header-meta form.searchform .button-search {
    background: transparent;
}

.tw-header-meta form.searchform .input {
    height: 100%;
}

.tw-header-meta form.searchform input {
    background: transparent;
    border-color: transparent;
    width: 0;
    height: 100%;
    transition: all 0.2s ease;
}

.tw-header-meta form.searchform i {
    position: absolute;
    padding: 10px;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    top: 50%;
    margin-top: -18px;
    right: 17px;
    z-index: 3;
}

.search-opened .tw-header-meta form.searchform i {
    color: #151515;
}

.search-opened .tw-header-meta form.searchform input {
    width: 230px;
    background: #fff;
    position: relative;
    z-index: 2;
}

/* ----------------- Widget Tags --------------- */
.widget_tag_cloud .tagcloud {
    margin: 0 -10px -10px 0;
    font-size: 11px;
    color: #999;
}

.widget_tag_cloud .tagcloud>a {
    font-size: 12px !important;
    text-transform: lowercase;
    background-color: #1c1c1c;
    color: #fff;
    border-radius: 12.5px;
    padding: 3px 15px;
    font-family: 'Poppins';
    letter-spacing: 0.01em;
}


/* ----------------- Widget Instagram --------------- */
.tw-instagram img {
    min-width: 100%;
}

.tw-instagram.simple ul {
    list-style: none;
}

.tw-instagram.simple li {
    display: inline-block;
    padding: 0;
}

.tw-instagram .uk-slider-items>li {
    padding: 0;
}

/* Post Carousel */
.tw-carousel-post .uk-slider-items>* {
    padding-top: 0;
    padding-bottom: 0;
}

/* Instagram Carousel */
.instagram-pics.owl-theme .owl-pagination {
    position: static;
    margin-top: 20px;
    margin-bottom: -5px;
}

.instagram-pics.owl-theme .owl-controls .owl-page span {
    background: #151515;
    opacity: 0.11;
}

.instagram-pics.owl-carousel li {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* ------------------- Widget Post ----------------- */
.widget_recent_entries .post-date {
    display: block;
    font-size: 11px;
    font-weight: 400;
}

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

.tw-post-widget.widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.recent-thumb {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

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

aside.tw-post-widget ul li a:hover {
    opacity: 1;
}

.recent-thumb a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.recent-thumb a:hover:before {
    opacity: 0.1;
}

.recent-content {
    padding-left: 100px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.recent-content h4 {
    font-size: 14px;
    margin: 0;
}

.recent-content .tw-meta {
    margin-bottom: 0;
}

aside.widget .recent-content a:hover,
.recent-thumb:hover~.recent-content a {
    color: #666;
}

.related-item .format-icon,
.recent-thumb .format-icon {
    background: #ccc;
    color: #fff;
    height: 70px;
    width: 100%;
    display: table;
}

.related-item .format-icon:before,
.recent-thumb .format-icon:before {
    font-family: 'Ionicons';
    font-size: 21px;
    content: '\f417';
}

.related-item .format-icon:before,
.recent-thumb .format-icon:before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.format-icon.gallery:before {
    content: '\f147';
}

.format-icon.quote:before {
    content: '\f347';
}

.format-icon.audio:before {
    content: '\f4ce';
}

.format-icon.video:before {
    content: '\f4cc';
}

.tw-post-widget .carousel-item {
    position: relative;
    background-color: #151515;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.tw-post-widget .carousel-item>img {
    opacity: 0.8;
}

.tw-post-widget .carousel-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 25px;
}

.tw-post-widget .owl-carousel .entry-title {
    font-size: 20px;
    color: #fff;
}

.tw-post-widget .owl-carousel .tw-meta,
.tw-post-widget .owl-carousel .tw-meta a,
.tw-post-widget .owl-carousel .entry-cats {
    color: #fff;
}

.tw-post-widget .owl-carousel a {
    transition: opacity 0.2s ease-out;
}

.tw-post-widget .owl-carousel a:hover {
    color: #fff;
    opacity: 0.8;
}

.tw-post-widget .owl-carousel .owl-dots {
    margin-top: 18px;
    margin-bottom: -17px;
}

.entry-media .owl-carousel .owl-dots {
    position: absolute;
    bottom: 32px;
    width: 100%;
}

.entry-media .owl-carousel .owl-dot.active span,
.entry-media .owl-carousel .owl-dot:hover span {
    background-color: #fff;
    opacity: 1;
}

.entry-media .owl-carousel .owl-dot span {
    background-color: #fff;
    opacity: .5;
}

/* ----------------- Widget Social --------------- */
.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;
}

/* --------------- Widget Category ----------------- */
.sidebar-area .widget_categories ul li a {
    color: #333;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-weight: 400;
}

/* --------------- Contact Form ----------------- */
/* 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;
}

div.wpcf7-response-output {
    margin: 0;
    border-radius: 22px;
    padding: 0.5em 2.2em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
}

.wpcf7-form input[type="submit"] {
    margin: 0;
    width: auto;
    min-width: 150px;
    display: block;
    background-color: #151515;
    border-color: #151515;
    border-radius: 22px;
}

.wpcf7-form .tw-button>input[type="submit"] {
    background-color: transparent;
    border: 0;
}

/* carousel theme style */
.owl-dots {
    counter-reset: slides-num;
    /* Initialize counter. */
    position: absolute;
    z-index: 4;
    bottom: 15px;
    right: 0;
    width: 150px;
}

.owl-dots:after,
.owl-dot.active:before {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Poppins';
    position: absolute;
    right: 20px;
    top: 0;
}

.owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
    margin-right: 5px;
}

.owl-dot span {
    display: none;
}

.owl-dot.active:before {
    right: auto;
    left: 20px;
}

/* Gridx Gif Player */
.gif-active .arrow-hover {
    display: none;
}

.gridx-gif-container {
    display: block !important;
}

.gridx-gif-container .jsgif {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.5s ease;
    min-width: 100%;
    width: 100%;
}

.gridx-gif-container .jsgif,
.gridx-gif-container {
    background-size: cover;
    background-position: 50% 50%;
    position: relative !important;
    overflow: hidden;
}

.gridx-gif-container canvas {
    max-width: 100%;
    min-width: 100%;
}

.tw-post-widget .tw-thumbnail .gridx-gif-button,
div.gridx-gif-container+div.image-overlay,
.jsgif_toolbar,
.gridx-gif-container img {
    display: none;
}

.tw-thumbnail .featured-image-caption {
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.gridx-gif-container .gridx-gif-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/gif-button.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.gridx-gif-container.playing .gridx-gif-button {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.tw-blog article.large .gridx-gif-button {
    background-position-y: 17%;
}

/* Fixed left Header */
.fixed-left .tw-menu-container {
    left: 0;
}

.fixed-left .tw-mobile-menu {
    transform: translateX(-100%);
    left: -30px;
    opacity: 0;
}

.fixed-left .tw-mobile-menu .sf-mobile-menu li {
    transform: translateX(-50px);
}

.uk-position-z-index-2 {
    z-index: 2;
}

.uk-position-z-index-3 {
    z-index: 3;
}

/* ------------ Themewaves custom css ------------- */
.tw-padding-medium {
    padding: 60px;
}

.tw-visible\@vt,
.tw-visible\@vt-flex,
.tw-visible\@only-vt-m-flex,
.tw-logo.tw-visible\@only-vt-m-flex {
    display: none;
}

/* Gutenberg */
body.blog .wp-block-columns.alignwide,
body.blog .wp-block-columns.alignfull {
    background-color: #fff;
    padding: 35px;
}

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

.alignwide {
    margin: 40px;
    margin-left: -100px !important;
    margin-right: -100px !important;
    max-width: none;
    min-width: 100%;
    width: auto;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}

.alignfull img {
    width: 100vw;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    position: relative;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

ul.wp-block-gallery {
    margin-left: 0;
}

/* Gutenberg - Gridx */
.tw-body-ml .uk-section.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2 + 40px);
    margin-right: calc(-100vw / 2 + 100% / 2 + 30px);
    max-width: calc(100vw - 80px);
}

.tw-body-mr .uk-section.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2 + 30px);
    margin-right: calc(-100vw / 2 + 100% / 2 + 40px);
    max-width: calc(100vw - 80px);
}

.wp-block-image .alignleft {
    margin-left: -70px;
}

.wp-block-image .alignright {
    margin-right: -70px;
}

.tw-body-mr .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2 + 40px);
    margin-right: calc(-100vw / 2 + 100% / 2 + 40px);
    max-width: calc(100vw - 80px);
    position: relative;
    z-index: 2;
}

@media (min-width: 600px) {
    .wp-block-column:not(:last-child) {
        margin-right: 15px;
    }

    .wp-block-column:not(:first-child),
    .wp-block-column:nth-child(2n) {
        margin-left: 15px;
    }

    .wp-block-column:nth-child(odd) {
        margin-right: 0;
    }
}

/* blog social */
.entry-social {
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

/* avatar  */
.author-avatar img {
    border-radius: 50%;
    margin-right: 10px;
}

.tw-blog .author-avatar img,
.tw-carousel-post .author-avatar img {
    width: 28px;
    height: 28px;
}

.author-avatar a {
    text-transform: capitalize;
}

.tw-meta a:hover,
.author-avatar a:hover {
    color: inherit;
    opacity: 0.7;
}

/* category scroll */
.scroll {
    height: 40px;
    width: 40px !important;
    background: #1c1c1c;
    position: absolute;
    bottom: -20px;
    z-index: 5;
}

.right .scroll {
    right: calc(50% - 40px);
}

.right .gridx-container .uk-section {
    padding-top: 150px;
}

/* Gradient Hover for All CSS Element */
.grad:hover,
.share-button:hover,
.scroll:hover,
.tw-pagination ul.page-numbers li:hover a,
.tw-pagination ul.page-numbers span.current {
    background-image: -moz-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -ms-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
}


.scroll .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    width: 2px;
    height: 16px;
    margin-top: -15px;
    background: none;
    position: relative;
}

.scroll .icon.arrow::before {
    position: absolute;
    content: '';
    top: 7px;
    right: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(133deg);
    transform: rotate(133deg);
}

.scroll:hover .icon.arrow,
.scroll:hover i {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

.scroll:hover .icon.arrow {
    background: #fff;
}

/* Tw social icons */
.tw-team-member-socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tw-team-member-socials>li:not(:last-child) {
    margin-right: 13px;
}

.tw-team-member-socials>li,
.tw-team-member-socials>li>a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tw-team-member-socials>li>a>i {
    color: #999999;
}

.mw470 {
    max-width: 470px;
}

/* Tw subscribe */
.subscribe-container {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 280px;
    height: 45px;
}

.subscribe-container .wpcf7-submit {
    position: absolute;
    top: 0;
    left: 0;
}

.subscribe-title {
    color: #1e1d23;
    font-family: 'Poppins';
    letter-spacing: -0.01em;
}

.mc4wp-form-fields button {
    top: 2px;
    padding: 0;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: -moz-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -ms-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
}

.uk-form-icon:hover {
    color: #fff;
}

.mc4wp-form-fields input[type="email"],
.subscribe-container .your-email input[type="email"] {
    border-radius: 25px;
    margin: 0;
    height: 45px;
    background-color: #fff;
    border: none;
}

.subscribe-container input[type="submit"] {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #1c1c1c;
    font-size: 14px;
    margin: 0;
    min-width: auto;
    padding: 0;
    background-image: -moz-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -ms-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    text-indent: -999px;
    position: absolute;
    right: 3px;
    top: 3px;
    margin-left: auto;
}

.subscribe-container::before {
    content: "\efb4";
    font-family: IcoFont;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 400;
    position: absolute;
    right: 12px;
    z-index: 9;
    top: 5px;
}

/* Carousel-Post */
.tw-carousel-post .tw-block-inner-hover {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.tw-instagram-follow a,
.tw-carousel-post .prev,
.tw-carousel-post .next {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1c1c;
    top: 0;
    left: 0;
    color: #fff;
    position: absolute;
}

.tw-carousel-post .next {
    top: 41px;
}

.tw-carousel-post .prev:hover,
.tw-carousel-post .next:hover {
    background-image: -moz-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -ms-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
}

.wpcf7-form input[type="submit"]:hover {
    background-image: -moz-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%) !important;
    background-image: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%) !important;
    background-image: -ms-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%) !important;
}

.tw-carousel-post .scroll .icon.arrow {
    margin: 0;
    width: 16px;
    height: 2px;
}

.tw-carousel-post .prev.scroll .icon.arrow {
    margin-left: 15px;
}

.tw-carousel-post .next.scroll .icon.arrow {
    margin-left: -15px;
}

.tw-carousel-post .prev.scroll .icon.arrow::before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: -4px;
    right: 7px;
}

.tw-carousel-post .next.scroll .icon.arrow::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    right: -1px;
}

.tw-carousel-post .prev.scroll:hover .icon.arrow {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
}

.tw-carousel-post .next.scroll:hover .icon.arrow {
    -webkit-transform: translate(5px);
    transform: translate(5px);
}

/* Instagram */
.tw-instagram .instagram-pics {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.tw-instagram-follow {
    margin-top: -40px;
}

.tw-instagram-follow a {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    left: 50%;
}

.tw-instagram-title {
    padding: 12px 18px;
    font-size: 12px;
    color: #fff;
    background-color: #1d1d1d;
    margin: 0;
    z-index: 9;
    cursor: pointer;
}

.tw-instagram .tw-instagram-follow:hover a {
    -webkit-transform: translate(-50%, 40px);
    transform: translate(-50%, 40px);
    visibility: visible;
    opacity: 1;
    z-index: 1;
    color: #fff;
    background-color: #262626;
}

.tw-instagram .tw-instagram-follow a:hover {
    background-image: -moz-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -webkit-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
    background-image: -ms-linear-gradient(-45deg, #3300cc 0%, #9933cc 100%);
}

.tw-intagram-button {
    width: 40px;
    opacity: 0;
    visibility: hidden;
}

.tw-intagram-button .share-button {
    background-color: #262626;
}

.tw-instagram li:hover .tw-intagram-button {
    opacity: 1;
    visibility: visible;
}

.tw-instagram li:hover .tw-intagram-button .share-button {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-name: uk-fade-left-small;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.tw-instagram li:hover .tw-intagram-button .share-button:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.uk-container-small .tw-instagram .uk-child-width-1-5\@m .share-button,
.uk-container-small .tw-instagram .uk-child-width-1-5\@m .view-drop,
.uk-container-xsmall .tw-instagram .uk-child-width-1-5\@m .share-button,
.uk-container-xsmall .tw-instagram .uk-child-width-1-5\@m .view-drop {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.uk-container-small .tw-instagram .uk-child-width-1-5\@m .share-button,
.uk-container-xsmall .tw-instagram .uk-child-width-1-5\@m .share-button {
    width: 35px;
}

.uk-container-small .tw-instagram .uk-child-width-1-6\@m .share-button,
.uk-container-small .tw-instagram .uk-child-width-1-6\@m .view-drop,
.uk-container-xsmall .tw-instagram .uk-child-width-1-6\@m .share-button,
.uk-container-xsmall .tw-instagram .uk-child-width-1-6\@m .view-drop {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.uk-container-small .tw-instagram .uk-child-width-1-6\@m .share-button,
.uk-container-xsmall .tw-instagram .uk-child-width-1-6\@m .share-button {
    width: 30px;
}

[data-uk-height-viewport] {
    height: 100%;
}

@keyframes uk-fade-left-small {

    0% {
        opacity: 0;
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}

.tw-instagram li {
    overflow: hidden;
}

/* 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]>* {
    z-index: 2;
}

[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;
}

/* Preloader */
body {
    transition: background-color 0.5s ease-in-out;
    overflow-x: hidden;
}

body.loading {
    overflow: hidden;
}

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

body>.tw-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    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;
}

/* Single Fixed Nav */
.tw-fixed-nav {
    position: fixed;
    left: 0;
    top: -60px;
    background: #fff;
    width: 100%;
    z-index: 100;
    height: 60px;
    max-height: 60px;
    transition: all 0.5s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.tw-fixed-nav.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.admin-bar .tw-fixed-nav.active {
    top: 32px;
}

.tw-fixed-nav .tw-logo .logo{
    line-height: 60px;
}

.tw-fixed-nav .entry-title {
    font-size: 16px;
    line-height: 60px;
}