/*
Theme Name: Jelux
Theme URI: https://themeforest.net/user/egemenerd/portfolio?ref=egemenerd
Description: WordPress Theme
Author: Egemenerd
Author URI: http://themeforest.net/user/egemenerd?ref=egemenerd
Version: 1.1
License: http://themeforest.net/licenses?ref=egemenerd
License URI: http://themeforest.net/licenses?ref=egemenerd
Tags: custom-menu,featured-images
Text Domain: jelux
*/

/* ---------------------- 
Stylesheet Guide
-------------------------

GENERAL STYLES
RESPONSIVE IFRAME
HEADER
PAGE STRUCTURE
BLOG
CARDS
POST META
COMMENTS
SCROLL TO TOP
WORDPRESS
SIDEBAR
SITEORIGIN
CONTACT FORM 7
SELECT2
WISHLIST FOR WOOCOMMERCE
YITH WISHLIST
WOOCOMMERCE LOGIN
FOOTER
MASONRY GRID
MASONRY MEDIA QUERIES
MEDIA QUERIES

*/

/* ================= GENERAL STYLES ================== */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    -webkit-overflow-scrolling: touch;
    font-variant-ligatures: no-common-ligatures;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.hide-on-load {
    overflow: hidden;
    height: 0;
}

@-webkit-keyframes jelux-bg-loader {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes jelux-bg-loader {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

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

a {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:hover {
    text-decoration: none;
}

blockquote {
    margin: 2rem 0px;
    padding-left: 1.25rem;
    border-left: 5px solid #1a1a1a;
    font-size: 1.15rem;
    font-style: italic;
}

em {
    font-style: italic;
}

input[type="submit"]:not(.btn):not(.slick-arrow),
button[type="submit"]:not(.btn):not(.slick-arrow),
input[type="button"]:not(.btn):not(.slick-arrow),
button[type="button"]:not(.btn):not(.slick-arrow) {
    font-size: 0.925rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 2rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="submit"]:not(.btn):hover,
button[type="submit"]:not(.btn):hover,
input[type="button"]:not(.btn):hover,
button[type="button"]:not(.btn):hover {
    color: #fff;
    background-color: #070707;
    border-color: #010000;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="url"],
input[type="tel"],
textarea {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #f7f7f9;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #55595c;
    background-color: #f7f7f9;
    border-color: #5a5a5a;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.25);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #818181;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #818181;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #818181;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #818181;
    opacity: 1;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

table {
    margin: 1.75rem 0;
    table-layout: auto;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

table:not([class]) {
    border-collapse: collapse;
}

table:not([class]),
table:not([class]) th,
table:not([class]) td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px;
}

.fa {
    font-weight: normal !important;
}

.jelux-add-border {
  padding:40px;
  border:1px solid rgba(0,0,0,0.1);
}

.no-margin {
    margin: 0px !important;
}

/* ================= RESPONSIVE IFRAME ================== */

.jelux-iframe-outer {
    display: block;
}

.jelux-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.jelux-iframe.nomargin {
    margin-bottom: 0px;
}

.jelux-iframe.Twitter {
    padding-bottom: 0;
    height: auto;
    overflow: auto;
}

.jelux-iframe.widescreen {
    padding-bottom: 37.25%;
    margin-bottom: 0px;
}

.jelux-iframe iframe,
.jelux-iframe object,
.jelux-iframe embed,
.jelux-iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

/* ================= HEADER ================== */

#jelux-main-menu-wrapper {
    border-top: none;
}

#jelux-top-menu > ul.nav > li.nav-item:first-child a {
    padding-left: 0px;
}

#jelux-top-bar {
    position: relative;
    padding: 15px 0px;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#jelux-top-bar a {
    color: #818181;
}

#jelux-top-bar a:hover,
#jelux-top-bar a:active,
#jelux-top-bar a:focus {
    color: #1a1a1a;
}

#jelux-top-menu {
    display: block;
}

#jelux-main-menu > ul.nav > li.nav-item:last-child a {
    padding-right: 0px;
}

#jelux-mobile-ellipsis {
    display: none;
    color: inherit;
}

#jelux-mobile-ellipsis .fa-chevron-down.inverse:before {
    content: "\f077";
}

#jelux-icon-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

#jelux-icon-menu li {
    display: inline-block;
    margin: 0px;
}

#jelux-icon-menu li a {
    outline: none !important;
    line-height: 1.5;
}

#jelux-icon-menu > li > a {
    position: relative;
    display: block;
    padding: 0.5rem 1.5rem 0.5rem 0rem;
}

#jelux-icon-menu > li:last-child > a {
    padding: 0.5rem 0rem 0.5rem 0rem;
}

#jelux-icon-menu > li img {
    border-radius: 100%;
    width: 1.15rem;
    height: 1.15rem;
    vertical-align: top;
    margin-top: 0.3rem;
}

