/*
Theme Name: TheCrate
Theme URI: https://thecrate.themeslr.com/
Description: TheCrate - Subscription Box WooCommerce Theme
Version: 1.5.4
Author: ThemeSLR
Author URI: http://themeslr.com/
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thecrate

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/*------------------------------------------------------------------
[Main Theme Stylesheet]

[Table of contents]

1. Reset CSS
2. General styling
3. Buttons
4. Blocks
5. Statistics
6. Boostrap styling
7. Product Page

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

/* 1. Reset CSS */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
#page {
    overflow-x: hidden;
}
body {
    font-size: 16px;
    color: #707070;
	margin: 0;
}
body.overflow-disabled {
    overflow: hidden;
}
a{
    color: #252525;
}
mark {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    font-family: Jost;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
p{
	font-family: "Work Sans";
    font-weight: 400;
}
dd {
    margin-bottom: 15px;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
label {
    font-weight: 500;
    color: #444;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}
figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
html,body { 
    height: 100%; 
    width: 100%; 
}
body{
    overflow-x: hidden; 
}
* {
    word-wrap: break-word;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
section {
    position: relative;
}
section.cover{
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
ol {
    padding-left: 30px;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    color: #000;
}
.thecrate-display-inline-block{
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .hide-on-desktops{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .hide-on-mobiles{
        display: none !important;
    }
}
.z-index {
    z-index: 2;
    position: relative;
}
.vc_row.background-top-position {
    background-position: left 20% !important;
    background-size: 93% !important;
}
.background-top-position img {
    height: 290px;
    width: auto;
}
figure.gallery-item {
    margin: 10px 0;
    padding: 0 5px;
}

.gallery {
    margin-bottom: 1.6em;
    margin-left: -5px;
    margin-right: -5px;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  display: block;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/*GLOBAL: FONT WEIGHT*/
.post-excerpt,
.breadcrumb,
.single-post-social > div,
.tweet-body,
.article-details .post-author,
.top-header,
.author-biography{
    font-weight:400;
}
.post-name.post-name-color a{
    font-weight:500;
}
/*GLOBAL: BORDER RADIUS*/
.sticky-posts .post a,
.sticky-posts .post-date,
.themeslr-content,
.testimonials_slider .testimonial-content,
.single_post_author_details,
.social-sharer > li,
.shortcode_post_content .text_content .post-read-more .post-read-more-button,
footer .contact-details{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/*Bypass boxshadow theme panel*/
#page form input[type="submit"],
#page .widget_thecrate_address_social_icons .social-links a,
header .top-header .social-links > li{
    box-shadow: none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}
.btn-theme-default,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.btn-theme-default:hover {
    background: #F26226;
}
.btn-theme-default {
    color: #ffffff !important;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    display: inline-table;
    font-weight: 600;
    line-height: 40px;
    font-size: 14px;
    background: #2a3cb7;
}
.btn-xl{
    padding: 0px 25px;
}
button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
}
table, th, td {
   border: 1px solid #e6e6e6;
} 
td, th {
    color: #6b6b6b;
    padding: 5px !important;
    text-align: left;
}

.post-excerpt.row > h1,
.post-excerpt.row > h2,
.post-excerpt.row > h3,
.post-excerpt.row > h4,
.post-excerpt.row > h5,
.post-excerpt.row > h6{
	color: #000;
}

.page-links,
.post-excerpt.row > th,
.post-excerpt.row > address,
.post-excerpt.row > dl,
.post-excerpt.row > ol,
.post-excerpt.row > ul {
    color: #6b6b6b;
}

/* 2. General styling */
section {
	position: relative;
}
section.cover {
	background-size: cover;
}
img {
    max-width: 100%;
}
p.subtitle {
	font-size: 20px;
	font-weight: 600;
	color: rgba(255,255,255,0.7);
}

.top-margin {
	padding-top: 60px;
}
.mediu-margin {
	padding-top: 25px;
	padding-bottom: 25px;
}
.search-no-results p.page-title,
p {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63043em;
}
/* 3. Buttons */
.button.outline-button {
	border: 1px solid #FFFFFF;
}
.button:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.wp-block-button__link{
    padding: 19px 36px !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.is-style-squared a.wp-block-button__link{
    padding: 19px 36px !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.woosw-copy-btn input[type="button"]{
    border: 0 none;
}
span.woosw-copy-btn {
    margin-left: 10px;
}
.woosw-copy-btn input[type="button"],
.btn-theme-default,
.woocommerce table.my_account_orders .button,
.woocommerce-account .woocommerce-MyAccount-content a.button,
.themeslr_button a.button-winona,
.header-nav-actions .header-btn,
.list-view .post-details .post-excerpt .more-link,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.form-submit input[type="submit"],
button[type="submit"],
.wp-block-search .wp-block-search__button,
form input[type="submit"],
.button {
    padding: 19px 36px !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.woocommerce .wc-proceed-to-checkout a.button {
    font-size: 16px;
}
a.wp-block-button__link:hover,
.list-view .post-details .post-excerpt .more-link:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.form-submit input[type="submit"]:hover,
button[type="submit"]:hover,
form input[type="submit"]:hover,
.button:hover,
.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, 
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #053360;
    color: #fff;
}
.woocommerce-cart-form__cart-item.cart_item a {
    color: #111;
    font-weight: 600;
}


/*Inputs / Form Fields*/
.woocommerce form .form-row textarea{
    line-height: 140% !important;
    padding: 15px;
    border: 1px solid #d3ced2;
}
.woocommerce div.product form.cart .variations select {
    padding: 10px 15px;
    border: 1px solid #d3ced2;
    margin: 0;
    width: 100%;
}
.woosw-copy .woosw-copy-url input,
.woocommerce form .form-row input.input-text, 
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    line-height: 48px !important;
    padding: 0 15px;
    border: 1px solid #d3ced2;
}
.woosw-copy .woosw-copy-url input:focus,
.wpcf7-form .wpcf7-select:focus, .wpcf7-form input.wpcf7-form-control:focus, .wpcf7-form textarea.wpcf7-form-control:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row input.input-text:focus, 
#add_payment_method table.cart td.actions .coupon .input-text:focus, 
.woocommerce-cart table.cart td.actions .coupon .input-text:focus, 
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus{
    border-color: #201c1f;
}
/*Select*/
.select2-container--default .select2-selection--single {
    padding: 10px 15px;
    border: 1px solid #d3ced2;
    border-radius: 0;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 15px;
}


/*Links*/
.woocommerce-additional-fields > h3,
.woocommerce-billing-fields > h3,
h3#order_review_heading{
    font-weight: 600;
    color: #000;
}
a.woocommerce-privacy-policy-link {
    color: #000;
}


/*1. Responsive Styling */
@media only screen and (max-width: 319px) {
    footer .footer-top  .widget .widget-title{
        margin-bottom: 10px;
    }
    footer .widget.widget_text {
        margin-bottom: 20px;
    }
    .top_section .wpb_wrapper h1 span {
        font-size: 45px !important;
        line-height: 44px !important;
    }
    header .navbar-header .logo {
        max-width: 50%;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
    body header #navbar > div:first-child{
        display: none;
    }
    header #navbar .menu-item > a {
        padding: 13px 8px;
        font-size: 14px;
    }
    #navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after{
        display: none;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1362px) {
    header #navbar .menu-item > a {
        padding: 13px 8px;
        font-size: 14px;
    }
    body header .header-nav-actions {
        padding: 0 0 0 12px;
    }
    #navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after{
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .testimonial-author-job > h4 {
        font-size: 14px;
    }
    .top_section .wpb_wrapper h1 span {
        font-size: 52px !important;
        line-height: 52px !important;
    }
    header .navbar-header .logo {
        max-width: 60%;
    }
}
@media only screen and (max-width: 479px) {
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
    .woocommerce .woocommerce-result-count {
        width: 100%;
        text-align: center;
    }
    #page .top-header .social-links li a {
        height: 25px;
        line-height: 25px;
        width: 25px;
    }
    .header-title-breadcrumb .post-category-date{
        display: none;
    }
    body .header-title-breadcrumb-overlay h1 span,
    body .header-title-breadcrumb-overlay h1 {
        font-size: 20px !important;
    }
    .portfolio-items .col-md-2 {
        width: 100%;
        float: left;
        margin-bottom: 80px;
    }
    header .logo img, header .navbar-header .logo img {
        max-width: 100%;
        width: 140px;
    }
    header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle {
        margin: 17px 0;
    }
    .tp-leftarrow.default, 
    .tp-rightarrow.default{
        display: none;
    }
    .menu-item-has-children::after{
        display: block !important;
    }
    .wpb_wrapper ul.ecs-event-list li {
        margin-bottom: 20px !important;
        width: 95% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .portfolio-items .col-md-2 {
        width: 50%;
        float: left;
        margin-bottom: 80px;
    }
    .menu-item-has-children::after{
        display: none !important;
    }
    .top_section .wpb_wrapper span {
        line-height: 80px;
    }
    h2.vc_custom_heading {
        font-size: 40px !important;
    }
}
@media only screen and (max-width: 1023px) {
    body .header-title-breadcrumb-overlay {
        padding: 40px 0;
        background-size: 140%;
    }
    body #navbar .menu-item > a{
        line-height: 13px;
    }
    body header #navbar > div:first-child {
        float: left;
        text-align: left;
    }
    body header .header-nav-actions {
        float: left;
        padding: 0 0 0 30px;
        margin: 0 auto;
        display: block;
        padding: 0;
    }
    body .header-nav-actions .thecrate-search-icon{
        float: none;
    }
    body header .header-nav-actions .thecrate-search-icon {
        padding: 8px;
        position: relative;
        top: 2px;
    }
    body .header-nav-actions .header-btn{
        margin: 0;
    }

}
@media only screen and (max-width: 991px) {

    .widget_thecrate_recent_entries_with_thumbnail .post-details,
    .widget_thecrate_recent_entries_with_thumbnail .post-thumbnail{
        padding: 0;
    }
    .single-post .sidebar-content-wrap{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .single-post .sidebar-content{

        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .single-post .main-content {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        max-width: 100%;
    }

}
@media only screen and (max-width: 420px) {
    .themeslr_button.inline-block {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-weight: 600;
        font-size: 19px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 930px) {
    .testimonials-section.testimonial01_item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .testimonials-section .vc_column-inner {
        padding: 40px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .testimonials-section .title-subtile-holder .section-title {
        font-size: 30px;
    }
    .testimonials-row .wpb_column:first-child .vc_column-inner {
        background-size: cover;
    }
    footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .thecrate-woo-single-shop-product {
        margin-left: 15px;
        margin-right: 15px;
    }

    .testimonials-section .vc_empty_space:nth-child(3){
        height: 20px !important;
    }
    .testimonials-section .vc_empty_space:first-child,
    .testimonials-section .vc_empty_space:last-child{
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    header.header3 .header-nav-actions .cart-contents{
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    article .post-name {
        font-size: 25px;
    }
    #page .navbar-header .logo{
        margin-left: 0;
    }
    body .header-title-breadcrumb-overlay h1 span, body .header-title-breadcrumb-overlay h1 {
        font-size: 30px !important;
    }
    .header-nav-actions.redux-missing {
        display: none !important;
    }
    .list-view .post-details .post-name a{
        line-height: 1.3;
    }
    .testimonials-section .vc_column-inner {
        padding: 70px 40px !important;
    }
    .no-mobile-space{
        height: 0 !important;
    }
    .navbar-collapse.in {
        overflow-y: initial;
    }
    .woocommerce table.shop_table_responsive tr.ywsbs-recurring-totals-items td::before, 
    .woocommerce-page table.shop_table_responsive tr.ywsbs-recurring-totals-items td::before{
        display: none;
    }
    .woocommerce .cart-collaterals table.shop_table td, 
    .woocommerce .cart-collaterals table.shop_table th,
    .woocommerce .woocommerce-cart-form table.shop_table td, 
    .woocommerce .woocommerce-cart-form table.shop_table th{
        padding: 16px 0px !important;
    }
    .vc_empty_space.mobile-100 {
        height: 100px !important;
    }
    article.tslr_smooth_gallery_item {
        margin-bottom: 40px;
    }
    .wpcf7-form .nice-select,
    .wpcf7-form p {
        margin-bottom: 15px;
    }
    .wpcf7 {
        margin-top: 30px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
    header .header-nav-actions .cart-contents {
        position: relative;
        top: 3px;
    }
    .woocommerce form.woocommerce-form-track-order .form-row {
        width: 100%;
    }
    #page header .top-header .top-header-col-inner {
        margin-left: 0;
        padding-top: 4px;
        padding-bottom: 0;
        font-size: 13px;
    }
    body .woocommerce form.woocommerce-form-track-order, 
    body .woocommerce form.woocommerce-ResetPassword.lost_reset_password, 
    body .woocommerce form.checkout_coupon, 
    body .woocommerce form.login, 
    body .woocommerce form.register {
        padding: 25px 35px;
    }
    body header .header-nav-actions .thecrate-account-link {
        top: 5px;
    }
    .fixed-sidebar-menu-holder .fixed-sidebar-menu.open {
        width: 75%;
    }
    body header #navbar > div:first-child {
        padding-top: 0;
        padding-right: 0;
        margin-top: 15px;
    }
    body header .header-nav-actions .header-btn {
        margin-top: 0px;
        padding: 8px 18px !important;
        float: none;
        line-height: normal;
    }
    body header #navbar > .header-nav-actions{
        text-align: center !important;
    }
    body header.header3 #navbar > .header-nav-actions,
    body header.header2 #navbar > .header-nav-actions {
        margin-bottom: 15px;
        margin-top: 5px;
    }
    body header .top-header .left-side a{
        line-height: normal;
    }
    #navbar .menu-item.current_page_ancestor.current_page_parent > a, #navbar .menu-item.current_page_item.current_page_parent > a, #navbar .menu-item:hover > a{
        background: #fff !important;
        color: #1a1b22 !important;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        content: none !important;
    }
    body #navbar .menu-item.mega1column > a::after, 
    body #navbar .menu-item.mega2columns > a::after, 
    body #navbar .menu-item.mega3columns > a::after, 
    body #navbar .menu-item.menu-item-has-children > a::after{
        display: none;
    }
    body #navbar ul.sub-menu li a.action-expand{
        padding: 0;
    }
    .sub-menu .expand{
        top: 3px;
    }
    .expand {
        padding: 0;
        position: absolute;
        right: 0px;
        top: 7px;
        width: 25px;
        text-align: center;
        background: #f4f4f4;
        cursor: pointer;
    }
    .action-expand{
        display: block;
    }
    .action-expand::after {
        color: #454545;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .action-expand.show-menu::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
    }
    body.layout_boxed #page {
        width: auto;
    }
    body #navbar .menu-item > a{
        line-height: 13px !important;
    }
    body #navbar .menu-item.mega1column > a::after, 
    body #navbar .menu-item.mega2columns > a::after, 
    body #navbar .menu-item.mega3columns > a::after, 
    body #navbar .menu-item.menu-item-has-children > a::after {
        right: 15px;
        top: 5px;
    }
    header #navbar .sub-menu {
        padding: 0 0 0 15px;
    }
    body #navbar .sub-menu, body .navbar ul li ul.sub-menu{
        background: transparent;
    }
	body .thecrate_preloader_holder .loaders{
		left: 50%;
	}
	header #navbar ul.sub-menu li a:hover {
	    background-color: rgba(0, 0, 0, 0);
	    color: #1a1b22 !important;
	}
	header #navbar ul.sub-menu li a,
	header #navbar .menu-item:hover .sub-menu .tslr-icon-list-item:hover .tslr-icon-list-icon-holder-inner i, 
	header #navbar .menu-item:hover .sub-menu .tslr-icon-list-item:hover .tslr-icon-list-text,
	header #navbar .tslr-icon-list-item .tslr-icon-list-text,
	header #navbar .cf-mega-menu.sub-menu .tslr-icon-list-item i,
	header #navbar .menu-item:hover .sub-menu .tslr-icon-list-item:hover .tslr-icon-list-icon-holder-inner i, 
	header #navbar .menu-item:hover .sub-menu .tslr-icon-list-item:hover .tslr-icon-list-text {
	    color: #1a1b22 !important;
	}
	header #navbar .cf-mega-menu.sub-menu * {
	    opacity: 1 !important;
	    visibility: visible !important;
	}
	header #navbar .cf-mega-menu.sub-menu > .vc_row{
		padding: 0 !important;
	}
    header #navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu .sub-menu,
    header #navbar .menu-item:hover .sub-menu .sub-menu .menu-item:hover .sub-menu, 
    header #navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu,
	header #navbar .menu > .menu-item .sub-menu,
	header #navbar .cf-mega-menu.sub-menu {
	    display: block;
	    border: 0 none !important;
	    box-shadow: none !important;
	    left: 0 !important;
	    opacity: 1 !important;
	    position: relative !important;
	    top: 0 !important;
	    visibility: visible !important;
	    width: 100% !important;
	}
	header #navbar .cf-mega-menu.sub-menu .vc_custom_heading,
	header #navbar .cf-mega-menu.sub-menu .vc_empty_space{
        display: none;
    }
    body #navbar .menu-item.current_page_ancestor > a, 
    body #navbar .menu-item.current_page_item > a, 
    body #navbar .menu-item > a,
    body #navbar .menu-item:hover > a{
    	border: 0 none;
    }
    body #navbar ul.sub-menu li a{
    	padding: 8px 0px;
    }
    .cf-mega-menu.sub-menu .vc_column-inner {
        padding-left: 0;
    }
	header .tslr-icon-list-item .tslr-icon-list-text {
	    font-size: 11px !important;
	    font-weight: bold !important;
	    text-transform: uppercase !important;
	}
    #comments .children{
        padding-left: 0;
    }

    .pricing-section .pricing--pema .pricing__item{
        padding: 15px;
    }
    .pricing-section .pricing--pema .pricing__currency {
        font-size: 25px;
    }
    .pricing-section .pricing--pema .pricing__price{
        font-size: 45px;
    }
    .pricing-section .pricing--pema .pricing__feature {
        padding: 6px 0;
    }
    .pricing-section .pricing--pema .pricing__feature-list {
        padding: 5px;
    }
    #theme-main-head .navbar-collapse.col-md-9,
    #theme-main-head .navbar-collapse.collapse.col-md-9 {
        margin: 0;
        width: 100%;
        overflow: hidden;
    }
	.footer-top .widget {
	    clear: both;
	    margin-bottom: 15px;
	    overflow: hidden;
	}
	footer .footer-top .widget .widget-title {
	    margin-bottom: 20px;
	}
    .comment-author .avatar.photo {
        max-width: 60px;
        border-radius: 50%;
    }
    .single article .article-content p.comment-form-author{
        margin-bottom: 15px;
    }
    .post-details-bottom {
        padding: 0 15px;
    }
    body .header-title-breadcrumb-overlay h1 {
        margin: 0 auto;
    }
    .hidden_on_mobile{
        display: none;
    }
    header #navbar .sub-menu {
        opacity: 1;
        position: relative;
        visibility: visible;
    }
    .navbar-header .logo{
        float: left;
    }
    .widget_text .shop_feature_v2 .shop_feature_icon_v2 {
        padding: 7px;
    }
    .sticky_post_text_container {
        margin-bottom: 30px;
    }
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    body header #navbar > div:first-child{
        text-align: left;
        width: 100%;
    }

    body header nav ul{
        display: inline;
    }
    footer .social-links{
        text-align: center;
    }
    body header .menu > .menu-item {
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
    }
    body header .menu > .menu-item:last-child{
        border-bottom: 0 none;
    }
    .courses-list .course_text_content h5 {
        clear: both;
    }
    .courses-list .course_more_container {
        text-align: right !important;
    }
    .courses-list .all_courses_box .all_courses_title {
        padding-top: 10px;
    }
    .all_courses_box .all_courses_buton {
        margin-bottom: 30px;
    }
    .all_courses_box {
        margin-bottom: 30px;
    }
    .shortcode_post_content .text_content .post-download-icons {
        display: none;
    }
    .pricing-table {
        margin-top: 30px;
    }
    .search_products {
        display: none;
    }
    footer p.copyright {
        margin: 0;
        padding-top: 0;
        text-align: center;
    }
    footer .payment-methods{
        text-align: center;
    }
    footer .payment-methods img {
        float: none !important;
    }
    .top-header .account-urls {
        margin-top: 10px;
    }
    .widget .widget_address_social_icons .social-links > li:first-child{
        margin-left: 0;
    }
    .widget .widget_address_social_icons .social-links a i {
        padding: 13px;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    .widget .widget_address_social_icons .social-links a {
        height: 40px;
        width: 40px;
    }
    .widget .widget_address_social_icons .social-links > li {
        height: 40px;
        margin-bottom: 5px;
        margin-right: 1px;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        width: 40px;
    }
    .theme-breadcrumbs h2{
        font-size: 17px;
    }
    .latest-posts .single-post .vc_col-md-3.text-center {
        display: none;
    }    
    footer nav.menu {
        float: left;
    }
    footer nav.menu li:first-child a {
        margin-left: 0;
    }
    body .navbar ul li:hover ul.sub-menu {
        border: 0 none;
        left: 0;
        margin: 0;
        opacity: 1;
        position: relative;
        top: 0;
        visibility: visible;
        width: 100%;
    }
    .menu-item-has-children {
        cursor: pointer;
    }
    body .navbar ul li ul.sub-menu {
        border: 0 none;
        left: 0;
        margin: 0;
        opacity: 1;
        position: relative;
        top: 0;
        display: none;
        visibility: visible;
        width: 100%;
    }
    .widget.widget_flickr {
        clear: both;
    }
    .widget_recent_entries_with_thumbnail .thumbnail-overlay {
        width: 70px;
    }
    .widget_recent_entries_with_thumbnail .post-details {
        padding: 0;
    }
    .navbar-collapse.vc_col-md-9.collapse.in {
        width: 100%;
    }
    .navbar-collapse li {
        width: 100%;
    }
    .theme-breadcrumbs .breadcrumb {
        display: none;
    }
    .menu.nav-effect.nav-menu {
        margin: 0;
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
    }
    body .navbar-nav > li > a {
        padding: 15px 0;
    }
    .navbar-collapse.collapse.in .menu .item:hover {
        background: #253749;
    }
    .navbar-collapse .menu .item,
    .navbar-collapse.collapse.in .menu .item {
        text-align: left;
        width: 100%;
    }
    .logo {
        margin: 13px 0;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
        border: 0 none;
        margin: 25px 0;
        transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        padding-left: 0;
        padding-right: 0;
    }
    body #navbar .menu-item > a {
        font-size: 15px;
        padding: 8px 0px;
    }
    #navbar .cf-mega-menu.sub-menu {
        padding: 0;
    }
    body .header-nav-actions .thecrate-search-icon{
        padding: 5px 5px 15px;
    }
    .logo img, .navbar-header .logo img {
        max-width: 180px;
    }
    .portfolio .col-md-2:nth-child(7n+5),
    .portfolio .col-md-2:nth-child(7n+1){
        margin-left: 0;
        clear: none;
    }
    .testimonials .testimonials-container blockquote{
        font-size: 16px;
    }
    .testimonials .testimonials-container blockquote::after,
    .testimonials .testimonials-container blockquote::before{
        font-size: 100px;
        top: 34%;
    }
    .submit-comment .comment-form .form-comment {
        padding: 0;
    }
    body .portfolio-items .vc_col-md-2:last-child{
        margin-bottom: 0;
    }
    body .portfolio-items .vc_col-md-2{
        margin-bottom: 80px;
    }
    body .portfolio-items .vc_col-md-2:nth-child(7n+5),
    body .portfolio-items .vc_col-md-2:nth-child(7n+1) {
        margin-left: 0;
    }
    body .testimonials-container blockquote * {
        font-size: 16px;
    }
    .testimonials-container blockquote::after,
    .testimonials-container blockquote::before{
        content: "";
        display: none;
    }
    .testimonials-container blockquote {
        padding: 20px 0 20px;
        margin: 0;
    }
    #navbar .menu .item a {
        padding: 10px 0;
        padding-left: 10px;
    }
    body .theme_header_slider .tp-leftarrow.default::after, 
    body .theme_header_slider .tp-rightarrow.default::after {
        font-size: 50px;
        line-height: 60%;
        opacity: 0.75;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .fixed-sidebar-menu-holder .fixed-sidebar-menu.open {
        width: 380px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .related-posts .post {
        margin-bottom: 15px;
    }
    .pricing-section .pricing--pema .pricing__item{
        padding: 15px;
    }
    .pricing-section .pricing--pema .pricing__currency {
        font-size: 25px;
    }
    .pricing-section .pricing--pema .pricing__price{
        font-size: 45px;
    }
    .pricing-section .pricing--pema .pricing__feature {
        padding: 6px 0;
    }
    .pricing-section .pricing--pema .pricing__feature-list {
        padding: 5px;
    }
    header .header-nav-actions .thecrate-search-icon{
        padding: 15px;
        padding-bottom: 20px;
    }
    header .menu > .menu-item {
        padding: 0;
    }
    footer .payment-methods img {
        float: none !important;
    }
    footer p.copyright {
        margin: 0;
        padding-top: 0;
        text-align: center;
    }
    footer .payment-methods{
        text-align: center;
    }
    .navbar-nav > li > a {
        padding: 30px 0;
    }
    .widget .widget_address_social_icons .social-links > li:first-child {
        margin-left: 3px;
    }
    .navbar-collapse.collapse.vc_col-md-9 {
        float: left;
    }
    body .navbar-nav > li > a,
    body .menu .item a{
        font-size: 12px;
    }
    #navbar .menu .item a {
        padding: 30px 0;
    }
    .theme-breadcrumbs h2{
        font-size: 19px;
    }
    .theme-breadcrumbs .breadcrumb{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .no-results.not-found {
        margin-bottom: 80px;
    }
    .comment-form .form-comment {
        padding: 0;
    }
    footer .footer-top h1.widget-title {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .navbar-collapse.collapse.vc_col-md-9 {
        width: 100%;
    }    
    .prev.page-numbers {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }    
    .sidebar-content {
        margin-top: 30px;
    }
    .left-block-container .block-icon,
    .latest-tweets .vc_col-md-2{
        display: none;
    }
    #contact_form textarea,
    #contact_form input {
        margin-bottom: 15px;
    }
    .latest-posts .single-post .vc_col-md-3.text-center {
        display: none;
    }    
    .component.add-to-cart, 
    .component.wishlist, 
    .component.compare {
        clear: both;
        display: block;
        width: auto;
    }
    footer nav.menu {
        float: left;
    }
    footer nav.menu li:first-child a {
        margin-left: 0;
    }
    .widget.widget_flickr {
        clear: both;
    }
    .widget_recent_entries_with_thumbnail .thumbnail-overlay {
        width: 70px;
    }
    .widget_recent_entries_with_thumbnail .post-details {
        padding: 0;
    }
    .widget.widget_tag_cloud {
        overflow: hidden;
    }
    .portfolio .col-md-2:nth-child(7n+5),
    .portfolio .col-md-2:nth-child(7n+1){
        margin-left: 0;
        clear: none;
    }
    .testimonials .testimonials-container blockquote{
        font-size: 16px;
    }
    .testimonials .testimonials-container blockquote::after,
    .testimonials .testimonials-container blockquote::before{
        font-size: 100px;
        top: 34%;
    }
    .submit-comment .comment-form .form-comment {
        padding: 0;
    }
    body .portfolio-items .vc_col-md-2:last-child{
        margin-bottom: 0;
    }
    body .portfolio-items .vc_col-md-2{
        margin-bottom: 80px;
    }
    body .portfolio-items .vc_col-md-2:nth-child(7n+5),
    body .portfolio-items .vc_col-md-2:nth-child(7n+1) {
        margin-left: 0;
    }
    body .testimonials-container blockquote * {
        font-size: 16px;
    }
    .testimonials-container blockquote::after,
    .testimonials-container blockquote::before{
        content: "";
        display: none;
    }
    .testimonials-container blockquote {
        padding: 20px 0 20px;
        margin: 0;
    }

    body .theme_header_slider .tp-leftarrow.default::after, 
    body .theme_header_slider .tp-rightarrow.default::after {
        font-size: 50px;
        line-height: 60%;
        opacity: 0.75;
    }
    .donnation-content .donnation_texts {
        border: medium none;
        text-align: center;
    }
    .donation-button-container {
        text-align: center;
    }
}
@media only screen and (max-width: 1024px) {
    .top-header .left-side, .top-header .right-side {
        height: auto !important;
    }
	.top-header .left-side, .top-header .right-side {
	    width: 100%;
	    text-align: center;
	}
	header .top-header .social-links > li{
		display: inline-table;
		float: none;
	}
	.top-header label {
	    margin: 0;
	    display: inline;
	}
	header .top-header .social-links{
		float: none;
	}
    .newspaper-info-bordered .col-md-5 {
        text-align: center;
        display: none;
    }
    .newspaper-info .newspaper-info-bordered {
        padding: 15px 0;
        border: 0 none;
    }
    ul.ecs-event-list li {
        margin-bottom: 20px !important;
    }
    .donation-right-side {
        margin: 0px;
    }
    .shop_feature_description_v2 {
        padding-left: 5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1367px) {
    .pricing-section .pricing--pema .pricing__price{
        font-size: 60px;
    }

}
@media only screen and (min-width: 480px) and (max-width: 680px) {
    .wpb_wrapper ul.ecs-event-list li {
        margin-bottom: 20px !important;
        width: 44% !important;
    }
    .donnation-content .button-winona.extra-large {
        font-size: 15px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1100px) {
    .donnation-content .donation-right-side .button-winona.extra-large {
        font-size: 20px;
    }
}
@media only screen and (max-width: 990px) {
    .donation_content .donation_details .sum_raised {
        float: left;
        width: 50%;
    }
    .donation_content .donation_details .sum_goal {
        float: left;
        width: 50%;
    }
    .donation_content .real_sum {
        border: medium none;
    }
    .container_sum {
        text-align: center;
    }
    .donation_content .donation_title {
        margin-top: 20px;
    }
    .list-view .blog_custom {
        display: block !important;
    }
    .odd-post .blog_post_image {
        padding-top: 20px !important;
    }
    .even-post .blog_post_image {
        padding-bottom: 20px !important;
    }
    .blog_post_image {
        display: block;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 480px) and (max-width: 990px) {
    .donation_content .donation_button {
        float: left;
        width: 50%;
    }
    .donation_content .donation_share {
        float: left;
        width: 50%;
    }
}

/*===============================================================================================================*/
/*Styles Header*/
/*===============================================================================================================*/
body.layout_hide_header header{
    display: none;
}
.thecrate-account-link i {
    color: #222;
    font-size: 22px;
}
.no-menu {
    display: inline-table;
    margin: 12px 0;
}
#theme-main-head {
    width: 100%;
    z-index: 200;
    clear: both;
    border: 0 none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
}
.navbar-default .navbar-nav > li > a {
    color: #1a1b22;
}
#navbar .tslr-icon-list-item:hover{
    background: transparent;
}
nav #navbar ul li .dpsp-content-wrapper {
    display: none !important;
}
footer .footer {
    border-top: 1px solid #4f4f4f;
}
footer .widget_thecrate_recent_entries_with_thumbnail li a {
    color: white;
    font-size: 13px;
}
footer .widget_thecrate_recent_entries_with_thumbnail .post-date {
    color: #fff;
    opacity: 0.8;
    border: 1px solid rgba(254,254,254,.4);
    padding: 0 5px;
    font-size: 11px;
    border-radius: 2px;
}
header .cart-contents span {
    position: absolute;
    top: -10px;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    right: -8px;
}
header .cart-contents svg {
    position: relative;
    bottom: -4.5px;
}
header .cart-contents {
    position: relative;
}

/*Top Header*/
.top-header .left-side, .top-header .right-side {
    height: auto !important;
}
.top-header .social-links .facebook:hover{background: #3B5999;}
.top-header .social-links .twitter:hover{background: #34CBFF;}
.top-header .social-links .googleplus:hover{background: #D14836;}
.top-header .social-links .youtube:hover{background: #FC3437;}
.top-header .social-links .pinterest:hover{background: #CD1C26;}
.top-header .social-links .linkedin:hover{background: #01669A;}
.top-header .social-links .skype:hover{background: #00B1F4;}
.top-header .social-links .instagram:hover{background: #5580A2;}
.top-header .social-links .dribbble:hover{background: #F5699A;}
.top-header .social-links .deviantart:hover{background: #05CC47;}
.top-header .social-links .digg:hover{background: #006094;}
.top-header .social-links .tiktok:hover{background: #3DC1DA;}
.top-header .social-links .flickr:hover{background: #FF0084;}
.top-header .social-links .stumbleupon:hover{background: #EB4B23;}
.top-header .social-links .tumblr:hover{background: #39536E;}
.top-header .social-links .vimeo:hover{background: #1ADFFF;}
.navbar-default .navbar-toggle .icon-bar {
    background: #1a1b22;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    position: relative;
}
.navbar-default .navbar-toggle:hover .icon-bar:nth-child(2) {
    position: relative;
    top: -1px;
}
.navbar-default .navbar-toggle:hover .icon-bar:nth-child(4) {
    bottom: -2px;
    position: relative;
}
.top-header .social-links > li {
    float: left;
    list-style: outside none none;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.top-header .social-links li a{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
    text-align: center;
    width: 35px;
    display: block;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
header .top-header .left-side a:last-child {
    margin-right: 0;
}
header .top-header .left-side a {
    line-height: 34px;
    margin-right: 15px;
    color: #fff;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
header .top-header .top-header-col-inner {
    margin-left: 15px;
    padding: 5px 0;
}
.top-header .social-links a {
    color: rgba(255, 255, 255, 0.9);
}
.top-header .social-links a:hover {
    color: rgba(255, 255, 255, 1);
}
.top-header .social-links {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
header .top-header {
    color: #ffffff;
    padding: 0;
}

/*IS sticky*/
.is-sticky .header-nav-actions .thecrate-search-icon {
    padding: 12px 0;
}
.is-sticky .fixed-search-overlay.visible {
    top: 76px;
}
.is-sticky .header-nav-actions .header-btn {
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
}




/*Navbar*/
.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}
.navbar-default{
    border: 0 none;
}
header .love-it-wrapper {
    display: none;
}
.fixed-sidebar-menu-holder .widget {
    margin-top: 20px;
    overflow: hidden;
}
.fixed-sidebar-menu .sidebar-share-social-links {
    margin-bottom: 30px;
    overflow: hidden;
}
.fixed-sidebar-menu .widget-title {
    border-color: rgba(255, 255, 255, 0.3);
}
.fixed-sidebar-menu .widget_recent_comments > ul, 
.fixed-sidebar-menu .widget_nav_menu li, 
.fixed-sidebar-menu .widget_nav_menu li a, 
.fixed-sidebar-menu .sidebar-content .widget_nav_menu li, 
.fixed-sidebar-menu .sidebar-content .widget_nav_menu li a, 
.fixed-sidebar-menu .widget_recent_entries li, 
.fixed-sidebar-menu .widget_recent_entries li a, 
.fixed-sidebar-menu .widget_pages li, 
.fixed-sidebar-menu .widget_pages li a, 
.fixed-sidebar-menu .widget_meta li, 
.fixed-sidebar-menu .widget_meta li a,
.fixed-sidebar-menu .widget_archive li, 
.fixed-sidebar-menu .widget_archive li a, 
.fixed-sidebar-menu .widget_categories .cat-item, 
.fixed-sidebar-menu .widget_categories li a{
    color: rgb(255, 255, 255);
    font-weight: 300;
}
/*Navbar sub menus*/
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: #fff;
    border-top: 0 none;
    left: 15px;
    opacity: 0;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.08);
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 180%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 280px;
    z-index: 9999;
}
.menu.nav-effect.nav-menu {
    margin: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
    font-size: 17px;
    font-weight: 300;
    padding: 5px 10px;
}
header nav ul {
    display: inline-table;
}

header .header-nav-actions .thecrate-account-link {
    position: relative;
    top: 2px;
}
header .header-nav-actions .thecrate-account-link{
    margin-right: 17px;
}
header .header-nav-actions .cart-contents {
    margin-right: 30px;
}
#customer_login h2 {
    color: #000;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    margin: 0 10px 0 0;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px;
}
.woocommerce-checkout input#ship-to-different-address-checkbox {
    position: unset !important;
    margin: 0;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.woocommerce-terms-and-conditions-wrapper {
    margin: 15px 0;
    margin-bottom: 25px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0 none;
    padding: 0;
}
.woocommerce .woocommerce-result-count {
    margin: 9px 0 10px;
}
/*WooCommerce Checkout*/
.woocommerce-checkout .woocommerce table.shop_table td, .woocommerce.woocommerce-checkout table.shop_table th{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-checkout .table.shop_table.woocommerce-checkout-review-order-tabl{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-checkout .woocommerce table.shop_table td.product-name {
    color: #000;
    font-weight: bold;
}
.woocommerce-checkout .woocommerce table.shop_table tbody th, 
.woocommerce-checkout .woocommerce table.shop_table tbody td, 
.woocommerce-checkout .woocommerce table.shop_table tfoot td, 
.woocommerce-checkout .woocommerce table.shop_table tfoot th{
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    border-top: 0;
}
.woocommerce-checkout .woocommerce table.shop_table td, 
.woocommerce-checkout .woocommerce table.shop_table th {
    padding: 16px 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order{
    padding: 40px 50px;
    border: 2px solid #ebebeb;
    padding-bottom: 45px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
    margin-top: 50px;
}
.woocommerce-tabs #reviews:focus {
    outline: none;
}
.woocommerce form .form-row.place-order {
    margin: 0;
}
.woocommerce form .form-row{
    padding: 0;
    margin-bottom: 15px;
}

/*CART CHECKOUT PROGRESS*/
.cart-checkout-progress.below-main-header{
  margin-bottom: 33px;
}
.cart-checkout-progress {
    counter-reset: step;
    width: 1000px;
  max-width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
}
.cart-checkout-progress li {
    font-weight: bold;
    list-style-type: none;
    width: 33.3333%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.cart-checkout-progress li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background-color: white;
}
.cart-checkout-progress li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.cart-checkout-progress li:first-child:after {
    content: none;
}
.cart-checkout-progress li.active {
    color: #154770;
}
.cart-checkout-progress li.active:before {
    border-color: #154770;
    background: #154770;
    color: #fff;
}
.cart-checkout-progress li.active + li:after {
    background-color: #154770;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #f2f1f2;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f2f1f2;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    margin-left: 30px;
    color: #151515;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-top: 15px;
    margin-bottom: 5px;
}
body.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 10px;
    padding: 10px 15px !important;
}
.widget_product_categories ul.product-categories {
    list-style: none;
    padding: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .2em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 0.75em;
    background: #444;
    height: 0.75em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
    background: #444;
}
.woocommerce .widget_rating_filter ul li a,
.widget_product_categories ul.product-categories li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    color: #666;
}
.widget_product_categories ul.product-categories li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 4px;
}
.woocommerce form.woocommerce-form-track-order,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password, 
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    padding: 40px 50px;
    border: 1px solid #e0e0e0;
    margin: 1em 0;
    border-radius: 0;
}
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    margin-top: 15px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 25px;
    margin-left: 10px;
}
.woocommerce .widget_shopping_cart .buttons a:last-child{
    margin-bottom: 0;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    width: auto;
    text-align: center;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    color: #000;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #ddd;
    text-align: center;
}
.header_mini_cart h2 {
    color: #000;
}
.header_mini_cart .woocommerce ul.cart_list li dl dd, .header_mini_cart .woocommerce ul.product_list_widget li dl dd {
    padding: 0 !important;
    margin: 0;
}
.header_mini_cart .woocommerce ul.cart_list li,     
.header_mini_cart .woocommerce ul.product_list_widget li {  
    padding-left: 0px;  
    padding-right: 2em; 
    width: 100%;    
}
.header_mini_cart .woocommerce ul.cart_list li,     
.header_mini_cart .woocommerce ul.product_list_widget li {  
    border-bottom: 1px solid #ddd;  
    padding-bottom: 20px;   
    margin-bottom: 20px;    
}
@media only screen and (min-width: 768px) {
    .header_mini_cart .widget_shopping_cart_content {   
        margin-top: 50px;   
    }
}
@media only screen and (max-width: 767px) {
    .header_mini_cart .widget_shopping_cart_content {   
        margin-top: 20px;   
    }
    body .header_mini_cart .woocommerce .widget_shopping_cart .total, body .header_mini_cart .woocommerce.widget_shopping_cart .total {
        margin-top: 10px;
    }
}
.header_mini_cart .woocommerce ul.cart_list li:last-child, .header_mini_cart .woocommerce ul.product_list_widget li:last-child{
    border-bottom: 0 none;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total, .header_mini_cart .woocommerce.widget_shopping_cart .total {
    border-top: 0 none;
    text-align: center;
    margin-top: 40px;
}
.header_mini_cart .woocommerce .widget_shopping_cart .cart_list li a.remove, 
.header_mini_cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
    color: #2a3cb7 !important;
    border-radius: 0;
    left: auto;
    right: 0;
}
.header_mini_cart .woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.header_mini_cart .woocommerce .widget_shopping_cart .cart_list li a.remove:hover{
    background: #2a3cb7 !important;
    color: #fff !important;
}
.header_mini_cart span.ywsbs-max-lenght {   
    display: none;  
}
.header_mini_cart .woocommerce ul.cart_list li img,     
.header_mini_cart .woocommerce ul.product_list_widget li img {  
    float: left;    
    margin-left: 0; 
    width: 60px;    
    height: auto;   
    box-shadow: none;   
    margin-right: 14px; 
    border: 1px solid #ddd; 
}
.header_mini_cart p.woocommerce-mini-cart__buttons.buttons {
    margin: 0;
    text-align: center;
}
.header_mini_cart span.woocommerce-Price-amount.amount{
    color: #6b6b6b;
}
.header_mini_cart .woocommerce ul.cart_list li a,   
.header_mini_cart .woocommerce ul.product_list_widget li a {    
    font-weight: 600;   
    color: #000000; 
    transition: all 250ms ease 0s;  
    -webkit-transition: all 250ms ease 0s;  
}   
header .thecrate-header-icons-group{    
    display: inline-block;  
    position: relative; 
    top: 1px;   
}
header .header-nav-actions {
    float: right;
    padding: 0 0 0 40px;
    position: relative;
}
header #navbar > div:first-child {
    display: inline-table;
    text-align: right;
    width: auto;
    padding-right: 10px;
}
.header-nav-actions .header-btn {
    color: #ffffff;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    display: inline-table;
    font-weight: 600;
}

.navbar ul li:hover > ul.sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#navbar ul.sub-menu li a {
    color: #1A1B22;
    display: block;
    font-weight: normal;
    padding: 8px;
}
#navbar ul.sub-menu li a:hover{
    color: #F26226;
}
#navbar li li {
    display: list-item; 
    list-style: none; 
}
.fixed-sidebar-menu .widget:last-child .sidebar-share-social-links {
    margin-bottom: 0;
}
.fixed-sidebar-menu-overlay.visible {
    opacity: 1;
    visibility: visible;
}
.fixed-sidebar-menu-overlay {
    background: rgba(13, 25, 31, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-search-overlay .theme-search-closing-icon {
    color: rgb(255, 255, 255);
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 40px;
    cursor: pointer;
}
.header3 .fixed-search-overlay,
.header3 .fixed-search-overlay.visible {
    left: 0;
}
.fixed-search-overlay.visible {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 999;
    left: -230px;
}
.fixed-search-overlay .fixed-search-inside {
    align-self: center;
    padding: 40px;
    width: 100%;
    position: relative;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    background: #fff;
}
.fixed-search-overlay .fixed-search-inside .theme-search i:hover {
    opacity: 1;
    background: #F9F9F9;
}
.fixed-search-overlay .fixed-search-inside .theme-search i {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    border-radius: 50%;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    color: #555;
    font-size: 13px;
    position: absolute;
    right: -30px;
    top: -30px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
}
.fixed-search-inside .theme-search {
    display: block;
    margin: 0 auto;
}
.fixed-search-overlay.visible .fixed-search-inside .search-input,
.fixed-search-overlay.visible .fixed-search-inside .search-submit{
    visibility: visible;
}
.fixed-search-inside form {
    position: relative;
}
.fixed-search-inside .search-input {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #999999;
    float: left;
    max-width: 100%;
    padding: 15px;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: calc(100% - 36px);
}
.fixed-search-inside .search-submit {
    border: 0 none;
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    padding-left: 20px !important;
    text-transform: uppercase;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    position: absolute;
    right: 0;
    padding-right: 20px !important;
}
.fixed-search-overlay {
    height: auto;
    left: -230px;
    display: flex;
    position: absolute;
    top: 120px;
    width: 400px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

/*FIXED HEADER TIMELINE HEADER 14-15 */
.fixed-sidebar-menu .navbar-nav.timeline-menu li a {
    border-left: 1px solid rgba(255, 255, 255,.5);
    font-weight: 300;
    margin-left: 15px;
    padding: 40px;
    position: relative;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu > li > a::before {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -3.5px;
    position: absolute;
    top: 45px;
    width: 6px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav {
    position: relative;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu > li > a:hover::before {
    background: #ec1d23;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav::before {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 12.5px;
    position: absolute;
    top: 0;
    width: 6px;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav::after {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 12.5px;
    position: absolute;
    bottom: 0;
    width: 6px;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu li:hover a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ec1d23;
}


/*HEADER 1*/
.header1 #navbar {
    text-align: right;
}
.logo img,
.navbar-header .logo img{
    max-width: 100%;
}
/*HEADER 2*/
header.header3 .header-nav-actions {
    margin-top: 15px;
}
header.header3 .header-nav-actions.header-nav-btn{
    margin-top: 0;
}
/*FIXED HEADER*/
.fixed-sidebar-menu-holder {
    margin: 0;
}
.fixed-sidebar-menu .navbar {
    margin-top: 30px;
    background: transparent;
}
.fixed-sidebar-menu .logo {
    color: rgb(255, 255, 255);
    margin: 0;
    text-align: left;
}
.fixed-sidebar-menu .menu-item {
    width: 100%;
}
.fixed-sidebar-menu .navbar-nav > li > a{
    font-weight: 300;
    padding: 10px 10px;
}
.fixed-sidebar-menu > div{  
    height: 100%;   
    overflow-y: scroll; 
}
.fixed-sidebar-menu{
    background: #fff none repeat scroll 0 0;
    position: fixed;
    width: 25%;
    height: 100%;
    margin: 0;
    z-index: 1000;
    padding: 0;
    top: 0;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .left-side {
    box-sizing: border-box;
    float: left;
    height: auto;
    padding: 60px 30px;
    width: 100%;
}
.fixed-sidebar-menu .tslr_instagram_feed.row{
    margin-left: -2px;
    margin-right: -2px;
}
.fixed-sidebar-menu .tslr_instagram_feed .item {
    margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
}
.fixed-sidebar-menu .tslr_instagram_feed .instagram_group .instagram_overlay i {
    font-size: 20px;
    left: 38%;
    top: 42%;
}
.fixed-sidebar-menu.open .left-side {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.fixed-sidebar-menu .right-side {
    float: left;
    height: 100%;
    padding: 10px;
    width: 60px;
    margin: 0;
}
.fixed-sidebar-menu.open .menu-button .icon-close {
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.fixed-sidebar-menu.open .menu-button span.burger {
    opacity: 0;
    visibility: hidden;
}


.header7 .fixed-sidebar-menu {
    right: -25%;
}
.header7 .fixed-sidebar-menu.open {
    right: 0%;
}


.fixed-sidebar-menu.open {
    padding: 0;
    width: 25%;
}
.fixed-sidebar-menu .logo img, 
.fixed-sidebar-menu .navbar-header .logo img {
    max-width: 60px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu.open .logo img, .fixed-sidebar-menu.open .navbar-header .logo img {
    max-width: 60px;
    transform: rotate(180deg);
}
.fixed-sidebar-menu .share-group {
    bottom: 0;
    color: rgb(255, 255, 255);
    font-size: 22px;
    left: auto;
    right: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fixed-sidebar-menu .menu-button {
    position: relative;
    height: 38px;
    width: 38px;
    margin: auto;
    padding: 5px;
    cursor: pointer;
}
.fixed-sidebar-menu .menu-button span.burger {
    visibility: visible;
    position: absolute;
    display: block;
    margin-top: -2px;
    top: 50%;
    left: 3px;
    height: 3px;
    width: 30px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: -webkit-transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
    -moz-transition: -moz-transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
    transition: transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
}
.fixed-sidebar-menu .menu-button span.burger .inner {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 200ms;
    -moz-transition: -moz-transform 200ms;
    transition: transform 200ms;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(1) {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(1) .inner {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(2) {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(2) .inner {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(3) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(3) .inner {
    -webkit-transform: translateX(-13px);
    -moz-transform: translateX(-13px);
    -ms-transform: translateX(-13px);
    -o-transform: translateX(-13px);
    transform: translateX(-13px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(4) {
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(4) .inner {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(5) {
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(5) .inner {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
}
.fixed-sidebar-menu .menu-button:hover span.burger .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.fixed-sidebar-menu.opened .menu-button span.burger {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%}
.fixed-sidebar-menu.opened .menu-button span.burger .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(1) {
    opacity: 0;
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(2) {
    -webkit-animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(3) {
    opacity: 0;
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(4) {
    -webkit-animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(5) {
    opacity: 0;
}
.fixed-sidebar-menu.closing1 .menu-button span.burger .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(1) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(2) {
    -webkit-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(3) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(4) {
    -webkit-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(5) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(1) {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(5) {
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(2) {
    -webkit-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(4) {
    -webkit-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu [data-component='share'] {
    position: relative;
    text-align: center;
}
.fixed-sidebar-menu [data-component='share']:after {
    height: 64px;
    width: 64px;
    line-height: 64px;
    content: '\e603';
    font-family: "icomoon";
    font-size: 23px;
    display: inline-block;
    padding-right: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.fixed-sidebar-menu .menu-center {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 45%
}
.fixed-sidebar-menu [data-component='share'].rendered:after {
    display: none;
}
@-webkit-keyframes moveandrotatex {
    0% {
    -webkit-transform: translateY(7px) rotate(0);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(0) rotate(-45deg);
}
}@-moz-keyframes moveandrotatex {
    0% {
    -moz-transform: translateY(7px) rotate(0);
}
50% {
    -moz-transform: translateY(0) rotate(0);
}
100% {
    -moz-transform: translateY(0) rotate(-45deg);
}
}@keyframes moveandrotatex {
    0% {
    -webkit-transform: translateY(7px) rotate(0);
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -o-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
}@-webkit-keyframes moveandrotate {
    0% {
    -webkit-transform: rotate(0) translateY(-7px);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(0) rotate(45deg);
}
}@-moz-keyframes moveandrotate {
    0% {
    -moz-transform: rotate(0) translateY(-7px);
}
50% {
    -moz-transform: translateY(0) rotate(0);
}
100% {
    -moz-transform: translateY(0) rotate(45deg);
}
}@keyframes moveandrotate {
    0% {
    -webkit-transform: rotate(0) translateY(-7px);
    -moz-transform: rotate(0) translateY(-7px);
    -ms-transform: rotate(0) translateY(-7px);
    -o-transform: rotate(0) translateY(-7px);
    transform: rotate(0) translateY(-7px);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
}@-webkit-keyframes moveandrotate-reverse {
    0% {
    -webkit-transform: rotate(45deg) translateY(0);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(-7px) rotate(0);
}
}@-moz-keyframes moveandrotate-reverse {
    0% {
    -moz-transform: rotate(45deg) translateY(0);
}
50% {
    -moz-transform: translateY(0) rotate(0);
}
100% {
    -moz-transform: translateY(-7px) rotate(0);
}
}@keyframes moveandrotate-reverse {
    0% {
    -webkit-transform: rotate(45deg) translateY(0);
    -moz-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    -o-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(-7px) rotate(0);
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -o-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
}
}@-webkit-keyframes moveandrotatex-reverse {
    0% {
    -webkit-transform: translateY(0) rotate(-45deg);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(7px) rotate(0);
}
}@-moz-keyframes moveandrotatex-reverse {
    0% {
    -moz-transform: translateY(0) rotate(-45deg);
}
50% {
    -moz-transform: translateY(0) rotate(0);
}
100% {
    -moz-transform: translateY(7px) rotate(0);
}
}@keyframes moveandrotatex-reverse {
    0% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(7px) rotate(0);
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -o-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
}
}.touchevents .fixed-sidebar-menu nav .outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
[data-orientation="horizontal"] .fixed-sidebar-menu {
    -webkit-transform: translate3d(0,  -64px,  0);
    -moz-transform: translate3d(0,  -64px,  0);
    -ms-transform: translate3d(0,  -64px,  0);
    -o-transform: translate3d(0,  -64px,  0);
    transform: translate3d(0,  -64px,  0);
}
[data-orientation="horizontal"] .fixed-sidebar-menu.ready {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
[data-orientation="horizontal"] .fixed-sidebar-menu .nav {
    padding: 0;
}
@media (max-width: 768px) and (orientation: landscape) {
    [data-orientation="horizontal"] .fixed-sidebar-menu .nav>.inner {
    padding: 1rem 3rem;
}
}[data-orientation="horizontal"] .nav__title h1 {
    margin: 0rem;
    font-size: 2.5rem;
    line-height: 2.4375rem;
}
@media (max-width: 768px) and (orientation: landscape) {
    [data-orientation="horizontal"] .nav__title h1 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
}
}


/*SHARE ICONS NAV MENU*/
.share.share--page .share__trigger {
    background-color: #0e1a21;
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 5px 5px #0e1a21;
}
.share.share--page .share__trigger:after {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-family: "icomoon";
    font-size: 23px;
    box-shadow: none;
    padding-right: 1px;
}
.share.share--page .share__list {
    bottom: 0;
    color: rgb(255, 255, 255);
    list-style: outside none none;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    width: 100%;
    left: 0;
}
.share.share--page .share__item.icon-social-facebook:hover::before {
    color: #3B5998;
    opacity: 1;
}
.share.share--page .share__item.icon-social-twitter:hover::before {
    color: #00ACED;
    opacity: 1;
}
.share.share--page .share__item.icon-social-gplus:hover::before {
    color: #DD4B39;
    opacity: 1;
}
.share.share--page .share__item.icon-link:hover::before {
    color: #57A9C1;
    opacity: 1;
}
.share.share--page .share__item::before {
    font-size: 18px;
    opacity: 0.85;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.share.share--page .share__item {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    padding: 5px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.share.share--page .share__item:after {
    height: 44px;
    width: 44px;
    line-height: 44px;
}
.share.share--page:hover .share__list, 
.share.share--page.hover .share__list {
    bottom: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 1;
    padding-left: 0;
    text-align: center;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    width: 100%;
}
@-webkit-keyframes arrows-left {
    0% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9);
    -webkit-animation-timing-function: ease;
}
10% {
    -webkit-transform: translate3d(-10px,  0,  0) scale(1);
}
20% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9);
    -webkit-animation-timing-function: ease;
}
30% {
    -webkit-transform: translate3d(-10px,  0,  0) scale(1);
}
40% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9);
    -webkit-animation-timing-function: ease;
}
100% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9);
    -webkit-animation-timing-function: ease;
}
}@-moz-keyframes arrows-left {
    0% {
    -moz-transform: translate3d(0,  0,  0) scale(0.9);
    -moz-animation-timing-function: ease;
}
10% {
    -moz-transform: translate3d(-10px,  0,  0) scale(1);
}
20% {
    -moz-transform: translate3d(0,  0,  0) scale(0.9);
    -moz-animation-timing-function: ease;
}
30% {
    -moz-transform: translate3d(-10px,  0,  0) scale(1);
}
40% {
    -moz-transform: translate3d(0,  0,  0) scale(0.9);
    -moz-animation-timing-function: ease;
}
100% {
    -moz-transform: translate3d(0,  0,  0) scale(0.9);
    -moz-animation-timing-function: ease;
}
}@keyframes arrows-left {
    0% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9);
    -moz-transform: translate3d(0,  0,  0) scale(0.9);
    -ms-transform: translate3d(0,  0,  0) scale(0.9);
    -o-transform: translate3d(0,  0,  0) scale(0.9);
    transform: translate3d(0,  0,  0) scale(0.9);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
10% {
    -webkit-transform: translate3d(-10px,  0,  0) scale(1);
    -moz-transform: translate3d(-10px,  0,  0) scale(1);
    -ms-transform: translate3d(-10px,  0,  0) scale(1);
    -o-transform: translate3d(-10px,  0,  0) scale(1);
    transform: translate3d(-10px,  0,  0) scale(1);
}
20% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9);
    -moz-transform: translate3d(0,  0,  0) scale(0.9);
    -ms-transform: translate3d(0,  0,  0) scale(0.9);
    -o-transform: translate3d(0,  0,  0) scale(0.9);
    transform: translate3d(0,  0,  0) scale(0.9);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
30% {
    -webkit-transform: translate3d(-10px,  0,  0) scale(1);
    -moz-transform: translate3d(-10px,  0,  0) scale(1);
    -ms-transform: translate3d(-10px,  0,  0) scale(1);
    -o-transform: translate3d(-10px,  0,  0) scale(1);
    transform: translate3d(-10px,  0,  0) scale(1);
}
40% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9);
    -moz-transform: translate3d(0,  0,  0) scale(0.9);
    -ms-transform: translate3d(0,  0,  0) scale(0.9);
    -o-transform: translate3d(0,  0,  0) scale(0.9);
    transform: translate3d(0,  0,  0) scale(0.9);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
100% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9);
    -moz-transform: translate3d(0,  0,  0) scale(0.9);
    -ms-transform: translate3d(0,  0,  0) scale(0.9);
    -o-transform: translate3d(0,  0,  0) scale(0.9);
    transform: translate3d(0,  0,  0) scale(0.9);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
}@-webkit-keyframes arrows-right {
    0% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -webkit-animation-timing-function: ease;
}
10% {
    -webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
20% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -webkit-animation-timing-function: ease;
}
30% {
    -webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
40% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -webkit-animation-timing-function: ease;
}
100% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -webkit-animation-timing-function: ease;
}
}@-moz-keyframes arrows-right {
    0% {
    -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -moz-animation-timing-function: ease;
}
10% {
    -moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
20% {
    -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -moz-animation-timing-function: ease;
}
30% {
    -moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
40% {
    -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -moz-animation-timing-function: ease;
}
100% {
    -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -moz-animation-timing-function: ease;
}
}@keyframes arrows-right {
    0% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
10% {
    -webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    -moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    -ms-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    -o-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
20% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
30% {
    -webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    -moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    -ms-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    -o-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
}
40% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
100% {
    -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
}











/*---------------------------------------------*/
/*--- 2. Header ---*/
/*---------------------------------------------*/
nav ul li {
    display: inline-block;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



header.section-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}
.sidebar_header .navbar-header{
    margin-top: 23px;
}
.top-header {
    background: #e3111a none repeat scroll 0 0;
    color: #ffffff;
    padding: 8px 0;
}
.logo a {
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 30px;
}
.logo a:hover {
    color: #ffffff;
}

/* Navbar styling */
header#one-page-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.navbar-header .logo {
    margin-left: 10px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.menu .item {
    display: inline-block;
}
.navbar-nav > li > a{
    font-size: 14px;
    font-weight: 600;
    padding: 30px 10px;
    display: block;
    line-height: 20px;
}
.navbar-nav > li > a:hover {
    text-decoration: none;
}
.menu .menu-item {
    display: inline-block;
}
.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #412E39;
}
header .header-nav-actions.redux-missing .fixed-search-overlay {
    left: -300px;
}
header .header-nav-actions.redux-missing .cart-contents {
    margin-right: 0;
}
.header-nav-actions.redux-missing .thecrate-search-icon {
    padding-top: 1px;
}
header #navbar .header-nav-actions.redux-missing:first-child {
    padding-top: 35px;
}

.navbar-header .logo.no-logo{
    font-size: 20px;
}
#navbar .cf-mega-menu.sub-menu {
    padding: 2px 7px;
}
#navbar .cf-mega-menu.sub-menu {
    width: 800px;
}
#navbar .tslr-icon-list-item {
    padding-top: 4px;
    padding-left: 10px;
}
@media only screen and (max-width: 767px) {
    #page header nav#theme-main-head{
        padding: 0 !important;
    }
    body .menu-item-has-children a:first-child {
        pointer-events: initial;
    }
    header #navbar .header-nav-actions.redux-missing:first-child {
        padding-top: 0px;
    }
    body .fixed-search-overlay,
    body .fixed-search-overlay.visible{
        left: -25px;
    }
    header .header-nav-actions .thecrate-search-icon{
        margin-right: 10px;
    }
}
#navbar .cf-mega-menu.sub-menu {
    padding-left: 5px;
}
#navbar .tslr-icon-list-item:hover {
    color: rgb(255, 255, 255);
}
#navbar .cf-mega-menu.sub-menu * {
    opacity: 0 !important;
    visibility: hidden !important;
}
#navbar .menu-item:hover .sub-menu * {
    opacity: 1 !important;
    visibility: visible !important;
}
.cf-mega-menu .tslr-icon-list-item .tslr-icon-list-text {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}
nav #navbar ul li.mega1column{
    position: relative;
}
nav #navbar ul li.mega2columns,
nav #navbar ul li.mega3columns {
    position: unset;
}

/*MEGA 3X COLUMNS 100%*/
#navbar .mega3columns .cf-mega-menu.sub-menu {
    left: 15px;
    width: calc(100% - 30px);
}
#navbar .menu .menu-item .sub-menu.cf-mega-menu::before {
    left: 57%;
}
/*MEGA 2X COLUMNS 66.66666%*/
#navbar .mega2columns .cf-mega-menu.sub-menu {
    left: 22%;
    width: calc(66.66666% - 30px);
}
/*MEGA 1X COLUMN 33.33333%*/
#navbar .mega1column .cf-mega-menu.sub-menu {
    left: 0;
    width: 280px;
}
#navbar .sub-menu.thecrate-drop-down--right .sub-menu {
    right: auto;
    left: -280px !important;
    text-align: right;
}
#navbar .sub-menu.thecrate-drop-down--right {
    text-align: right;
    left: auto;
    right: 0;
}
#navbar .sub-menu.thecrate-drop-down--right .sub-menu {
    right: auto;
    left: -280px;
    text-align: right;
}
#navbar .sub-menu {
    text-align: left;
    opacity: 0;
    position: absolute;
    width: 280px;
    padding: 30px;
    top: 150%;
    left: 0;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    visibility: hidden;
}
#navbar .menu-item.current_page_ancestor > a,
#navbar .menu-item.current_page_item > a,
#navbar .menu-item:hover > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.menu > .menu-item {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
#navbar .menu-item > a {
    position: relative;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    padding: 13px 20px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
}
#navbar .menu > .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
#navbar .sub-menu .menu-item > a {
    font-weight: 400;
    border: 0 none;
    line-height: normal;
    text-transform: none;
}
#navbar .sub-menu .menu-item.menu-item-has-children > a::after {
    right: 15px;
    top: 19px;
}
#navbar .menu-item:hover .sub-menu * {
    opacity: 1 !important;
    visibility: visible !important;
}
#navbar .menu-item .sub-menu .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}
#navbar .menu-item .sub-menu .sub-menu .sub-menu .sub-menu,
#navbar .menu-item:hover .sub-menu .sub-menu .sub-menu,
#navbar .menu-item.sub-menu .menu-item:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item:hover .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    right: 0;
    top: 0;
    visibility: visible !important;
}
#navbar .menu .menu-item .sub-menu .sub-menu::before {
    display: none;
}
#navbar .menu-item .sub-menu .sub-menu {
    left: 102%;
    position: absolute;
    top: 100%;
}
#navbar .menu-item.menu-item-has-children .sub-menu > .menu-item.menu-item-has-children > a::after{
    font-weight: 900;
}
#navbar .menu-item.mega1column .sub-menu a::after,
#navbar .menu-item.mega2columns .sub-menu a::after,
#navbar .menu-item.mega3columns .sub-menu a::after,
#navbar .menu-item.menu-item-has-children .sub-menu a::after{
    right: 15px;
    top: 10px;
}
#navbar .menu-item.menu-item-has-children .sub-menu > .menu-item.menu-item-has-children > a::after,
#navbar .menu-item.mega1column > a::after,
#navbar .menu-item.mega2columns > a::after,
#navbar .menu-item.mega3columns > a::after,
#navbar .menu-item.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 18px;
}
#navbar .menu-item.menu-item-has-children .sub-menu > .menu-item.menu-item-has-children > a::after {
    top: 13px;
}


/*HEADER LAYOUT V2*/
.second_header .menu.nav.nav-menu {
    width: 100%;
}
.hide_post_featured_image .single-post-featured-img {
    display: none;
}

/*NAV BURGER*/
#theme-main-head > div {
    position: relative;
}
.thecrate-nav-burger {
    float: left;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    font-size: 21px;
    margin-right: 17px;
}
header .cart-contents svg path,
.header-nav-actions i{
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header-nav-actions .thecrate-search-icon {
    color: #222;
    float: left;
    font-size: 20px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-right: 17px;
}
.header-nav-actions .thecrate-search-icon:hover {
    opacity: 0.9;
}
.admin-bar .fixed-sidebar-menu .icon-close{ 
    top: 50px;  
}
.fixed-sidebar-menu .icon-close {
    color: rgb(153, 171, 183);
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1000;
    width: 20px;
}
/*===============================================================================================================*/
/*Styles Footer*/
/*===============================================================================================================*/
body.layout_hide_footer footer{
    display: none;
}

/*Newsletter CSS*/
.widget_wysija input[type="text"] {
    color: rgb(0, 0, 0);
    padding: 10px 15px;
}
.widget_wysija_cont .wysija-submit {
    border: 0 none;
    color: rgb(255, 255, 255);
    display: block;
    margin-top: 20px;
    padding: 12px 15px;
}
/*---------------------------------------------*/
/*--- 8. Footer ---*/
/*---------------------------------------------*/
footer form.mc4wp-form {
    margin-top: 12px;
}
footer .mc4wp-form-fields p {
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
footer .share-social-links li{
    display: inline-table;
}
footer .share-social-links li.follow-us-label{
    font-weight: bold;
    color: #fff;
}
footer .share-social-links li:not(.follow-us-label) {
    opacity: 0.5;
}
footer ul.share-social-links{
    margin-top: 20px;
}
footer .social-links * {
    color: rgb(255, 255, 255);
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
footer .social-links {
    margin: 15px 0;
    padding: 0;
}
footer .social-links i {
    font-size: 15px;
    margin-right: 5px;
}
footer .social-links a:hover {
    opacity: 0.8;
}
footer .shop_feature_description_v2 {
    padding-left: 15px;
}
footer .contact-details p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 4px;
    opacity: 1;
}
footer {
    background: #393939;
    overflow-x: hidden;
}
footer .logo {
    margin-bottom: 30px;
    max-width: 240px;
    text-align: left;
}
footer .text-center.logo{
    text-align: center;
    max-width: none;
}
.footer-top .widget_nav_menu li {
    text-align: left;
    width: 100%;
    line-height: 26px;
    padding: 0;
}
.before_footer{
    background: #e9eaea;
}
.before_footer .widget-title{
    color: black;
}
.footer-top .widget-title::after {
    background: rgba(222, 225, 228, 0.2) none repeat scroll 0 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
}
.footer-top .widget-title {
    border: 0 none;
    margin-bottom: 12px;
    padding: 0;
    font-size: 22px;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
.footer-top .widget .widget-title{
    margin-bottom: 30px;
    margin-top: 12px;
    font-weight: 600;
}
footer .footer-top .menu .menu-item a {
    margin-left: 0px;
    color: #ccc;
    font-size: 15px;
    transition: all 250ms ease-in-out;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}
.footer-top h1.widget-title, 
.footer-top .widget-title {
    font-weight: 400;
    margin: 5px 0;
}
.prefooter{
    padding: 0;
}
.prefooter .footer .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Footer Menu */
footer nav.menu {
    background: transparent;
    margin: 0;
}
nav ul li {
    display: inline-block;
    position: relative;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer nav ul li a{
    color: #6d7a83;
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
    position: relative;
    display: block;
}
footer nav ul li a:after {
    content: '/';
    display: block;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -5px;
    color: #6d7a83;
}
footer nav ul li:last-child a:after {
    display: none !important;
}
footer nav ul li:last-child a {
    margin-right: 0;
    padding-right: 0;
}
footer .footer {
    padding: 20px 0;
}
footer .logo, .footer-top h1.widget-title, .footer-top .widget-title {
    margin-top: 0;
}
.sidebar_menu p.copyright {
    color: black;
}
p.copyright {
    color: #ccc;
    margin: 5px 0;
}
footer .textwidget > p:last-child {
    margin-bottom: 0;
}
footer .theme-author {
    text-transform: uppercase;
    font-weight: 700;
}
footer.entry-footer {
    background: transparent;
    margin-top: 20px;
}
footer .widget_address_social_icons .social-links li{
  margin-bottom: 5px;
}
footer .widget_recent_entries_with_thumbnail li a {
    color: #ffffff;
    font-weight: bold;
}
.prefooter .widget-title {
    color: #d5e9f8;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer nav.menu {
	background: transparent;
	margin: 0;
}
/* Footer */
.prefooter{
	padding: 0;
}
.prefooter .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.widget_text .shop_feature_icon_v2 {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    padding: 7px 0;
    text-align: center;
}
.widget_text .shop_feature_icon_v2 i {
    color: #000000;
    font-size: 25px;
}
.widget_text .shop_feature_v2 {
    margin: 0;
    padding: 0;
}

.widget_recent_comments .recentcomments,
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_categories .cat-item{
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.widget_recent_comments > ul,
.widget_nav_menu li,
.widget_nav_menu li a,
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu li a,
.widget_recent_entries li,
.widget_recent_entries li a,
.widget_pages li,
.widget_pages li a,
.widget_meta li,
.widget_meta li a,
.widget_archive li,
.widget_archive li a,
.widget_categories .cat-item,
.widget_categories li a {
    color: #fff;
    font-weight: 300;
}
footer p {
  color: #ccc;
}
footer .textwidget p{
    color: #ccc;
    font-size: 15px;
}
.footer-bottom-col-2 p.copyright {
    margin-top: 12px;
}
footer .logo img{
    max-width: 100%;
}
footer p.card-icons {
    margin-top: 10px;
}
footer .menu .menu-item a {
	color: #b4bbc2;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    text-transform: none;
}
footer nav ul li:last-child a {
	margin-right: 0;
	padding-right: 0;
}
footer .theme-author {
	text-transform: uppercase;
	font-weight: 700;
}

form.post-password-form p:last-child {
    margin-top: 15px;
}
form.post-password-form {
    background: #F4F4F4;
    padding: 30px;
    border: 1px solid #ddd;
}
.post-password-form label {
    float: left;
}
#primary .main-content ul.themeslr-slider li{
    position: unset;
}
.wpb_column{
    height: auto;
}
p.subtitle {
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
.top-margin {
    padding-top: 60px;
}
.high-margin {
    padding-top: 60px;
    padding-bottom: 80px;
}
.bottom-margin {
    padding-top: 0;
    padding-bottom: 80px;
}
.mediu-margin {
    padding-top: 25px;
    padding-bottom: 25px;
}
.spacer {
    margin-bottom: 50px;
}
.right-border {
    padding: 15px;
    border-right: 5px solid;
    margin-bottom: 10px !important;
}
.left-border {
    padding: 15px;
    border-left: 5px solid;
    margin-bottom: 10px !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.no-margin{
    margin: 0 !important;
}
.top-no-margin {
    padding-bottom: 100px;
    padding-top: 0;
}
.bottom-no-margin {
    padding-bottom: 0;
    padding-top: 60px;
}
.high-padding {
    padding: 80px 0;
}
.medium-padding {
    padding: 50px 0;
}
.container.high-padding {
    padding: 80px 15px;
}
.form-control {
  border-color: rgb(0, 173, 241);
  border-width: 2px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  height: auto;
  padding: 10px;
}
.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.embed-responsive-item{
    width: 100%;
}
.block-triangle {
    overflow: hidden;
}
/*Flat icons*/
.flat-icon {
  font-family: 'oxp-demo';
  padding:23px 28px;
  font-size: 45px;
  font-weight: bold;
  display: inline-block;
  line-height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  margin-right: 15px;
}
/*---------------------------------------------*/
/*--- 2. Elements ---*/
/*---------------------------------------------*/
body .no-margin{
    margin-bottom: 0;
}
.text-white ul li,
.text-white .section-title {
    color: white;
    opacity: 0.9;
}
.img-center{
    margin: 0 auto;
    display: block;
}
/* Float */
[class^="hvr-"] {
    background: #e1e1e1 none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    margin: 0;
    padding: 1em;
    text-decoration: none;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.margin-zero{
    margin: 0;
}
.vc_btn.margin-zero {
    margin: 10px 0;
}
.single article .article-content li {
    color: #454646;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    opacity: 1;
    visibility: visible;
}
textarea, 
input[type="text"], 
input[type="button"], 
input[type="search"], 
input[type="submit"]{
    -webkit-appearance: none; 
}
.newspaper-info-bordered .holder {
    padding: 10px 0 10px 15px;
}
.newspaper-info span:nth-of-type(1) {
    font-weight: bold;
}
.newspaper-info-bordered .col-md-5 {
    text-align: center;
}
.newspaper-info-bordered i {
    font-size: 50px;
    padding: 10px 0;
}
.newspaper-info span {
    font-size: 17px;
    display: block;
}
.complex-layout .col-md-9 {
    padding-left: 0;
}
.newspaper-info span:nth-of-type(2) {
    font-style: italic;
}
.newspaper-info-bordered {
    border: 1px solid;
    margin: 13px 0;
}
/*Elements: blockquote*/
.good_quote h1 {
    font-size: 55px;
}
article.grid-view blockquote,
.page blockquote,
.single blockquote {
    background: transparent;
}
.archive-page blockquote p{
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.single article .article-content blockquote p {
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    line-height: 150%;
}
blockquote {
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    background: transparent;
    border-left: 0 none;
    font-size: 25px;
    font-weight: 400;
    padding: 15px 40px;
    position: relative;
    border-left: 5px solid;
}
.testimonials-container blockquote:before {
    content: "\"";
    font-size: 200px;
    font-style: italic;
    left: 15%;
    line-height: 200px;
    position: absolute;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background: transparent;    
}
.testimonials-container blockquote p {
    width: 65%;
    margin: 0 auto;
}
.quotes-content .quote_title {
    color: #ffffff;
    font-size: 24px;
    margin: 0 auto;
    width: 65%;
}
.testimonials-container blockquote{
    background: transparent;
}
/* Element: Search input + button */
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    font-weight: 600;
}
.no-results.not-found input.search-submit {
    width: 70px;
    line-height: 62px;
    padding: 0;
}
.search-no-results .page-title {
    color: #1a1b22;
}
.search-no-results .search-form input[type="submit"]:hover {
    color: #fff !important;
}
.search-no-results .search-form > label {
    width: 100%;
    margin: 0;
}
.search-no-results h2.page-title {
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: 600;
}
.no-results input[type="search"] {
    border: 1px solid #dbdbdb;
    color: #666666;
    padding: 20px 25px;
    width: calc(100% - 50px);
}
.no-results .search-form {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    overflow: hidden;
}
.no-results input {
    border: 1px solid rgb(229, 236, 239);
    color: rgb(153, 171, 183);
    padding: 8px;
}
/*Section: Conference form*/
.conference-attendant-form input {
    font-style: normal;
    height: auto;
    margin-bottom: 30px;
    padding: 15px !important;
}
.conference-attendant-form input.wpcf7-submit {
    margin: 0 !important;
    padding: 15px 40px !important;
}
input.wpcf7-form-control:not([type="submit"]){
    color: #666;
}
/*Section: Contact us*/
#contact_form textarea.form-control {
    height: 140px;
    padding: 6px 40px !important;
}
#contact_form2 .alert-success {
    background-color: rgb(223, 240, 216);
    border: 0 none;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}
.success_message {
    color: rgb(0, 173, 241);
    display: none;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
}
textarea.form-control {
    height: 140px;
    padding: 10px !important;
}
#contact_form2 .form-control {
    background-color: #ecf0f1;
    border: 1px solid rgba(206, 206, 206, 0.3);
    box-shadow: none;
    padding: 0 10px;
}
#contact_form2 .contact_label {
    color: #333333;
}
#contact_form2 .solid-button.button {
    border: medium none;
    margin-top: 5px;
    text-transform: uppercase;
    width: auto;
}
.span-contact i {
    bottom: 1px;
    color: #48a8a7;
    font-size: 25px;
    margin-right: 10px;
    opacity: 0.6;
    position: relative;
    text-align: center;
    width: 35px;
}
/*Element: Back to top button*/
.back-to-top img{
    width: 40px;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    margin: 5px auto;
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -webkit-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
}
.back-to-top.themeslr-is-visible, .back-to-top.themeslr-fade-out, .no-touch .back-to-top:hover {
    -webkit-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    transition: all .3s 0s;
}
.back-to-top.themeslr-is-visible {
    visibility: visible;
    opacity: 1;
}
.back-to-top.themeslr-fade-out {
    opacity: .5;
}
.no-touch .back-to-top:hover {
    opacity: 1;
}
.post-password-form input[type="submit"] {
    color: #ffffff;
}
.post-password-form input {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-left: 10px;
}
.st-menu-content {
    height: 100%;
    overflow-y: scroll;
    padding: 30px;
    position: absolute;
}
.portfolio-posts .main-content {
    margin: 0;
}
.post-category-date a[rel="tag"]::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 6px;
    position: absolute;
    top: 11px;
    width: 3px;
}
.post-category-date a[rel="tag"] {
    border: 0 none;
    color: rgb(255, 255, 255);
    display: inline-table;
    font-weight: 300;
    margin-left: 5px;
    position: relative;
    padding: 2px 5px 2px 13px;
}
.single-portfolio-item .item-description {
    height: 100%;
    top: 0;
    width: 100%;
}
.item-description .holder-top {
    height: 50%;
    padding: calc(15% - 15px) 15px 15px;
    text-align: center;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.details-container > div.details-item .amount, .details-container > div.details-item ins {
    color: rgb(255, 255, 255);
    padding: 1px 5px;
}
.item-description .holder-bottom {
    background: none repeat scroll 0 0 rgb(44, 62, 80);
    color: rgb(255, 255, 255);
    height: 50%;
    padding: calc(15% - 30px) 15px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    top: 100%;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.single-portfolio-item:hover .holder-top {
    opacity: 1;
    top: 0;
}
.single-portfolio-item:hover .holder-bottom {
    opacity: 1;
    top: 50%;
}
.item-description i {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    color: rgb(182, 189, 191);
    font-size: 19px;
    padding: 10px;
    width: 40px;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.item-description i:hover {
    background: none repeat scroll 0 0 rgb(44, 62, 80);
    color: #fff;
}
.holder-top > a:first-child {
    margin-right: 4px;
}
.holder-top > a:nth-child(2) {
    margin-left: 4px;
}
.item-description .holder-bottom::before {
    border-bottom: 15px solid #393939;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: -14px;
    width: 0;
}
.item-description .holder-bottom > h5 {
    font-size: 15px;
    margin: 0;
    opacity: 0.5;
}
.item-description .holder-bottom h3 {
    margin: 10px 0 15px;
}
.main-content article.single-portfolio-item {
    padding: 0;
}
/*---------------------------------------------*/
/*--- 4. Blocks ---*/
/*---------------------------------------------*/
/* Blocks */
.block-icon{
    height: 130px;
    margin-bottom: 25px;
    position: relative;
}
.block-container {
    text-align: center;
}
.block-triangle {
    width: 80px;
    height: 80px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
    top: 25px;
    box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
    -webkit-box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
    color: #2f383d;
    font-size: 16px;
    font-weight: 500;
}
.block-content p {
    font-size: 15px;
    color: #565656;
    font-weight: 300;
}
.block-icon i {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* Left Block */
.left-block-container {
    margin-bottom: 20px;
}
.left-block-container .block-title p {
    text-transform: uppercase;
}
.left-block-container .block-title {
    padding-top: 20px;
}
.left-block-container {
    border-bottom: 1px solid #dadee1;
}
.left-block-container:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.left-block-container:last-child .block-icon {
    margin-bottom: 0;
}
/* Filters */
.filters {
    list-style: none;
    text-align: center;
    width: 100%;
}
.filters .filter {
    display: inline-block;
}
/*---------------------------------------------*/
/*--- 5. Testimonial ---*/
/*---------------------------------------------*/
.testimonial-img-holder {
    position: relative;
    z-index: 1;
}
.testimonail-content p:last-child{
  margin: 0;
}
.testimonail-content p {
    color: #ffffff;
}
.testimonial-arrow {
    border-left: 20px solid rgb(255, 255, 255);
    border-right: 20px solid rgb(255, 255, 255);
    border-bottom: 20px solid #485052;
    content: "";
    height: 30px;
    left: 44px;
    position: absolute;
    top: 100px;
    width: 30px;
}
.testimonial-img {
    border: 4px solid;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
    transform: none;
    -webkit-transform: none;
    width: 100px;
}
.testimonial-img img {
    display: block;
}
.testimonial-author-job {
    left: 125px;
    position: absolute;
    top: 18px;
}
.testimonail-content {
    border-radius: 5px;
    font-style: italic;
    font-weight: lighter;
    line-height: 170%;
    padding: 15px;
    background: #485052;
}
.testimonials-container ul {
    list-style: none;
    padding: 0;
}
.testimonials-container blockquote {
    border: 0 none;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 26px;
    color: rgba(255,255,255,0.5);
    position: relative;
    margin: 0;
}
.testimonial-author {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.testimonial-job {
    color: #565656;
    font-size: 13px;
    font-weight: 400;
}
/*---------------------------------------------*/
/*--- 5. Members ---*/
/*---------------------------------------------*/
.member-container {
    position: relative;
}
.member-content {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.7s; /* For Safari 3.1 to 6.0 */
    transition: all 0.7s;
}
.member-container:hover .member-content {
    -ms-transform: translateY( -50% ); /* IE 9 */
    -webkit-transform: translateY( -50% ); /* Chrome, Safari, Opera */
    transform: translateY( -50% );
}
.member-header {
    border-bottom: 1px solid;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.member-header:before,
.member-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 1px;
    height: 10px;
}
.member-header:before {
    left: 0;
}
.member-header:after {
    right: 0;
}
.member-header p,
.member-footer p {
    font-size: 12px;
    text-transform: uppercase;
}
.member-header h4,
.member-footer h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.member-footer .social {
    border-top: 1px solid;
    margin-top: 20px;
    position: relative;
    padding-top: 20px;
}
.member-footer .social:before,
.member-footer .social:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 1px;
    height: 10px;
}
.member-footer .social:before {
    left: 0;
}
.member-footer .social:after {
    right: 0;
}
.member-footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.member-footer .social ul li {
    display: inline-block;
}
.member-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.social ul li i {
    font-size: 20px;
    color: #bdc0c2;
}
.member-content img {
    width: 100%;
}
/*---------------------------------------------*/
/*--- 7. Statistics ---*/
/*---------------------------------------------*/
.aligncenter {
    margin: 0 auto;
    display: block;
}
.timeline .post-cotnent-left {
    padding-right: 60px;
}
.timeline .post-cotnent-right {
    padding-left: 60px;
}
.timeline{
    position: relative;
}
.timeline article {
    padding-bottom: 40px;
    position: relative;
}
.timeline:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 2px;
    background: #00adf1;
}
.timeline article:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 90px;
    background: url("../images/timeline-dot.jpg");
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -45px;
}
/*---------------------------------------------*/
/*--- 10. Sections ---*/
/*---------------------------------------------*/
body .wpb_content_element{
    margin: 0;
}
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
    background-image: url("../images/toggle_close.png");
}
#primary .main-content ul li[role="tab"]:not(.rotate45) {
    margin: 0;
}
/* Section: Subscribe*/
body.single-post {
    border: 0 none;
}
/* Section: Contact */
/*Contact form 7 Compatibility Style*/
.wpcf7-form .wpcf7-select, .wpcf7-form input.wpcf7-form-control, .wpcf7-form textarea.wpcf7-form-control {
    font-size: 16px;
    line-height: normal;
    padding: 15px;
    width: 100%;
    border: 1px solid #cddae4;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    font-weight: 600;
    font-size: 12px;
}
.wpcf7-form .wpcf7-form-control {
    font-weight: 500;
    height: auto;
}
.wpcf7-form select.wpcf7-form-control {
    font-weight: 400;
}
.wpcf7-form p {
    margin-bottom: 30px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    border: 0 none;
    color: #ffffff;
    padding: 20px 40px;
    text-align: center;
    width: auto;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 300;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    border: 0 none;
    color: #ffffff;
    margin: 0;
    font-size: 17px;
    padding: 20px;
}
div.wpcf7-validation-errors {
    background: none repeat scroll 0 0 #f1c40f;
}
div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #2ecc71;
}
div.wpcf7-mail-sent-ng {
    background: none repeat scroll 0 0 #e74c3c;
}
#contact-us .form-control:focus {
    box-shadow: none;
    border: 1px solid;
}
#contact-us .form-control {
    border: 1px solid #dadee1;
    height: auto;
    padding: 8px;
}
#contact_form .button[type="submit"] {
    border: 0 none;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    height: auto;
    margin: 0;
    padding: 10px;
}
label.error {
    font-size: 15px;
    font-weight: 300;
    padding-top: 2px;
}
.single.single-post .high-padding { 
    padding: 80px 0 50px;  
}
/*Contact form style*/
.contact_service .landing_input {
  background-color: #989aa6;
  border: 0 none !important;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px !important;
  padding: 15px !important;
  width: 100%;
}
.contact_service .landing_submit {
  border-radius: 7px;
  font-size: 18px;
  font-weight: initial;
  margin-bottom: 30px !important;
  padding: 15px !important;
  text-transform: uppercase;
  width: 100%;
}
.wpcf7-response-output {
    clear: both;
    text-align: center;
}
/* Boostrap styling */
.table-striped>tbody>tr:nth-child(odd),
.table-hover>tbody>tr:hover{
    background-color: #ecf0f1;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
    border-color: #ecf0f1;
}
.thumbnail {
    background: transparent;
}
.btn-primary:hover{
    background: rgba(52, 73, 94,1.0);
}
.navbar {
    margin-bottom: 0;
}
/*---------------------------------------------*/
/*--- 11. Page: Blog ---*/
/*---------------------------------------------*/
.article-content .thecrate-meta-title h1, .thecrate-meta-title .article-content h2 {
    line-height: normal;
    margin: 0;
}
.thecrate-single-post-meta .thecrate-meta-post-comments a, .thecrate-single-post-meta span, .thecrate-single-post-meta a {
    color: #8d8d8d;
}
.thecrate-single-post-meta {
    margin-top: 10px;
}
.thecrate-meta-title {
    margin: 0 0 30px;
}
.article-content h3,
.article-content h4 {
    margin-top: 30px;
    line-height: normal;
}
.article-content h5,
.article-content h6 {
    margin-top: 20px;
    line-height: normal;
}
.flex {
    display: flex;
}
/*list view blog*/
/*blog post category date comment*/
.list-view .no-featured-image {
    padding: 30px !important;
}
article.no-featured-image.list-view .post-details {
    padding-top: 0;
}
.list-view.archive-page .post-details .post-excerpt p:last-child {
    margin-bottom: 0;
}
article.single-post a .read-more-overlay {
  opacity: 0;
  transition: all .35s ease;
  -webkit-transition: all .35s ease; /* For Safari 3.1 to 6.0 */
}

article.single-post a:hover .read-more-overlay {
  opacity: 1;
}
article.single-post a:hover img {
  transform: scale(1.05) rotate(3deg);
  -webkit-transform: scale(1.05) rotate(3deg);
  -moz-transform: scale(1.05) rotate(3deg);
  -o-transform: scale(1.05) rotate(3deg);
  -ms-transform: scale(1.05) rotate(3deg);
}
article.single-post a img {
    transition: all .35s ease;
    -webkit-transition: all .35s ease; /* For Safari 3.1 to 6.0 */
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}
.list-view.archive-page .post-details blockquote p {
    color: #6b6b6b;
}
.list-view .blog_date.blog_day {
    font-size: 25px;
    font-weight: bold;
}
.list-view .blog_date {
    display: block;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.list-view .post-details .post-category-comment-date i {
    font-size: 15px;
    margin-right: 5px;
}
.list-view .post-details .post-category-comment-date i,
.list-view .post-details .post-category-comment-date a,
.list-view .post-details .post-name a {
  color: #666;
}
.list-view .post-details .post-category-comment-date{
    font-size: 14px;
    color: #999 !important;
}
.single .post-category-comment-date {
    margin-bottom: 40px;
}
.single .post-category-comment-date span {
    color: #8e8e8e;
}
.single .post-category-comment-date a,
.list-view .post-details .post-category-comment-date a {
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    color: #000;
    font-size: 14px;
}
.list-view .post-details .post-excerpt .more-link {
    margin-top: 6px;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s; /* For Safari 3.1 to 6.0 */
}
.read-more-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.read-more-overlay i {
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s; /* For Safari 3.1 to 6.0 */
    align-self: center;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 20px;
    height: 60px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 60px;
}
.list-view .post-thumbnail:hover {
  border-right: medium none !important;
}
.tslr-blog-posts-shortcode .post-category-comment-date span, .tslr-blog-posts-shortcode .post-category-comment-date a {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tslr-blog-posts-shortcode h4 a{
    color: #222;
    transition: 250ms ease-in-out;
}
.tslr-blog-posts-shortcode .post-category-comment-date {
    margin-top: 20px;
}
.tslr-blog-posts-shortcode h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
.tslr-blog-posts-shortcode .grid-view .blog_custom{
    padding: 0px;
}
.tslr-blog-posts-shortcode .list-view .blog_custom {
    background: #FFEEED none repeat scroll 0 0;
    overflow: hidden;
    border: 5px solid #fff;
    padding: 30px 50px;
}
.list-view .blog_custom {
    overflow: hidden;
}
.page-template-template-blog,
.archive.category,
.archive.author,
.blog,
.archive.search,
.archive.tag {
  background-color: #fff;
}


.list-view .post-details .post-name a {
    line-height: 1.5em;
    color: #1a1b22 !important;
}
.blog_heading.heading-bottom {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 0;
  text-transform: uppercase;
}
.list-view .post-thumbnail {
    margin: 0;
    padding: 0;
}
.list-view .post-details {
    align-self: center;
    padding: 30px 0;
    position: relative;
}
.no_padding {
  padding: 0px 15px !important;
}
.shortcode_post_content .featured_image_content {
    padding: 0;
}
.shortcode_post_content {
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.shortcode_post_content .text_content .post-read-more .post-read-more-button {
    background-color: rgba(237,237,237,0.4);
    color: #fff;
    font-size: 17px;
    padding: 10px;
    overflow: hidden !important;
}
.shortcode_post_content .text_content .post-read-more {
    padding: 0;
    text-align: center;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content  i{
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}
.shortcode_post_content .text_content .post-download-icons {
    padding: 6px 0;
}
.shortcode_post_content .text_content .post-more-download .post-read-more-button i {
    padding-right: 15px;
}
.shortcode_post_content .text_content .post-download-icons i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: black;
    float: right;
    margin-left: 10px;
    padding: 11px;
    width: 35px;
    height: 35px;
}
.shortcode_post_content .text_content {
    padding-bottom: 20px;
    padding-top: 20px;
}
.shortcode_post_content .text_content .post-more-download {
    margin-top: 22px;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content i {
    background: transparent;
    border-radius: 0;
    color: rgb(255, 255, 255);
    margin: 0;
    text-align: center;
    width: 100%;
}
.list-view .wp-caption.alignnone {
    margin: 10px 0;
    max-width: 100%;
}
.wp-caption {
    font-style: italic;
}
.wp-caption.alignnone {
    margin: 15px 0;
    max-width: 100%;
}
.wp-block-image .alignleft,
.wp-caption.alignleft {
    margin: 10px 25px 10px 0;
}
.wp-block-image .alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 0 25px;
}
.alignnone {
    margin: 10px 0;
}
.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}
.alignleft {
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 5px;
}
.page .no-padding-top article.type-page{
    padding-top: 0;
}
.page article.type-page{
    padding: 80px 0;
}
.page .high-padding article.type-page,
.page .no-padding article.type-page{
    padding: 0;
}
.page .no-padding-bottom article.type-page{
    padding: 80px 0 0;
}
.single-post {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
}
.post-type {
    color: rgb(51, 51, 51);
}
.post-type i {
    margin-right: 10px;
}
.post-thumbnail a {
    display: block;
    overflow: hidden;
}
.main-content .single-post a:hover .thumbnail-overlay {
    opacity: 1;
}
.main-content .single-post .thumbnail-overlay i {
    font-size: 25px;
    left: calc(50% - 9px);
    top: 44%;
}
/*Blog: Pagination*/
.theme-pagination.pagination .page-numbers.current {
  color: #fff;
}
.container-pagination {
    text-align: center;
}
.theme-pagination{
    background: transparent;
}
.pagination{
    padding: 0 15px;
}
.page-template-template-portfolio .pagination {
    padding: 0;
    position: relative;
}
.pagination > li > a {
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    color: rgb(144, 157, 165);
}
.pagination > li > a.current,
.pagination > li > a:hover {
    background-color: #00ADF1;
    color: #fff;
}
.theme-pagination .pagination {
    margin: 0;
}
.account-urls > a{
    color: #fff;
    margin-left: 15px;
    position: relative;
}
.account-urls.first > a:first-child{
    color: #fff;
    margin-left: 0;
}
.account-urls > a::before {
    content: "??";
    font-size: 28px;
    left: -12px;
    position: absolute;
    top: -9px;
}
.account-urls > a:first-child::before {
    content: "";
}
.account-urls > a:hover{
    color: rgb(255, 255, 255);
    opacity: 0.85;
}
.theme-pagination-holder .pagination{
    text-align: center;
}
.pagination .page-numbers:hover {
    background-color: #6EACB7;
    color: #fff;
}
.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #565656;
    float: left;
    font-size: 19px;
    line-height: 40px;
    margin: 0 5px 0 0;
    position: relative;
    text-decoration: none;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 40px;
    height: 40px;
}
/*Blog: Breadcrumps*/
.theme-breadcrumbs .page-title {
    color: #485052;
    margin: 8px 0;
    opacity: 0.8;
    line-height: 150%;
}
.breadcrumb{
  padding: 0 0 0 2px;
}
.breadcrumb .active {
    margin-left: 3px;
}
.breadcrumb a::after{
    color: #cccccc;
    margin-left: 5px;
}
.breadcrumb a::before {
    background: white none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 2px;
    opacity: 0.4;
    position: absolute;
    width: calc(100% - 13px);
}
.breadcrumb a:hover::before {
    opacity: 0.6;
}
.breadcrumb a{
  position: relative;
}
.theme-breadcrumbs {
    background: rgb(239, 244, 247) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(205, 209, 212, 0.7);
    padding: 10px 0;
}
.theme-breadcrumbs h2 {
    font-weight: 400;
    margin: 0;
}
.theme-breadcrumbs .breadcrumb{
    background: transparent;
    margin: 0;
    padding-right: 0; 
}
.breadcrumb > li + li::before{
    content: "";
    padding: 0;
}
.breadcrumb {
    color: #666;
}
#disqus_thread {
    margin-top: 40px;
}
/*Blog: Content*/
.img-responsive.single-post-featured-img {
    margin-bottom: 30px;
}
.single article .article-content.markup-image-alignment p:last-of-type {
    clear: both;
    margin-top: 30px;
}
.sticky-posts .post {
    padding-bottom: 26px;
}
.sticky-posts .post:nth-child(3n+1) {
    clear: left;
}
.sticky-posts a:hover .thumbnail-overlay{
    opacity: 1;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .thumbnail-overlay i {
    font-size: 27px;
    left: calc(50% - 10px);
    top: 45%;
}
.sticky-posts a:hover .post-date {
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .post-date {
    font-size: 14px;
    font-weight: 300;
    height: 60px;
    left: 15px;
    margin-top: 0;
    opacity: 1;
    padding: 2px;
    position: absolute;
    top: 15px;
    width: 60px;
}
.sticky-posts a {
    display: block;
}
.sticky-posts .rotate45_back {
    display: block;
    padding: 0px;
    width: 56px;
}
.sticky-posts .rotate45_back1 {
    display: block;
    padding: 0px;
    width: 56px;
}
.sticky-posts .post-date .rotate45_back {
    font-size: 22px;
}
.sticky-posts .post-date .rotate45_back1 {
    font-size: 16px;
}
.related-posts .post-author{
    color: #4c4c4c;
}
.sticky-posts .sticky_post_text_container .post-name a {
    color: #4c4c4c;
    line-height: 140%;
    margin-bottom: 6px;
    font-weight: bold;
}
.sticky-posts .sticky_post_text_container .post-name a:hover ,
.sticky-posts .sticky_post_text_container .post-author {
    color: rgba(0, 0, 0, 1);
}
.sticky_post_blog_details .post-name {
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.post-name.post-name-color a {
    color: #fff;
}
.post-name {
    margin: 0;
    font-size: 30px;
}
.single .post-name {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.single.single-portfolio .post-name {
    font-size: 30px;
    margin-bottom: 10px;
}
.related-posts .post-name{
    font-size: 18px;
}
.related-posts .post-excerpt {
    color: #565656;
    font-weight: 300;
    margin: 5px 0 0;
}
.article-categories a:hover {
    color: rgb(181, 185, 189);
}
.post-author-thumbnail {
    margin-bottom: 15px;
}
.author-content .post-date {
    color: rgb(181, 185, 189);
}
.post-excerpt {
    line-height: 150%;
    margin: 0;
    margin-top: 5px;
}
.comment-navigation > div a{
    color:  #000;
}
nav#comment-nav-above {
    margin-bottom: 10px;
}
.comment-navigation > div {
    display: inline-block;
    margin-right: 20px;
}
nav.comment-navigation {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.comments-area .no-comments {
    float: left;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.comment-pingbacks li {
    list-style: outside none none;
    margin-bottom: 30px;
}
.comment-pingbacks li footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.submit-comment,
.theme_comments {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.comment-form .form-fields {
    padding: 0;
}
.comment-form i {
    font-size: 20px;
    line-height: 45px;
    color: #b5b9bd;
    right: 20px;
    text-align: center;
    top: 0;
    width: 34px;
}
#form-allowed-tags {
    display: none;
}
.comments-area {
    margin-top: 40px;
}
.comments-area:focus {
    outline: none;
}
.comment_body > p {
    color: rgb(153, 153, 153);
}
.comment_body .reply_button {
    color: #999999;
    font-style: italic;
}
.comment_body .reply_button1 {
    padding-left: 0;
}
a.comment-reply-link,
a.comment-edit-link{
    color: #000;
}
.comment-footer-meta a.comment-reply-link,
.comment_body .reply_button1 .comment-reply-link {
    margin-left: 20px;
}
.comment-footer-meta a.comment-reply-link:first-child,
.comment_body .reply_button1 .comment-reply-link:first-child{
    margin: 0;
}
.comment-content.entry-content p:last-child{
    margin-bottom: 0px;
}
.comment-footer-meta {
    margin-top: 15px;
}
a.comment-post-date {
    color: #666;
    margin-left: 5px;
}
.comment-content.entry-content{
    margin-top: 20px;
    margin-bottom: 0px;
}
.comment_body .reply_button a {
    margin: 0 3px;
}
.comment .author_name {
    font-size: 17px;
    font-weight: bold;
    color: #454545 !important;
}
.comment-list.comments-area.theme_comments.comments {
    margin: 0;
}
.comment-respond {
    float: left;
    margin-bottom: 45px;
    margin-top: 40px;
    width: 100%;
}
.page .comment-respond {
    margin-top: 0;
}
.container.blog-posts {
    padding-bottom: 0;
}
.sticky_post_text_container {
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.sticky_post_text_container .post-author,
.sticky_post_text_container .post-name a {
    padding: 0 10px;
}
.sticky-posts .bottom {
    padding: 15px;
}
.sticky_post_blog_details {
    background: white none repeat scroll 0 0;
    padding: 15px 10px;
}
/*Blog specific color*/
.text-white .post-name a {
    color: rgb(255, 255, 255);
}
.text-white .post-name a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-category-comment-date {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-author {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-tags a {
    color: rgba(255, 255, 255, 1);
}
.text-white .post-comments a {
    color: rgba(255, 255, 255, 1);
}
.text-white .post-excerpt p {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .more-link {
    color: rgba(255, 255, 255, 1);
}
.text-white .more-link:hover {
    color: rgba(255, 255, 255, 0.8);
}
/*Blog related posts specific color*/
.related_blog_details {
    padding: 30px;
    background: #fff;
}
.sticky-posts .post .post-author a {
    color: #000;
    font-weight: 500;
}
.related_blog_custom.text-white .post-excerpt {
    color: rgba(255, 255, 255, 0.8);
}
.related_blog_custom.text-white .post-author {
    border: medium none;
}
.related_blog_custom.text-white .post-name {
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: normal;
}
.related_blog_custom {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
/*Blog: Single blog post page*/
.single-post .single-post-article-header {
    position: relative;
}
#dpsp-content-bottom li, #dpsp-content-top li {
    padding-left: 5px;
    padding-right: 5px;
}
#dpsp-content-top {
    margin: -11px -5px 30px;
}
.single-post-holder {
    background: rgba(36,38,35, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    width: 100%;
}
.inside-holder {
    padding: 15% 0;
}
.single-post-social > div {
    display: inline;
    margin: 0 10px;
}
.single-post-social > div > i {
    margin: 0 5px;
}
.single-post-holder .single_post_title {
    clear: both;
    color: white;
    display: block;
    font-size: 55px;
    margin: 0 auto;
}
.single-post-social .single-post-shares {
    border: 1px solid;
    padding: 10px 15px;
}
.single-post-social {
    color: #ffffff;
    padding: 30px 0;
}
.single_tax::after {
    content: ",";
    color: #000;
    opacity: 0.5;
}   
.single_tax:last-child::after {
    content: "";
}   
.article-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.article-footer {
    overflow: hidden;
    padding: 20px 0;
}
.article-tags-comments .article-comments {
    margin: 0;
    padding: 0;
}
.article-tags i {
    margin-right: 8px;
}
.article-tags-comments {
    color: rgb(153, 171, 183);
}
.article-details .post-author {
    border-bottom: 0 none;
    color: rgb(153, 171, 183);
    font-size: 14px;
    margin: 4px 0;
    padding-bottom: 0;
}
.article-tags-comments {
    border-top: 1px solid rgb(229, 236, 239);
    border-bottom: 1px solid rgb(229, 236, 239);
    color: rgb(153, 171, 183);
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}
.article-categories > h3 {
    color: #565656;
    display: inline;
    font-size: 16px;
    margin: 0;
}
.article-categories i {
    margin-right: 3px;
}
.categories {
    color: #6d7a83;
    display: inline;
    font-size: 15px;
    width: auto;
}
.article-categories {
}
.article-categories a {
    color: rgb(0, 0, 0);
}
.social-sharer i:hover {
    background: #e7e8e8 none repeat scroll 0 0;
}
.social-sharer i {
    background: #f1f2f2 none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #6d6d6d;
    padding: 8px;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
}
.social-sharer li:hover a {
    color: #fff;
}
.social-sharer li a {
    color: #fff;
    display: block;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
}
.social-sharer > li.facebook{
  background: #3b5999;
}
.social-sharer > li.twitter{
  background: #34CBFF;
}
.social-sharer > li.google-plus{
  background: #D14836;
}
.social-sharer > li.linkedin{
  background: #01669A;
}
.social-sharer > li.reddit{
  background: #6FC2FD;
}
.social-sharer > li.tumblr{
  background: #2D5770;
}
.social-sharer > li.pinterest{
  background: #B30610;
}
.social-sharer > li {
    background: none repeat scroll 0 0 #d7dbdd;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 8px 12px;
    text-align: center;
    width: 40px;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
}
.article-social {
    margin-top: 30px;
}
.social-sharer {
    display: inline;
    margin: 0;
    padding: 0;
}
.article-social > h3 {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
}
.author-bio .author-thumbnail {
    margin: 0;
}
.author-thumbnail p {
    margin: 0;
}
.author-bio {
    margin-top: 30px;
    overflow: hidden;
    padding: 30px 15px;
}
.no-author-pic .avatar {
    display: none;
}
.author-name {
    padding: 0 15px;
}
.author-name span:first-child {
    color: #ffffff;
    font-weight: bold;
}
.author-name span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}
.author-job {
    color: #565656;
}
.author-biography {
    color: rgb(181, 185, 189);
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
    margin-top: 18px;
}
.author-see-more {
  border: 1px solid rgb(181, 185, 189);
  border-radius: 5px;
  color: rgb(181, 185, 189);
  display: inline-table;
  margin-top: 10px;
  font-weight: 300;
  font-size: 13px;
  padding: 8px 12px;
  transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
}
.author-see-more:hover {
  background: rgb(235, 236, 237) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-weight: 300;
}
.author-see-more:hover{
}
.author-links {
    right: 15px;
    top: 15px;
}
.author-links .rotate45 {
    float: left;
    margin: 8px 1px 8px 14px;
    width: 33px;
}
.author-links .rotate45 a {
    color: #ffffff;
    display: block;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.related-posts {
    margin: 60px 0;
}
.more-link {
    display: block;
    float: left;
    margin-top: 10px;
}
.single-post-tags {
    margin-top: 30px;
}

/*Comments list and form*/
/*List*/
.comment-list .comment-respond {
    margin: 20px 0 50px;
}
.comment-content.entry-content img {
    margin: 10px 0;
}
#comments input#wp-comment-cookies-consent {
    display: inline-block;
    width: auto;
    position: relative;
    top: 1px;
    margin-right: 6px;
}
input#wp-comment-cookies-consent {
    width: auto;
}
.comment-list .comment-body {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.comments_holder {
    background-color: #f7f7f7;
}
#comments .author_name a {
    color: #454545;
    font-weight: 600;
}
#comments .comment_author {
    margin: 0;
    padding-left: 0;
}
#comments .children {
    overflow: auto;
    margin: 0;
}
.logged-in .form-comment {
    padding: 0;
    width: 100%;
}
.author-bio .avatar.photo {
    float: left;
}
.avatar.photo {
    height: auto;
    width: auto;
}
.comments-area .single_comment:first-child {
    border-top: 0 none;
    margin: 0;
    padding: 0;
}
.single_comment {
    border-top: 1px solid rgb(235, 235, 235);
    margin-top: 20px;
    overflow: auto;
    padding-top: 20px;
}
.comment-form textarea {
    height: 137px;
}
.wp-block-search .wp-block-search__input,
.wc-block-product-search .wc-block-product-search__field,
.fixed-search-inside .search-input,
.comment-form input,
.comment-form textarea {
    border: 1px solid #d1d3d6;
}

.comment-form input,
.comment-form textarea {
    padding: 10px;
    width: 100%;
}
input, textarea, select {
    outline: none;
}
.wp-block-search .wp-block-search__input:focus,
.wc-block-product-search .wc-block-product-search__field:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border: 1px solid #b5b9bd;
    border-radius: 0;
}
.comment-form-author {
    margin-bottom: 25px;
}
.form-submit {
    float: left;
}
.form-submit input {
    color: rgb(255, 255, 255);
    padding: 8px 15px;
}
.form-submit input[type="submit"] {
    border: 0 none;
    font-weight: 600;
}
/*Next - Previous posts*/
.prev-next-post {
    float: left;
    margin-bottom: 70px;
    margin-top: 30px;
    width: 100%;
}
.prev-post a i,
.prev-next-post .prev-post span {
    float: left;
}
.next-post a i,
.prev-next-post .next-post span {
    float: right;
}
.prev-next-post span {
    font-size: 17px;
    line-height: 30px;
    margin: 0 10px;
}
.prev-next-post .rotate45 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c1c1c1;
    width: 36px;
}
.prev-post, .next-post {
    padding: 0;
}
.next-post a, .prev-post a {
    display: inline-block;
}
.next-post a i, .prev-post a i {
    color: #000000;
    font-size: 30px;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    opacity: 0.3;
}
.next-post a i:hover, .prev-post a i:hover {
    opacity: 1;
}
/*---------------------------------------------*/
/*--- 11.1. Sidebar/Widgets ---*/
/*---------------------------------------------*/
.vc_row .widget-title {
    color: #2f383d; /*set the color to a nice dark*/
    font-weight: bold; /*makes the font bold*/
    margin-top: 0; /*adds margin top zero px*/
    font-size: 18px; /*set the font-size*/
    margin-bottom: 15px; /*adds margin bottom 15 px*/
    text-transform: uppercase;
}
/*Quick fix for all widgets*/
.vc_row .widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
/*Quick fix for all widget lists*/
body .widget_nav_menu ul {
    padding-left: 0;
}
body .widget_nav_menu .menu .menu-item-has-children > ul {
    padding-left: 10px;
}
.vc_row .widget_nav_menu li::before, 
.vc_row .widget_nav_menu li::before, 
.vc_row .widget_pages li::before, 
.vc_row .widget_meta li::before, 
.vc_row .widget_archive li::before, 
.vc_row .widget_categories .cat-item::before, 
.vc_row .recentcomments::before, 
.vc_row .widget_recent_entries li::before {
    background: transparent !important;
}
.single_post_author_details .single_post_social i {
    color: #838d8f;
}
.single_post_author_details {
    border: 1px solid #f3f3f3;
    padding: 30px 15px;
    text-align: center;
}
.single_post_author_details .single_post_author_name {
    margin: 0;
    padding: 20px;
}
.single_post_author_details .single_post_facebook {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f3f3f3 navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    padding: 0;
}
.single_post_author_details .single_post_facebook a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_tweeter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f3f3f3 navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    padding: 0;
}
.single_post_author_details .single_post_tweeter a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_instagram {
    border: 1px solid #f3f3f3;
    padding: 0px;
}
.single_post_author_details .single_post_instagram a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_author_page a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #838d8f;
    display: block;
    padding: 10px;
}
.textwidget a {
  margin-right: 15px;
  font-weight: bold;
}
.widget_thecrate_address_social_icons .social-links > li {
    display: inline-table;
    height: 30px;
    margin-bottom: 5px;
    width: 30px;
}
.widget_thecrate_address_social_icons {
    margin-bottom: 30px;
}
.widget_nav_menu ul {
    padding-left: 5px;
}
.widget select {
    max-width: 100%;
    padding: 10px;
}
.widget_archive > select {
    color: #666666;
    width: 100%;
}
.widget_categories label,
.widget_archive label {
    display: none;
}
.widget_thecrate_address_social_icons .social-links{
    margin: 0;
    padding: 0;
}
.widget_thecrate_address_social_icons .social-links a {
    color: rgb(255, 255, 255) !important;
    display: block;
    height: 35px;
    text-align: center !important;
    width: 35px;
    line-height: 35px;
}
/*Calendar widget*/
#wp-calendar {
    width: 100%;
}
#wp-calendar td#today{
    color: #fff;
}
.is_sticky {
    color: #ffffff;
    display: inline-table;
    float: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 7px;
    padding: 0 7px 2px;
}
.widget_search .search-field:focus{
    border: 1px solid #dbdbdb;
}
.widget_search .search-field {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    outline: 0 none;
    padding: 0 52px 0 20px;
    text-transform: uppercase;
}
.search-form {
    position: relative;
}
.widget_search .search-field::-webkit-input-placeholder {
   color: #000;
}
.widget_search .search-field:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}
.widget_search .search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
.widget_search .search-field:-ms-input-placeholder {  
   color: #000;  
}
.search-form input[type="submit"],
.fixed-search-inside .search-submit{
    font-family: 'Font Awesome 5 Free';
}
.search-form input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333333;
    cursor: pointer;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    padding: 0 !important;
}
.search-form input[type="submit"]:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333 !important;
}
.no-results input[type="submit"] {
    border: 0 none;
    color: #ffffff;
    display: initial;
    height: auto;
    padding: 6px 40px;
    right: -1px;
    width: auto;
}
.wp-caption-text {
    font-weight: 300;
    padding-top: 4px;
    margin-bottom: 25px;
}
.sidebar-content .widget {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}
.sidebar-content .widget-title {
    color: #2f383d;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}
.sidebar-content .widget_archive li::before,
.sidebar-content .widget_categories .cat-item::before,
.sidebar-content .recentcomments::before, 
.sidebar-content .widget_recent_entries li::before,
.sidebar-content .widget_nav_menu li::before,
.sidebar-content .widget_pages li::before,
.sidebar-content .widget_meta li::before{
    color: #444;
}
.sidebar-content .widget:first-child .widget-title {
    margin-top: 0;
}
.no-results.not-found .page-title:last-child {
    margin-top: 13px;
    font-weight: 500;
}
.widget_search .search-field, .widget_search label {
    width: 100%;
    position: relative;
}
.widget_search label i {
    position: absolute;
    top: 18px;
    right: 18px;
}
.no-results input[type="search"]:focus {
    border: 1px solid #cccccc;
}
.search-form .screen-reader-text {
    display: none;
}
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_popular_recent_tabs .post-description{
    font-weight: 300;
}
#wp-calendar th,
#wp-calendar td, 
#wp-calendar caption,
.widget_search .search-field,
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_popular_recent_tabs .post-description,
.textwidget{
    color: #565656;
}
/*Tagcloud widget*/
.tagcloud > a:hover{
  border-color: transparent;
}
.tagcloud {
    display: inline-block;
}
.wp-block-tag-cloud .tag-cloud-link,
.tagcloud > a {
    font-size: 14px !important;
    color: #e5e5e5;
    display: block;
    float: left;
    border: 1px solid rgba(255,255,255,0.08);
    font-weight: 300;
    margin-bottom: 6px;
    margin-right: 5px;
    font-size: 12px !important;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.wp-block-tag-cloud .tag-cloud-link,
.sidebar-content .tagcloud > a {
    color: #1a1b22;
    padding: 5px 10px;
    border: 1px solid #ddd;
    box-shadow: none;
}
.wp-block-tag-cloud .tag-cloud-link,:hover
.tagcloud > a:hover,
.sidebar-content .tagcloud > a:hover {
    color: #fff;
}
/*Widget: accordion*/
.widget_toggles .panel-heading {
    padding: 0;
}
.widget_toggles .panel-heading a {
    display: block;
    padding: 10px 15px;
}
.widget_toggles .panel-heading a.collapsed::after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12%;
}
.widget_toggles .panel-heading a::after {
    content: "\f068";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12%;
}
/*Widget: Testimonials slider*/
.testimonials_slider .testimonial-content {
    color: #565656;
}
.testimonial-client-details {
    margin-top: 15px;
}
.testimonials_slider .testimonial-content:after {
    bottom: 28px;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f1f1f1;
    border-width: 13px;
    margin-left: -30px;
}
.testimonials_slider .testimonial-content span {
    background: none repeat scroll 0 0 #f1f1f1;
    display: block;
    padding: 15px;
    
}
/*Elements: Popular Recent posts - tabs*/
.widget_popular_recent_tabs .nav-tabs > li > a{
    margin: 0;
    text-align: center;
}
.widget_popular_recent_tabs .nav-tabs > li{
    width: 50%;
}
.widget_popular_recent_tabs .nav-tabs > li.active {
    border-top: 5px solid;
}
.widget_popular_recent_tabs .nav-tabs li.active a {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
}
.widget_popular_recent_tabs .nav-tabs li a {
    background: none repeat scroll 0 0 #ecf0f2;
    border-top: 5px solid #ecf0f2;
    color: #565656;
    outline: medium none;
    border-bottom: 0 none;
}
.widget_popular_recent_tabs .widget_body {
    border-left: 1px solid #e1e4e7;
    border-right: 1px solid #e1e4e7;
    border-bottom: 1px solid #e1e4e7;
}
.widget_popular_recent_tabs .tab-content {
    padding: 15px;
}
.widget_popular_recent_tabs .recent-post,
.widget_popular_recent_tabs .popular-post {
    margin-bottom: 20px;
}
.widget_popular_recent_tabs .recent-post:last-child,
.widget_popular_recent_tabs .popular-post:last-child {
    margin-bottom: 0;
}
.widget_popular_recent_tabs .post-title {
    font-size: 16px;
    margin-top: 5px;
}
.widget_popular_recent_tabs .post-date {
  color: #666666;
  margin-bottom: 5px;
  margin-left: 0;
}
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li {
    position: relative;
}
.sidebar-content .widget_nav_menu .menu{
    padding: 0;
}
.sidebar-content .widget_nav_menu li{
    margin-bottom: 5px;
}
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu a {
    width: 100%;
}
/*Widget: Social Share Icons*/
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(20px,-10px,0);
  transform: translate3d(20px,-10px,0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip_share {
  display: inline;
  position: relative;
  z-index: 999;
}
/* Trigger text */
.tooltip-item {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
}
/* Gap filler */
.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip_share:hover .tooltip-item::after {
  pointer-events: auto;
}
/* Tooltip */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 120px;
  left: 50%;
  margin: 0;
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
  background: #2a3035;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.tooltip_share:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(20px, 3px, 0px) rotate3d(0,0,0,0);
  transform: translate3d(20px, 3px, 0px) rotate3d(0,0,0,0);
}
/* Arrow */
.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #6CDFEA;
  border-width: 10px;
  margin-left: -10px;
}
/* Tooltip content*/
.tooltip-text {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a {
    float: left;
    border-radius: 0;
    width: 33.3333%;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.twitter {
    background: #6CDFEA;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.twitter:hover {
    background: #50d9e6;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.facebook {
    background: #3B5998;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.facebook:hover {
    background: #344f87;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.google-plus {
    background: #E34429;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.google-plus:hover {
    background: #d3361b;
}
ul.share-social-links {
  list-style-type: none;
  padding: 0;
}
.share-social-links li {
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.share-social-links li a {
    border-radius: 0;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 15px;
}
.share-social-links li:hover {
    opacity: 0.85;
}
.widget_social_share {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}
/*Widget: Categories*/
ul, ol {
    padding-left: 20px;
}
.wp-block-page-list,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories,
.sidebar-content .widget_nav_menu > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul {
    list-style: outside none none;
    padding-left: 0;
}
.widget_recent_entries li::before{
    margin-right: 0px !important;
}
.wp-block-page-list li,
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li,
.recentcomments {
    list-style: outside none none;
    margin-bottom: 5px;
}
.widget_recent_comments > ul{
    padding: 0;
    margin-bottom: 5px;
}
a.wp-block-latest-comments__comment-link,
a.wp-block-latest-comments__comment-author{
    font-weight: 600;
    color: #777777;

}
.wp-block-tag-cloud a,
.wp-block-page-list a,
.wp-block-latest-posts a,
.wp-block-archives a,
.wp-block-categories a,
.recentcomments a, .widget_recent_comments > ul, .widget_nav_menu li, .widget_nav_menu li a, .sidebar-content .widget_nav_menu li, .sidebar-content .widget_nav_menu li a, .widget_recent_entries li, .widget_recent_entries li a, .widget_pages li, .widget_pages li a, .widget_meta li, .widget_meta li a, .widget_archive li, .widget_archive li a, .widget_categories .cat-item, .widget_categories li a {
    color: #777777;
    font-weight: 400;
    list-style: none;
}
.recentcomments a {
    color: #000;
}
.widget_thecrate_recent_entries_with_thumbnail li {
    list-style: outside none none;
    margin: 0 0 15px;
}
.widget_thecrate_recent_entries_with_thumbnail li a {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}
.sidebar-content .widget_nav_menu li {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}
/*Widget: Tweets*/
.tweet-title .col-md-2 {
  margin: 0;
  padding: 2px 0;
  width: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tweeter-profile {
    opacity: 0.5;
    padding-left: 10px;
}
.tweet-body {
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.8);
}
.tweet-body a{
    font-style: italic;
}
.tweets .tweet {
    border-bottom: 1px solid rgb(225, 228, 231);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tweets .tweet:last-child {
    border: 0 none;
    margin: 0;
}
.tweets-profile-url {
    border-bottom: 1px solid #e1e4e7;
    border-top: 1px solid #e1e4e7;
    padding: 10px 0;
}
/*Recent posts with thumbnails widget*/
.widget_thecrate_recent_entries_with_thumbnail > ul {
    padding: 0;
}
.widget_recent_entries > ul {
    padding: 0;
}
.widget_thecrate_recent_entries_with_thumbnail li:hover .thumbnail-overlay{
    opacity: 1
}
.widget_recent_entries li:hover .thumbnail-overlay{
    opacity: 1
}
.thumbnail-overlay {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.thumbnail-overlay i {
    color: rgb(255, 255, 255);
    font-size: 17px;
    left: 38%;
    top: 38%;
}
.widget_thecrate_recent_entries_with_thumbnail a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.widget_recent_entries a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.widget_thecrate_recent_entries_with_thumbnail .post-date {
    color: #6d7a83;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}
.widget_recent_entries .post-date {
    color: #6d7a83;
    margin: 0;
}
.widget_thecrate_recent_entries_with_thumbnail .post-thumbnail {
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.widget_recent_entries .post-thumbnail {
    padding: 0;
    overflow: hidden;
}
.related-posts.sticky-posts .rotate45_back {
    padding: 0;
    width: 56px;
}
.related-posts.sticky-posts .rotate45_back1 {
    padding: 0;
    width: 56px;
}
.slider_navigation {
    bottom: calc(35%);
    left: 10%;
    position: absolute;
    width: 80%;
    z-index: 1;
}
.slider_navigation .btn {
    background: rgba(47, 56, 61,.8) none repeat scroll 0 0;
    border: 0 none;
    color: rgb(255, 255, 255);
    height: 40px;
    line-height: 26px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    width: 40px;
}
.slider_navigation .btn:hover{
    opacity: 0.85;
}
.hephaistos .tp-bullet:hover, 
.hephaistos .tp-bullet.selected {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 0 none;
    padding: 3px;
}
.hephaistos .tp-bullet {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid rgb(255, 255, 255);
    padding: 1px;
}
/*Widgets general rules*/
.left_sidebar .widget-title,
.right_sidebar .widget-title {
    color: #000000;
    padding-bottom: 10px;
}
.widget-title {
    color: #ffffff;
}
/*Section: Posts*/
.latest-posts h3, .latest-tweets h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 12px;
    text-align: left;
    text-transform: uppercase;
}
.latest-posts h3 .fa, .latest-tweets h3 .fa{
    margin-right: 8px;
}
.latest-posts .post-date {
    text-align: center;
}
.latest-posts .post-date-month {
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}
.latest-posts .post-date-day {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}
.latest-posts .single-post {
    border-bottom: 1px solid #dadee1;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.latest-posts .single-post:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.latest-posts .post-details {
    margin-top: 10px;
    opacity: 0.6;
    font-size: 12px;
}
.latest-posts .post-details,
.latest-posts .post-name {
    padding: 0 15px;
}
.latest-posts .post-name a {
    color: #000;
}
.rotate45 {
    color: rgb(255, 255, 255);
    height: auto;
    margin-top: 15px;
    padding: 7px 5px;
    text-align: center;
    width: auto;
}
.single-tweet {
    border-bottom: 1px solid rgb(218, 222, 225);
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 0;
}
.single-tweet:last-child {
    border-bottom: 0 none;
}
.tweet-content {
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 5px;
}
/*---------------------------------------------*/
/*--- 13. 404 Not found page ---*/
/*---------------------------------------------*/
.page-header-404 h1.page-title {
    color: #000;
}
.error404 .page-content > img {
    display: block;
    margin: 0 auto;
}
.error404 .error-404 {
    color: #565656;
}
.error404 .blog-posts {
    overflow: hidden;
}
.error404 h2.page-title {
    font-weight: bold;
}
.error404 .error-404 img {
    max-width: 500px;
    width: 100%;
}
.error404 .error-404 p {
    margin-top: 20px;
    margin-bottom: 30px;
}
/*---------------------------------------------*/
/*--- 14. Clients slider ---*/
/*---------------------------------------------*/
.col-md-9.main-content .clients-container img {
    width: 85%;
}
.clients-container .item > img {
    display: block;
    margin: 0 auto;
    width: 70%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.clients-container .item > img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
}
/*REV SLIDER*/
.wpb_accordion_content .post-comment {
    color: #565656;
}
.navigation.posts-navigation {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
.edit-link .vc_inline-link::before {
    color: #000000;
    content: "/ ";
}
.edit-link {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
#primary .main-content ul.themeslr-slider li.single-slide.selected {
    position: relative;
}
#primary .main-content ul.themeslr-slider li.single-slide:before{
    display: none;
}
#primary .main-content ul.themeslr-slider li.single-slide {
    position: absolute;
}
.page .themeslr-slider-wrapper .themeslr-slider li:before {
    display: none;
}
.page .themeslr-item-info .desc {
    opacity: 0.6;
}
.themeslr-slider-wrapper .themeslr-slider li {
    margin: 0 !important;
}
.masonry_banner.masonry-brick {
    width: 45%;
}
.masonry_banners img {
    height: auto;
    width: 100%;
}
.masonry_banners.banners_column {
    overflow: hidden;
}
.banners_column > .col-md-6 {
    padding: 0;
}
.masonry_banner {
    margin: 2.5px;
    margin-bottom: 5px;
}
.sale_banner .sale_banner_holder::before,
.sale_banner .sale_banner_holder::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.sale_banner .sale_banner_holder::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.sale_banner .sale_banner_holder::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.sale_banner:hover .sale_banner_holder:before,
.sale_banner:hover .sale_banner_holder:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.sale_banner_holder {
    border: 1px solid rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    padding: 20px;
    position: absolute;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: center;
    top: 0;
    width: 100%;
}
.sale_banner_holder{
    border: 0 none;
}
.sale_banner_holder a {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    text-transform: uppercase;
}
.banner_holder {
    position: absolute;
    top: 65%;
    width: 93%;
    z-index: 1;
}
.categories .category {
    display: inline-table;
    margin-right: 30px;
}
.categories .category:last-child {
    margin-right: 0;
}
.categories_shortcode {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.categories_shortcode .owl-controls {
    height: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 30%;
    width: 100%;
}
.categories_shortcode .owl-controls .owl-buttons {
    height: 0;
}
.categories_shortcode h5 {
    font-size: 16px;
    margin: 5px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.categories_shortcode .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
}
.categories_shortcode .owl-controls .owl-buttons i {
    background-color: #94a1a9;
    border-radius: 50%;
    height: 25px;
    padding: 7px;
    width: 25px;
}
.categories_shortcode .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.categories_shortcode a {
    cursor: pointer;
}
.categories_shortcode .category{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    width: 100%;
}
.categories_shortcode .category img {
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 0.5;
}
.categories_shortcode .category.active,
.categories_shortcode .category:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
}
.wpb_button.btn-filled:before,
.wpb_button.btn-filled:after{
    display: none;
}
.wpb_button.btn-filled.btn-filled-gray:hover,
.wpb_button.btn-filled.btn-filled-gray{
    background: #7f8c8d;
    color: #fff !important;
}
.wpb_button.btn-filled {
    padding: 15px 20px !important;
    font-size: 17px !important;
}
.wpb_button.btn-filled:hover,
.wpb_button.btn-filled{
    background: white;
}
.form-control,
.wpb_button,
.owl-theme .owl-controls .owl-buttons div,
#theme-main-head,
#contact_form .button[type="submit"],
#contact-us .form-control,
.search-field,
.btn-lg, 
.btn-group-lg>.btn,
.btn,
pre,
.slider_navigation .btn,
.widget_popular_recent_tabs .nav-tabs li a,
.thumbnail,
.widget_toggles .panel-group .panel,
.panel,
.panel-heading{
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
::i-block-chrome, .widget_search .search-field{
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}
iframe,
embed,
figure {
    max-width: 100%;
}
pre {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
}
li:hover .hover-components .component a{
    background: transparent !important;
}
.parallax-head h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
}
.parallax-head h3, .parallax-head h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
}
/* CUSTOM CSS for MEGA MENU PLUGIN */
.mega_dropdown li a::before,
.mega_dropdown li a::after {
    content: "";
    display: none;
}
.mega_dropdown .mega_dropdown{
    padding-bottom: 15px !important;
}
/*IS MOBILE*/
.is-mobile .masonry_banner a::before, 
.is-mobile .masonry_banner a::after,
.is-mobile .sale_banner .sale_banner_holder::before, 
.is-mobile .sale_banner .sale_banner_holder::after{
    display: none;
}
.article-header {
    margin-bottom: 30px;
}
.header-title-breadcrumb .post-category-date {
    margin-bottom: 15px;
    font-weight: 300;
}
.woocommerce-page .header-title-breadcrumb-overlay {
    padding: 50px 0;
}
.header-title-breadcrumb-overlay{
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 150px 0;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header-title-breadcrumb-overlay.no-featured-image li,
.header-title-breadcrumb-overlay.no-featured-image h1 {
  color: #fff;
}
.header-title-breadcrumb-overlay.no-featured-image {
    background: #053360;
    color: rgb(66, 46, 57);
    padding: 50px;
    position: relative;
}
.header-title-breadcrumb-overlay h1 {
    align-self: center;
    color: #333333;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 20px 0;
    width: 100%;
}
.header-group .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
}
.header-group .breadcrumb li a{
  color: #949494;
}
.header-group .breadcrumb li.active {
  color: #000000;
}

/*---------------------------------------------*/
/*--- CSS FOR SAFARI ---*/
/*---------------------------------------------*/
::i-block-chrome, #contact-us .form-control{
    margin-bottom: 15px;
}
::i-block-chrome, .tp-leftarrow.default,
::i-block-chrome, .tp-rightarrow.default {
    top: 45% !important;
}
/* Add new rules for this interval below */
/*CSS FOR CHROME*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
  .fixed-search-inside .search-submit {
      padding: 15px 10px;
  }
}
/*---------------------------------------------*/
/*--- 17. Carousel Post ---*/
/*---------------------------------------------*/
#sync2 .post_slider_author {
    clear: both;
    color: #838d8f;
    display: block;
    font-size: 14px;
}
#sync2 .post_slider_title {
    clear: both;
    color: #3c3d41;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
#sync2 .item.single_post_slider {
    border-right: 2px solid #65abd0;
    cursor: pointer;
    padding-left: 30px;
}
#sync2 {
    padding-top: 20px;
}
#sync2 .owl-item:nth-child(4) .item.single_post_slider {
    border-right: medium none;
}
#sync1 .item img {
    min-width: 100%;
    padding-bottom: 0;
}
.post-slider-holder {
    background: rgba(36,38,35, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    width: 100%;
}
.post-slider-holder .post_slider_title {
    clear: both;
    color: white;
    display: block;
    font-size: 55px;
    margin: 0 auto;
    padding: 15px 0;
}
.post-slider-holder .post_slider_excerpt {
    clear: both;
    color: #cddfe0;
    display: block;
    font-size: 30px;
    margin: 0 auto;
}
.post-slider-holder .post_slider_read_article {
    margin: 0 auto;
    padding: 30px 0;
}
.post-slider-holder .post_slider_read_article a {
    background-color: #65abd0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 50px;
}
/* Carousel post navigation */
.full-width-posts-slider .owl-theme .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}
.full-width-posts-slider .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 40px;
    font-size: 30px;
    margin: 5px;
    opacity: 0.5;
    padding: 17px 23px;
}
.full-width-posts-slider .owl-controls.clickable .owl-prev {
    left: 5%;
    position: absolute;
}
.full-width-posts-slider .owl-controls.clickable .owl-next {
    position: absolute;
    right: 5%;
}
/*---------------------------------------------*/
/*--- 19. Banner ---*/
/*---------------------------------------------*/
.image_and_text_holder .text_holder {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 28px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}
.image_and_text_holder {
    background-size: 100% auto;
}
/*---------------------------------------------*/
/*--- 21. Members ---*/
/*---------------------------------------------*/
.member-holder {
    background: rgb(236, 240, 241) none repeat scroll 0 0;
    overflow: hidden;
}
.member-holder .post-name {
    margin: 15px 0;
}
.member-holder .post-details {
    padding: 30px 15px 30px 30px;
}
article.single-post.member {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.single-member-type {
    background: rgb(233, 143, 255) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    padding: 2px 6px;
}
.member-holder .post-name a{
    color: black;
}
.member-contact-urls > p {
    margin: 0;
}
.member-holder .post-thumbnail {
    padding-right: 0;
}
.member-contact-urls a {
    color: rgb(0, 0, 0);
    margin: 0 3px;
}
/*---------------------------------------------*/
/*--- 22. Our Services ---*/
/*---------------------------------------------*/
.single-service-template .services-activities .post-name {
    margin-top: 0;
}
.single-service .single-post-article-header {
    position: relative;
}
.single-service .thumbnail-holder {
    position: relative;
}
.hover-service-content a {
    letter-spacing: 2px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.single-service .thumbnail-overlay {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.our-services .single-service {
    margin-bottom: 30px;
}
.thumbnail-overlay > span {
    color: rgb(255, 255, 255);
    display: block;
    left: 15px;
    line-height: normal;
    opacity: 1;
    padding: 4px 8px;
    position: absolute;
    top: 15px;
    visibility: visible;
}
.service-content.bottom-container {
    background: rgb(236, 240, 241) none repeat scroll 0 0;
    padding: 10px 25px;
}
.service-content.bottom-container > p {
    margin: 0 0 10px;
}
.single-service .hover-service-content a {
    border-color: rgb(255, 255, 255);
    letter-spacing: 3px;
    padding: 12px 30px;
    margin-top: 9px;
    text-transform: uppercase;
}
.single-service .hover-service-content a,
.single-service .hover-service-content a:hover{
    background: transparent;
}
.hover-service-content {
    background: rgba(101, 171, 207,.9) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.hover-service-content *{
    color: white;
    text-align: center;
}
.single-service:hover .hover-service-content{
    opacity: 1;
    visibility: visible;
}
.hover-service-content .post_title {
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0;
}
.hover-service-content .post_content {
    opacity: 0.7;
}
body .minimal-dark .esg-navigationbutton:hover, 
body .minimal-dark .esg-filterbutton:hover, 
body .minimal-dark .esg-sortbutton:hover, 
body .minimal-dark .esg-sortbutton-order:hover, 
body .minimal-dark .esg-filterbutton.selected {
    background: rgba(224, 224, 224, 0.5) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}
body .minimal-dark .esg-filterbutton, 
body .minimal-dark .esg-navigationbutton, 
body .minimal-dark .esg-sortbutton {
    background: rgba(224, 224, 224, 1) none repeat scroll 0 0;
    border: 1px solid rgba(178, 178, 178, 0.1);
    color: rgba(0, 0, 0,.6);
    font-size: 14px;
    font-weight: normal;
}
/*---------------------------------------------*/
/*--- 24. Sidebar menu ---*/
/*---------------------------------------------*/
.st-container .sidebar_menu {
    background-color: #f7f7f7;
    z-index: 2001;
}
.sidebar_menu .logo {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}
.st-menu.sidebar_menu .widget_nav_menu li {
    width: 100%;
}
.st-menu.sidebar_menu li a {
    color: rgb(0, 0, 0);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: left;
}
.st-menu.sidebar_menu .share-social-links li a {
    padding: 5px;
    color: white;
    height: auto;
    font-size: 16px;
    text-align: center;
}
.st-menu.sidebar_menu .share-social-links li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.st-menu.sidebar_menu .widget-title {
    color: black;
}
/*BLUR*/
/* General styles for the modal */
.themeslr-modal.themeslr-show *{
  opacity:1;
  visibility: visible;
}
.themeslr-modal *{
  opacity: 0;
  visibility: hidden;
}
.themeslr-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.themeslr-show {
  visibility: visible;
}
.themeslr-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.themeslr-show ~ .themeslr-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.themeslr-content {
  color: #3F3F3F;
  background: #FFFFFF;
  position: relative;
  margin: 0 auto;
}
.themeslr-content h3 {
  margin: 0;
  padding: 25px;
  font-size: 24px;
  font-weight: 300;
  background: #48A8A7;
  color: white;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.themeslr-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.themeslr-content > div p {
  margin: 0;
  padding: 10px 0;
}
.themeslr-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
.themeslr-content .themeslr-close {
    cursor: pointer;
    padding: 25px;
    right: 0;
    opacity: 0.8;
    top: 0;
}
.themeslr-content .themeslr-close:hover {
    opacity: 1;
}
/* Modal: BLUR */
.themeslr-show.themeslr-effect-16 ~ .themeslr-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.themeslr-show.themeslr-effect-16 ~ #page {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  filter: blur(4px);
}
.themeslr-effect-16 .themeslr-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.themeslr-show.themeslr-effect-16 ~ #page,
.themeslr-effect-16 .themeslr-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.themeslr-show.themeslr-effect-16 .themeslr-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
form#login{
    width: 100%;
}
form#login p.status{
    display: none;
}
.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
form#login a.lost {
    font-size: 15px;
    margin-bottom: 7px;
    display: block;
}
form#login label {
    margin-bottom: 0;
    margin-top: 8px;
}
form#login .register_button:hover,
form#login .submit_button:hover{
  background: #feaf23;
}
form#login .register_button,
form#login .submit_button {
    border: 0 none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    font-weight: 300;
    padding: 8px 15px;
    background: #FFBA41;
}
#login input[type="password"],
#login input[type="text"] {
    border: 1px solid rgb(229, 236, 239);
    padding: 8px;
}
 /*Button default classes*/