#jelux-cart-link .icon-count,.wishlist-count {
    font-size: 0.925rem;
    position: absolute;
    top: 0px;
    right: 1rem;
    font-weight: 700;
}

#jelux-profile-menu .dropdown-toggle::after {
    margin-left: 0em;
    vertical-align: 0.155em;
}

#jelux-cart-menu .dropdown-menu {
    min-width: 22em;
}

#jelux-cart-menu .dropdown-menu .widget_shopping_cart_content {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

#jelux-cart-menu .dropdown-menu .widget_shopping_cart_content .jelux-mini-cart-wrapper li {
    display: block;
    margin: 0px 0px 12px 0px;
}

#jelux-cart-menu .dropdown-menu .widget_shopping_cart_content .jelux-mini-cart-wrapper li:last-child {
    display: block;
    margin: 0px;
}

#jelux-cart-menu .dropdown-menu .widget_shopping_cart_content a.button {
    color: #fff !important;
}

#jelux-icon-menu .fa {
    vertical-align: middle;
}

#jelux-icon-menu .fa.fa-user {
    font-size:120%;
}

.jelux-modal-search-box {
    padding: 40px;
}

#jelux-modal-search {
    z-index: 99999999999;
}

#jelux-modal-search .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 2rem;
}

#jelux-modal-search .modal-dialog {
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

#jelux-modal-search input,
#jelux-modal-search button {
    margin: 0px !important;
}


#jelux-modal-search .modal-dialog {
    max-width: 800px;
}

.navbar-brand {
    padding: 0px !important;
    margin: 0px !important;
}

.navbar-brand img {
    height: 60px;
    width: auto;
    max-width: none;
}

/* ================= PAGE STRUCTURE ================== */

#jelux-main-inner {
    margin: 60px 0px;
    display: inline-block;
    width: 100%;
}

.jelux-page-title {
    position: relative;
    padding: 100px 0px;
    background: none;
}

#jelux-page-title-img {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -2;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}

#jelux-page-title-img.has-bg {
    background: #f7f7f9;
}