.btn.btn-primary {
    background-color: #3498db;
    color: #ffffff;
}
.btn.btn-success {
    background-color: #2ecc71;
    color: #ffffff;
}
.btn.btn-info {
    background-color: #03C2FF; 
    color: #ffffff;
}
.btn.btn-warning {
    background-color: #FFBA41;  
    color: #ffffff;
} 
.btn.btn-danger {
    background-color: #e74c3c;  
    color: #ffffff;
}
/*Hover Effects
/* ------- Blog Posts Efects -------*/
.page-template-template-blog .blog-posts .post-details .post-name {
    margin-top: 0;
}
.shortcode_post_content:hover::after {
    left: 0;
}
.shortcode_post_content .text_content .post-more-download .post_link {
    float: right;
}
.shortcode_post_content .text_content .post-more-download .share_link {
    float: right;
}
/*Portfolio - title styles*/
/* General link styles */
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 60px;
  color: #fff;
  display: inline-block;
}
/* Kukuri */
.link--kukuri {
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  line-height: 0.75;
  color: #fff;
}
.get-portfolio-details:hover .link--kukuri{
  color: #fff;
}
/*.link--kukuri:hover {
  color: #c5c2b8;
}
*/
.link--kukuri::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: #F9F9F9;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.get-portfolio-details:hover .link--kukuri::after{
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.link--kukuri::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
}
.get-portfolio-details:hover .link--kukuri::before{
  width: 100%;
}
/*SINGLE PORTFOLIO*/
.love-it i {
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.loved i {
    color: #6EACB7;
}
.portfolio-bottom-icons {
    margin-top: 50px;
}
.portfolio-bottom-icons a h4 {
    font-weight: 400;
}
.portfolio-bottom-icons i {
    color: #000000;
    font-size: 40px;
}
.portfolio-bottom-icons a:hover, .portfolio-bottom-icons a:hover i {
    color: #6EACB7;
}
.portfolio-bottom-icons a i{
    color: #000000;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.portfolio-bottom-icons a {
    display: inline-table;
    line-height: normal;
    color: #000000;
    margin: 0 30px;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.portfolio-bottom-icons {
    float: left;
    width: 100%;
    margin: 50px 0 40px;
}
.portfolio-bottom-description p {
    margin-bottom: 0;
}
.love-it-wrapper {
    display: inline-table;
}
.single-portfolio .love-count {
    display: block;
    font-weight: 400px;
    margin-top: 7px;
}
.portfolio-bottom-description label,
.portfolio-bottom-description i {
    color: #6EACB7;
    font-weight: 400;
    margin-right: 5px;
}
.portfolio-bottom-description a[rel="tag"] {
    color: #000000;
    font-weight: 300;
}
.portfolio-bottom-icons .loved i{
    color: #6EACB7;
}
img.portfolio-single-pic {
    margin-bottom: 20px;
}
img.portfolio-single-pic:last-child {
    margin-bottom: 0;
}
.single-portfolio .article-content {
    margin-bottom: 0;
    padding-bottom: 0;
}
.job_expire_in {
    color: #ffffff;
}
/*JOBS*/
button[data-toggle="modal"] {
    padding-right: 25px !important;
    background: #6EACB7 !important;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
button[data-toggle="modal"]:hover {
    background: #00a0db !important;
}
.job_descriptions > span {
    margin-right: 15px;
}
#apply_now input[type="text"], #apply_now input[type="email"], #apply_now input[type="file"], #apply_now textarea {
    border-radius: 3px;
    padding: 12px;
    width: 100%;
}
.modal-header {
    background: #6EACB7 none repeat scroll 0 0;
    color: #ffffff;
    padding: 30px;
}
#apply_now .modal-header {
    padding: 30px;
}
#apply_now .modal-body {
    padding-bottom: 0px;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}
#apply_now button.close {
    font-size: 30px;
    margin-top: 0;
    opacity: 0.8;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out;
}
#apply_now button.close:hover {
    opacity: 1;
}
#apply_now .modal-content {
    overflow: hidden;
}
#apply_now .wpcf7-submit {
    border-radius: 3px;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
}
.list-view .no-featured-image .post-date {
    display: none;
}
#apply_now .close > span {
    color: #ffffff;
}
#navbar > p:nth-child(2) {
    display: none;
}
.job-type a {
    background: #e98b39 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-table;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 16px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.job-type a:hover {
    color: #ffffff;
    background: #d35400 none repeat scroll 0 0;
}
/*VC_WIDGETIZED_AREA SIDEBAR STYLING*/
.wpb_widgetised_column .tagcloud > a {
    color: #020621;
}
.tagcloud > a:hover {
    color: #fff;
}
.wpb_widgetised_column h3#reply-title::after,
.wpb_widgetised_column h2.heading-bottom::after,
.wpb_widgetised_column .widget-title::after {
    background-image: url("../images/sidebar-pattern.png");
    background-repeat: repeat;
    background-color: transparent;
    content: "";
    display: inline-block;
    height: 20px;
    margin: -12px 0 0 15px;
    overflow: hidden;
    position: absolute;
    top: 45%;
    width: 1000px;
}
.vc_row .widget-title {
    line-height: 36px;
    margin-top: 0; /*adds margin top zero px*/
    font-size: 18px; /*set the font-size*/
    margin-bottom: 15px; /*adds margin bottom 15 px*/
    text-transform: uppercase;
}
/*Quick fix for all widgets*/
.vc_row .widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
/*Quick fix for all widget lists*/
.vc_row .widget_nav_menu li::before, 
.vc_row .widget_nav_menu li::before, 
.vc_row .widget_pages li::before, 
.vc_row .widget_meta li::before, 
.vc_row .widget_archive li::before, 
.vc_row .widget_categories .cat-item::before, 
.vc_row .recentcomments::before, 
.vc_row .widget_recent_entries li::before {
    background: transparent !important;
}
.wpb_widgetised_column .widget-title{
    overflow: hidden;
}
/*NAV SIDEBAR WITH VISUAL COMPOSER*/
.vc_row .widget_nav_menu li:before {
    content: "\f178";
    font-family: 'fontawesome';
    font-size: 12px;
    margin-right: 8px;
    margin-top: 1px;
    color: #e3111a;
}
.vc_row .widget_nav_menu li {
  display: block;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}