#jelux-page-title-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: #f7f7f9;
    background: -webkit-linear-gradient(to right, #f7f7f9, rgba(247, 247, 249, 0.5));
    background: linear-gradient(to right, #f7f7f9, rgba(247, 247, 249, 0.5));
}

.jelux-page-title h1 {
    margin: 0;
    line-height: 1;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}

.jelux-page-title p {
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    line-height: 1;
    font-size: 1.3rem;
}

.jelux-page-left,
.jelux-page-right {
    display: inline-block;
}

.jelux-page-left {
    width: 70%;
    float: left;
}

.jelux-page-right {
    width: 30%;
    float: right;
    padding-left: 40px;
}

.jelux-faq-left,
.jelux-faq-right {
    display: inline-block;
}

.jelux-faq-right {
    width: 70%;
    float: right;
}

.jelux-faq-left {
    width: 30%;
    float: left;
    padding-right: 40px;
}

.jelux-faq-right .jelux-faq-container:last-child {
    margin-bottom: 0px;
}

.jelux-page-links {
    display: inline-block;
    width: 100%;
    clear: both;
    font-weight: 700;
    line-height: 1;
    margin: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.jelux-page-links span {
    padding: 5px 10px 5px 0px;
}

.jelux-no-result-form {
    margin-bottom: 30px;
}


/* ================= BLOG ================== */

.jelux-featured-img img {
    max-width: 100%;
    height: auto;
    margin: 0px 0px -1px 0px;
    display: block;
}

.jelux-post-content {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.jelux-pager {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.jelux-pager .pagination {
    margin: 0px;
}

.jelux-pager .page-link {
    padding: 0.75rem 1rem;
    margin: 0px;
}

.jelux-pager .active .page-link {
    color:#fff !important;
}

.jelux-archive-span {
    color: #818181;
}

/* ================= CARDS ================== */

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

.card-footer a,
.card-footer i {
    color: inherit;
}

.card-body p {
    margin: 0px
}

.card-body {
    padding: 30px;
}

.card-footer {
    padding: 15px 30px;
}

.jelux-masonry-post-meta {
    font-size: 0.925rem;
    font-weight: 700;
}

.jelux-masonry-post-meta i {
    font-weight: normal;
}

.card-masonry.card-small .card-body {
    padding:20px;
}

.card-masonry.card-small .card-footer {
    padding: 12px 20px;
}

.card-masonry.card-small h5 {
    margin: 0px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-masonry.card-small {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.card-masonry.card-small .card-body {
    padding: 20px;
}

.card-masonry.card-small h2,
.card-masonry.card-small h3 {
    font-size: 1.3rem !important;
}

.card-masonry.card-small .card-footer {
    padding-left: 20px;
    padding-right: 20px;
}

/* ================= POST META ================== */

.jelux-meta > div {
    display: inline-block;
    margin: 7px 20px 7px 0px;
}

.jelux-meta {
    padding: 18px 30px;
    position: relative;
    display: block;
    margin: 0px 0px 40px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    background: #fcfcfc;
}

.jelux-meta a {
    color: inherit;
}

.jelux-meta a:hover {
    color: #1a1a1a;
}

.jelux-meta-author img {
    border-radius: 100%;
    vertical-align: middle;
    margin: 0px 3px 2px 0px;
}

.jelux-meta .fa {
    min-width: 22px;
}

/* ================= COMMENTS ================== */

.jelux-comments-wrapper {
    padding: 60px;
    margin-top: 40px;
}

.jelux-comments-wrapper #jelux-share-buttons {
    margin: 0px;
}

#jelux-facebook-comments {
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#jelux-facebook-comments h3 {
    position: relative;
    display: block;
    margin: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding:20px 30px;
}
.jelux-facebook-comments {
    padding:30px;
}

.fb-comments iframe {
    z-index: 1;
}

.jelux_comments_block,
.jelux_comment_form {
    position: relative;
    display: block;
    margin-top: 40px;
}

.comment-respond {
    padding: 30px 30px 0px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.jelux_commentlist .comment-respond {
    margin: 0px 0px 20px 0px;
}

.jelux-comments-title {
    position: relative;
    display: block;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    padding: 20px 30px;
}

.jelux-comments-title span {
    position: absolute;
    top: 24px;
    right: 30px;
    font-size: 80%;
}

.jelux_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    table-layout: fixed;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.jelux_comment_inner {
    display: table-row;
}

.jelux_comment_left,
.jelux_comment_right {
    display: table-cell;
    vertical-align: top;
}

.jelux_comment_left {
    width: 60px;
}

.jelux_comment_right {
    width: 100%;
}

.jelux_comment_right_inner {
    padding-left: 20px;
    position: relative;
}

.jelux_comment_right_inner.jelux_no_avatar {
    padding: 0px !important;
}

.jelux_commentlist,
.jelux_comments_block .children {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}

.jelux_comments_block .children li {
    position: relative;
    padding-left: 40px;
}

.jelux_comments_block .children li:before {
    font-family: 'FontAwesome';
    content: "\f122";
    speak: none;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jelux_fn,
.jelux_comment_text {
    margin-bottom: 10px;
    display: block;
    font-style: normal;
}

.jelux_fn {
    font-weight: 700;
}

.jelux_cancel {
    float: right;
}

.jelux_cancel a {
    vertical-align: top;
    color: #fff;
    background: #d9534f;
    padding: 5px 10px;
    font-size: 50%;
    text-transform: uppercase;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.jelux_cancel a:hover {
    background: #c9302c;
}

#respond form {
    margin-bottom: 40px;
}

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

.jelux-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px;
}

.jelux-pager.comments-pager a {
    padding: 10px 15px;
}

.jelux_comment blockquote {
    padding: 0px;
    text-indent: 0px;
    border: none !important;
}

.jelux_comments pre {
    padding: 0px;
}

.jelux_comments_rss {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.jelux_comments_rss .fa {
    margin-right: 5px;
}

.jelux_comments_rss a {
    color:inherit;
}


p.form-submit {
    margin-bottom: 0px;
}

.jelux_comment_links {
    display: inline-block;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 90%;
}

.jelux_comment_links a {
    color: inherit;
}

.jelux_comment_links a:hover {
    text-decoration: underline;
}


/* ================= SCROLL TO TOP ================== */

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 20px;
    right: 20px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 0px;
    background: #1a1a1a;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    z-index: 99;
}

.material-scrolltop:hover {
    background-color: #070707;
    text-decoration: none;
}

.material-scrolltop::before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    width: 100%;
    line-height: 50px;
    border-radius: 100%;
    font-family: 'FontAwesome';
    content: "\f077";
    speak: none;
    text-indent: 0em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.material-scrolltop.reveal {
    width: 50px;
    height: 50px;
}

.material-scrolltop {
    display: block;
    font-size: 20px;
}


/* ================= WORDPRESS ================== */

.alignleft {
    float: left;
    padding: 0px 30px 30px 0px !important;
}

.alignright {
    float: right;
    padding: 0px 0px 30px 30px !important;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

img.alignnone {
    float: none;
}

.caption-image .alignleft,
.caption-image .alignright {
    float: none !important;
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img.alignnone,
img.alignright,
img.aligncenter,
img.alignleft {
    max-width: 100%;
    height: auto;
}

.wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 30px;
}

.wp-caption img {
    max-width: 100% !important;
    height: auto;
    margin: 0px;
    vertical-align: bottom;
}

.wp-caption-text {
    margin: 0px;
    padding: 10px;
}

.gallery-caption,
.sticky p {
    font-weight: 700;
}

div.sticky .card {
    background: #f7f7f9
}

.bypostauthor {
    font-weight: normal;
}

.form-allowed-tags {
    font-size: 13px;
}

.post-password-form label {
    margin: 0px;
}

.post-password-form input {
    margin-bottom: 5px;
}

/* Text meant only for screen readers. */

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

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

.mejs-button button {
    padding: 0px!important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ================= SIDEBAR ================== */

.jelux-sidebar-box,
.widget_mc4wp_form_widget {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    vertical-align: bottom;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_mc4wp_form_widget p {
    margin-bottom: 0px;
}

.widget_mc4wp_form_widget label {
    margin-bottom: 20px;
    display: inline-block;
}

.widget_mc4wp_form_widget input[type="text"],.widget_mc4wp_form_widget input[type="email"], input[type="number"],.widget_mc4wp_form_widget input[type="date"],.widget_mc4wp_form_widget input[type="password"],.widget_mc4wp_form_widget input[type="url"],.widget_mc4wp_form_widget input[type="tel"] {
    margin-bottom: 25px;
}

.widget_mc4wp_form_widget:before,
.so-panel.widget_mc4wp_form_widget:before {
    font-family: 'FontAwesome' !important;
    content: "\f2b6" !important;
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: -28px;
    right: 30px;
    font-size: 40px;
    z-index: 1;
    color: #1a1a1a
}

.jelux-sidebar-box h3:empty {
    display: none;
}

.jelux-sidebar-box img {
    max-width: 100%;
    height: auto;
}

.jelux-sidebar-box a {
    color: inherit;
}

.jelux-sidebar-box a:hover {
    color: #1a1a1a;
}

.jelux-sidebar-box:last-child {
    margin-bottom: 0px !important;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_recent_comments ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_recent-posts ul li a,
.widget_rss ul li a,
#recentcomments a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.widget_nav_menu div ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_archives ul,
.widget_recent-posts ul,
.widget_rss ul,
#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.widget_nav_menu div ul > li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_archives ul li,
.widget_recent-posts ul li,
.widget_rss ul li,
.recentcomments {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_archives ul li,
.widget_recent-posts ul li,
.widget_rss ul li,
.widget_nav_menu div ul > li,
.recentcomments,
.widget_display_forums ul li,
.widget_display_views ul li,
.widget_display_stats ul li,
.widget_display_replies ul li,
.widget_display_topics ul li,
.jelux-post-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_archives ul li:last-child,
.widget_recent-posts ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu div ul > li:last-child,
.recentcomments:last-child,
.widget_display_forums ul li:last-child,
.widget_display_views ul li:last-child,
.widget_display_stats ul li:last-child,
.widget_display_replies ul li:last-child,
.widget_display_topics ul li:last-child {
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}

.widget_recent_entries ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent-posts ul li a {
    position: relative;
    padding-right: 20px;
    display: block;
}

.widget_recent_entries ul li a:after,
.widget_pages ul li a:after,
.widget_meta ul li a:after,
.widget_recent-posts ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    speak: none;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_recent_comments ul li a {
    display: inline-block;
}

.widget_recent_comments ul li span {
    position: relative;
    display: inline-block;
}

.widget_nav_menu div ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul {
    padding-left: 15px;
}

.widget_nav_menu div ul ul,
.widget_categories ul ul,
.widget_pages ul ul {
    padding-top: 15px;
    margin-top: 15px;
}

.so-widget-jelux-list .jelux-carousel-box:last-child,
.so-widget-jelux-list .jelux-xs-article-box:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_archives ul li:last-child,
.widget_recent-posts ul li:last-child,
.widget_rss ul li:last-child,
.recentcomments:last-child {
    margin-bottom: 0px;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent-posts ul li a:hover,
.widget_rss ul li a:hover,
#recentcomments a:hover {
    text-decoration: none;
}

.widget_categories ul li {
    position: relative;
}

.widget_recent_entries ul li span.post-date {
    display: block;
    margin: 0px;
    opacity: 0.7;
    position: relative;
    font-size:0.925rem;
}

.widget_recent_entries ul li span.post-date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_categories ul li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
}

.widget_rss div,
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 90%;
}

.widget_rss ul li .rssSummary {
    margin-bottom: 15px;
}

.widget_rss ul li .rss-date {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.widget_rss cite {
    font-style: italic;
}

.widget_rss a {
    font-weight: 700;
}

.widget_rss ul li .rss-date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_rss ul li cite {
    text-align: right;
    display: block;
}

#recentcomments a {
    display: block !important;
}

.mega-sub-menu .jelux-widget-title > * {
    font-size: 1.15rem;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    vertical-align: top;
    line-height:1;
}

/* calendar widget */

#wp-calendar {
    width: 100%;
    margin: 0px;
    border-collapse: collapse;
    max-width: 480px;
    font-size:0.825rem
}
.widget_calendar.jelux-sidebar-box {
    padding: 0px;
    border:none;
}

#wp-calendar caption {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

#wp-calendar thead th {
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

#wp-calendar tbody td {
    position: relative;
    padding: 10px;
    text-align: center;
}

#wp-calendar tbody td#today {
    font-weight: 700;
}

#wp-calendar tbody td#today:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
}

#wp-calendar tbody td a {
    display: block;
}

#wp-calendar tfoot tr td {
    border: 0;
    padding: 0;
}

#wp-calendar tfoot tr a {
    display: block;
    padding: 15px 20px;
    font-weight: 700;
}

#wp-calendar tfoot tr #prev {
    text-align: left;
}