/*DESIGN FALLBACK*/
.navbar-default {
    background-color: #fff;
}
.tp-static-layers{
  opacity: 0 !important;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 30px;
}
.vc_tta.vc_general .vc_tta-tab>a{
    padding: 14px 40px !important;
}
/*26. WooCommerce*/
.woocommerce-MyAccount-navigation.thecrate-woocommerce-account-tabs.visible{
    top: 34px;
    opacity:1;
    visibility: visible;
    z-index: 2;
}
.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl {
    padding-left: 0;
    border-left: 0 navajowhite;
}
.woocommerce-MyAccount-navigation.thecrate-woocommerce-account-tabs {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    border-radius: 10px;
    background: #fff;
    right: 0;
    top: 80px;
    text-align: left;
    transition: all 250ms ease-in-out;
    box-shadow: 1px 1px 25px rgb(0 0 0 / 8%);
    overflow: hidden;
}
.woocommerce-MyAccount-navigation.thecrate-woocommerce-account-tabs li.woocommerce-MyAccount-navigation-link a {
    padding: 5px 20px;
    font-weight: 400;
    font-size: 15px;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    margin-bottom: 15px;
}
.woocommerce-error li:last-child, .woocommerce-info li:last-child, .woocommerce-message li:last-child{
    margin-bottom: 0px;
}
.woocommerce-Tabs-panel ul, 
.woocommerce-Tabs-panel ol,
.woocommerce-product-details__short-description ul, 
.woocommerce-product-details__short-description ol {
    line-height: 1.63043em;
}
/*Groupped Products*/
.woocommerce div.product form.cart.grouped_form{
    background: #fafafa;
    padding: 30px;
    border: 1px solid #ddd;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list.group_table {
    border-width: 0;
    margin-bottom: 15px;
}
.woocommerce-grouped-product-list-item__label label {
    font-weight: 600;
}
.woocommerce div.product form.cart .group_table td {
    padding-left: 0 !important;
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a{
    color: #000;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: 15px !important;
}
.related > h2, .upsells > h2 {
    color: #000;
    margin: 30px 0 30px;
}
.product_meta > span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.product_meta > span > .sku, .product_meta > span a {
    color: #666;
    letter-spacing: normal;
    text-transform: none;
    font-size: 15px;
}
form.checkout.woocommerce-checkout .form-row {
    margin-bottom: 15px;
}
.woocommerce-EditAccountForm button.woocommerce-Button.button {
    margin-top: 30px;
}
.woocommerce form.checkout_coupon .form-row {
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border-radius: 0;
}
.woocommerce form.checkout_coupon p.form-row.form-row-last {
    margin: 0;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
    top: 1.5em;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table {
    border-radius: 0;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #fff;
}
a.added_to_cart.wc-forward {
    font-weight: bold;
    margin-left: 10px;
}
.woocommerce ul.products li.product .price del bdi,
.woocommerce div.product p.price del bdi, .woocommerce div.product span.price del bdi{
  color: #141414;
}
.woo-grid-with-border ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    border: 1px solid #ddd;
}
.woocommerce div.product .product_title{
    color: #000;
}
.woocommerce ul.products li.product .price del bdi, 
.woocommerce div.product p.price del bdi, 
.woocommerce div.product span.price del bdi {
    color: #141414;
    text-decoration: line-through;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 22px;
    color: #222;
    transition: all 250ms ease-in-out;
}
span.woocommerce-Price-amount.amount {
    color: #666;
}
span.woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price ins {
    font-weight: normal;
    text-decoration: none;
}
.woocommerce ul.products li.product a img{
  margin: 0;
}
.single .woocommerce-product-gallery__image:first-child {
    margin-bottom: 12px;
}
.woocommerce div.product div.images figure.woocommerce-product-gallery__wrapper {
    margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(2) {
    margin-left: -10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 20%;
    display: inline-block;
    margin-right: 5px;
    padding: 10px;
}
.woocommerce-message::before {
    color: #053360;
}
.woocommerce nav.woocommerce-pagination ul{
    border: 0 none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0px 15px;
    color: #888;
    font-size: 19px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: #000;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 5px;
    border: 0 none;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
ul.woocommerce-error {
    color: red;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px 30px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    display: none;
}
.woocommerce-message {
    line-height: 47px;
    font-weight: 400;
}
.cart-collaterals h2 {
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
}
.woocommerce .cart_totals table.shop_table th {
    color: #000;
    padding-left: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: auto;
    display: inline-block;
}
.cart-collaterals h2 {
    font-weight: 600;
    margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
    margin: 10px 0;
}
.woocommerce div.product form.cart .variations label {
    color: #333333;
    font-size: 16px;
    margin: 20px 0;
}
.woocommerce-variation-price {
    margin-bottom: 20px;
}
tr.order-total td bdi {
    color: #000;
    font-weight: bold !important;
}
.woocommerce .thecrate_preloader_holder .blockUI.blockOverlay::before, 
.woocommerce .thecrate_preloader_holder .loader::before{
  display: none;
}
.woocommerce table.shop_table th{
    font-size: 16px;
}
.woocommerce table.shop_table .product-remove {
    padding-left: 0 !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: auto;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 16px !important;
}
.woocommerce table.shop_table td.actions {
    padding: 20px 0 !important;
    border-bottom: 0 !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-bottom: 0 none;
}
.woocommerce ul.products li.product .onsale {
    right: auto;
    left: 30px;
}
.woocommerce .product > span.onsale {
    left: 15px;
    top: 0px;
}
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale{
    background: url('images/svg/sale-badge.svg') no-repeat center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a.active {
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 35px 14px;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .46s cubic-bezier(.78,.76,.1,1);
    transition: -webkit-transform .46s cubic-bezier(.78,.76,.1,1);
    -o-transition: transform .46s cubic-bezier(.78,.76,.1,1);
    transition: transform .46s cubic-bezier(.78,.76,.1,1);
    transition: transform .46s cubic-bezier(.78,.76,.1,1),-webkit-transform .46s cubic-bezier(.78,.76,.1,1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    border: 0 none;
    background: transparent;
    border-radius: 0;
    z-index: 2;
}
h2.woocommerce-Reviews-title {
    display: none;
}
a.woocommerce-review-link{
    color: #666;
}
#tab-description > p:last-child {
    margin-bottom: 0;
}
#review_form span#reply-title {
    margin-bottom: 15px;
    display: block;
    color: #000;
    font-weight: bold;
}
.woocommerce #reviews #comments h2,
#tab-description > h2 {
    margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding-left: 5px;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 40px 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.single.woocommerce table.shop_attributes,
.single.woocommerce table.shop_attributes th, .single.woocommerce table.shop_attributes td {
    border: 0 none;
    padding: 5px 15px !important;
}
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 11px;
    padding: 0;
    margin-right: 30px;
    margin-top: 15px;
}
.woocommerce nav.woocommerce-pagination {
    background: transparent;
}
li.woocommerce-MyAccount-navigation-link {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
li.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: 0 none;
}
.woocommerce-account .woocommerce-MyAccount-content a {
    color: #111111;
    font-weight: 500;
}
li.woocommerce-MyAccount-navigation-link a {
    padding: 15px 30px;
    display: block;
    color: #111;
    transition: all 250ms ease-in-out;
    font-weight: 600;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #d7d7d7;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    line-height: 1;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d7d7d7;
}
li.woocommerce-MyAccount-navigation-link.is-active a,
li.woocommerce-MyAccount-navigation-link.is-active,
li.woocommerce-MyAccount-navigation-link a:hover {
    background: #111;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #F9F9F9;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 20px 0 0;
}
.woocommerce .quantity .qty {
    width: 65px;
    float: none;
    padding: 15px;
    margin: 0;
    border: 1px solid #eaeaea;
    display: inline-block;
    text-align: left;
}
.woocommerce .quantity {
    position: relative;
    width: 65px;
}
.woocommerce .quantity .minus {
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    bottom: 0;
}
.woocommerce .quantity .plus {
    border-bottom: 0;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
.woocommerce .quantity input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover {
    background: #fafafa;
}
.woocommerce .quantity input[type="number"]{
    -moz-appearance:textfield; /* Firefox */
}
.woocommerce .quantity input[type="number"]:focus,
.woocommerce .quantity .minus:focus, 
.woocommerce .quantity .plus:focus{
    outline: none;
}
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus {
    position: absolute;
    right: 0;
    background: #fff;
    width: 26px;
    height: 26px;
    line-height: normal;
    border-left: 1px solid #eaeaea;
    border-radius: 0;
    cursor: pointer;
    transition: color .15s ease-in-out;
    color: #231f20;
    padding: 0;
}
.woocommerce-ordering{
    position: relative;
}
.woocommerce-ordering select {
    border: 1px solid #d7d7d7;
    padding: 0 27px 0 18px;
    height: 45px;
    color: #000;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    background: transparent;
    position: relative;
}
.woocommerce-ordering:after {
    position: absolute;
    right: 1px;
    top: 6px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    z-index: -1;
    width: 25px;
    background: #fff;
    height: 43px;
    padding-top: 7px;
    color: #b5b5b5;
    font-weight: 700;
    font-size: 14px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 0 0 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
}
.woocommerce ul.products li.product .star-rating {
    margin-bottom: 2px;
    margin-top: 25px;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 -15px;
}
.woo-grid-with-border .woocommerce ul.products li.product, 
.woo-grid-with-border.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    padding-bottom: 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    background: #fff;
    transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -webkit-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    border: 0 none;
    padding: 0 15px;
    padding-bottom: 50px;
}
/*Products 1/column*/
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product{
    width: 100%;
}
.woocommerce ul.products.columns-1 li.product:nth-child(4n+4), 
.woocommerce-page ul.products.columns-1 li.product:nth-child(4n+4) {
    border-right: 1px solid transparent !important;
}
.woocommerce ul.products.columns-1 li.product:nth-last-child(-n+4), 
.woocommerce-page ul.products.columns-1 li.product:nth-last-child(-n+4) {
    border-bottom: 1px solid transparent !important;
}
/*Products 2/column*/
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product{
    width: 50%;
}
.woocommerce ul.products.columns-2 li.product:nth-child(4n+4), 
.woocommerce-page ul.products.columns-2 li.product:nth-child(4n+4) {
    border-right: 1px solid transparent !important;
}
.woocommerce ul.products.columns-2 li.product:nth-last-child(-n+4), 
.woocommerce-page ul.products.columns-2 li.product:nth-last-child(-n+4) {
    border-bottom: 1px solid transparent !important;
}
/*Products 3/column*/
@media only screen and (min-width: 767px) {
    .sidebar-content.thecrate-shop-sidebar.left .thecrate-shop-sidebar-content-inner {
        padding-right: 15px;
    }
    .sidebar-content.thecrate-shop-sidebar.right .thecrate-shop-sidebar-content-inner {
        padding-left: 15px;
    }
    .header3 #navbar .menu > .menu-item:first-child > a,
    .header2 #navbar .menu > .menu-item:first-child > a{
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    body .no-padding-mobile{
        padding: 0 !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        margin-bottom: 6px;
    }
    body.woocommerce ul.products li.product .button {
        position: initial;
        top: auto;
        opacity: 1;
        visibility: visible;
    }
    body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
        margin: 0 0 0 0;
        margin-left: 0;
        display: initial;
        justify-content: normal;
    }
    label[for="wp-comment-cookies-consent"] {
        display: inline;
    }
    body .woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product{
        width: 100% !important;
        padding-bottom: 20px;
    }
    .woocommerce form.woocommerce-ResetPassword.lost_reset_password, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
        padding: 30px 40px;
    }
    .themeslr-pricing-table {
        margin-bottom: 60px;
    }
    footer p.card-icons {
        text-align: center;
    }
    .woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 20px 30px;
        padding-bottom: 15px;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin-bottom: 10px;
        width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 10px 0;
    }
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{
    width: 33.3333333%;
}
.woocommerce ul.products.columns-3 li.product:nth-child(4n+4), 
.woocommerce-page ul.products.columns-3 li.product:nth-child(4n+4) {
    border-right: 1px solid transparent !important;
}
.woocommerce ul.products.columns-3 li.product:nth-last-child(-n+4), 
.woocommerce-page ul.products.columns-3 li.product:nth-last-child(-n+4) {
    border-bottom: 1px solid transparent !important;
}
/*Products 4/column*/
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product{
    width: 25%;
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n+4), 
.woocommerce-page ul.products.columns-4 li.product:nth-child(4n+4) {
    border-right: 1px solid transparent !important;
}
.woocommerce ul.products.columns-4 li.product:nth-last-child(-n+4), 
.woocommerce-page ul.products.columns-4 li.product:nth-last-child(-n+4) {
    border-bottom: 1px solid transparent !important;
}
/*Products 5/column*/
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product{
    width: 20%;
}
.woocommerce ul.products.columns-5 li.product:nth-child(4n+4), 
.woocommerce-page ul.products.columns-5 li.product:nth-child(4n+4) {
    border-right: 1px solid transparent !important;
}
.woocommerce ul.products.columns-5 li.product:nth-last-child(-n+4), 
.woocommerce-page ul.products.columns-5 li.product:nth-last-child(-n+4) {
    border-bottom: 1px solid transparent !important;
}