#wp-calendar tfoot tr #next {
    text-align: right;
}

.tagcloud {
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}

.tagcloud a,
a[class^="tag"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.925rem !important;
}

.tagcloud a:hover,
a[class^="tag"]:hover {
    text-decoration: none;
}

.tagcloud .jelux-tag-count {
    padding-left: 5px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 700;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* ================= SITEORIGIN ================== */

div.sow-carousel-thumbnail a span.overlay {
    background-color: transparent !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

li.sow-carousel-item h3 {
    padding: 20px 10px;
    margin-top: 0px !important;
    text-transform: none;
    font-size: 18px !important;
}

.sow-carousel-thumbnail {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sow-carousel-next,
.sow-carousel-previous {
    width: 30px !important;
    padding: 5px 0px;
}

.sow-carousel-next:before,
.sow-carousel-previous:before {
    font-size: 12px;
    vertical-align: bottom;
}

body.jelux .ow-button-base {
    font-weight: 700;
  -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

body.jelux .sow-cta-base .sow-cta-text .sow-cta-subtitle,
body.jelux .sow-cta-base .sow-cta-text p {
    margin: 0px;
}

body.jelux .sow-cta-base .sow-cta-text .sow-cta-title {
  line-height: 1;
}

body.jelux .sow-features-list .sow-features-feature p.sow-more-text a {
    background: #1a1a1a;
    border: none;
    cursor: pointer;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    display: inline-block;
    margin: 0px;
    font-weight: 700;
    outline: none !important;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.jelux .sow-features-list .sow-features-feature p.sow-more-text a:hover {
    background: #070707;
}

body.jelux .sow-features-list .sow-features-feature a {
    text-decoration: none !important;
}

body.jelux .sow-features-list .sow-features-feature h5 {
    margin: 15px 0px !important;
}

.so-widget-sow-headline {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget_sow-image.jelux-sidebar-box,
.widget_media_image.jelux-sidebar-box {
    padding: 0px;
    border: none;
}

.widget_sow-editor img {
  margin-bottom: 1rem;
}

/* ================= CONTACT FORM 7 ================== */

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    border-width: 0px 0px 0px 3px !important;
    padding: 20px !important;
    margin: 30px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.1);
}

span.wpcf7-not-valid-tip {
    margin-bottom: 25px;
    margin-top: 5px;
    font-size: 90%;
}

.wpcf7-form selectric {
    width: 100%;
}

.wpcf7-recaptcha {
    margin-bottom: 30px;
}

/* ================= SELECT2 ================== */

.select2-dropdown,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 52px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 1rem;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    padding-right: 1rem;
}

.select2-container .select2-selection--multiple {
    min-height: 52px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 1rem;
}

.select2-results__option {
    padding: 0.75rem 1rem;
}

.select2-search--dropdown {
    padding: 1rem;
}

.select2-search--dropdown .select2-search__field {
    padding: 0.5rem 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: 52px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    top: 0px;
    right: 1rem;
}

.select2-dropdown,
.select2-close-mask,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #f7f7f9;
}

.select2-dropdown,
.select2-close-mask,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-results__option[aria-disabled=true],
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #666;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ================= WISHLIST FOR WOOCOMMERCE ================== */

#jelux-wishlist-menu  .alg-wc-wl-counter {
    font-size: 0.925rem;
    position: absolute;
    top: 0px;
    right: 1.2rem;
    font-weight: 700;
}

.woocommerce div.product div.summary .alg-wc-wl-btn-wrapper {
    margin-bottom: 40px;
}

.woocommerce .alg-wc-wl-btn.button.remove {
    background-color: #d9534f;
    border-color: #d9534f;
}

.woocommerce .alg-wc-wl-btn.button.remove:hover {
    background-color: #d23430;
    border-color: #c9302c;
}

body.jelux .alg-wc-wl-btn.remove i.fa:first-child {
    color: #d9534f;
}

body.jelux .alg-wc-wl-btn i.fa:hover {
    color: #d9534f;
}

body.jelux .card-masonry .alg-wc-wl-thumb-btn-abs {
    left: auto !important;
    right: 15px !important;
    top: 15px !important;
    bottom: auto !important;
}

body.jelux .card-masonry.card-small .alg-wc-wl-thumb-btn-abs {
    right: 10px !important;
    top: 10px !important;
}

/* ================= YITH WISHLIST ================== */

body.jelux .yith-wcwl-add-to-wishlist {
    margin: 0px 0px 40px 0px;
    position: relative;
    display: block;
    font-weight: 700;
    padding: 1rem 1.25rem;
    border: 1px solid #c0e3f2;
    color: #10516c;
    background-color: #d2ebf5;
}

body.jelux .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    font-family: 'FontAwesome';
    content: "\f08a";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.jelux .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover:before {
    content: "\f004";
}

.yith-wcwl-add-to-wishlist .feedback {
    display: block;
}

body.jelux .woocommerce table.wishlist_table {
    font-size: inherit;
    border-collapse: collapse;
}

body.jelux .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #4BBF73;
}

body.jelux .wishlist_table tr td,
body.jelux .wishlist_table tr th.wishlist-delete,
body.jelux .wishlist_table tr th.product-checkbox {
    text-align: left;
}

body.jelux .woocommerce table.wishlist_table tr td.product-remove {
    padding: 0px 10px;
}

body.jelux .yith-wcwl-share {
    margin-bottom: 15px;
}

body.jelux table.alg-wc-wl-view-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin: 0px;
}

body.jelux table.alg-wc-wl-view-table th,
body.jelux table.alg-wc-wl-view-table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
    vertical-align: top;
}

body.jelux .alg-wc-wl-view-table .product-thumbnail img {
    max-width: 50px;
}

body.jelux table.alg-wc-wl-view-table .button {
    padding: 0.5rem 1rem;
    font-size: 0.725rem;
    line-height: 1.5;
}

body.jelux .alg-wc-wl-social {
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0.1rem 1rem;
    background: #fcfcfc;
}

.alg-wc-wl-share-on {
    font-weight: 700;
}

/* ================= WOOCOMMERCE LOGIN ================== */

body.jelux .woo-login-popup-sc-modal h2 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

body.jelux .woo-login-popup-sc-modal label,
body .woo-login-popup-sc-modal .ywsl-label {
    color: inherit;
    font-size: inherit;
    margin-bottom: 5px;
}