.woocommerce .products .star-rating {
    margin: 0 auto;
}
.woocommerce ul.products li.product h3 {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.woocommerce strong.woocommerce-review__author {
    color: #000;
}
.woocommerce ul.products li.product .price del {
    display: inline;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    display: none;
}
.woocommerce ul.products.columns-4 li.product:hover .button{
    top: 45%;
}
.woocommerce ul.products li.product:hover .button {
    top: 40%;
    opacity: 1;
    visibility: visible;
}
.woocommerce ul.products li.product .button.product_type_external {
    width: 80%;
}
.woocommerce ul.products li.product .button {
    margin-top: 0;
    position: absolute;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    top: 48%;
    width: auto;
    opacity: 0;
    transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    visibility: hidden;
}
.woocommerce ul.products li.product .price {
    margin-top: 0;
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .3em 0;
}
/*MAILCHIMP*/
.mc4wp-form .mc4wp-form-fields input, 
.mc4wp-form .mc4wp-form-fields select {
    transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -webkit-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    padding: 19px 20px;
    border: 1px solid rgb(255, 255, 255);
}
.mc4wp-form .thecrate-mailchimp-group input[type="email"] {
    width: 100%;
}
.mc4wp-form .thecrate-mailchimp-group {
    position: relative;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
    background: #F26226;
}
.mc4wp-form-fields p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
footer .widget_mc4wp_form_widget {
    width: 85%;
    margin: 0 auto;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    border: 0 none;
    background: #2a3cb7;
    color: rgb(255, 255, 255);
    transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    position: absolute;
    -webkit-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    right: 3px;
    top: 3px;
    line-height: 13px;
}
/*BOXED LAYOUT CSS*/
.layout_boxed #page {
    background: #fff;
    margin: 0 auto;
    width: 1350px;
    overflow: hidden;
}
body.layout_boxed  {
    background-color: #DDDDDD;
}
.lvca-tabs.lvca-style4{
  background: transparent;
}
/*BACKUP STYLE*/


/*===============================================================================================================*/
/*sidebarEffects*/
/*===============================================================================================================*/
.st-content,
.st-content-inner {
	position: relative;
}
.st-container {
	position: relative;
	overflow: hidden;
}
.st-pusher {
	position: relative;
	left: 0;
	z-index: 200;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.4);
	content: '';
	opacity: 0;
	z-index: 201;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background: #48a770;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}
.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	color: #fff;
}
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
	display: none;
}
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}






/* 4. Blocks */
.block-triangle {
	width: 80px;
	height: 80px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	margin: 0 auto;
	position: relative;
	top: 25px;
	box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
	-webkit-box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
	color: #2f383d;
	font-size: 16px;
	font-weight: 500;
}
.block-content p {
	font-size: 15px;
	color: #9aa7af;
	font-weight: 300;
}
.block-icon i {
	color: #FFFFFF;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

/* Left Block */
.left-block-container {
	margin-bottom: 20px;
}
.left-block-container .block-title p {
	text-transform: uppercase;
}
.left-block-container .block-title {
	padding-top: 20px;
}
.left-block-container {
	border-bottom: 1px solid #b1b6bb;
}
.left-block-container:last-child {
	border-bottom: 0 none;
}

/* Filters */
.filters {
	list-style: none;
	text-align: center;
	width: 100%;
}
.filters .filter {
	display: inline-block;
}
/* Testimonial */
.testimonials-container ul {
	list-style: none;
	padding: 0;
}
.testimonials-container blockquote {
	border: 0 none;
	text-align: center;
	padding: 40px 0 60px 0;
	font-size: 26px;
	color: rgba(255,255,255,0.5);
	position: relative;
}
.testimonials-container blockquote * {
	font-size: 26px;
}
/* Members */

/* 5. Statistics */

.timeline .post-cotnent-left {
	padding-right: 60px;
}
.timeline .post-cotnent-right {
	padding-left: 60px;
}
.timeline{
	position: relative;
}
.timeline article {
	padding-bottom: 40px;
	position: relative;
}
.timeline:before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 2px;
	background: #00adf1;
}
.timeline article:before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 90px;
	background: url("images/timeline-dot.jpg");
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -45px;
}