body.jelux .woo-login-popup-sc-modal .woocommerce-LostPassword,
body.jelux .woo-login-popup-sc-modal .woocommerce-plogin {
    text-align: left;
    font-weight: 700;
}

body.jelux .woo-login-popup-sc-modal #woo-login-popup-sc-password .lost_reset_password p:first-child {
    margin-bottom: 15px !important;
}

#user_login,
#reg_password {
    margin-bottom: 5px;
}

body.jelux .woo-login-popup-sc-modal #woo-login-popup-sc-password .lost_reset_password p:first-child {
    font-size: inherit;
    font-size: 80%;
}

body.jelux .woo-login-popup-sc-modal input[type="text"],
body.jelux .woo-login-popup-sc-modal input[type="password"],
body.jelux .woo-login-popup-sc-modal input[type="email"] {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #f7f7f9;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    margin: 0px 0px 20px 0px;
}

body.jelux .woo-login-popup-sc-modal input[type="text"]:focus,
body.jelux .woo-login-popup-sc-modal input[type="password"]:focus,
body.jelux .woo-login-popup-sc-modal input[type="email"]:focus {
    color: #55595c;
    background-color: #f7f7f9;
    border-color: #5a5a5a;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.25);
}

body.jelux .woo-login-popup-sc-modal .woo-login-popup-sc-close {
    border-radius: 0px;
    width: 52px;
    height: 52px;
    padding-top: 7px;
}

body.jelux .woo-login-popup-sc-modal {
    border-radius: 0px;
    box-shadow: none;
}

/* ================= FOOTER ================== */

#jelux-footer {
    background: #f7f7f9;
}

#jelux-footer-bottom {
    padding: 20px 0px;
    font-size: 90%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer-widgets {
    padding: 60px 0px;
}

.jelux-footer-box {
    margin-bottom: 40px;
}

.widget_siteorigin-panels-builder.jelux-footer-box {
    margin-bottom: 0px;
}

.jelux-footer-box .select2-container {
    max-width: 480px;
}

.jelux-footer-box img {
    max-width: 100%;
    height: auto;
}

#jelux-footer a {
    color: inherit;
}

#jelux-footer a:hover {
    color: #1a1a1a;
}

.jelux-social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.jelux-social-icons li {
    display: inline-block;
    margin-left: 15px;
}

.jelux-social-icons li a {
    color: inherit;
    line-height: 1.5;
}

.jelux-social-icons li a:hover {
    color: #1a1a1a;
}

#jelux-footer a.btn,
#jelux-footer input {
    color: #fff;
}

#jelux-footer-bottom p {
    margin-bottom: 0px;
    font-size: 0.925rem;
}

/* ================= MASONRY GRID ================== */

.jelux-column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.size-1of4 {
    width: 25%;
}

.size-1of5 {
    width: 20%;
}

.size-1of6 {
    width: 16.666%;
}

.jelux-masonry-grid {
    position: relative;
    width: auto;
    height: auto;
    vertical-align: bottom;
    margin: 0px -20px;
    min-width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.jelux-masonry-grid > div {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.jelux-masonry-grid .card-masonry {
    padding: 0px 20px;
    margin-bottom: 40px;
}

.jelux-masonry-grid.small-grid .card-masonry {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.jelux-masonry-grid.small-grid {
    margin: 0px -10px;
}

.jelux-one-column[data-columns]::before {
    content: '1 .jelux-column.size-1of1';
}

.jelux-two-columns[data-columns]::before {
    content: '2 .jelux-column.size-1of2';
}

.jelux-three-columns[data-columns]::before {
    content: '3 .jelux-column.size-1of3';
}

.jelux-four-columns[data-columns]::before {
    content: '4 .jelux-column.size-1of4';
}

.jelux-five-columns[data-columns]::before {
    content: '5 .jelux-column.size-1of5';
}

.jelux-six-columns[data-columns]::before {
    content: '6 .jelux-column.size-1of6';
}

.jelux-one-column[data-columns]::before,
.jelux-two-columns[data-columns]::before,
.jelux-three-columns[data-columns]::before,
.jelux-four-columns[data-columns]::before,
.jelux-five-columns[data-columns]::before {
    visibility: hidden;
}


/* ================= MASONRY MEDIA QUERIES ================== */

@media screen and (min-width: 1200px) {
    .jelux-two-columns[data-columns]::before {
        content: '2 .jelux-column.size-1of2';
    }
    .jelux-three-columns[data-columns]::before {
        content: '3 .jelux-column.size-1of3';
    }
    .jelux-four-columns[data-columns]::before {
        content: '4 .jelux-column.size-1of4';
    }
    .jelux-five-columns[data-columns]::before {
        content: '5 .jelux-column.size-1of5';
    }
    .jelux-six-columns[data-columns]::before {
        content: '6 .jelux-column.size-1of6';
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .jelux-six-columns[data-columns]::before {
        content: '4 .jelux-column.size-1of4';
    }
    .jelux-four-columns[data-columns]::before,
    .jelux-five-columns[data-columns]::before {
        content: '3 .jelux-column.size-1of3';
    }
}

@media only screen and (min-width: 577px) and (max-width: 991px) {
    .jelux-three-columns[data-columns]::before,
    .jelux-four-columns[data-columns]::before,
    .jelux-five-columns[data-columns]::before {
        content: '2 .jelux-column.size-1of2';
    }
    .jelux-six-columns[data-columns]::before {
        content: '3 .jelux-column.size-1of3';
    }
}

@media only screen and (max-width: 576px) {
    .jelux-two-columns[data-columns]::before,
    .jelux-three-columns[data-columns]::before,
    .jelux-four-columns[data-columns]::before,
    .jelux-five-columns[data-columns]::before {
        content: '1 .jelux-column.size-1of1';
    }
    .jelux-six-columns[data-columns]::before {
        content: '2 .jelux-column.size-1of2';
    }
}

/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width: 1199px) {
    .jelux_comments_block,
    .jelux_comment_form {
        margin-top: 40px;
        padding-top: 40px;
    }
    .jelux-page-left {
        width: 65%;
    }
    .jelux-page-right {
        width: 35%;
    }
    #jelux-main-inner {
        margin: 40px 0px;
    }
    .jelux-masonry-grid {
        margin: 0px -10px;
    }
    .jelux-masonry-grid .card-masonry {
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .jelux-masonry-grid .card-masonry .card-title a,
    .jelux-masonry-grid .card-masonry .jelux-posts-info {
        font-size: 90%;
    }
    .card-body {
        padding: 20px;
    }
    .card-footer {
        padding: 10px 20px
    }
    .jelux-page-title {
        padding: 80px 0px;
    }
}

@media only screen and (min-width: 992px) {
    #jelux-top-menu {
        border: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-brand {
        display: block !important;
        margin: 0px 0px 20px 0px !important;
        text-align: center !important;
        width: 100% !important;
    }
    .navbar-brand img {
        height: auto !important;
        width: 100% !important;
        max-width: 150px;
    }
    #jelux-main-menu-wrapper .navbar-toggler {
        width: 100%;
    }
    .jelux-faq-left,
    .jelux-faq-right {
        width: 100%;
        padding: 0px;
    }
    .jelux-faq-left {
        margin-bottom: 40px;
    }
    .jelux-page-left,
    .jelux-page-right {
        display: block;
        width: 100%;
        float: none;
    }
    .jelux-page-right {
        padding: 40px 0px 0px 0px;
    }
    #jelux-mobile-ellipsis {
        display: block;
    }
    #jelux-top-bar .col {
        position: inherit !important;
    }

    #jelux-top-bar .container {
        position: relative !important;
    }
    #jelux-top-menu {
        display: none;
        white-space: nowrap;
        position: absolute;
        top: 45px;
        left: 0px;
        z-index: 999;
        padding: 15px 20px;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        font-weight: normal;
    }
    #jelux-top-menu ul li {
        display: block;
        padding: 0px 5px;
        margin: 5px 0px 0px 0px;
        width: 100%;
    }
    #jelux-top-menu ul > li > a {
        padding-left: 0px;
        padding-right: 0px;
    }
    #jelux-top-bar {
        padding: 20px 0px;
    }
    .navbar-nav .nav-item + .nav-item {
        margin-left: 0rem;
    }
    #jelux-main-menu {
        padding: 10px 20px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    #jelux-top-bar .col.mobile-ellipsis {
        max-width: 10px;
    }
    #jelux-modal-search .modal-dialog {
        margin: 0px;
    }
    .jelux-sidebar-box,
    .widget_mc4wp_form_widget,
    .card-body {
        padding: 20px;
    }
    .jelux-page-title {
        padding: 60px 0px;
    }
    body.jelux table.alg-wc-wl-view-table th,
    body.jelux table.alg-wc-wl-view-table td {
        border-bottom: none !important;
    }
    body.jelux table.alg-wc-wl-view-table {
        border-bottom: 1px solid #ddd !important;
    }
    .jelux-masonry-grid,.jelux-masonry-grid.small-grid {
        margin: 0px -1px;
    }
    .jelux-masonry-grid .card-masonry,.jelux-masonry-grid.small-grid .card-masonry {
        padding: 0px 1px;
        margin-bottom: 2px;
    }
    #jelux-footer-bottom p {
        text-align: center;
    }
    #jelux-footer-bottom .jelux-social-icons {
        border-top:1px solid rgba(0,0,0,0.1);
        margin:20px auto 0px auto;
        padding-top:20px;
        text-align:center !important;
    }
    .material-scrolltop::before {
        line-height: 40px;
    }
    .material-scrolltop.reveal {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 576px) {
    html {
        font-size:14px;
    }
    .jelux-page-title {
        padding: 40px 0px;
    }
    .jelux-sidebar-box,
    .widget_mc4wp_form_widget {
        padding: 20px;
    }
    .widget_mc4wp_form_widget:before,
    .so-panel.widget_mc4wp_form_widget:before {
        right: 20px;
    }
    .jelux_comments_block .children li {
        padding-left: 0px;
    }
    .jelux_comments_block .children li:before {
        top: -7px;
        left: 0px;
    }
    #jelux-main-menu-wrapper .container {
        margin: 0px;
    }
    .jelux_comment_left {
        display: none;
    }
    .jelux_comment_right_inner {
        padding-left: 0px;
    }
    .jelux-masonry-grid,.jelux-masonry-grid.small-grid {
        margin: 0px;
    }
    .jelux-masonry-grid .card-masonry,.jelux-masonry-grid.small-grid .card-masonry {
        padding: 0px;
        margin-bottom: 15px;
    }
    .jelux-masonry-grid.small-grid .card-masonry .card-title a,
    .jelux-masonry-grid.small-grid .card-masonry .jelux-posts-info,
    .jelux-masonry-grid .card-masonry .card-title a,
    .jelux-masonry-grid .card-masonry .jelux-posts-info {
        font-size: 100%;
    }
    .card.mp-post,
    .jelux-sidebar-box {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .jelux-masonry-grid.small-grid h2,
    .jelux-masonry-grid.small-grid h3 {
        font-size: 1.45rem !important;
    }
    .jelux_comments_block {
        margin: 20px 0px 0px 0px;
        padding: 20px 0px 0px 0px;
    }
    #jelux-facebook-comments {
        margin-top: 20px;
    }
    #respond form,
    .jelux-no-result-form {
        margin-bottom: 20px;
    }
    .jelux-add-border,
    .jelux-post-content,
    .jelux_comment,
    .jelux-movie-content,
    jelux-facebook-comments{
        padding: 20px;
    }
    #jelux-main-inner {
        margin: 20px 0px;
    }
    .jelux-modal-search-box {
        padding: 10px 10px 0px 10px;
    }
    #jelux-modal-search .close {
        position: absolute;
        top: 0px;
        right: 5px;
        font-size: 2rem;
    }
    #jelux-modal-search input,
    #jelux-modal-search button {
        margin: 10px 0px 20px 0px!important;
    }
    .jelux-comments-title {
        padding: 20px;
    }
    .jelux-comments-title span {
        display: none;
    }
    #jelux-cart-menu .dropdown-menu {
        min-width: 14em;
    }
    .jelux-faq-left,.alg-wc-wl-btn-wrapper {
        margin-bottom: 20px;
    }
}