body.single-post {
	border: 0 none;
}

/* 6. Boostrap styling */
.btn-default:after {
	background: #2c3e50;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	z-index: -1;
}
.btn-default:hover:after {
	width: 100%;
}
.btn-primary:hover{
	background: rgba(52, 73, 94,1.0);
}
.navbar {
	margin-bottom: 0;
    border: 0 none;
    border-radius: 0;
}
.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* WordPress */
.commentlist .bypostauthor {
	border-top: 0px solid transition;
}
.comment-list .comment.depth-10,
.comment-list .comment.depth-9,
.comment-list .comment.depth-8,
.comment-list .comment.depth-7,
.comment-list .comment.depth-6,
.comment-list .comment.depth-5,
.comment-list .comment.depth-4,
.comment-list .comment.depth-3,
.comment-list .comment.depth-2 {
    margin-left: 30px;
}
.comment-author span.fn {
    color: #000;
    font-weight: 600;
}
.comment-author.vcard img.avatar {
    margin-right: 20px;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
	float: left;
}
.aligncenter {
	text-align: center;
}
.clearfix {
	clear: both;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid rgba(204, 204, 204, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 1.42857;
    padding: 6px 40px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/* buttons */
.wpb_button {
	border: 1px solid #FFFFFF;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	background-color: transparent;
	color: #FFFFFF;
	text-shadow: none;
}
.wpb_button:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}
.wpb_button:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	z-index: -1;
}
.wpb_button:hover:after {
	width: 100%;
}
body .vc_btn, 
body a.vc_btn, 
body button.vc_btn {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 0;
}
/* Remove margin bottom from rows in section with high padding */
.vc_container .vc_row:nth-last-of-type(2) {
	margin-bottom: 0;
}
/* Top bar on One Page */
.list-view .post-thumbnail {
	margin-left: 0;
	padding-left: 0;
}
.grid-two-columns:nth-child(2n+1) {
	clear: left;
}
.grid-three-columns:nth-child(3n+1) {
	clear: left;
}
.grid-four-columns:nth-child(4n+1) {
	clear: left;
}
.full-width-part {
	width: 100%;
}
article.single-post {
    padding-bottom: 30px;
}
.single-post {
    border-bottom: medium none !important;
}

/* 7. Product Page */
.heading-holder h2,
.heading-holder{
	font-size: 18px;
	color: #2f383d;
}
.heading-holder h2,
.heading-holder i {
	display: block;
}
.heading-holder i {
	float: right;
	padding: 5px;
	color: #e1e1e1;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	cursor: pointer;
}
.heading-holder h2 {
	float: left;
}
.form-holder-addon {
	width: 48%;
	float:left;
}
.wpb_tabs .wpb_tabs_nav {
	background: #f5f6f7;
	position: relative;
	border-bottom: 1px solid #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav:before{
	position: absolute;
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	left: 0;
	top: 0;
	background: #e9edef;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 10px 20px;
}
.wpb_tabs .wpb_tabs_nav li{
	border-top: 5px solid transparent;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #FFF;
}
.wpb_tabs{
	border-top: 0 none;
	border-bottom: 1px solid #dfe5e9;
	border-left: 1px solid #dfe5e9;
	border-right: 1px solid #dfe5e9;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #FFF;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
	background: #FFF;
	position: relative;
}
.wpb_content_element .wpb_tabs_nav li {
	background: transparent;
}
.wpb_tabs .wpb_tabs_nav li a {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
	border-left: 0 none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	position: relative;
	border-color: #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #FFF;
	opacity: 1;
}
.wpb_content_element .wpb_tabs_nav {
	background: #f5f6f7;
	position: relative;
	border-right: 1px solid #dfe5e9;
}
.wpb_tour {
	border-right: 1px solid #dfe5e9;
	border-top: 1px solid #dfe5e9;
	border-bottom: 1px solid #dfe5e9;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 15px 20px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	padding-top: 10px;
	padding-left: 10px;
}
.wpb_tour_next_prev_nav {
	padding-right: 10px;
	padding-left: 10px;
}
.wpb_tour .wpb_tabs_nav:before {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	left: 0;
	top: 0;
	background: #e9edef;
}
.wpb_tour .wpb_tabs_nav li {
	border-left: 5px solid transparent;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.wpb_tour .wpb_tabs_nav li:first-child a {
	border-top: 0 none;
}
.wpb_tour .wpb_tabs_nav li:last-child a {
	border-bottom: 0 none;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	border-color: #dfe5e9;
	position: relative;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	background: #FFF;
	opacity: 1;
}
.widget-title{
	margin-bottom: 15px;
}
.no-margin-head .section-title {
    margin-top: 0;
}
.wp-block-group h2,
.widget-title,
h3#reply-title,
h2.heading-bottom {
	font-size: 18px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.post_thumbnails_slider{
    overflow: hidden;
}
.sidebar-content{
	overflow: hidden;
}

.wp-block-group h2:before,
.fixed-sidebar-menu h3#reply-title::before,
.fixed-sidebar-menu h2.heading-bottom::before,
.fixed-sidebar-menu .widget-title::before,
.sidebar-content h3#reply-title::before,
.sidebar-content h2.heading-bottom::before,
.sidebar-content .widget-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 3px;
}
.sidebar-content.blog-sidebar-content.blog-right-sidebar-content {
    padding-left: 50px;
}
.sidebar-content.blog-sidebar-content.blog-left-sidebar-content {
    padding-right: 50px;
}
@media only screen and (max-width: 767px) {
    .sidebar-content.blog-sidebar-content.blog-right-sidebar-content {
        padding-left: 15px;
    }
    .sidebar-content.blog-sidebar-content.blog-left-sidebar-content {
        padding-right: 15px;
    }
}
a#cancel-comment-reply-link {
    margin-left: 15px;
}
body .related-posts .heading-bottom::after,
body .comment-list .heading-bottom::after{
	margin: -14px 0 0 15px;
}
.wp-block-group h2:after,
.related-posts .heading-bottom::after,
.comment-list .heading-bottom::after,
.fixed-sidebar-menu h3#reply-title::after,
.fixed-sidebar-menu h2.heading-bottom::after,
.fixed-sidebar-menu .widget-title::after,
.sidebar-content h3#reply-title::after,
.sidebar-content h2.heading-bottom::after,
.sidebar-content .widget-title::after {
    background-image: url("images/sidebar-pattern.png");
    background-repeat: repeat;
    background-color: transparent;
    content: "";
    display: inline-block;
    height: 20px;
    margin: -12px 0 0 15px;
    overflow: hidden;
    position: absolute;
    top: 45%;
    width: 100%;
}
.wp-block-group h2,
#comments .comment-reply-title, 
.related-posts .heading-bottom,
.comment-list .heading-bottom,
.fixed-sidebar-menu h3#reply-title,
.fixed-sidebar-menu h2.heading-bottom,
.fixed-sidebar-menu .widget-title,
.sidebar-content h3#reply-title,
.sidebar-content h2.heading-bottom,
.sidebar-content .widget-title {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
.wp-block-group h2,
.fixed-sidebar-menu .widget-title, 
.fixed-sidebar-menu h3#reply-title, 
.fixed-sidebar-menu h2.heading-bottom{
	font-size: 16px;
}
h2.heading-bottom.text-left:after {
	right: auto;
	left: 0;
}
h2.heading-bottom.text-right:after {
	left: auto;
	right: 0;
}
.blog-posts.portfolio-posts.portfolio-shortcode {
	margin: 10px 0 2px;
}
.wpb_content_element {
	margin: 20px 0;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background: #FFFFFF;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {	
	border-bottom: 1px solid #d5dadd;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	color: #FFF;
}
.wpb_accordion_section {
	margin-bottom: 10px;
	border: 1px solid #d5dadd;
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
  min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
	color: #FFF;
}
.masonry_banner a {
    display: block;
}
.masonry_banner a:before, 
.masonry_banner a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.masonry_banner a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.masonry_banner a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.masonry_banner:hover a:before, 
.masonry_banner:hover a:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.masonry_holder {
    margin: 30px 40px;
    position: absolute;
    top: 0;
    width: 80%;
}
.masonry_holder .category_name {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.masonry_banner .read-more {
    border: 1px solid;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    margin-top: 7px;
    padding: 4px 6px;
}
.button-winona {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

/* Winona */
.button-winona:hover span {
	color: #fff !important;
}
.button-winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #FFF;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
	padding: 10px 15px;
}
.button-winona > span {
	display: block;
}
.button-winona::after,
.button-winona > span {
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona.button--inverted:hover {
	border-color: #21333C;
	background-color: #21333C;
}
.button-winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.menu-multipage-01-container {
    float: left;
}
.shop_feature {
	margin-top: 40px;
	padding-bottom: 40px;
}

.wpb_column > .wpb_wrapper > .clients-container {
	margin: 20px 0;
}
.no-padding-bottom .container #main article .entry-content > .wpb_row.no-bottom-margin {
	margin-bottom: 0;
}
.top_section .wpb_wrapper h1 span {
    font-size: 80px;
}

/*SINGLE POST*/
.related-posts .post-name a {
    color: black;
    line-height: 140%;
    margin-bottom: 6px;
    letter-spacing: normal;
    text-transform: none;
}
.single-post .love-it-wrapper {
    display: none;
}
.post-details-bottom {
    background: #f7f7f7 none repeat scroll 0 0;
}

.edit-post i {
    color: #ffffff;
    margin-left: 5px;
}
.single .label-info.edit-t {
    background: #053360 none repeat scroll 0 0;
    display: block;
    float: right;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 6px;
}
.single .label-info.edit-t a {
    color: #fff;
    font-weight: 300;
}
.list-view .page-links,
.page .page-links {
    margin-top: 20px;
}
.single .page-links {
    margin-top: 30px;
}
.page-links .post-page-numbers {
    display: inline-block;
    margin: 0 6px;
    font-size: 18px;
}
.comment-list .heading-bottom,
#comments .comment-reply-title,
.related-posts .heading-bottom {
    color: #2f383d;
    font-weight: 600;
}
.post-author > a {
    display: inline !important;
    font-weight: bold;
}
.single-post-tags > span {
    background: black none repeat scroll 0 0;
    color: white;
    padding: 5px 8px;
}
.single-post-tags > a {
    border: 1px solid #ddd;
    color: #111;
    font-weight: 400;
    line-height: 33px;
    padding: 4px 8px;
    text-transform: lowercase;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.single-post-tags > a:hover {
    border: 1px solid transparent;
    color: white;
}
.portfolio-bottom-description .love-it-wrapper {
    display: none;
}
.portfolio-bottom-icons h4.single-post-love {
    display: inline-table;
    margin: 0;
}
.single-post .post-categories {
    margin-bottom: 5px;
    margin-top: 5px;
}

/* 8. PAGE PRELOADER*/
.thecrate_preloader_holder {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10003;
}
.thecrate_preloader_holder .loaders {
    left: 50%;
    position: absolute;
    top: 50%;
}
.single article .article-content p {
    color: #454646;
}
.single article .article-content p.no-comments {
    background: #F4F4F4;
    padding: 30px;
    border: 1px solid #e0e0e0;
    margin-bottom: 60px;
}
.tslr-blog-posts-shortcode .blog-list-view .post-more-details {
    border-left: 1px solid #ddd;
}
.tslr-blog-posts-shortcode .blog-list-view .post-more-details .more-link {
    width: 100%;
    text-align: center;
    color: #fff;
}

.vc_general.vc_pagination {
    text-align: left;
    margin-left: -5px;
}
#page .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a {
    color: #555;
}
.black-white-effect{
    filter: grayscale(1);
}

/*WooCommerce Compare/Wishlist/Quick View*/
.touch ul.products:not([data-layout=list]) li.product .woosc-btn, 
.touch ul.products:not([data-layout=list]) li.product .woosw-btn, 
.touch ul.products:not([data-layout=list]) li.product .woosq-btn,
.touch .wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn,
.touch .wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn,
.touch .wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn {
  right: 30px;
  opacity: 1;
}
ul.products:not([data-layout=list]) li.product .woosc-btn, 
ul.products:not([data-layout=list]) li.product .woosw-btn, 
ul.products:not([data-layout=list]) li.product .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn {
  position: absolute;
  right: 0;
  top: 15px;
  transition: all ease 0.3s;
  opacity: 0;
}
ul.products:not([data-layout=list]) li.product .woosc-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosq-btn {
  top: 70px;
}


ul.products:not([data-layout=list]) li.product .woosc-btn + .woosc-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosc-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosc-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosw-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosw-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosw-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosq-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosq-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosc-btn + .woosq-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosc-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosc-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosc-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosw-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosw-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosw-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosq-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosq-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosw-btn + .woosq-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosc-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosc-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosc-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosw-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosw-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosw-btn + .woosq-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosq-btn + .woosc-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosq-btn + .woosw-btn, ul.products:not([data-layout=list]) li.product .woosq-btn + .woosq-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosc-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosc-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosc-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosw-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosw-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosw-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosq-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosq-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosc-btn + .woosq-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosc-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosc-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosc-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosw-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosw-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosw-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosq-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosq-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosw-btn + .woosq-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosc-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosc-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosc-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosw-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosw-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosw-btn + .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosq-btn + .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosq-btn + .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product .woosq-btn + .woosq-btn + .woosq-btn {
  top: 125px;
}
ul.products:not([data-layout=list]) li.product:hover .woosc-btn, ul.products:not([data-layout=list]) li.product:hover .woosw-btn, ul.products:not([data-layout=list]) li.product:hover .woosq-btn,
.wc-block-grid__products:not([data-layout=list]) li.product:hover .woosc-btn,
.wc-block-grid__products:not([data-layout=list]) li.product:hover .woosw-btn,
.wc-block-grid__products:not([data-layout=list]) li.product:hover .woosq-btn {
  opacity: 1;
  right: 30px;
}
ul.products[data-layout=list] li.product .woosc-btn, ul.products[data-layout=list] li.product .woosw-btn, ul.products[data-layout=list] li.product .woosq-btn,
ul.products[data-layout=list] .wc-block-grid__product .woosc-btn,
ul.products[data-layout=list] .wc-block-grid__product .woosw-btn,
ul.products[data-layout=list] .wc-block-grid__product .woosq-btn,
.wc-block-grid__products[data-layout=list] li.product .woosc-btn,
.wc-block-grid__products[data-layout=list] li.product .woosw-btn,
.wc-block-grid__products[data-layout=list] li.product .woosq-btn,
.wc-block-grid__products[data-layout=list] .wc-block-grid__product .woosc-btn,
.wc-block-grid__products[data-layout=list] .wc-block-grid__product .woosw-btn,
.wc-block-grid__products[data-layout=list] .wc-block-grid__product .woosq-btn {
  margin-left: 10px;
}
.woosw-content-item--add .woocommerce a.button{
    padding: 12px 20px !important;
}
li.product .woosc-btn,
li.product .woosq-btn,
li.product .woosw-btn {
  z-index: 7;
  padding: 0;
  font-size: 0;
  background-color: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
li.product .woosc-btn:before,
li.product .woosq-btn:before,
li.product .woosw-btn:before {
  font-size: 14px;
  color: #222222;
  line-height: 45px;
  text-align: center;
}
li.product .woosc-btn:hover, li.product .woosc-btn:focus, li.product .woosc-btn:active,
li.product .woosq-btn:hover,
li.product .woosq-btn:focus,
li.product .woosq-btn:active,
li.product .woosw-btn:hover,
li.product .woosw-btn:focus,
li.product .woosw-btn:active {
  background-color: #222222;
  border-color: #222222;
}
li.product .woosc-btn:hover:before, li.product .woosc-btn:focus:before, li.product .woosc-btn:active:before,
li.product .woosq-btn:hover:before,
li.product .woosq-btn:focus:before,
li.product .woosq-btn:active:before,
li.product .woosw-btn:hover:before,
li.product .woosw-btn:focus:before,
li.product .woosw-btn:active:before {
  color: #fff;
}
.woosc-settings-fields li span {
    color: #666;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--name a{
    color: #000;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a,
.woosc-table-items a {
    color: #000;
    text-transform: none;
    font-size: 18px;
}
li.product [class*=-added] {
  background-color: #222222;
  border-color: #222222;
}
li.product [class*=-added]:before {
  color: #fff;
}

/*Single*/
.single-product div.product .summary .cart .woosc-btn, .single-product div.product .summary .cart .woosw-btn, .single-product div.product .summary .cart .woosq-btn {
  padding: 0;
  font-size: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  margin-left: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.single-product div.product .summary .cart .woosc-btn:before, .single-product div.product .summary .cart .woosw-btn:before, .single-product div.product .summary .cart .woosq-btn:before {
  font-size: 14px;
  color: #222222;
  line-height: 45px;
  text-align: center;
}
.single-product div.product .summary .cart .woosc-btn:hover, .single-product div.product .summary .cart .woosc-btn:focus, .single-product div.product .summary .cart .woosc-btn:active, .single-product div.product .summary .cart .woosw-btn:hover, .single-product div.product .summary .cart .woosw-btn:focus, .single-product div.product .summary .cart .woosw-btn:active, .single-product div.product .summary .cart .woosq-btn:hover, .single-product div.product .summary .cart .woosq-btn:focus, .single-product div.product .summary .cart .woosq-btn:active {
  background-color: #222222;
  border-color: #222222;
}
.single-product div.product .summary .cart .woosc-btn:hover:before, .single-product div.product .summary .cart .woosc-btn:focus:before, .single-product div.product .summary .cart .woosc-btn:active:before, .single-product div.product .summary .cart .woosw-btn:hover:before, .single-product div.product .summary .cart .woosw-btn:focus:before, .single-product div.product .summary .cart .woosw-btn:active:before, .single-product div.product .summary .cart .woosq-btn:hover:before, .single-product div.product .summary .cart .woosq-btn:focus:before, .single-product div.product .summary .cart .woosq-btn:active:before {
  color: #fff;
}
.single-product div.product .summary .cart [class*=-added] {
  background-color: #222222;
  border-color: #222222;
}
.single-product div.product .summary .cart [class*=-added]:before {
  color: #fff;
}

.single-product div.product .summary .cart .woosc-btn::before,
li.product .woosc-btn::before {
    content: "\f362";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.single-product div.product .summary .cart .woosq-btn::before,
li.product .woosq-btn::before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.single-product div.product .summary .cart .woosw-btn::before,
li.product .woosw-btn::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.woosw-btn.woosw-added:before {
    margin-right: 0;
}

/*Social Sharing*/
.social-box {
    display: block;
    float: right;
    margin: 0;
}
.social-btn {
    display: block;
    width: 100%;
}
a.col-2.sbtn span {
    display: none;
}
.single-post a.col-2.sbtn {
    margin: 0 0 0px 5px;
}
a.col-2.sbtn {
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    width: 6%;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    padding: 2px 5px;
    color: #fff;
    margin: 0 5px 0px 0px;
    line-height: 1.5;
    max-width: 40px;
    min-width: 40px;
    border: 1px solid #ddd;
}
a.col-2.sbtn:hover{
    border-color:  transparent;
}
.social-btn a.col-2.sbtn:hover i{
    color: #fff;
}
.single-product .social-box {
    float: none;
    margin-top: 20px;
}
.social-btn a.col-2.sbtn i {
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    color: #666;
    font-size: 14px;
}

/*Compatibility with: Koala Apps - Variation Dropdown*/
.woocommerce ul.products li.KVDF_plugin_enabled.product.product-type-variable, 
.woocommerce-page ul.products li.KVDF_plugin_enabled.product.product-type-variable {
    display: initial;
}
.products li.KVDF_plugin_enabled.product.product-type-variable .variations {
    border: 0 none;
}
.products li.KVDF_plugin_enabled.product.product-type-variable .variations td select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.woocommerce .products li.KVDF_plugin_enabled.product.product-type-variable .quantity {
    margin: 0 auto;
}
.woocommerce ul.products li.KVDF_plugin_enabled.product.product-type-variable .button{
    position: unset;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}