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

[Table of contents]

- General styling
- Elements
- Header
- Blocks
- Footer
- Sections
- Blog
- Sidebar/Widgets
- 404 Not found page
- CSS for Safari
- Responsive Media Screens
- Fallback rule-sets
-------------------------------------------------------------------*/




/*---------------------------------------------*/
/* General styling */
/*---------------------------------------------*/
html,body { 
    height: 100%; 
    width: 100%; 
}
body{
    overflow-x: hidden; 
    outline: none;
}
* {
    word-wrap: break-word;
}
a,
a:hover,
a:focus {
    background-color: transparent;
    text-decoration: none;
    outline: none;
    font-weight: 500;
}
select:focus, input:focus {
    outline: none;
}
section {
    position: relative;
}
section.cover{
    overflow: hidden;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}

ol {
    padding-left: 30px;
}
figure.gallery-item {
    margin: 10px 0;
}
label {
    font-weight: 600;
}
/* 1. Reset CSS */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}
mark {
    background: transparent;
    color: #242424;
    text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}

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

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}
iframe,
embed,
figure {
    max-width: 100%;
}
pre {
    overflow: auto;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    padding: 40px;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
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 {
    padding: 10px 15px !important;
}
.ebbe-bordered {
    border: 1px solid #ddd;
}
.ebbe-alert {
    padding: 30px;
}
html,
#page {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
section {
    position: relative;
}
section.cover {
    background-size: cover;
}
.mt-full-screen {
    width: 100%;
    height: 100%;
}
.mt-half-page {
    width: 100%;
    height: 50%;
}
.mt-uppercase {
    text-transform: uppercase;
}
.mt-blue {
    background: #00adf1;
}
.mediu-margin {
    padding-top: 25px;
    padding-bottom: 25px;
}
.mt-c-white {
    color: #FFFFFF;
}
.mt-spacer {
    margin-bottom: 50px;
    clear: both;
}
.mt-half-spacer {
    clear: both;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #page {
        overflow-x: hidden;
    }
}
#primary .main-content .sidebar-social-networks ul {
    padding: 0 15px;
}
#primary .main-content ul.ebbe-slider li{
    position: unset;
}
form.post-password-form label input {
    height: 42px;
}
p.subtitle {
    font-size: 20px;
    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;
}
.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;
}
.top-no-margin {
    padding-bottom: 100px;
    padding-top: 0;
}
.navbar {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.bottom-no-margin {
    padding-bottom: 0;
    padding-top: 60px;
}
.high-padding {
    padding: 70px 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;
}

/*---------------------------------------------*/
/*--- 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;
}
/* Elements: Buttons */
.margin-zero{
    margin: 0;
}
.vc_btn.margin-zero {
    margin: 10px 0;
}
.button.solid-button, 
button.vc_btn{
    color: #fff;
}
.button {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
}
.button.outline-button {
    border: 1px solid #FFFFFF;
}
.button.solid-button {
    background: #00adf1;
}
.button:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.button.outline-button.mt-blue {
    border-color: #00adf1;
    color: #FFFFFF;
}
.video-background {
    height: 100%;
}
.outline-button{
    position: relative;
}
.outline-button::after {
    background: #00ADF1;
    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;
}
.outline-button:hover::after {
    width: 100%;
}
.solid-button{
    position: relative;
    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;
}
.solid-button::after {
    background: #009ddb;
    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;
}
.solid-button:hover::after {
    width: 100%;
}


/*Header btn style*/
/* Effect 1: Brackets */
.nav-effect a.active::before,
.nav-effect a.active::after,
.nav-effect .current-menu-item a::before,
.nav-effect .current-menu-item a::after,
.nav-effect a:hover::before,
.nav-effect a:hover::after {
    opacity: 1;
    transform: translateX(0px);
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

/* Element: Search input + button */
.ebbe-search {
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    transition: width 0.3s;
    -o-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.ebbe-phone i, .ebbe-mail i {
    margin-right: 8px;
}
.ebbe-phone {
    padding-right: 20px;
    border-right: 1px solid rgba(10,10,10,0.06);
}
.ebbe-phone, .ebbe-mail {
    padding-top: 10px;
    padding-bottom: 10px;
}
.newsletter-footer.light input[type="email"] {
    background: #fff;
}
.fixed-search-inside .search-form .search-field::-webkit-input-placeholder {
    color: #fafafa;
}
.fixed-search-inside .search-form .search-field:-moz-placeholder {
    color: #fafafa;
}
.fixed-search-inside .search-form .search-field::-moz-placeholder {
    color: #fafafa;
}
.fixed-search-inside .search-form .search-field:-ms-input-placeholder {
    color: #fafafa;
}
.fixed-search-inside .search-form .search-submit {
    display: inline-block;
    background: transparent;
    border: 0 none;
    color: #fff;
    font-size: 22px !important;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.ebbe-search-submit  {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.ebbe-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
/*Section: Contact us*/
.success_message {
    color: rgb(0, 173, 241);
    display: none;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
}
.box-shadow-column .vc_column-inner {
    padding-top: 60px !important;
    padding-right: 15px;
    padding-bottom: 85px;
    padding-left: 160px;
}
.mt-contact-link .elementor-widget-container .elementor-heading-title a {
    transition: all ease-in 250ms;
}
.mt-contact-link .elementor-widget-container .elementor-heading-title a:hover {
    opacity: 0.7;
}
.mt-contact-icon .mt-icon-listgroup-icon-holder-inner span {
    width: 100%;
}  
/*Element: Back to top button*/
body .ebbe-back-to-top {
    display: inline-block;
    height: 42px;
    width: 42px;
    z-index: 1140;
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    opacity: 0;
    padding-left: 17px;
}
.ebbe-back-to-top.ebbe-is-visible, .ebbe-back-to-top.ebbe-fade-out, .no-touch .ebbe-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;
}
.ebbe-back-to-top.ebbe-is-visible {
    visibility: visible;
    opacity: 1;
}
.no-touch .ebbe-back-to-top:hover {
    background-color: #484848;
    opacity: 1;
}
/*---------------------------------------------*/
/*--- Header ---*/
/*---------------------------------------------*/
/*Instant search results*/
.data_fetch .search-result {
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 105px;
    margin-top: 20px;
    padding: 15px 0px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.05);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.05);
    list-style-type: none;
}
.data_fetch .search-result li {
    margin: 0;
    line-height: 1;
    font-size: 15px;
    padding: 5px 20px;
    text-align: left;
}
.data_fetch .search-result li:hover {
    background: #cccccc;
}
.data_fetch .search-result li a {
    font-size: 15px;
    color: #252525;
}
.data_fetch .search-result::before,
.data_fetch .search-result::after {
    left: 40px;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: -23px;
}
.data_fetch .search-result::before {
    border-color: transparent;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.data_fetch img {
    max-width: 30px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}
.data_fetch .search-result::after {
    border-color: transparent transparent #fff;
    border-width: 12px;
}
.hide_post_featured_image .single-post-featured-img {
    display: none;
}
.header_mini_cart,
.header_mini_cart.visible_cart{
    z-index: 10;
}
footer .logo img {
    max-width: 120px;
}
footer aside {
    margin-bottom: 0px !important;
}
.dropdown-box {
    position: relative;
    z-index: 10;
}
.menu-list a {
    border-right: 1px solid #e5e5e5;
    padding-right: 15px;
}
.dropdown-list {
    background: #fff;
    margin-top: 30px;
    opacity: 0;
    padding: 10px 0;
    z-index: 1100;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    list-style: none;
    width: 130px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.dropdown-box:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
}
.list-inline-block > li {
    display: inline-block;
    vertical-align: top;
}
.dropdown-list li a {
    display: block;
    padding: 5px 15px;
    color: #666;
}
.menu-list li:last-child a {
    border-right: 0;
    margin-right: 8px;
}

/* Fixed Header Right */
.fixed-sidebar-menu .widget_mt_address_social_icons .sidebar-social-networks {
    float: initial !important;
}
.sidebar-social-networks {
    float: right;
}
.ebbe-sidebar-info-list {
    list-style: none;
    padding: 0 !important
}
.col-v2-left .fixed-sidebar-menu {
    left: -25%;
}
.burger-sidebar-content .widget_media_gallery .gallery .gallery-item {
    margin-bottom: 0 !important;
}
.fixed-sidebar-menu .gallery img {
    box-shadow: none;
    background: transparent;
    padding: 4px
}
.fixed-sidebar-menu .burger-sidebar-content h3,
.fixed-sidebar-menu .logo,
.fixed-sidebar-menu .widget-title, .fixed-sidebar-menu h3#reply-title, .fixed-sidebar-menu h2.heading-bottom,
.fixed-sidebar-menu .widget_recent_entries_with_thumbnail li a {
    color: #232331;
}
.fixed-sidebar-menu-holder .widget {
    margin-top: 30px;
}
.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: #000;
    font-weight: 300;
}
.fixed-sidebar-menu .widget_search .search-field:focus{
    border: 1px solid #b9c0c5;
}
.fixed-sidebar-menu .widget_recent_entries_with_thumbnail a {
    font-size: 17px;
}
.fixed-sidebar-menu .icon-close {
    cursor: pointer;
    font-size: 35px;
    position: absolute;
    right: 35px;
    top: 45px;
    z-index: 1000;
    color: #222;
}
.fixed-sidebar-menu .icon-close:hover {
    opacity: 0.6;
}
.fixed-sidebar-menu,
.fixed-sidebar-menu {
    right: -25%;
}
.col-v2-right .fixed-sidebar-menu.open {
    right: 0%;
}
.col-v2-left .fixed-sidebar-menu.open {
    left: 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-sidebar-menu-holder {
    margin: 0;
}
.fixed-sidebar-menu .navbar {
    margin-top: 30px;
    background: transparent;
}
.fixed-sidebar-menu .logo {
    margin: 0;
    font-size: 36px;
    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%;
}
.fixed-sidebar-menu-holder .widget.widget_search input {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: rgb(35, 35, 91);
    font-weight: 500;
}
.fixed-sidebar-menu-holder .widget.widget_search input[type="submit"] {
    display: none;
}
.fixed-sidebar-menu{
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 20%;
    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 .burger-sidebar-content {
    box-sizing: border-box;
    float: left;
    height: 100%;
    padding: 40px;
    width: 100%;
}
.fixed-sidebar-menu.open .burger-sidebar-content {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.fixed-sidebar-menu .widget_mt_address_social_icons .social-links {
    margin-top: 40px !important;
    margin: 0 auto;
    text-align: center;
}
.header--row .builder-item--burger-menu .burger-sidebar-content .contact-details {
    text-align: center;
    color: #000;
}
.header--row .builder-item--burger-menu .burger-sidebar-content .contact-details i {
    display: none;
}
.fixed-sidebar-menu .contact-details span {
    max-width: none;
}
.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;
}
.fixed-sidebar-menu.open {
    padding: 0;
}
.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;
}
/* Navbar styling */
.navbar-collapse.collapse.col-md-9 {
    width: 75%;
}

.navbar-collapse.collapse.col-md-9 {
    padding:0;
}
.navbar-collapse.collapse.col-md-10{
    width: 83.3333%;
    padding: 0;
}
body a.menu-grid-item,
body li.menu-grid-item,
body li.menu-grid-item a {
    font-size: 14px;
    color: #484848;
    font-weight: 600;
}
.header-group-wrapper svg {
    height: 20px;
}
.builder-item--my_account a.menu-grid-item{
    display: inline-block;
}
.menu {
    margin-top: 20px;
    margin-bottom: 20px;
}
#ebbe-main-head {
    width: 100%;
    z-index: 800;
    border: 0 none;
    display: block;
}
.header-group-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li#nav-menu-login {
    list-style: none;
    float: right;
}
.menu-category {
    margin-right: 20px;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.menu-category a {
    color: #484848 !important;
    text-transform: uppercase;
    margin: 0px 20px !important;
}
/* Section style */
.section-subtitle {
    color: #666666 ;
    font-size: 15px;
    font-weight: 300;
    margin-top: 7px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 5px;
}
header.section-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

/* Modal */
.modeltheme-modal a {
    color: #000;
    font-weight: 600;
}
.modeltheme-modal .modeltheme-content{
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.modeltheme-modal {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.modeltheme-modal p.status {
    padding: 0px !important;
    color: red;
    font-weight: 500;
}
.modeltheme-show {
    visibility: visible;
}
html.modal-open{
    overflow: hidden;
}
.modeltheme-modal-holder.modeltheme-show, .modeltheme-show ~ .modeltheme-overlay {
    opacity: 1;
    visibility: visible;
    overflow: hidden auto;
}
.modeltheme-modal-holder {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.modeltheme-modal-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
    padding: 30px;
    box-sizing: border-box;
}
.modeltheme-overlay-inner{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.modeltheme-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#login-modal-content h2 {
    font-size: 25px;
    font-weight: bold;
}
.modeltheme-content#login-modal-content h3, .modeltheme-content#signup-modal-content h3 {
    background: #484848;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
    padding: 25px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.modeltheme-content#login-modal-content, 
.modeltheme-content#signup-modal-content{
    border-radius: 10px 10px 0px 0px;
}
.show_if_seller input {
    font-style: normal;
}
.modeltheme-modal.modeltheme-show * {
    opacity: 1;
    visibility: visible;
}
.modeltheme-content h3 {
    margin: 0;
    padding: 25px;
    font-size: 24px;
    font-weight: 300;
    background: #48A8A7;
    color: white;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.modeltheme-modal * {
    opacity: 0;
    visibility: hidden;
}
.modeltheme-content#login-modal-content, .modeltheme-content#signup-modal-content {
    z-index: 10;
}
.modeltheme-content {
    color: #3F3F3F;
    background: #FFFFFF;
    position: relative;
    margin: 0 auto;
}
.modeltheme-modal * {
    opacity: 0;
    visibility: hidden;
}
.modeltheme-modal .modeltheme-content > div {
    padding: 10px 15px 20px!important;
}
.separator-modal {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
    color: #cdcdcd;
    font-weight: 600;
}
.separator-modal::before {
    right: 0.5em;
    margin-left: -6%;
}
.wc-social-login {
    clear: both;
    margin: 0 -5px;
    overflow: hidden;
}
.wc-social-login .ywsl-label {
    padding: 20px 0 0 !important;
    color: #686868;
    display: none;
}
.wc-social-login a.ywsl-social {
    display: inline-block;
    margin-bottom: 10px !important;
    width: 33.3%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0 5px;
}
.wc-social-login a.ywsl-social img {
    display: none;
}
.wc-social-login a.ywsl-social.ywsl-facebook::after {
    content: 'Facebook';
    background: #5867dd;
}
.wc-social-login a.ywsl-social::after {
    font-weight: 600;
    color: #fff;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.wc-social-login a.ywsl-social.ywsl-twitter::after {
    content: 'Twitter';
    background: #36a3f7;
}
.wc-social-login a.ywsl-social.ywsl-google::after {
    content: 'Google';
    background: #E1828D;
}
.wc-social-login a.ywsl-social:hover {
    opacity: .8;
}
.separator-modal::before, .separator-modal:after {
    background-color: #cdcdcd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.modeltheme-modal.modeltheme-show * {
    opacity: 1;
    visibility: visible;
}
.modeltheme-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    border-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.modeltheme-modal #signup-modal-content, .modeltheme-modal #forgot-password-modal-content {
    display: none;
}
.modeltheme-content#login-modal-content, .modeltheme-content#signup-modal-content {
    border-radius: 15px;
}
.modeltheme-content > div p {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}
.modeltheme-modal label {
    color: #ffffff;
    display: block;
    font-size: 15px;
    margin: 0;
    font-weight: 500 !important;
    font-weight: normal;
    text-align: left;
}
.u-columns #login label {
    display: block !important;
}
.modal-content p i {
    position: absolute;
    margin-top: 30px;
    left: 35px;
    z-index: 999;
    color: #2695FF;
    font-size: 18px;
}
.modeltheme-modal p,
.modeltheme-modal label{
    color: #666;
}
.modeltheme-modal input[type="email"], 
.modeltheme-modal input[type="text"], 
.modeltheme-modal input[type="password"] {
    margin-top: 3px;
    width: 100%;
    outline: none;
    padding: 12px 25px !important;
    border: 1px solid #ddd;
    line-height: 1.42857143;
    background: #F7F8FA !important;
}
.modal-content p.login-submit {
    float: left;
    width: 100%;
    margin-right: 10px !important;
}
.modeltheme-modal input[type="submit"], 
.modeltheme-modal button[type="submit"], 
form#login .register_button, 
form#login .submit_button {
    background: #2695FF;
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
}

.modeltheme-modal input[type="submit"],
.modeltheme-modal button[type="submit"],
form#login .register_button, 
form#login .submit_button,
a#register-modal {
    border: 0 none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 30px;
    height: 45px;
    outline: 0;
    width: auto;
}
a#register-modal {
    padding: 0px 25px;
}
.modeltheme-modal p.btn-register-p {
    float: left;
    margin-right: 20px !important;
}
.btn-register {
    border: 0 none;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0px 15px;
    height: 45px;
    outline: 0;
    width: 100%;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 14px;
}
.latest-tweets .col-md-2:nth-child(7n+1){
    margin: 0;
}
.latest-tweets .single-tweet .rotate45 {
    width: 33px;
}
.item-description .holder-top {
    height: 50%;
    padding: calc(15% - 15px) 15px 15px;
    text-align: center;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: -50%;
}
.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%;
}
.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;
}
.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 #2c3e50;
    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;
}


/*---------------------------------------------*/
/*--- Blocks ---*/
/*---------------------------------------------*/
.block-icon{
    height: 130px;
    margin-bottom: 25px;
    position: relative;
}
.block-container {
    text-align: center;
}
.block-title p {
    color: #2f383d;
    font-size: 16px;
    font-weight: 500;
}
.block-content p {
    font-size: 15px;
    color: #666666;
    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;
}

/*---------------------------------------------*/
/*--- Footer ---*/
/*---------------------------------------------*/
.hide-footer-bottom .footer-bottom,
.hide-footer-row-1 .footer-main{
    display: none;
}
footer {
    overflow: hidden;
}
footer .tagcloud {
    overflow: hidden;
}
.widget_rss .rssSummary{
    margin: 10px 0;
}
.widget_rss li a{
    font-weight: 500;
}
.widget_rss li a.rsswidget {
    font-size: 15px;
    line-height: normal;
}
.widget_rss li a,
.widget_rss .widget-title a {
    color: #454545;
}
aside.widget_rss li:last-of-type,
footer aside.widget:last-of-type {
    margin-bottom: 0px;
}
aside.widget_rss li {
    line-height: 1.7;
    margin-bottom: 30px;
}
footer .product_list_widget a,
footer .product-title {
    color: #ffffff;
}
.footer .payment-methods p {
    text-align: right;
}
.card-icons1 {
    min-height: 34px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 250px;
}
.before_footer{
    background: #e9eaea;
}
.before_footer .widget-title{
    color: black;
}


span.newsletter-sentence span {
    font-weight: bold;
    border-bottom: 2px solid;
}
.get_mc4wp .newsletter-footer.light input.submit {
    background: #6FCBF4;
    border-radius: 0px 5px 5px 0px;
    width: 15%;
    position: absolute;
    padding: 13px 23px;
    height: 45px;
}
.get_mc4wp .newsletter-footer.light input.submit:hover {
    background: #092a5f;
}
.get_mc4wp{      
    margin-left: 50px;
    width: 56.5%;
}
.get_mc4wp .newsletter-footer.light input[type="email"] {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    
}
.get_mc4wp .newsletter-footer.light .email {
    width: 65%;
    height: 45px;
}
.newsletter-footer .email {
    border: 0;
    height: 38px;
    font-weight: 400;
    padding-left: 20px;
    font-size: 14px;
    outline: 0;
    width: 80%;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    color: #606060;
}
.shop_feature_description p {
    color: #fff;
}
.memorabilia-news .newsletter-footer.light .email {
    height: 45px;
    padding-left: 30px;
    width: 100%;
}
.memorabilia-news .newsletter-footer.light input.submit{
    width: 15%;
    height: 44px;
    position: absolute;
    padding-left: 30px;
    margin-left: -120px !important;
    background: #fff;
    color: #252525;
    font-size: 15px;
    font-weight: 600;
    border-left: 1px solid grey;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.newsletter-footer.light .email {
    height: 38px;
    width: 75%;
}
.newsletter-footer.light input.submit {
    width: 30%;
    margin-left: -44px !important;
}
.newsletter-footer input.submit:hover ,
.newsletter-footer input.submit:focus {
    background:#2695FF;
    color: #FFF;
}
.newsletter-footer .email::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}
.complex-layout .subscribe > input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}
.newsletter-footer .email::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}
.newsletter-footer .email:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
}
.newsletter-footer ::placeholder {
    color: #606060 !important;
}
.prefooter{
    padding: 0;
}
.prefooter .container {
    padding-bottom: 70px;
    padding-top: 80px;
}
.prefooter .footer .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Footer Menu */
footer .menu-item-object-custom {
    display: flex
}
footer .menu .menu-item a:after {
    content: none;
}
footer nav.menu {
    background: transparent;
    margin: 0;
}
nav ul li {
    display: inline-block;
}
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 {
    background: #f8f8f8 ;
    padding: 20px 0;
}
.col-md-6.payment-methods img {
    max-height: 30px;
}
footer .widget span {
    line-height: 22px;
}
.contact-details span i {
    width: 25px;
}
.widget-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}
footer .logo {
    margin-bottom: 20px;
    height: 30px;
}
.contact-details {
    margin-top: 20px;
}
.contact-details span {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    max-width: 250px;
}
.contact-details span i {
    padding-right: 5px;
}
p.copyright {
    margin: 0;
    font-size: 14px;
    padding: 7px 0;
}
footer .textwidget > p:last-child {
    margin-bottom: 0;
}
footer .theme-author {
    text-transform: uppercase;
    font-weight: 700;
}
.before-footer-section ul.product_list_widget li img {
    width: 100px !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border: none !important;
}
.before-footer-section .widget .time-left{
    display: none;
}
.before-footer-section ul.product_list_widget li a {
    font-size: 16px !important;
    font-weight: bold !important;
}
.before-footer-section span.current.auction {
    font-weight: 300;
    font-size: 14px;
}
.before-footer-section ul.product_list_widget li span.amount {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #EA3546 !important;
}
.before-footer-section ul.product_list_widget li {
    margin-bottom: 30px !important;
}
.ebbe-info-item #info-mail {
    margin-left: 16px !important;
}
.ebbe-info-item #info-adress {
    margin-left: 13px
}
.ebbe-info-item #info-phone  {
    margin-left: 14px
}
.ebbe-info-item {
    font-size: 14px;
    line-height: 25px;
}
.ebbe-info-item a {
    color: #666666 !important;
    font-weight: 400;
}
/*---------------------------------------------*/
/*--- Sections ---*/
/*---------------------------------------------*/
#primary .main-content ul li[role="tab"]:not(.rotate45) {
    margin: 0;
}
body.single-post {
    border: 0 none;
}
/* Section: Contact */
/*Contact form 7 Compatibility Style*/
.wpcf7-list-item{
    margin: 0;
}
textarea.wpcf7-form-control {
    outline: none;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 300;
}
.wpcf7-form-control:not(input[type="submit"]) {
    width: 100%;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    border: 0 none;
    color: #ffffff;
    margin: 5px 0;
    padding: 10px;
}
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 #f02222;
}
.wpcf7-form-control-wrap .ebbe-contact-text, 
.wpcf7-form-control-wrap .ebbe-contact-email,
.wpcf7-form-control-wrap .ebbe-contact-textarea {
    padding-left: 55px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    margin: 3em 0.1em 1em!important;
    padding: 10px;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    top: 90px;
}
#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: bold;
    height: auto;
    margin: 0;
    padding: 13px;
    text-transform: uppercase;
}
label.error {
    font-size: 15px;
    font-weight: 300;
    padding-top: 2px;
}
.ebbe-contact.row {
    max-width: 700px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 10px;
}
.ebbe-contact p,
.ebbe-contact textarea {
    margin-bottom: 25px;
}
.ebbe-contact label {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}
.ebbe-contact label span, div.wpcf7-response-output {
    font-weight: 500;
    color: #252525 !important;
    margin: 15px 0;
}
.ebbe-email {
    width: 100%;
}
.ebbe-submit {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 14.5px 30px !important;
}
.ebbe-contact-col {
    padding: 0;
}
.ebbe-contact-submit {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto; 
    margin-right: auto; 
    width: 80px !important;
    height: 80px;
    margin-top: 20px
}
.ebbe-contact-col label {
    position: relative;
}
.ebbe-contact-col .name-icon, .ebbe-contact-col .email-icon, .ebbe-contact-col .textarea-icon {
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 25px
}
.ebbe-contact-col .name-icon {
    top: 23px;
}
.ebbe-contact-col .email-icon {
    top: 24px;
}
/*Section: ebbe map*/
#ebbe_on_the_map {
    height: 430px;
}
#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 400px;
  }
}
#statistics.high-margin {
    padding: 60px 0;
}
#cd-google-map {
  position: relative;
}
#google-map .vc_col-sm-12.wpb_column.vc_column_container {
    padding: 0;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}
#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/svg/ebbe-icon-controller.svg");
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}
#cd-zoom-out {
  background-position: 50% -32px;
}
body.single-post .ebbe-article-details {
    margin: 30px 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.ebbe-article-details .post-author {
    border-right: 1px solid #eee;
    padding-right: 15px;
}
.ebbe-post-metas .article-detail-meta,
.ebbe-article-details .article-detail-meta {
    display: inline-table;
    margin-right: 15px !important;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.ebbe-article-details h1{
    display: none;
}
.ebbe-article-details .article-detail-meta i {
    margin-right: 5px;
}
/*Section: Portfolio*/
.single .related_portfolios {
    margin-top: 65px;
    overflow: hidden;
}
.portfolio_thumbnails_slider .owl-controls.clickable .owl-pagination {
    bottom: 20px;
    position: absolute;
    width: 100%;
}
/* Boostrap styling */
.table-striped>tbody>tr:nth-child(odd),
.table-hover>tbody>tr:hover,
.jumbotron,
a.list-group-item:hover, 
a.list-group-item:focus {
    background-color: #fff;
}
.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;
    vertical-align: inherit;
}
.btn-primary {
    background-color: #2c3e50;
    color: #FFF;
}
.btn-success {
    background-color: #27ae60;
}
.btn-info {
    background-color: #3498db;
}
.btn-warning {
    background-color: #e67e22;
}
.btn-danger {
    background-color: #f02222;
}
.btn-danger,
.btn-warning,
.btn-info,
.btn-success,
.btn-primary {
    border: 0 none;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default,
.btn-default {
    background-color: transparent;
    color: #FFF;
}
.btn-default {
    position: relative;
}
.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%;
}
.panel-primary,
.panel-primary > .panel-heading {
    border-color: #2c3e50;
}
.panel-primary > .panel-heading {
    background-color: #2c3e50;
}
.panel-success > .panel-heading {
    background-color: #2ecc71;
    color: #FFF;
    border-color: #27ae60;
}
.panel-success {
    border-color: #27ae60;
}
.panel-info > .panel-heading {
    color: #FFF;
    background-color: #3498db;  
    border-color: #2980b9;
}
.panel-info {
    border-color: #2980b9;
}
.panel-warning > .panel-heading {
    background-color: #f39c12;
    color: #FFF;
    border-color: #e67e22;  
}
.panel-warning {
    border-color: #e67e22;
}
.panel-danger > .panel-heading {
    background-color: #f02222;
    border-color: #c0392b;
    color: #FFFFFF;
}
.panel-danger {
    border-color: #c0392b;
}
.thumbnail {
    background: transparent;
}
.btn-primary:hover{
    background: rgba(52, 73, 94,1.0);
}
.navbar {
    margin-bottom: 0;
    border:none !important;
}

/*---------------------------------------------*/
/*--- Page: Blog ---*/
/*---------------------------------------------*/
.ebbe-article-inner .category-links .post-tags,
.ebbe-article-inner .ebbe-post-metas {
    font-size: 14px;
}
.ebbe-article-inner .ebbe-post-metas a,
.ebbe-article-details .post-author a {
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
}
.ebbe-article-inner .ebbe-more-link {
    float: none;
    display: inline-block;
    margin-top: 25px;
}
.ebbe-article-inner .post-name a {
    color: #000;
}
.single-post .article-categories h3, 
.single-post .article-categories div {
    font-size: 12px;
}
.single-post .article-header .wp-post-image {
    padding-bottom: 35px;
}
.list-view .wp-caption.alignnone {
    margin: 10px 0;
    max-width: 100%;
}
.wp-caption-text {
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
}
figcaption.wp-caption-text {
    margin-bottom: 15px;
    margin-top: 5px;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.commentlist .bypostauthor {border-top: 0 none;}
.wp-caption {
    font-style: italic;
}
.wp-caption.alignnone {
    margin: 15px 0;
    max-width: 100%;
}
.wp-caption.alignleft {
    margin: 10px 20px 10px 0 !important;
}
.alignnone {
    margin: 10px 0;
}
.alignright {
    float: right;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 20px;
}
.alignleft {
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 5px;
    float: left;
}
.wp-caption.alignright {
    float: right;
    margin: 10px 0px 10px 20px;
}
.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;
}
.page article.type-page {
    padding: 80px 0;
}
footer.entry-footer{
    background: transparent;
    clear: both;
}
.post-type {
    color: #666666;
}
.post-type i {
    margin-right: 5px;
}
.post-thumbnail a {
    display: block;
}
.main-content .single-post a:hover .thumbnail-overlay {
    opacity: 1;
}
.main-content .single-post .thumbnail-overlay i {
    font-size: 25px;
    left: calc(50% - 15px);
    top: 44%;
}
.archive.category .widget_search label {
    width: 100% !important;
}
.archive.category .sidebar-content form.search-form .search-submit {
    left: 85%;
}
.archive.date .sidebar-content {
    overflow: initial !important;
    width: 31% !important
}
.archive.date .widget_search label {
    width: 100% !important;
}
.archive.date .sidebar-content form.search-form .search-submit {
    left: 85%;
}


/*Blog: Pagination*/
.ebbe-pagination {
    background: transparent;
    padding: 5px 10px;
    margin: 0px 0 5px;
}
.page-template-template-blog .ebbe-pagination {
    margin: 0px 0 40px;
}
.page-template-template-portfolio .pagination {
    padding: 0;
    position: relative;
}
.pagination > li > a {
    color: rgb(144, 157, 165);
}
.pagination > li > a.current,
.pagination > li > a:hover {
    background-color: #00ADF1;
    color: #fff;
}
.ebbe-pagination .pagination {
    margin: 0;
}
.pagination .page-numbers:hover {
    color: #fff;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}
body .pagination .page-numbers {
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border: none;
    width: 50px;
    height: 50px;
    padding: 12px;
    transition: all .3s;
    display: inline-block;
}
body .pagination .page-numbers.current {
    color: #fff;
}
/*Blog: Breadcrumbs*/
.ebbe-breadcrumbs .container {
    padding: 0px;
}
.ebbe-breadcrumbs.ebbe-alignment-left{
    text-align: left;
}
.ebbe-breadcrumbs.ebbe-alignment-center{
    text-align: center;
    background-position: center;
    background-size: cover;
}
.ebbe-breadcrumbs.ebbe-alignment-right{
    text-align: right;
}
.ebbe-breadcrumbs .row {
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 0px;
    margin-left: 0px;
}
.is_transparent .ebbe-breadcrumbs .row {
    padding-top: 80px;
}
.ebbe-breadcrumbs h1 span,
.ebbe-breadcrumbs h1 {
    font-weight: bold;
    line-height: 35px;
    font-size: 30px;
}
.ebbe-breadcrumbs h1 {
    margin-bottom: 0;
    margin-top: 5px;
}
.page-template-template-blog .ebbe-breadcrumbs .row {
    border-bottom: none;
    padding-bottom: 30px;
}
.ebbe-breadcrumbs .row div {
    padding-left: 0px;
}
.breadcrumbs_status-no {
    margin-top: 80px;
}
.breadcrumb .active {
    margin-right: 5px;
}
.breadcrumb a::after{
    color: #242424;
    margin-left: 7px;
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
}
.ebbe-breadcrumbs .breadcrumbs.breadcrumbs-navxt a.home,
.ebbe-breadcrumbs .breadcrumbs.breadcrumbs-navxt span.post.post-page,
.ebbe-breadcrumbs .breadcrumbs.breadcrumbs-navxt span.post.post-post.current-item,
.ebbe-breadcrumbs .breadcrumbs.breadcrumbs-navxt a.taxonomy.category,
.ebbe-breadcrumbs .breadcrumbs.breadcrumbs-navxt span[property="name"] {
    color: #999999;
    font-size: 14px;
    line-height: 17px;
    margin-right: 5px;
}
.ebbe-breadcrumbs .breadcrumbs.breadcrumbs-navxt span.post.post-page,
.ebbe-breadcrumbs .breadcrumbs.breadcrumbs-navxt a.taxonomy.category,
.ebbe-breadcrumbs .breadcrumbs.breadcrumbs-navxt span[property="name"] {
    margin-left: 3px;
}
.ebbe-breadcrumbs .breadcrumb{
    background: transparent;
    display: block;
    margin-bottom: 0px;
    padding-right: 0;
    font-size: 14px; 
    line-height: 17px;
}
.ebbe-breadcrumbs .breadcrumb li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 0px;
}
.ebbe-breadcrumbs .breadcrumb a {
    color: #999999;
    font-weight: 400;
}
.ebbe-breadcrumbs .breadcrumb a:hover {
    opacity: .8;
}
.ebbe-breadcrumbs .breadcrumb .active {
    color: #999999;
}
.ebbe-breadcrumbs h2 span,
.ebbe-breadcrumbs h2 {
    margin: 0;
    font-size: 30px;
    line-height: 41px;
    color: #454545;
    font-weight: bold;
    text-transform: capitalize;
}
.breadcrumb {
    font-size: 16px;
    padding:0;
    line-height: 30px;
}
.breadcrumb > li + li::before{
    content: "";
    padding: 0;
}
.breadcrumb {
    color: #777;
}
@media only screen and (max-width: 767px) {
    .ebbe-breadcrumbs {
        padding: 10px 0px 0px !important;
    }
    body.single-product .ebbe-breadcrumbs{
        padding-top: 20px;
    }
    .ebbe-breadcrumbs h2{
        font-size: 17px;
    }
    body .ebbe-breadcrumbs .row{
        padding: 30px 15px 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .ebbe-breadcrumbs h2{
        font-size: 19px;
        text-align: center;
    }
}
@media only screen and (max-width: 992px) {
    ol.breadcrumb.pull-right {
        float: left !important;
    }
}

/*Blog: Content*/
#disqus_thread {
    margin-top: 40px;
}
.sticky-posts a:hover .thumbnail-overlay{
    opacity: 1;
}
.sticky-posts .thumbnail-overlay i {
    font-size: 27px;
    left: calc(50% - 20px);
    top: 40%;
}
.sticky-posts a:hover .post-date {
    opacity: 0;
}
.sticky-posts .post-date {
    font-size: 14px;
    font-weight: 300;
    height: 45px;
    opacity: 1;
    left: 15px;
    margin-top: 0;
    padding: 2px;
    position: absolute;
    top: 15px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    width: 45px;
}
.sticky-posts a {
    display: block;
}
.sticky-posts .rotate45_back {
    display: block;
    line-height: 18px;
    padding: 0 0 16px;
    width: 30px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.related-posts .post-name{
    font-size: 18px;
    margin-top: 20px;
}
.ebbe-post-excerpt {
    margin-top: 20px;
}
.ebbe-post-excerpt > p {
    margin: 0;
}
#comment-nav-above h2 {
    margin-bottom: 25px;
}
.nav-previous a, .nav-next a {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); 
    padding: 8px 25px;
}
a#cancel-comment-reply-link {
    font-size: 15px;
    margin-left: 15px;
}
.comments-area .no-comments {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.comment {
    clear: both;
}
.submit-comment,
.ebbe_comments {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.comment-form .form-fields {
    padding: 0;
}
.comment-form i {
    font-size: 20px;
    line-height: 40px;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
}
#form-allowed-tags {
    display: none;
}
.comments-area {
    margin-top: 0;
}
.ebbe-comment-footer-meta{
    margin-top: 20px;
}
.comment-edit-link {
    font-weight: bold;
    margin-right: 15px;
}
.comment-form .form-submit {
    width: 100%;
}
.comment-form .form-submit .submit {
    width: fit-content;
}
.comment-text .star-rating {
    float: initial;
}
.comment-text .meta {
    margin-top: 20px !important;
}
.comment-text .meta .woocommerce-review__author {
    font-size: 20px !important;
    font-weight: bold;
}
p.comment-form-cookies-consent {
    margin-top: 10px;
}
p.comment-form-cookies-consent label {
    font-weight: 400;
}
#wp-comment-cookies-consent {
    display: inline-table;
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
}
.comment-reply-link {
    font-weight: bold;
}
.comments-area .comment-navigation {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 50px;
    margin-top: 30px;
}
.comment .author_name .url {
    font-weight: 500;
    color: #151515;
}
.comment_body > p {
    color: #666666;
}
.comment_body .reply_button {
    color: #666666;
}
.comment_body .reply_button a {
    margin: 0 3px;
}
.comment_body .author_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.comment-list.comments-area.ebbe_comments.comments {
    margin: 0;
}
.comment-list .comment-body {
    padding: 30px !important;
    margin: 20px 0px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.comment-list .comment-body p:last-child {
    margin-bottom: 0;
}
.comment-list .comment-body p {
    font-size: 14px;
    line-height: 24px;
}
.comment-author img.avatar {
    width: 50px;
    border-radius: 40px;
    margin-right: 15px
}
.comment-author.vcard span.fn {
    color: #000;
    font-weight: 600;
}
.comment-list div.comment .col-avatar img {
    border-radius: 50%;
}
.comment-list div.comment .reply_button1 {
    display: flex;
    justify-content: space-between
}
.comment-list div.comment .comment-meta {
    width: 100%;
    margin-bottom: 20px;
}
.comment-list a.comment-post-date {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 400;
}
.comment-author.vcard {
    font-size: 18px;
}
.comments-area table {
    margin-bottom: 30px;
}
.comment-list div.comment .reply_button1 a {
    padding: 10px 15px;
    box-shadow: 0 0 20px rgb(67 73 89 / 5%);
}
.comment-respond {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
.container.blog-posts {
    padding-top: 0;
    padding-bottom: 50px;
}
.comments-area li .comment {
    margin-bottom: 10px;
}
#comments .comment.depth-2 {
    padding-left: 30px;
}
#comments .comment.depth-3 {
    padding-left: 30px;
}
#comments .comment.depth-4 {
    padding-left: 30px;
}
#comments .comment.depth-5 {
    padding-left: 30px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
/* comments-pingbacks-tracebacks */
.comments-pingbacks-tracebacks {
    margin-top: 55px;
}
.comments-pingbacks-tracebacks .comment-author a {
    font-size: 19px;
    font-weight: bold;
}
.comments-pingbacks-tracebacks footer {
    background: transparent;
}
.comments-pingbacks-tracebacks li {
    list-style: none;
    margin-bottom: 30px;
}

/*Blog: Single blog post page*/
.single_tax::after {
    content: ",";
    color: #000;
    opacity: 0.5;
}   
.single_tax:last-child::after {
    content: "";
}   
.article-content {
    margin-bottom: 20px;
}
.article-content .wp-block-search__inside-wrapper,
.article-content table {
    margin-bottom: 20px;
}
.article-footer {
    padding: 35px 0 35px;
    clear: both;
}
.article-footer h3 {
    line-height: 20px !important;
}
.article-footer h3 {
    color: grey;
    display: inline;
    float: left;
    font-weight: 300;
    margin: 0px 17px 0 0;
    font-size: 14px;
}
.article-tags-comments .article-comments {
    margin: 0;
    padding: 0;
}
.article-tags i {
    margin-right: 8px;
}
.article-tags-comments {
    color: #666666 ;
}
.article-tags-comments {
    border-top: 1px solid rgb(229, 236, 239);
    border-bottom: 1px solid rgb(229, 236, 239);
    color: #666666 ;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}
.article-categories > h3 {
    color:#666666;
    display: inline;
    font-size: 16px;
    margin: 0;
}
.article-categories i {
    margin-right: 5px;
}
a.single_tax {
    font-weight: bold;
}
.categories {
    color: #6d7a83;
    display: inline;
    font-size: 15px;
    width: auto;
}
.article-categories {
    border-bottom: 1px solid rgb(229, 236, 239);
    margin: 10px 0;
    padding: 10px 0;
}

/* SOCIAL SHARER */
.social-shareer {
    position: relative;
    list-style: none;
    display: inline;
    margin-left: 10px;
    padding: 0;
}
ul.social-shareer li {
    display: inline;
}
.social-shareer a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 30px;
    padding: 9px 0;
    height: 30px;
    line-height: 13px;
    text-align: center;
    margin-right: 10px;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.social-shareer a:hover {
    background: #2695ff;
    color: #fff;
}
.social-shareer a:before,
.social-shareer a:after{
    border-color: #EAEAEA;
}
.social-shareer a:hover:after{
   -webkit-transform: scale(1.5);
}
.social-shareer a:hover:before{
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
}
@media only screen and (max-width: 479px) {
    .social-shareer {
        display: block !important;
        clear: both;
        margin-left: 0 !important;
        padding:0px;
    }
    .social-shareer li a {
        margin-top: 10px;
    }
}


/* POST TAGS */
.single-post-tags span {
    font-weight: 600;
    color: #222;
    margin-right: 10px;
}
.article-social {
    margin-top: 20px;
    padding: 25px 0;
    border-top: 1px solid rgb(229, 236, 239);
}
.article-social > h3 {
    display: inline;
    float: left;
    font-weight: 300;
    margin: 8px 15px 0 0;
    font-size: 14px;
    color: #999999;
}
.author-bio .author-thumbnail {
    margin: 0;
}
.author-bio.relative.no-author-pic .author-thumbnail.col-md-2 {
    display: none;
}
.author-bio {
    background: none repeat scroll 0 0 #f6f6f6;
    border-left: 5px solid;
    margin-top: 30px;
    padding: 15px;
    overflow: hidden;
}
.author-name {
    font-size: 18px;
    font-weight: bold;
}
.author-job {
    color: #666666;
}
.author-biography {
    border-top: 1px solid #cccccc;
    color: #666666;
    font-style: italic;
    margin-top: 10px;
    padding-top: 10px;
}
.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: 50px 0 0;
}
.ebbe-more-link {
    display: block;
    float: left;
    margin-top: 10px;
}
.wp-block-search .wp-block-search__button,
.grid-view.col-md-12.list-view .ebbe-more-link {
    float: none;
    display: inline-block;
}
.widget_search form.search-form {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

/*Comments list and form*/
#comments .comment_author {
    margin: 0;
    padding-left: 0px;
}
#comments .children {
    overflow: auto;
}
.logged-in .form-comment {
    padding: 0;
    width: 100%;
}
.avatar.photo {
    height: auto;
}
.comments-area .single_comment:first-child {
    border-top: 0 none;
    margin: 0;
    padding: 0;
}
.comments-area .single_comment {
    margin-bottom: 30px !important;
}
.single_comment {
    border-top: 1px solid rgb(235, 235, 235);
    margin-top: 20px;
    overflow: auto;
    padding-top: 20px;
}
.comment-form input, .comment-form textarea {
    width: 100%;
    outline: 0;
}
.comment-edit-link, .comment-reply-link {
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}
.comment-form .form-comment {
    padding-left: 0;
}
.form-submit {
    float: left;
    margin-top: 10px;
}
.comment-list.comments-area div#respond.comment-respond {
    margin-top: 0px;
}
.comment-list.comments-area div#respond.comment-respond #reply-title.comment-reply-title {
    margin-top: 15px;
}
/*Next - Previous posts*/
.prev-next-post {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.prev-next-post .rotate45 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f02222;
    width: 36px;
}
.prev-post, .next-post {
    padding: 7px
}
.next-post a,
.prev-post a {
    display: block;
}
.next-post a i,
.prev-post a i {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    color: #f02222;
}
.prev-next-post .col-md-6 a:hover i {
    color: #fff;
}
.prev-text {
    padding: 0;
    font-size: 15px;
    line-height: 65px;
    margin-left: 15px;
}
.next-text {
    padding: 0;
    font-size: 15px;
    line-height: 65px;
    margin-right: 15px;
}

/*---------------------------------------------*/
/*--- Sidebar/Widgets ---*/
/*---------------------------------------------*/
.widget_pages li,
.widget_categories .cat-item{
    list-style: none;
}
.widget_categories ul ul, 
.widget_pages ul ul {
    padding-left: 15px;
    padding-top: 5px;
}
.widget_mt_address_social_icons .social-links > li {
    display: inline;
    margin-top: 10px;
}
.widget_rss li, .site-footer .widget_rss li {
    color: #666666;
    list-style: outside none none;
    margin-bottom: 15px;
}
.widget_nav_menu ul {
    padding-left: 5px;
}
.widget_rss ul {
    padding: 0;
}
.widget select {
    max-width: 100%;
    padding: 10px;
}
.widget_archive > select {
    color: #606060;
    width: 100%;
}
.comment_body img {
    margin: 10px 0;
}
#comment-nav-below,
.widget_categories label,
.widget_archive label {
    display: none;
}
.widget_mt_address_social_icons .social-links{
     position: relative;
    list-style: none;
    padding: 0;
}
.widget_mt_address_social_icons .social-links a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white !important;
    border-radius: 10%;
    text-align: center;
    margin-right: 5px;
    background: #242424;
}
.widget_mt_address_social_icons .social-links a:hover:after {
    -webkit-transform: scale(1.5);
}
.widget_mt_address_social_icons .social-links a:before, 
.widget_mt_address_social_icons .social-links a:after {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border-radius: 10%;
    transition: .3s all;
    border: 1px solid #242424;
}
.widget_mt_address_social_icons .social-links a:before, 
.widget_mt_address_social_icons .social-links a:after {
    border-color: #242424;
}
.widget_mt_address_social_icons  .social-links a:hover:before {
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
}
.widget_mt_address_social_icons .social-links a:after {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border-radius: 10%;
    transition: .3s all;
    border: 1px solid #242424;
}
.widget_mt_address_social_icons .social-links a i {
    line-height: 25px;
    font-size: 12px;
}
/*Calendar widget*/
#wp-calendar {
    width: 100%;
}
#wp-calendar td#today a{
    color: #fff;
}
.sidebar-content.sidebar-content-right-side {
    padding-left: 40px;
}
.sidebar-content.sidebar-content-left-side {
    padding-right: 40px;
}
.sidebar-content .widget:first-child {
    margin-top: 0;
}
.site-footer .widget,
.sidebar-content .widget {
    float: left;
    width: 100%;
}
.sidebar-content .widget{
    margin-bottom: 40px;
}
.site-footer .widget_calendar, 
.site-footer .widget_pages, 
.site-footer .widget_recent_comments, 
.site-footer .widget_tag_cloud {
    margin-top: 35px;
    margin-bottom: 35px !important;
    display: inline-block;
    width: 100%;
}
.site-footer .widget_categories > ul {
    margin-bottom: 15px;
}
.sidebar-content .widget:last-child {
    margin-bottom: 5px;
}
.sidebar-content .widget-title,
.sidebar-content .widget h2,
.sidebar-content .widget .wp-block-search__label{
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}
.sidebar-content .widget-title::before,
.sidebar-content .widget h2::before,
.sidebar-content .widget .wp-block-search__label::before {
    content: "";
    border-left: 60px solid;
    position: absolute;
    left: 0;
    top: auto;
    height: 2px;
    bottom: -2px;
}
.sidebar-content .widget:first-child .widget-title,
.sidebar-content .widget:first-child h2,
.sidebar-content .widget:first-child .wp-block-search__label {
    margin-top: 0;
}
.no-results.not-found .page-title:last-child {
    margin-top: 10px;
}
.no-results.not-found .page-content {
    text-align: center;
}
.no-results.not-found form.search-form {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
    margin: 20px 0px;
}
.no-results.not-found form.search-form input.search-field {
    margin-right: 10px;
    font-weight: 400;
}
.widget_search .search-field, .widget_search label {
    width: 100%;
}
.search-form .screen-reader-text, .search-form .search-submit {
    display: none;
}

.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_ebbe_popular_recent_tabs .post-description{
    font-weight: 300;
}
#wp-calendar td#today{
    color: #fff;
}
#wp-calendar th,
#wp-calendar td, 
#wp-calendar caption,
.widget_search .search-field,
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_ebbe_popular_recent_tabs .post-description,
.textwidget{
    color: #606060;
    font-weight: 400;
    font-size: 16px;
}
#wp-calendar th,
#wp-calendar td {
    text-align: center;
    padding: 10px 4px !important;
}
/*Tagcloud widget*/
.wp-block-tag-cloud {
    display: flow-root;
}
.wp-block-tag-cloud a,
.tagcloud > a,
.single-post-tags a {
    font-size: 14px !important;
    font-weight: 400;
    color: #606060;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    text-transform: capitalize;
    text-decoration: none;
}
.single-post-tags {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.sidebar-content .tagcloud {
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 5px;
}
.tagcloud > a:last-child:after {
    content: "";
}
.sidebar-content .tagcloud > a,
.single-post-tags a,
.tagcloud > a,
.wp-block-tag-cloud > a {
    background: #f5f5f5;
    color: #222;
    float: left;
    padding: 0;
    padding: 5px 15px;
    border: 1px solid #f5f5f5;
    border-radius: 25px;
    font-size: 14px; 
}
.single-post-tags a:hover,
.wp-block-tag-cloud a:hover{
    background: #fff;
}
.tagcloud > a:hover,
.sidebar-content .tagcloud > a:hover {
    color: #2695FF;
    background: transparent !important;
}
/*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";
    position: absolute;
    right: 12%;
}
.widget_toggles .panel-heading a::after {
    content: "\f068";
    position: absolute;
    right: 12%;
}
/*Widget: Testimonials slider*/
.testimonials_slider .testimonial-content {
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #666666;
}
.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;
    
}
/* Testimonials V2 style 2*/
.testimonials_slider.style_v2 .testimonial-content span {
    color: #fff;
    font-size: 20px;
    padding: 0px;
    background: transparent;
    text-align: center;
}
.testimonials_slider.style_v2.owl-theme .owl-controls .owl-page span {
    width: 70px;
    height: 2px;
    margin: 5px 5px;
    transform: none;
    background: #fff;
}
.testimonials_slider.style_v2 .testimonial-content:after{
    display: none;
}
.testimonials_slider.style_v2 .testimonial-client-details {
    display: flex;
    justify-content: center;
}
.testimonials_slider.style_v2 .testimonial-name {
    color: #fff;
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
}
.testimonials_slider.style_v2 .testimonial-job {
    color: #fff;
    font-size: 15px;
    opacity: .8;
}
.testimonials_slider.style_v2 .testimonial-job:before {
    content: "-";
    padding-right: 10px;
}
/*Elements: Popular Recent posts - tabs*/
.widget_ebbe_popular_recent_tabs .nav-tabs > li > a{
    margin: 0;
    text-align: center;
}
.widget_ebbe_popular_recent_tabs .nav-tabs > li{
    width: 50%;
}
.widget_ebbe_popular_recent_tabs .nav-tabs > li.active {
    border-top: 5px solid #f02222;
}
.widget_ebbe_popular_recent_tabs .nav-tabs li.active a {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    color: #f02222;
}
.widget_ebbe_popular_recent_tabs .nav-tabs li a {
    background: none repeat scroll 0 0 #ecf0f2;
    border-top: 5px solid #ecf0f2;
    color: #666666;
    outline: medium none;
    border-bottom: 0 none;
}
.widget_ebbe_popular_recent_tabs .widget_body {
    border-left: 1px solid #e1e4e7;
    border-right: 1px solid #e1e4e7;
    border-bottom: 1px solid #e1e4e7;
}
.widget_ebbe_popular_recent_tabs .tab-content {
    padding: 15px;
}
.widget_ebbe_popular_recent_tabs .recent-post,
.widget_ebbe_popular_recent_tabs .popular-post {
    margin-bottom: 20px;
}
.widget_ebbe_popular_recent_tabs .recent-post:last-child,
.widget_ebbe_popular_recent_tabs .popular-post:last-child {
    margin-bottom: 0;
}
.widget_ebbe_popular_recent_tabs .post-title {
    font-size: 16px;
    margin-top: 5px;
}
.widget_ebbe_popular_recent_tabs .post-date {
    color: #99abb7;
    margin-bottom: 5px;
    margin-left: 0;
}
/*Widget: Social Icons*/
.widget_ebbe_social_icons li {
    display: inline-table;
    margin-bottom: 3px;
    text-align: center;
    width: 25px;
    margin-right: 5px;
}
.widget_ebbe_social_icons ul {
    margin: 0;
    padding: 0;
}
.newsletter-footer {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 25px;
}
.widget_ebbe_social_icons .social-links{
     position: relative;
    list-style: none;
    padding: 0;
}
.widget_ebbe_social_icons a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #2695FF !important;
    border-radius: 0;
    text-align: center;
    background: #fff;
}
.widget_ebbe_social_icons  a:hover {
    opacity: .9;
}
.widget_ebbe_social_icons .social-links a i {
    line-height: 25px;
    font-size: 12px;
}
#page.widget_nav_menu .sub-menu li, .widget_recent_entries li {
    padding-left: 12px;
    position: relative;
}
#page .widget_nav_menu .menu{
    padding: 0;
}
#page .widget_nav_menu li,
#page .widget_nav_menu a {
    display: block;
    color: #666666;
    width: 100%;
    text-align: left;
}

/*Widget: Categories*/
.wp-block-archives select,
.wp-block-categories-dropdown select{
    line-height: normal;
    padding: 12px 25px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.wp-block-categories select,
.wp-block-archives select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
}
.wp-block-categories-dropdown:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 35%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.wp-block-archives-dropdown:after{
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.wp-calendar-nav-prev {
    float: left;
}
.wp-calendar-nav-next {
    float: right;
}
.wp-block-categories-dropdown.wp-block-categories,
.wp-block-archives-dropdown.wp-block-archives {
    width: fit-content;
    position: relative;
}
.wp-block-latest-comments__comment{
    margin: 0;
}
.wp-block-categories-list.wp-block-categories,
.wp-block-archives-list.wp-block-archives,
.wp-block-latest-comments,
.wp-block-latest-posts.wp-block-latest-posts__list,
.widget_block .wp-block-page-list li,
#page .widget_nav_menu > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_product_categories > ul,
.widget_archive > ul,
.widget_categories > ul {
    list-style: outside none none;
    padding-left: 0;
    margin: 0;
}
.wp-block-categories-list.wp-block-categories li,
.wp-block-archives-list.wp-block-archives li,
.wp-block-latest-comments li,
.wp-block-latest-posts.wp-block-latest-posts__list li,
.widget_block .wp-block-pages-list__item,
#page .widget_nav_menu li a,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_product_categories li,
.widget_archive li,
.widget_categories .cat-item{
    padding: 5px 0;
    line-height: 1.4;
    margin-bottom: 0px;
}
.wp-block-categories-list.wp-block-categories li a,
.wp-block-archives-list.wp-block-archives li a,
.wp-block-latest-comments li a,
.wp-block-latest-posts.wp-block-latest-posts__list a,
.widget_block .wp-block-pages-list__item,
.widget_block .wp-block-pages-list__item a,
.widget_recent_comments > ul,
#page .widget_nav_menu li,
#page .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_product_categories .cat-item,
.widget_product_categories .cat-item a,
.widget_archive li,
.widget_archive li a,
.widget_categories .cat-item,
.widget_categories li a {
    color: #484848;
    font-weight: 400;
}
.recentcomments {
    list-style: outside none none;
    margin-bottom: 5px;
    font-weight: 300;
}
.recentcomments a {
    color: #606060 !important;
    font-weight: 500;
}
.widget_recent_comments > ul{
    padding: 0;
    margin-bottom: 5px;
}
.widget_mt_recent_entries_with_thumbnail .post-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget_mt_recent_entries_with_thumbnail li {
    list-style: outside none none;
}
.widget_mt_recent_entries_with_thumbnail ul.widget_recent_entries_with_thumbnail_ul {
    margin-top: 25px;
    margin-bottom: 0px;
}
.widget_mt_recent_entries_with_thumbnail li:last-child {
    margin-bottom: 0px !important;
}
.widget_mt_recent_entries_with_thumbnail li a {
    color: #222;
    font-size: 17px;
    line-height: 26px;
}
.widget_mt_recent_entries_with_thumbnail ul.widget_recent_entries_with_thumbnail_ul li.row {
    display: inline-flex;
    margin: 0 0 20px;
    flex-wrap: nowrap;
    width: 100%;
}
.widget_mt_recent_entries_with_thumbnail ul.widget_recent_entries_with_thumbnail_ul li.row:hover img {
    transform: scale(1.03) rotate(1deg);
    -webkit-transform: scale(1.03) rotate(1deg);
    opacity: .9;
}
.widget_mt_recent_entries_with_thumbnail ul.widget_recent_entries_with_thumbnail_ul li.row img {
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
#page .widget_nav_menu li{
    position: relative;
}
/*Widget: Tweets*/
.tweet-title {
    display: flex;
    padding-left: 5px;
}
.tweet-title .col-md-2 {
    margin: 0;
    padding: 3px 0;
    width: 25px;
}
.tweeter-profile {
    padding-left: 10px;
}
.tweet-body {
    color: #666666 ;
    margin-top: 5px;
}
.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_mt_recent_entries_with_thumbnail > ul {
    padding: 0;
}
.widget_recent_entries > ul {
    padding: 0;
}
.widget_mt_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;
}
.thumbnail-overlay i {
    display: none;
    color: #2695FF;
    font-size: 17px;
    left: 38%;
    top: 38%;
}
.widget_mt_recent_entries_with_thumbnail a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
}
.widget_recent_entries a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
}
.widget_mt_recent_entries_with_thumbnail .post-date {
    margin: 0;
    font-size: 14px;
    line-height: 1.714em;
    font-weight: 400;
    display: inline-flex;
    vertical-align: middle;
    margin-top: 5px;
}
.widget_recent_entries .post-date {
    color: #6d7a83;
    margin: 0;
}
.widget_mt_recent_entries_with_thumbnail .post-thumbnail {
    padding: 0;
    overflow: hidden;
    flex-shrink: 0;
}
.widget_recent_entries .post-thumbnail {
    padding: 0;
    overflow: hidden;
}
.related-posts.sticky-posts .rotate45_back {
    padding: 0 0 17px;
    width: 30px;
}
.slider_navigation{
    position: absolute;
    width: 100%;
    bottom: calc(40%);
    z-index: 1;
}
.slider_navigation .btn {
    background: none repeat scroll 0 0 #2f383d;
    border: 0 none;
    color: #ffffff;
}
.slider_navigation .btn:hover{
    opacity: 0.85;
}
/*Widgets general rules*/
.prefooter .widget-title {
    color: #d5e9f8;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
/*Section: Posts*/
.latest-posts h3, .latest-tweets h3, .latest-videos 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, .latest-videos 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;
    font-size: 18px;
}
.latest-posts .post-name a {
    color: #242424;
}
.latest-videos > a {
    color: rgba(0, 0, 0, 0.7);
    display: block;
}
.latest-videos .post-date {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    margin-top: 3px;
}
.latest-videos .post-date i {
    margin-right: 5px;
}
.mt_video img.buton_image_class {
    width: 5%;
}
.video-title {
    padding: 15px 0;
}
.video-title a {
    display: block;
    color: rgba(0, 0, 0, 0.7);
}
.rotate45 {
    color: rgb(255, 255, 255);
    height: auto;
    margin-top: 15px;
    padding: 7px 5px;
    text-align: center;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: auto;
}
.rotate45_back{
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.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;
}
.tweet-date {
    color: rgba(0, 0, 0, 0.4);
}

/*CARD ICONS*/
.card-icons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.card-icons li {
    display: inline-table;
}
.thumbnail-and-details .details-review-container {
    bottom: 0;
    left: 10px;
    position: absolute;
}


.ebbe_call-to-action h1 {
    margin: 5px 0;
}

.header-top {
    padding: 0;
    text-size-adjust: 100%;
    line-height: 13px;
}
.header-top .item--html {
    line-height: 1.3;
}
span.details a {
    font-weight: bold;
}

.list-unstyled li span {
    font-size: 16px;
    color: #606060;
    line-height: 26px;
}
li.store-name:before {
    content: "\f07a";
    color: #2695FF;
    left: 0;
    padding-right: 8px;
    background: transparent !important;
}
li.seller-name:before {
    content: "\f007";
    color: #2695FF;
    left: 0;
    padding-right: 12px;
    background: transparent !important;
}
li.store-address:before {
    content: "\f041";
    color: #2695FF;
    left: 0;
    padding-right: 14px;
    background: transparent !important;
}
.form-row.form-group.user-role label.radio {
    color: #666;
    text-align: left;
    width: 100%;
    padding-left: 30px;
    margin-top: 0px;
    position: relative;
}
.form-row.form-group.user-role input[type="radio"] {
    left: 0;
    margin-right: 6px;
    margin-left: 0px;
    position: absolute;
}

.modeltheme-modal form .form-row textarea, 
.modeltheme-modal form .form-row select, 
.modeltheme-modal form .form-row input.input-text {
    margin-bottom: 0px !important;
}

/*---------------------------------------------*/
/*--- 404 Not found page ---*/
/*---------------------------------------------*/
.error404 .page-content > img {
    display: block;
    margin: 0 auto;
}
.error404 .error-404 h1 {
    font-size: 150px;
    margin: 0;
    line-height: 1.2;
}
.error404 .error-404 a {
    margin-top: 20px;
    display: inline-block;
}
.error-404 .page-content {
    margin: 0px 10% auto;
    text-align: center;
}
.error-404 .page-content h3 {
    padding: 35px 0px;
}
.error404 .error-404 {
    margin-bottom: 40px;
}
.error404 .blog-posts {
    overflow: hidden;
    padding-top: 90px;
}
.error404 .error-404 .page-header {
    border-bottom: none;
    margin: 45px 0 25px;
}


/*Navbar*/
/*Navbar sub menus*/
.navbar ul li ul.sub-menu {
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 180%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 9999;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.navbar ul li ul.sub-menu li:hover ul.sub-menu {
    top: 0;
    left: 100%;
}
.navbar ul li ul.sub-menu li ul.sub-menu {
    top: 100%;
    left: 100%;
}
.menu.nav-effect.nav-menu {
    margin: 0;
}
.ebbe-header .sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}
.ebbe-header .sub-menu li:last-child {
    border-bottom: 0 none;
}
.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}
.navbar ul li:hover > ul.sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}
.ebbe-header ul.sub-menu li a {
    color: #606060;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
}
.ebbe-header li li {
    display: list-item; 
    list-style: none; 
}
.sub-menu.mt-drop-down--right .sub-menu {
    right: auto;
    left: -225px !important;
    text-align: left;
}
.sub-menu.mt-drop-down--right {
    text-align: left;
    left: auto;
    right: 0;
}

/* MEGA MENU */
.mega_menu .cf-mega-menu.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: 650px;
    top: 80px;
    left: 12px;
    padding: 25px !important;
    padding-bottom: 5px;
    text-align: left;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.mega-menu-inline ul li ul.sub-menu{
    position: inherit;
    box-shadow: none !important;
    opacity: 1;
    visibility: visible;
}
.mega-menu-inline .menu-item-has-children {
    display: table-cell !important;
    white-space: nowrap;
    width: 160px;
    min-width: 160px;
    background: #fff !important;
    padding: 20px 10px !important;
}
.mega-menu-inline .sub-menu li{
    border:none !important;
}
.mega-menu-inline ul.sub-menu li a{
    padding: 8px 20px !important;
}
.mega-menu-inline ul.sub-menu{
    width: auto !important;
}
.mega_menu.col_1 .cf-mega-menu.sub-menu {
    min-width: 225px;
    padding-right: 0;
}
.mega_menu.col_2 .cf-mega-menu.sub-menu {
    min-width: 450px;
    padding-right: 0;
}
.mega_menu .cf-mega-menu.sub-menu a i{
    width: 10px;
    margin-right: 12px;
}
.mega_menu .cf-mega-menu.sub-menu a {
    display: block;
    padding: 2px 0px;
    font-size: 15px;
    font-weight: 400;
}
.mega_menu .cf-mega-menu.sub-menu h6 {
    margin-bottom: 10px;
}
.mega_menu .cf-mega-menu.sub-menu .vc_column-inner {
    padding: 0px;
}
.mega_menu .cf-mega-menu.sub-menu .vc_column-inner h3 {
    margin-top: 20px !important;
}
.mega_menu .cf-mega-menu.sub-menu p {
    margin-top: 5px !important;
    margin-bottom: 0px;
}
.cf-mega-menu.sub-menu {
    width: 100%;
}
.mega3menu {
    position: static !important;
}
.mega3menu .cf-mega-menu .vc_row .vc_col-sm-3:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.3);
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .widget_mt_recent_entries_with_thumbnail ul.widget_recent_entries_with_thumbnail_ul li.row{
        width: 52%;
    }
}
@media only screen and (max-width: 767px) {
    body .mt-addons-testimonial-item {
        height: 220px !important;
    }
    body .eamo_preloader_holder .preloader_image {
        top: 39% !important;
        left: 39% !important;
        width: 25% !important;
    }
    .header-search_icon-item .search-field{
        width: -webkit-fill-available;
    }
     body .mt-elementor-tabs .elementor-tab-content {
        padding-left: 25px !important;
        padding-right: 15px !important;
    }
    .header--row:not(.header--transparent).header-main .header--row-inner .container {
        padding: 0px 5px;
    }
    body.error404 .error-404 h1 {
        font-size: 66px !important;
        line-height: 85px !important;
    }
    body .site-main article .main-content {
        padding-left: 15px;
        width: 100%;
    }
    body .elementor-element.mt-elementor-tabs ul.products {
        margin-right: -35px;
    }
    .mt-elementor-tabs .elementor-widget-container .elementor-tab-mobile-title {
        width: 105%;
    }
    body.woocommerce div.product form.cart .group_table td:first-child {
        width: 35% !important;
    }
    body.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
        padding: 0px 15px !important;
    }
    .single-post-tags {
        flex-wrap: wrap;
    }
    .container.blog-posts {
        padding-left: 15px;
        padding-right: 15px;
    }
    .widget_mt_recent_entries_with_thumbnail .post-thumbnail {
        width: 20%;
    }
    .widget_mt_recent_entries_with_thumbnail .post-details {
        width: 80%;
    }
    .nav-menu .mega_menu > a::after {
        content: '\f107';
        padding-left: 5px;
        font-size: 10px;
        position: relative;
        bottom: 1px;
        font-weight: 100;
        display: none;
    }
    #navbar .mega_menu .cf-mega-menu.sub-menu {
        padding: 5px 10px !important;
        min-width: 375px !important;
    }
    .mega_menu .cf-mega-menu.sub-menu{
        padding: 0px !important;
        box-shadow: none;
    }
    .mega_menu .cf-mega-menu.sub-menu .elementor-widget-wrap {
        padding: 0px;
    }
    .aside-navbar .mega_menu .cf-mega-menu.sub-menu {
        padding: 5px 30px !important;
    }
}

/*MEGA 3X COLUMNS 100%*/
.mega3columns .cf-mega-menu.sub-menu {
    left: 15px;
    width: calc(100% - 30px);
}

/*MEGA 2X COLUMNS 66.66666%*/
.mega2columns .cf-mega-menu.sub-menu {
    left: 22%;
    width: calc(66.66666% - 30px);
}

/*MEGA 1X COLUMN 33.33333%*/
.mega1column .cf-mega-menu.sub-menu {
    left: 41%;
    width: calc(33.33333% - 30px);
}

.navbar .mobile_only_icon_group {
    display: none;
    float: right;
}
.navbar .mobile_only_icon_group a {
    color: #252525;
}
.mobile_footer_icon_wrapper {
    display: none;
}
.nav-menu li:hover ul, .nav-menu li:hover .cf-mega-menu.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}

.fixed-search-overlay.visible {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.fixed-search-overlay label{
    width: 100%;
    position: relative;
}
.fixed-search-overlay {
    background: rgba(254, 254, 254, 0.95) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.fixed-search-overlay > i {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.fixed-search-overlay .fixed-search-inside {
    align-self: center;
    width: 100%;
}
.fixed-search-inside .modeltheme-search {
    display: block;
    margin: 0 auto;
    width: 500px;
}


.modeltheme-search > form {
    position: relative;
}
.modeltheme-search .fixed-search-inside label {
    width: 91%;
}
.modeltheme-search input.search-field {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgb(255, 255, 255);
    border-style: none none solid;
    border-width: 0 0 3px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 500;
    padding: 0 0 4px 0;
    width: 100%;
    outline: none;
}
/*REV SLIDER*/
body .tparrows.preview1:hover::after {
    background: #2C3E50;
    color: white;
}
.tparrows.preview1.tp-leftarrow {
    left: 20px !important;
}
body .tparrows.preview1,
body .tparrows.preview1::after{
    height: 60px;
    width: 60px;
}
.tparrows.preview1.tp-rightarrow {
    right: 20px !important;
}
body .tp-bullets.preview1 .bullet {
    border: 0 none;
    height: 0;
    width: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 6px;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    background: rgba(44, 62, 80,.3);
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
    background: rgba(44, 62, 80,7);
}
#revolution-slider .tp-leftarrow.default::after, 
#revolution-slider .tp-rightarrow.default::after {
    font-size: 30px;
    line-height: 28px;
    opacity: 0.5;
}
.tp-leftarrow.default::after {
    color: #ffffff;
    content: "\f104";
    line-height: 38px;
    padding: 14px;
    font-size: 25px;
}
.tp-rightarrow.default::after {
    color: #ffffff;
    content: "\f105";
    line-height: 28px;
    padding: 16px;
    font-size: 25px;
}
.tp-bullets.simplebullets.round .bullet{
    transform: rotate(45deg);
    -wenkit-transform: rotate(45deg);
    margin: 0 7px;
}
.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected, 
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #00ADF1;
    transform: rotate(45deg);
    -wenkit-transform: rotate(45deg);
}
.tp-bullets.simplebullets.round .bullet {
    background: rgba(44, 62, 80,.85);
}
.wpb_accordion_content .post-comment {
    color: #666666;
}
.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: #242424;
    content: "/ ";
}
#our-team header.section-header,
#features header.section-header,
#contact-us header.section-header {
    margin-bottom: 30px;
}
#primary .main-content ul.ebbe-slider li.single-slide.selected {
    position: relative;
}
#primary .main-content ul.ebbe-slider li.single-slide:before{
    display: none;
}
#primary .main-content ul.ebbe-slider li.single-slide {
    position: absolute;
}
.page .ebbe-slider-wrapper .ebbe-slider li:before {
    display: none;
}
.page .ebbe-item-info .desc {
    opacity: 0.6;
}
.ebbe-slider-wrapper .ebbe-slider li {
    margin: 0 !important;
}
.categories .category {
    display: inline-table;
    margin-right: 30px;
}
.categories .category:last-child {
    margin-right: 0;
}
.cba-filled a {
    font-weight: bold;
    color: #fff !important;
    padding: 12px 25px !important;
}
.cba-border a {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: bold;
    padding: 11px 30px !important;
    margin-left: 20px;
}
.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;
}
::i-block-chrome, .widget_search .search-field{
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}

li:hover .hover-components .component a{
    background: transparent !important;
}
/* CUSTOM CSS for MEGA MENU PLUGIN */
.widget_mega_main_sidebar_menu .widgettitle {
    background: #242424;
    color: rgb(255, 255, 255);
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
}
#primary .main-content .widget_mega_main_sidebar_menu .direction-vertical li::after,
#primary .main-content .widget_mega_main_sidebar_menu .direction-vertical li::before {
    display: none;
}
.widget_mega_main_sidebar_menu .direction-vertical {
    width: 100%;
}
.widget_mega_main_sidebar_menu .direction-vertical{
}
.mega_dropdown li a::before,
.mega_dropdown li a::after {
    content: "";
    display: none;
}
.mega_dropdown .mega_dropdown{
    padding-bottom: 15px !important;
}
.navbar-nav > li.shop_cart, 
.navbar-nav > li.search_products {
    float: right;
}
.search-form-product {
    margin-top: 25px;
    margin-bottom: 25px;
}
.menu-search input.search-field {
    border: 0;
    outline: 0;
    border-left: 0.5px solid #DDDDDD;
    background: transparent;
    line-height: 40px;
    padding: 0;
    padding-left: 24px;
    height: 42px;
    color: #606060;
    width: 59%;
    font-size: 14px;
    font-weight: 300;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .fixed-search-inside .menu-search input.search-field{
        width: 45%;
    }
}
.header-search-form  select.form-control1 {
    background: transparent;
    outline: 0;
    border: 0;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: inherit;
    color: #606060;
}
.menu-search select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
}
.menu-search .select2-container {
    max-width: 155px !important;
    min-width: 155px !important;
    line-height: 40px !important;
    height: 40px !important;
}
.menu-search .select2-container--default .select2-selection--single {
    border: 0 !important;
}
.select2.select2-container .select2-selection--single{
    height: auto;
    padding: 10px;
    line-height: 0;
}
.header-search-form  select#product_cat {
    width: 30%;
}
.menu-search input.search-field::-webkit-input-placeholder {
    color: rgba(0,0,0,.6);
}
.menu-search .btn.btn-primary {
    background: #484848;
    float: right;
    line-height: 40px;
    padding: 0;
    margin-right: -1px;
    padding-right: 15px;
    padding-left: 15px;
    height: 43px;
    position: relative;
    box-shadow: none;
    outline: 0;
}
.menu-search .btn.btn-primary:hover {
    background: #2695FF;
}
.menu-search {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}
.menu-search i.fa.fa-search {
    color: #FFF;
}
.navbar-nav > li.search_products {
    z-index: 9991;
}

/* CUSTOM CSS for AMY SLIDER PLUGIN */
body #ct_amy_main1 ct_amy_figcaption p, 
body #ct_amy_main1 ct_amy_figcaption p a {
    display: none;
}
body .ct_amy_grid svg{
    height: 80%;
}
body .ct_amy_grid ct_amy_figcaption h2{
    margin: 0;
}
body #ct_amy_main1 .ct_amy_grid svg path {
    fill: rgba(255, 255, 255, 0.5);
}
body .ct_amy_grid svg path {
    fill: rgba(255, 255, 255, 0.5);
}
body #ct_amy_main1 .ct_amy_content_title a, 
body #ct_amy_main1 .ct_amy_content_title {
    color: #2c3e50;
}
body #ct_amy_main1 ct_amy_section p ins .amount, 
body #ct_amy_main1 ct_amy_section p .amount, 
body #ct_amy_main1 ct_amy_section .ct_amy_wooprice ins .amount, 
body #ct_amy_main1 ct_amy_section .ct_amy_wooprice .amount,
body ct_amy_section p ins .amount, 
body ct_amy_section p .amount, 
body ct_amy_section .ct_amy_wooprice ins .amount, 
body ct_amy_section .ct_amy_wooprice .amount {
    color: #2c3e50 !important;
}

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

/*GALLERY - DEFAULT WordPress STYLING*/
.gallery { margin: 0 auto 18px; overflow: hidden;}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
    box-shadow: 0px 0px 4px #999;
    border: 1px solid white;
    padding: 8px;
    background: #f2f2f2;
}
.gallery img:hover {
    background: white;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #8b8b8b;
    font-size: 12px;
    margin: 12px 0;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
/*PAGE LINKS*/
.page-links .post-page-numbers{
    margin-left: 5px;
}
.page-links {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    margin: 20px 0 5px;
    border-radius: 5px;
    background: transparent;
    padding-left: 0;
    font-size: 16px;
}
.page-links .post-page-numbers.current {
    padding: 0px 5px;
    font-weight: 400;
}
.page-links a, .page-links a:visited {
    margin: 0 5px;
    font-weight: 400;
}
.shop_cart:hover {
    box-shadow: none;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover{
    background-color: #242424; /*Color: Main Dark */
}
.box-shadow-inner {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.custom_ebbe button {
    font-weight: 600;
    text-transform: uppercase;
}
.custom_ebbe button:hover {
    background: #fff !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.xdsoft_calendar th, .xdsoft_calendar td{
    padding: 0 !important;
}

/* -------------------------------- 
Main Components 
-------------------------------- */

/* -------------------------------- 
xcustom form elements 
-------------------------------- */
.parent-rating-star {
    position: relative;
    width: 90px;
    height: 20px;
    overflow: hidden;
    float: left;
    margin-top: 11px;
}
.rating-star ,
.fill-rating-star {
    display: block;
    width: 90px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 90px 20px;
}
.fill-rating-star {
    height: 20px;
    position: absolute;
    top: 0;
}
.review-recent {
    margin-top: 10px;
}
.review-recent span.review {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.review-recent .parent-rating-star {
    margin-top: 0;
    float: none;
}

/*MT POPUPS*/
/* General styling */
.modeltheme-modal.popup {
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    min-width: 320px;
    height: auto;
    z-index: 20000;
    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%);
}
.modeltheme-modal .mt-popup-wrapper {
    background: #fff;
    padding: 0px;
}
.modeltheme-modal .mt-popup-image{
    padding:0px;
    width: 50%;
}
.modeltheme-modal .mt-popup-content-wrapper {
    display: flex;
    align-items: center;
}
.modeltheme-modal .mt-popup-content img {
    width: 100px;
}
.modeltheme-modal .mt-popup-content {
    padding: 0px 30px;
}
.modeltheme-modal .mc4wp-form {
    margin-top: 50px;
}
.modeltheme-modal .mc4wp-form input.submit {
    margin-left: -40px;
    width: 20%;
    padding: 13px 20px;
}
.modeltheme-modal .mc4wp-form input.email {
    box-shadow: none;
    width: 88%;
}
.modeltheme-modal h3.popup-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #151515;
    margin: 30px 0px 20px;
}
.modeltheme-modal .mt-popup-form {
    display: flex;
}
.modeltheme-modal .wpcf7-list-item-label {
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #606060;
}
.modeltheme-modal input.email {
    background: #EEEEEE;
    border: none;
    padding: 12px 29px;
    width: 100%;
}
.modeltheme-modal input.submit {
    background: #2695FF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 34px;
    padding: 12px 20px;
    margin-left: -35px;
    border: none;
    font-weight: 600;
    color: #fff;
}
.modeltheme-modal .dismiss { 
    float:right; 
    width:7%; 
    text-align:center; 
    padding-top:1em; 
}
.modeltheme-modal .dismiss a#exit-popup {
    cursor: pointer;
} 
.modeltheme-modal .wpcf7-checkbox .wpcf7-list-item {
    margin-top: 15px;
    text-align: left;
}
.modeltheme-modal .mt-additional {
    position: absolute;
    bottom: -25%;
    text-align: center;
    width: 90%;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}
.modeltheme-modal .wpcf7 form .wpcf7-response-output {
    position: absolute;
    top: -65px;
    width: 80%;
}
@media only screen and (max-width: 767px) {
    .search-submit svg {
        color: inherit !important;
        width: 17px;
        height: 17px;
    }
    .bps-form .bps-integer-range {
        display: flex;
    }
    .bps-form .bps-integer-range label {
        display: none;
    }
    body .video-cards .mt-addons-member-columns.swiper-slide {
        width: 100% !important;
    }
    .mt-elementor-counter .elementor-counter-title {
        text-align: left !important;
    }
    body .comment-list a.comment-post-date {
        margin-top: 0px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
    .modeltheme-modal .mt-popup-image{
        display: none;
    }
    .modeltheme-modal .mt-popup-content {
        padding: 30px 30px !important;
    }
    .modeltheme-modal .dismiss {
        width: 100% !important;
        float: none !important;
        text-align: left !important;
    }
    .modeltheme-modal .mt-additional {
        position: relative !important;
        margin: 35px 0px 0px !important;
    }
    .modeltheme-modal .wpcf7 form .wpcf7-response-output {
        top: -28px !important;
        width: 76% !important;
    }
    .modeltheme-modal .mc4wp-form input.email {
        width: 75% !important;
    }
    .modeltheme-modal .mc4wp-form input.submit{
        width: 35% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .footer-column {
        width: 100%;
    }
    .footer--row-inner .widget-title{
        margin-top: 30px;
    }
    body .widget_mt_address_social_icons {
        margin-bottom: 10px;
    }
    .modeltheme-modal .mt-popup-image{
        display: none;
    }
    body .sidebar-social-networks{
        float: none;
        margin-top: 10px;
    }
    .modeltheme-modal .mt-popup-content {
        padding: 60px 30px !important;
    }
    .modeltheme-modal .mt-additional {
        position: relative !important;
        margin: 35px 0px 0px !important;
    }
    .modeltheme-modal .dismiss {
        width: 15% !important;
    }
    .modeltheme-modal .wpcf7 form .wpcf7-response-output {
        top: -28px !important;
        width: 76% !important;
    }
    .modeltheme-modal .mc4wp-form input.email {
        width: 75% !important;
    }
    .modeltheme-modal .mc4wp-form input.submit{
        width: 35% !important;
    }
}
.button {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
}
.button.outline-button {
    border: 1px solid #FFFFFF;
}

.button:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.button.outline-button.mt-blue {
    border-color: #00adf1;
    color: #FFFFFF;
}
.video-background {
    height: 100%;
}

/* I. HEADER STYLING */
header.mt-full-screen {
    background-size: cover;
}
footer .logo a {
    display: block;
    line-height: 0;
}
footer  .logo a:hover {
    color: #ffffff;
}

/* 1. Navigation */
.navbar-collapse.collapse.vc_col-md-9 {
    width: 75%;
}
.navbar-collapse.collapse.in .menu .item {
    text-align: left;
    width: 100%;
}
.menu .item {
    display: inline-block;
}
.ebbe-header .menu-item {
    padding: 15px 0px;
}
.ebbe-header .active,
.ebbe-header .close {
    text-shadow: none !important;
}
.ebbe-header .menu-item.menu-category {
    padding: 10px 0px;
    margin-left: 15px;
}
.ebbe-header .menu-item.black-friday-menu-link {
    margin-left: 20px;
}
.ebbe-header .menu-item.black-friday-menu-link > a {
    padding: 10px 16px !important;
    color: #fff !important;
}
.navbar-nav > li > a, 
.menu .item a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 17px !important;
    display: block;
    line-height: 17px;
}
.navbar-nav > li > a:hover,
.menu .item a:hover {
    text-decoration: none;
}

/* 2. Submenu */
.nav-menu-desktop .sub-menu li a {
    padding: 15px 20px;
    color: #111111;
    transition: all 250ms ease-in;
}
.builder-item--primary-menu nav ul li, .navigation2-main ul li {
    padding: 20px 0 20px 0;
    margin-bottom: 0px;
}
.nav-menu-desktop .sub-menu li {
    border: none;
}
.nav-menu-desktop .sub-menu li:first-child {
    border-top: none;
}
.nav-menu-desktop .sub-menu li a:hover {
    color: rgb(252, 99, 74);
    background-color: #ffffff;
}

/* 3. Logo */
.navbar-header .logo {
    margin: 30px 0px;
}
.logo-image {
    line-height: 0;
}
.logo.logo-h {
    height: 36px;
    line-height: 30px;
}
.logo-image {
    display: flex;
    line-height: .9;
    vertical-align: middle;
}
.logo-image a {
    display: inline-block;
    font-weight: 600;
}
.logo-image img {
    display: block;
    width: auto;
    line-height: 1;
}
.logo-image .site-title {
    font-size: 1.5em;
    margin: 20px 0px;
    font-weight: 600;
    line-height: 1.216;
}
.logo-image .site-description {
    margin: 5px 0 7px 0;
}
.logo-image.logo-left .logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-image.logo-left .site-name-desc {
    margin-left: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-image.logo-right {
    flex-direction: row-reverse;
}
.logo-image.logo-right .logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-image.logo-right .site-name-desc {
    margin-right: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-image.logo-top {
    flex-direction: column;
}
.logo-image.logo-bottom {
    flex-direction: column-reverse;
}
.logo-image.logo-bottom .site-name-desc {
    margin-top: 7px;
}
.cb-row--mobile .logo-image img {
    max-width: 100%
}
.logo.logo-image img{
    max-width: 150px;
    width: 150px;
}
/* Section styling */
.section-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0;
}
header.section-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}
#dropdown-user-profile ul {
    position: absolute;
    padding: 0;
    top: 150%;
    right: 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    background: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
#dropdown-user-profile ul li {
    display: inline;
}
#dropdown-user-profile ul li a {
    color: #484848;
    text-align: left;
}
#dropdown-user-profile {
    position: relative;
    cursor: pointer;
}
#dropdown-user-profile ul {
    padding: 20px 30px;
}
#dropdown-user-profile.open ul {
    top: 160%;
    visibility: visible;
    opacity: 1;
    transform: translateY(-5px);
    z-index: 1;
}
#dropdown-user-profile .woocommerce-MyAccount-navigation-link:last-child > a {
    border-bottom: 0;
}
#dropdown-user-profile .woocommerce-MyAccount-navigation-link > a {
    background: transparent;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}
#dropdown-user-profile .woocommerce-MyAccount-navigation-link > a:hover, #dropdown-user-profile .woocommerce-MyAccount-navigation-link.is-active > a{
    box-shadow: none;
}
/* Portfolio blocks */
/* 4. Blocks */
.block-icon{
    height: 130px;
    margin-bottom: 25px;
    position: relative;
}
.block-container {
    text-align: center;
}
.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%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

/* Footer */
.prefooter{
    padding: 0;
}
.prefooter .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Footer Menu */
footer nav.menu {
    background: transparent;
    margin: 0;
}
nav ul li {
    display: inline-block;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .menu .menu-item a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 25px;
    margin-left: 0px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    text-transform: none;
}
footer .menu .menu-item a:hover {
    color: #000;
}
footer .contact-details p {
    color: #242424;
    font-weight: lighter;
}
footer #info-text {
    margin-left: 20px;
}
footer #info-mail {
    margin-left: 18px;
}
footer nav ul li:last-child a {
    margin-right: 0;
    padding-right: 0;
}
p.copyright {
    margin: 0;
    color: #343E47;
    font-weight: normal;
}
footer .theme-author {
    text-transform: uppercase;
    font-weight: 700;
}
.ebbe-info-list {
    padding: 0;
}
.ebbe-info-item {
    display: flex;
}
.ebbe-info-item span {
    font-size: 14px;
}
.ebbe-info-text {
    white-space: nowrap;
}
.ebbe-info-title {
    font-weight: 600;
    color: #222;
}
.ebbe-info-text {
    margin-left: 15px;
}
.ebbe-footer-email {
    margin-top: 5px;
    border-color: transparent !important;
    margin-bottom: 10px;
    border-radius: 30px !important;
    background-color: #f3f3f3 !important;
}
.ebbe-footer-submit {
    width: fit-content !important;
    border-radius: 50% !important;
    position: absolute;
    top: 5px;
    right: 0;
    margin-top: 0 !important;
    color: #fff !important;
    background-color: rgb(105, 108, 184);
    transition: 250ms;
}
.ebbe-footer-submit:hover {
    background-color: #222;
}
.wpcf7-form .farmacie-footer-submit {
    padding: 12px 17px!important;
    font-size: 20px;
    border: none;
}

body.single-post {
    border: 0 none;
}
.single .markup-image-alignment .article-content p:last-of-type .alignright {
    margin-top: 0;
}
.single .markup-image-alignment .article-content p:last-of-type {
    clear: both;
}
.button[type="submit"] {
    border-bottom: 4px solid;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 10px;
}

/* 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%;
}
.panel-primary,
.panel-primary > .panel-heading {
    border-color: #2c3e50;
}
.panel-primary > .panel-heading {
    background-color: #2c3e50;
}
.panel-success > .panel-heading {
    background-color: #2ecc71;
    color: #FFF;
    border-color: #27ae60;
}
.panel-success {
    border-color: #27ae60;
}
.panel-info > .panel-heading {
    color: #FFF;
    background-color: #3498db;  
    border-color: #2980b9;
}
.panel-info {
    border-color: #2980b9;
}
.panel-warning > .panel-heading {
    background-color: #f39c12;
    color: #FFF;
    border-color: #e67e22;  
}
.panel-warning {
    border-color: #e67e22;
}
.panel-danger > .panel-heading {
    background-color: #f02222;
    border-color: #c0392b;
    color: #FFFFFF;
}
.panel-danger {
    border-color: #c0392b;
}
.thumbnail {
    background: transparent;
    padding: 0;
    border: 0 none;
}
.btn-primary:hover{
    background: rgba(52, 73, 94,1.0);
}
.navbar {
    margin-bottom: 0;
}
/* WordPress Default Classes */
.aligncenter {
    text-align: center;
}
.text-center {
    text-align: center;
}
#page .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.clearfix {
    clear: both;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(36, 36, 36, .3);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.list-view .post-thumbnail {
    margin-left: 0;
    padding-left: 0;
}
.ebbe-article-wrapper.has-post-thumbnail .ebbe-article-inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ebbe-article-wrapper .ebbe-article-inner {
    margin-bottom: 50px;
    padding: 40px;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.ebbe-article-wrapper .farmacie-article-inner h3 {
    font-size: 32px;
    line-height: 42px;
}
.grid-view.col-md-12.list-view .col-md-8.post-details{
    border: 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;
}


/* 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;
}
.widget-title,
#reply-title {
    position: relative;
}
#reply-title.comment-reply-title {
    margin-top: 30px;
    margin-bottom: 20px;
}

/* WPBakery styling */
.vc_row {
    background-size: cover;
}
.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;
}
.wpb_row {
    margin-bottom: 80px;
}
.no-padding-bottom .container article .entry-content > .wpb_row.no-bottom-margin {
    margin-bottom: 0;
}
.wpb_column{
    height: auto;
}
body .wpb_content_element{
    margin: 0;
}
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
    background-image: url("../images/toggle_close.png");
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
  min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
    color: #FFF;
}
p.category_count {
    color: #FFFFFF;
    font-weight: normal;
    line-height: 26px;
    margin-top: 5px;
    font-weight: 300;
    text-transform: capitalize;
}
.box-shadow-column {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

/*Move the Header*/
.site-header-inner .container {
    padding: 0;
}
.sticky-wrapper.is-sticky .ebbe-hide-on-sticky,
.site-header-inner .logo .ebbe-logo-sticky,
.is-sticky .site-header-inner .logo .ebbe-logo {
    display: none;
}
.is-sticky .site-header-inner .logo .ebbe-logo-sticky {
    display: block;
}
.admin-bar .is-sticky nav{
  top: 32px !important;
}
.ebbe_is_nav_sticky div#masthead-inner {
    width: 100%;
    background: #fff;
}
@media (min-width: 768px) {
    .header--row:not(.header--transparent).header-main .header--row-inner > .container {
        display: grid;
    }
    .header--row:not(.header--transparent).header-main .header--row-inner {
        display: flex;
    }
}
@media screen and (min-width: 783px) {
  .admin-bar .ebbe_is_nav_sticky nav{
    top: 32px !important;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .ebbe_is_nav_sticky nav{
    top: 46px !important;
  }
}

/* Transparent Header */
.is_transparent .site-header-inner {
    position: absolute;
    width: 100%;
    z-index: 100;
}
.is_transparent #header-menu-sidebar-bg:before {
    background:  #fff;
}

@media (max-width: 768px) {  
    .nav > li.search_products {
        display: none;
    }
    .shop_feature > div {
        width: 100%;
        text-align: center;
    }
    .complex-layout .subscribe > h3,
    .complex-layout .subscribe > input[type="text"],
    .complex-layout .subscribe > button[type="submit"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .sale_banner {
        margin-top: 10px;
    }
}

/*Social Sharing*/
.social-box {
    display: block;
    margin: 0;
}
.social-box:last-of-type {
    margin: 15px 0;
}
.social-btn {
    display: block;
    width: 100%;
}
body.single-post .ebbe-article-details .social-box a.col-2.sbtn {
    margin: 2px;
    max-width: 20px;
    font-size: 12px;
    min-width: 30px;
}
body.single-post .ebbe-article-details .social-box {
    float: right;
    margin: 0;
}
a.col-2.sbtn span {
    display: none;
}
a.col-2.sbtn {
    width: 6%;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 5px;
    color: #fff;
    margin: 0 0.5% 0 0;
    line-height: 1.2;
    max-width: 40px;
    min-width: 40px;
}
/*twitter*/
.s-twitter {
    background: #03A9F4;
}
.s-twitter:hover {
    background: #0093d6;
}
/*facebook*/
.s-facebook {
    background: #3F51B5;
}
a.col-1.sbtn.s-facebook:hover {
    background: #2f409f;
}
a.col-2.sbtn.s-facebook:hover {
    background: #12248d;
}
/*email*/
.s-email {
    background: #d44f42;
}
a.col-1.sbtn.s-email:hover {
    background: #cb3c2e;
}
a.col-2.sbtn.s-email:hover {
    background: #b91000;
}
/*s-whatsapp*/
.s-whatsapp {
    background: #4CAF50;
}
a.col-2.sbtn.s-whatsapp:hover {
    background: #3d9440;
}
/*s-linkedin*/
.s-linkedin {
    background: #1a7baa;
}
a.col-2.sbtn.s-linkedin:hover {
    background: #136288;
}
/*s-pinterest*/
.s-pinterest {
    background: #bd081c;
}
a.col-2.sbtn.s-pinterest:hover {
    background: #a10718;
}
/*s-telegram*/
.s-telegram {
    background: #32AFED;
}
a.col-2.sbtn.s-telegram:hover {
    background: #1296d7;
}

.social-btn a:last-of-type {
    margin: 0;
}

/* Header Builder */

/* Preloader */
.ebbe_preloader_holder .preloader_image {
    top: 40%;
    left: 48% !important;
    width: 6% !important;
}
.ebbe_preloader_holder .load {
    left: 57% !important;
}
.ebbe_preloader_holder {
    background: #009dde none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10003;
}
.ebbe_preloader_holder .preloader_image{
    top: 45%;
    left: 45%;
    width: 13%;
    position: absolute;
    transform: scale(1);
    animation: pulse 2s infinite;
}
/* Search Box */
.header-search-form {
    display: flex;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%}
.header-search-form label {
    flex-basis: 100%}
.header-search-form .search-form-fields {
    border: 2px solid;
    border-color: #eaecee;
    border-radius: 5px;
    height: 50px;
    width: 630px;
}
.header-search-form .search-field:focus {
    background-color: transparent;
}
.header-search-form button.search-submit {
    overflow: hidden;
    border: none;
    background: 0 0;
    color: #fff;
    line-height: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: auto;
}
.header-search-form button.search-submit:hover {
    box-shadow: none;
    background-color: transparent;
    color: #686868;
}
.header-search-form button.search-submit {
    color: #666666;
}
.header-search-form input[type=submit] {
    min-height: auto;
}
.header-search_box-item .header-search-form .search-field {
    border: 0;
    border-left: 0.5px solid #DDDDDD !important;
    box-shadow: none;
    background-color: transparent;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 15px;
    width: fit-content;
    height: -webkit-fill-available;
}
.header-search_box-item .header-search-form .search-field::placeholder,
.header-search_box-item .header-search-form .search-field {
    color: #666;
}

/* Separator */
.header-separator::before {
    content: "";
    background: #dee2e6;
    height: 35px;
    width: 1px;
    display: block;
}

/* NAVIGATION 1 */
.navigation1 .nav-menu>li,
.navigation2 .nav-menu>li {
    font-size: 14px;
    margin-bottom: 0px;
}

/* CATEGORY BUTTON */
.ebbe_category_button {
    position: relative;
}
.ebbe_category_button .button_dropdown {
    display: none;
    position: absolute;
    padding-left: 0px;
    list-style: none;
    top: 107%;
    left: 15px;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 250px;
    height: auto;
    z-index: 10;
    padding-top: 15px;
}
.ebbe_category_button .category_button_wrap {
    height: 48px;
    border-radius: 5px;
    -webkit-transition: border-radius 0.3s ease;
    -moz-transition: border-radius 0.3s ease;
    -ms-transition: border-radius 0.3s ease;
    -o-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
}
.ebbe_category_button .category_button_title {
    font-weight: 600;
    font-size: 15px;
}
.button_dropdown li a {
    color: #606060;
    padding: 12px 0;
    font-weight: 500;
    font-size: 14px;
}
.ebbe_category_button .menu-cat a {
    font-size: 14px;
    font-weight: 300;
}
.ebbe_category_button .menu-item > a,
.mega_menu .cf-mega-menu > a{
    color: #000;
}
.ebbe_category_button li i {
    font-size: 12px;
    width: 23px;
}
.mega_menu .cf-mega-menu li a:hover,
.mega_menu .cf-mega-menu.sub-menu p a:hover{
    color: #2695FF !important;
}
.ebbe_category_button li ul.sub-menu,
.ebbe_category_button li .cf-mega-menu.sub-menu{
    display: block;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 0px 45px !important;
    top: 0px;
    min-width: 550px;
    min-height: 356px;
    box-shadow: 10px 5px 20px 0px rgba(0, 0, 6, 0.05);
    position: absolute;
    background: #fff !important;
}
.ebbe_category_button li:hover ul,
.ebbe_category_button li:hover .cf-mega-menu.sub-menu
 {
    opacity: 1;
    visibility: visible;
}
.ebbe_category_button li.mega-menu-inline:hover  .sub-menu{
    opacity: 1;
    visibility: visible;
}
.ebbe_category_button li.mega-menu-inline ul.sub-menu li ul.sub-menu{
    position: inherit;
    box-shadow: none !important;
}
.ebbe_category_button .mega-menu-inline li {
    padding: 0px !important;
}
.ebbe_category_button li.mega-menu-inline ul.sub-menu{
    display: block;
    left: 100% !important;
    opacity: 0;
    visibility: hidden;
    padding: 30px 25px 0px !important;
    top: 0px !important;
    min-width: 200px;
    min-height: 300px;
    box-shadow: 10px 5px 20px 0px rgba(0, 0, 6, 0.05) !important;
    position: absolute;
    background: #fff !important;
}
.ebbe_category_button .mega-menu-bottom {
    margin-top: 10px !important;
}
.mega-menu-bottom > a {
    font-weight: bold !important;
}
.ebbe_category_button li .sub-menu li a:hover {
    background: #FFF !important;
}
.ebbe_category_button li {
    display: block;
    padding: 8px 20px !important;
}
.ebbe_category_button li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}
.ebbe_category_button li .fa {
    margin-right: 8px;
    width: 20px;
    text-align: center;
}
.button_dropdown div li ul {
    left: 100%;
    top: 0;
    margin-top: -7px;
    margin-left: -7px;
    min-width: 267px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 6, 0.05);
}
.ebbe_category_button .category_button_wrap.active span:before {
    transform: rotate(180deg);
}
.ebbe_category_button .category_button_wrap.active span:before {
    content: "\f00d";
}
.ebbe_category_button .category_button_wrap span:before {
    content: '\f0c9';
    padding-right: 0;
    position: relative;
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    width: 15px;
    display: inline-block;
}
.ebbe_category_button li .sub-menu li .sub-menu {
    position: relative;
}
.ebbe_category_button li ul.sub-menu li ul.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
    padding: 0px !important;
    display: inline-block;
    transform: none ;
}
.no-menu {
    margin: 10px 0;
    padding: 25px 0px;
}
.ebbe_category_button .mega-menu-inline ul.sub-menu li a{
    padding: 5px 20px !important;
}
.ebbe_category_button .mt-icon-list-item {
    padding-top: 4px;
    padding-left: 10px;
}
.ebbe_category_button .mt-icon-list-item:hover {
    color: rgb(255, 255, 255);
}
.ebbe_category_button .cf-mega-menu.sub-menu * {
    opacity: 0 !important;
    visibility: hidden !important;
}
.ebbe_category_button .menu-item:hover .sub-menu * {
    opacity: 1 !important;
    visibility: visible !important;
}
.ebbe_category_button ul li.mega1column,
.ebbe_category_button ul li.mega2columns,
.ebbe_category_button ul li.mega3columns {
    position: unset;
}
.ebbe_category_button .menu-item > a {
    position: relative;
}

/* Primary Menu */
.nav-menu-desktop .menu-item .link-before, .nav-menu-mobile .menu-item .link-before {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.nav-menu-desktop .nav-icon-angle, .nav-menu-mobile .nav-icon-angle {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    text-decoration: none!important;
    position: relative;
    width: 6px;
    height: 6px;
    margin-top: 1px;
    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: rotate(-135deg) translateY(50%);
}
.nav-menu-desktop .nav-icon-angle {
    display: inline;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
}
.nav-menu-desktop.hide-arrow-active .nav-icon-angle {
    display: none;
}
.nav-menu-desktop .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-menu-desktop .menu li {
    display: inline-block;
    position: relative;
}
.nav-menu-desktop .menu li:last-child {
    margin-right: 0;
}
.nav-menu-desktop .menu>li>a {
    padding: 12px 13px 12px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}
.nav-menu-desktop .menu>li>a i {
    line-height: 0;
}
.nav-menu-desktop .menu>li.menu-item-has-children>a .nav-icon-angle {
    margin-left: 4px;
    line-height: 0;
}
.nav-menu-desktop .menu .sub-menu li.menu-item-has-children>a {
    position: relative;
}
.nav-menu-desktop .menu .sub-menu li.menu-item-has-children>a:after, .nav-menu-desktop .menu .sub-menu li.menu-item-has-children>a:before {
    content: "";
    display: table;
}
.nav-menu-desktop .menu .sub-menu li.menu-item-has-children>a:after {
    clear: both;
}
.nav-menu-desktop .menu .sub-menu li.menu-item-has-children>a .nav-icon-angle {
    margin-left: 5px;
    float: right;
}
.nav-menu-desktop .sub-menu, 
.nav-menu-desktop .sub-menu .sub-menu {
    position: absolute;
    left: 0;
    transition: all .3s ease;
    z-index: 99;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transform: translateY(40px);
    top: 100%;
    margin: 0;
    padding: 0;
}
.nav-menu-desktop .sub-menu {
    width: 14em;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .1), 0 4px 15px 0 rgba(0, 0, 0, .1);
    text-align: left;
    border-radius: 2px;
}
.nav-menu-desktop .sub-menu .link-before {
    display: flex;
    justify-content: space-between;
}
.nav-menu-desktop .sub-menu .nav-icon-angle {
    transform: rotate(135deg) translateY(0);
}
.nav-menu-desktop .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}
.nav-menu-desktop .sub-menu li a {
    display: block;
    width: 100%;
}
.nav-menu-desktop .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    padding: 15px 0px;
}
.nav-menu-desktop .menu-item.focus>.sub-menu, .nav-menu-desktop .menu-item:focus>.sub-menu, .nav-menu-desktop .menu-item:hover > .sub-menu, .nav-menu-desktop .menu-item .sub-menu .menu-item:hover .sub-menu {
    height: auto;
    transform: translateY(0);
    overflow: initial;
    visibility: visible;
    opacity: 1;
}
.nav-menu-desktop.style-plain .nav-menu:after, .nav-menu-desktop.style-plain .nav-menu:before {
    content: "";
    display: table;
}
.nav-menu-desktop.style-plain .nav-menu:after {
    clear: both;
}
.nav-menu-desktop.style-full-height .nav-menu:after, .nav-menu-desktop.style-full-height .nav-menu:before {
    content: "";
    display: table;
}
.nav-menu-desktop.style-full-height .nav-menu:after {
    clear: both;
}
.nav-menu-desktop.style-full-height .nav-menu>li {
    float: left;
}
.nav-menu-desktop.style-full-height .nav-menu>li>a {
    background: 0 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
.nav-menu-desktop.style-full-height .nav-menu>li>a:hover {
    color: #fff;
    background-color: #1e4b75;
}
.nav-menu-desktop.style-full-height .nav-menu>li.current-menu-item>a {
    color: #fff;
    background-color: #1e4b75;
}
.nav-menu-desktop.style-border-bottom .nav-menu>li>a .link-before {
    position: relative;
}
.nav-menu-desktop.style-border-bottom .nav-menu>li>a .link-before:before {
    position: absolute;
    bottom: -6px;
    width: 1px;
    left: 0;
    height: 2px;
    background-color: transparent;
    content: "";
    transition: all .3s ease;
}
.nav-menu-desktop.style-border-bottom .nav-menu>li:focus>a .link-before:before, .nav-menu-desktop.style-border-bottom .nav-menu>li:hover>a .link-before:before {
    width: 100%;
    background-color: currentColor;
}
.nav-menu-desktop.style-border-bottom .nav-menu>li.current-menu-ancestor>a .link-before:before, .nav-menu-desktop.style-border-bottom .nav-menu>li.current-menu-item>a .link-before:before {
    width: 100%;
    background-color: currentColor;
}
.nav-menu-desktop.style-border-top .nav-menu>li>a .link-before {
    position: relative;
}
.nav-menu-desktop.style-border-top .nav-menu>li>a .link-before:before {
    position: absolute;
    top: -6px;
    width: 1px;
    left: 0;
    height: 2px;
    background-color: transparent;
    content: "";
    transition: all .3s ease;
}
.nav-menu-desktop.style-border-top .nav-menu>li:focus>a .link-before:before, .nav-menu-desktop.style-border-top .nav-menu>li:hover>a .link-before:before {
    width: 100%;
    background-color: currentColor;
}
.nav-menu-desktop.style-border-top .nav-menu>li.current-menu-ancestor>a .link-before:before, .nav-menu-desktop.style-border-top .nav-menu>li.current-menu-item>a .link-before:before {
    width: 100%;
    background-color: currentColor;
}
.footer-column {
    position: relative;
    min-height: 1px;
}
.button:not(.components-button):not(.customize-partial-edit-shortcut-button):active, .button:not(.components-button):not(.customize-partial-edit-shortcut-button):focus, button:not(.components-button):not(.customize-partial-edit-shortcut-button):active, button:not(.components-button):not(.customize-partial-edit-shortcut-button):focus, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button):active, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button):focus, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button):active, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button):focus {
    outline: 0;
}
.button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading, button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading {
    position: relative;
}
.button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .button-label, .button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .hide-on-loading, .button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .icon-label, .button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading i, .button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading svg, button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .button-label, button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .hide-on-loading, button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .icon-label, button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading i, button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading svg, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .button-label, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .hide-on-loading, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .icon-label, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading i, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading svg, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .button-label, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .hide-on-loading, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading .icon-label, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading i, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading svg {
    visibility: hidden;
}
.button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading:after, button:not(.components-button):not(.customize-partial-edit-shortcut-button).loading:after, input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading:after, input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button).loading:after {
    content: ""!important;
    height: 16px;
    width: 16px;
    animation: spin .6s linear infinite;
    border: 2px solid rgba(0, 0, 0, .3);
    border-left-color: currentColor;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    padding: 0;
    line-height: 0;
}
/* SOCIAL ICONS */
.header-social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0
}
.header-social-icons li{
    margin-right: 10px;
}
.header-social-icons li a {
    transition: all 250ms ease-in;
}


.customize-previewing {
    overflow-x: hidden;
}
.customize-previewing .builder-item-focus.item--inner {
    position: relative;
}
.customize-previewing .builder-item-focus.item--inner.has_menu {
    position: initial;
}
.customize-previewing .builder-item-focus.item--inner.has_menu .item--preview-name {
    left: auto;
}
.customize-previewing .builder-item-focus .item--preview-name {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #0073aa;
    color: #fff;
    padding: 5px 8px 6px;
    font-size: 12px!important;
    font-weight: 600;
    line-height: 14px;
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.customize-previewing .builder-item-focus:hover.item--inner {
    transition-delay: 0s!important;
    outline: 1px solid #0073aa;
    outline-offset: -1px;
}
.customize-previewing .builder-item-focus:hover.item--inner .item--preview-name {
    display: block;
    z-index: 9999999;
}
.customize-previewing .header--row .customize-partial-edit-shortcut, .customize-previewing .header-menu-sidebar .customize-partial-edit-shortcut {
    display: none;
}
.customize-previewing .footer--row .builder-item-focus:hover.item--inner {
    outline: 1px dashed #ff472e;
    outline-offset: -1px;
}
.header-main {
    padding: 0;
}
.header-bottom {
    padding: 0;
    border-left: none;
    border-right: none;
    border-bottom:  1px solid #E9E8EB;
}
.site-header {
    position: relative;
    z-index: 10000;
}
.site-header .sticky-wrapper {
    height: auto !important;
}
.site-header .ebbe-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.builder-item .item--inner {
    display: inline-block;
    vertical-align: middle;
}
.builder-item.builder-item--group .item--inner {
    margin-right: 1em;
}
@media screen and (max-width:1024px) {
    .builder-item.builder-item--group .item--inner {
        margin-right: 1em;
    }
}@media screen and (max-width:568px) {
    .builder-item.builder-item--group .item--inner {
    margin-right: .4em;
}
}.builder-item.builder-item--group .item--inner:last-child {
    margin-right: 0;
}
.layout-fullwidth .ebbe-container {
    max-width: initial;
}
.header--row.layout-full-contained .ebbe-container, .header--row.layout-fullwidth .ebbe-container {
    border: 0 none!important;
    box-shadow: none!important;
}
@media screen and (min-width:1025px) {
    .header--row.layout-contained {
    background: 0 0!important;
    border: 0 none;
    box-shadow: none!important;
}
}.header--row.layout-fullwidth .ebbe-container {
    box-shadow: none!important;
}
.page-titlebar {
    padding: 21px 0 22px;
    border-bottom: 1px solid #eaecee;
    word-break: break-word;
    background: #f9f9f9;
}
@media screen and (max-width:1024px) {
    .page-titlebar {
        padding: 19px 0 20px;
    }
}@media screen and (max-width:568px) {
    .page-titlebar {
    padding: 18px 0 20px;
}
}.page-titlebar .page-titlebar-inner {
    width: 100%}
.page-titlebar .titlebar-title {
    margin-bottom: 0;
}
.page-titlebar .titlebar-tagline {
    margin-top: 5px;
    font-size: .875em;
}
#header-menu-sidebar .customize-partial-edit-shortcut, #masthead .customize-partial-edit-shortcut {
    display: none;
}
#masthead>.customize-partial-edit-shortcut.customize-partial-edit-shortcut-header_builder_panel {
    display: none;
}
#masthead>.customize-partial-edit-shortcut button {
    left: 0;
}
.row-v2 {
    display: flex!important;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%}
.row-v2 .item--inner {
    display: inline-flex;
    align-items: center;
    margin-left: .5em;
    margin-right: .5em;
}
.row-v2 .col-v2 {
    display: flex;
}
.row-v2 .col-v2.col-v2-center {
    justify-content: center;
    margin-left: 1em;
    margin-right: 1em;
}
.row-v2 .col-v2.col-v2-left {
    justify-content: flex-start;
    margin-right: auto;
    flex: 1 1 0;
}
.row-v2 .col-v2.col-v2-right {
    margin-left: auto;
    justify-content: flex-end;
    flex: 1 1 0;
}
.row-v2.no-left.no-right .col-v2.col-v2-center {
    flex-basis: 100%}
.row-v2.no-center .col-v2.col-v2-left {
    flex: auto;
}
.row-v2.no-center .col-v2.col-v2-right {
    flex: auto;
}
#masthead>.customize-partial-edit-shortcut.customize-partial-edit-shortcut-header_builder_panel {
    display: none;
}
#masthead>.customize-partial-edit-shortcut button {
    left: 0;
}
.ebbe-builder-btn {
    padding: .5407911001em 1em;
    background: #c3512f;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: .85em;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 5px;
    font-weight: 600;
}
.ebbe-builder-btn:hover {
    box-shadow: inset 0 0 0 120px rgba(0, 0, 0, .18);
    color: #fff;
}
.ebbe-builder-btn.is-icon-before i {
    margin-right: 4px;
}
.ebbe-builder-btn.is-icon-after i {
    margin-left: 5px;
}
.item--html p {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}
.item--html p:last-child {
    margin-bottom: 0;
}
.item-button {
    display: inline-block;
}
.nav-menu-mobile .menu {
    margin-top: 0;
    padding: 0;
    list-style: none;
}
.nav-menu-mobile .menu {
    display: flex;
    flex-direction: column;
}
.nav-menu-mobile .menu li:first-child>a {
    border-top: none;
}
.nav-menu-mobile .menu .menu-item a>.link-before .nav-icon-angle {
    display: none;
}
.nav-menu-mobile .menu li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid transparent;
}
.nav-menu-mobile .menu li:last-child {
    border: none;
}
.nav-menu-mobile .menu li.menu-item-has-children>a {
    padding-right: 45px!important;
}
.nav-menu-mobile .menu li a {
    display: block;
    padding: .55em 15px;
}
.nav-menu-mobile .menu li a:focus, .nav-menu-mobile .menu li a:hover {
    background: rgba(0, 0, 0, .01);
}
.nav-menu-mobile .menu li .nav-toggle-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    transition: all .5s ease;
    cursor: pointer;
    padding: .88em 15px;
    background: 0 0;
}
.nav-menu-mobile .menu li .nav-toggle-icon:hover {
    box-shadow: none;
}
.nav-menu-mobile .menu li .nav-toggle-icon .nav-icon-angle {
    transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.nav-menu-mobile .menu .sub-menu {
    opacity: 0;
    transition: opacity .5s ease;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.nav-menu-mobile .menu .sub-menu li a {
    padding-left: 1.5em;
}
.nav-menu-mobile .menu .sub-menu .sub-menu a {
    padding-left: 3.5em;
}
.nav-menu-mobile .menu .open-sub>a .nav-toggle-icon i {
    transform: rotate(45deg);
}
.nav-menu-mobile .menu .open-sub>.sub-menu {
    display: flex;
    opacity: 1;
    flex-direction: column;
}
.builder-item--search_box {
    max-width: 100%;
}
.item--search_icon {
    line-height: 0;
    cursor: pointer;
}
.search-icon {
    line-height: 0;
    display: inline-block;
    position: relative;
    box-shadow: none;
}
.search-icon:hover {
    box-shadow: none;
    color: currentColor;
}
.search-icon svg {
    width: 18px;
    height: 18px;
}
.search-icon .ic-close {
    display: none;
}
.header-search_icon-item {
    position: relative;
}
.header-search_icon-item.active .search-icon .ic-search {
    display: none;
}
.header-search_icon-item.active .search-icon .ic-close {
    display: inline-block;
}
.header-search_icon-item .header-search-modal-wrapper {
    position: absolute;
    top: 100%;
    left: -.9em;
    height: 0;
    overflow: hidden;
    display: block;
    margin-top: -1px;
    transition: all .2s linear;
    transform: translateY(40px);
}
.header-search_icon-item.search-left .header-search-modal-wrapper {
    left: auto;
    right: -.9em;
}
.header-search_icon-item.search-left .header-search-modal::before {
    left: auto;
    right: 15px;
}
.header-search_icon-item.active .header-search-modal-wrapper {
    height: auto;
    overflow: initial;
    z-index: 26;
    transform: translateY(0);
}
.header-search-modal {
    border: 1px solid #eaecee;
    padding: 1.25em;
    background: #fff;
    width: 280px;
    position: relative;
    margin-top: 15px;
    box-shadow: 0 3px 30px rgba(25, 30, 35, .1);
}
.header-search-modal label {
    flex-basis: 100%
}
.header-search-modal::before {
    border-top: 1px solid #eaecee;
    border-left: 1px solid #eaecee;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 15px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    z-index: 27;
}
.menu-mobile-toggle {
    cursor: pointer;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    color: currentColor;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.menu-mobile-toggle:hover {
    box-shadow: none;
    background: 0 0;
}
.nav-icon--label {
    background: 0 0!important;
    text-transform: uppercase;
    font-size: .85em;
}
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.hamburger-inner {
    display: block;
    top: 50%;
    background-color: currentcolor;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
    background-color: inherit;
}
.is-size-small .hamburger .hamburger-box {
    margin-top: -2px;
    width: 19px;
}
.is-size-small .hamburger .hamburger-inner {
    margin-top: -1px;
}
.is-size-small .hamburger .hamburger-inner, .is-size-small .hamburger .hamburger-inner::after, .is-size-small .hamburger .hamburger-inner::before {
    width: 19px;
    height: 2px;
}
.is-size-small .hamburger .hamburger-inner::before {
    top: -6px;
}
.is-size-small .hamburger .hamburger-inner::after {
    bottom: -6px;
}
.is-size-medium .hamburger .hamburger-box {
    margin-top: -2px;
    width: 22px;
}
.is-size-medium .hamburger .hamburger-inner {
    margin-top: -1px;
}
.is-size-medium .hamburger .hamburger-inner, .is-size-medium .hamburger .hamburger-inner::after, .is-size-medium .hamburger .hamburger-inner::before {
    width: 22px;
    height: 2px;
}
.is-size-medium .hamburger .hamburger-inner::before {
    top: -7px;
}
.is-size-medium .hamburger .hamburger-inner::after {
    bottom: -7px;
}
.is-size-large .hamburger .hamburger-box {
    margin-top: -2px;
    width: 31px;
}
.is-size-large .hamburger .hamburger-inner {
    margin-top: -1.5px;
}
.is-size-large .hamburger .hamburger-inner, .is-size-large .hamburger .hamburger-inner::after, .is-size-large .hamburger .hamburger-inner::before {
    width: 31px;
    height: 3px;
}
.is-size-large .hamburger .hamburger-inner::before {
    top: -9px;
}
.is-size-large .hamburger .hamburger-inner::after {
    bottom: -9px;
}
@media screen and (min-width:1025px) {
    .is-size-desktop-small .hamburger .hamburger-box {
    margin-top: -2px;
    width: 19px;
}
.is-size-desktop-small .hamburger .hamburger-inner {
    margin-top: -1px;
}
.is-size-desktop-small .hamburger .hamburger-inner, .is-size-desktop-small .hamburger .hamburger-inner::after, .is-size-desktop-small .hamburger .hamburger-inner::before {
    width: 19px;
    height: 2px;
}
.is-size-desktop-small .hamburger .hamburger-inner::before {
    top: -6px;
}
.is-size-desktop-small .hamburger .hamburger-inner::after {
    bottom: -6px;
}
.is-size-desktop-medium .hamburger .hamburger-box {
    margin-top: -2px;
    width: 22px;
}
.is-size-desktop-medium .hamburger .hamburger-inner {
    margin-top: -1px;
}
.is-size-desktop-medium .hamburger .hamburger-inner, .is-size-desktop-medium .hamburger .hamburger-inner::after, .is-size-desktop-medium .hamburger .hamburger-inner::before {
    width: 22px;
    height: 2px;
}
.is-size-desktop-medium .hamburger .hamburger-inner::before {
    top: -7px;
}
.is-size-desktop-medium .hamburger .hamburger-inner::after {
    bottom: -7px;
}
.is-size-desktop-large .hamburger .hamburger-box {
    margin-top: -2px;
    width: 31px;
}
.is-size-desktop-large .hamburger .hamburger-inner {
    margin-top: -1.5px;
}
.is-size-desktop-large .hamburger .hamburger-inner, .is-size-desktop-large .hamburger .hamburger-inner::after, .is-size-desktop-large .hamburger .hamburger-inner::before {
    width: 31px;
    height: 3px;
}
.is-size-desktop-large .hamburger .hamburger-inner::before {
    top: -9px;
}
.is-size-desktop-large .hamburger .hamburger-inner::after {
    bottom: -9px;
}
}@media screen and (max-width:1024px) {
    .is-size-tablet-small .hamburger .hamburger-box {
    margin-top: -2px;
    width: 19px;
}
.is-size-tablet-small .hamburger .hamburger-inner {
    margin-top: -1px;
}
.is-size-tablet-small .hamburger .hamburger-inner, .is-size-tablet-small .hamburger .hamburger-inner::after, .is-size-tablet-small .hamburger .hamburger-inner::before {
    width: 19px;
    height: 2px;
}
.is-size-tablet-small .hamburger .hamburger-inner::before {
    top: -6px;
}
.is-size-tablet-small .hamburger .hamburger-inner::after {
    bottom: -6px;
}
.is-size-tablet-medium .hamburger .hamburger-box {
    margin-top: -2px;
    width: 22px;
}
.is-size-tablet-medium .hamburger .hamburger-inner {
    margin-top: -1px;
    color: #222;
}
.is-size-tablet-medium .hamburger .hamburger-inner, .is-size-tablet-medium .hamburger .hamburger-inner::after, .is-size-tablet-medium .hamburger .hamburger-inner::before {
    width: 22px;
    height: 2px;
}
.is-size-tablet-medium .hamburger .hamburger-inner::before {
    top: -7px;
}
.is-size-tablet-medium .hamburger .hamburger-inner::after {
    bottom: -7px;
}
.is-size-tablet-large .hamburger .hamburger-box {
    margin-top: -2px;
    width: 31px;
}
.is-size-tablet-large .hamburger .hamburger-inner {
    margin-top: -1.5px;
}
.is-size-tablet-large .hamburger .hamburger-inner, .is-size-tablet-large .hamburger .hamburger-inner::after, .is-size-tablet-large .hamburger .hamburger-inner::before {
    width: 31px;
    height: 3px;
}
.is-size-tablet-large .hamburger .hamburger-inner::before {
    top: -9px;
}
.is-size-tablet-large .hamburger .hamburger-inner::after {
    bottom: -9px;
}
}@media screen and (max-width:568px) {
    .is-size-mobile-small .hamburger .hamburger-box {
    margin-top: -2px;
    width: 19px;
}
.is-size-mobile-small .hamburger .hamburger-inner {
    margin-top: -1px;
}
.is-size-mobile-small .hamburger .hamburger-inner, .is-size-mobile-small .hamburger .hamburger-inner::after, .is-size-mobile-small .hamburger .hamburger-inner::before {
    width: 19px;
    height: 2px;
}
.is-size-mobile-small .hamburger .hamburger-inner::before {
    top: -6px;
}
.is-size-mobile-small .hamburger .hamburger-inner::after {
    bottom: -6px;
}
.is-size-mobile-medium .hamburger .hamburger-box {
    margin-top: -2px;
    width: 17px;
}
.is-size-mobile-medium .hamburger .hamburger-inner {
    margin-top: -1px;
}
.is-size-mobile-medium .hamburger .hamburger-inner, .is-size-mobile-medium .hamburger .hamburger-inner::after, .is-size-mobile-medium .hamburger .hamburger-inner::before {
    width: 22px;
    height: 2px;
    color: #000;
}
.is-size-mobile-medium .hamburger .hamburger-inner::before {
    top: -7px;
}
.is-size-mobile-medium .hamburger .hamburger-inner::after {
    bottom: -7px;
}
.is-size-mobile-large .hamburger .hamburger-box {
    margin-top: -2px;
    width: 31px;
}
.is-size-mobile-large .hamburger .hamburger-inner {
    margin-top: -1.5px;
}
.is-size-mobile-large .hamburger .hamburger-inner, .is-size-mobile-large .hamburger .hamburger-inner::after, .is-size-mobile-large .hamburger .hamburger-inner::before {
    width: 31px;
    height: 3px;
}
.is-size-mobile-large .hamburger .hamburger-inner::before {
    top: -9px;
}
.is-size-mobile-large .hamburger .hamburger-inner::after {
    bottom: -9px;
}
}.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 75ms .12s ease, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55,  .055,  .675,  .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms .12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215,  .61,  .355,  1);
}
body.menu_sidebar_dropdown:before {
    display: none;
}
.header-menu-sidebar {
    padding: 0;
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    z-index: 999900;
    visibility: hidden;
}
.header-menu-sidebar .builder-item-sidebar {
    padding: 0.4em 0.5em;
    border-bottom: 1px solid transparent;
}
.header-menu-sidebar .builder-item-sidebar:last-of-type {
    border-bottom: none;
}
.header-menu-sidebar .builder-item-sidebar.mobile-item--menu, .header-menu-sidebar .builder-item-sidebar.mobile-item--primary-menu, .header-menu-sidebar .builder-item-sidebar.mobile-item--secondary-menu {
    padding: 0;
}
.header-menu-sidebar .nav-menu-mobile .nav-toggle-icon {
    color: currentColor;
}
.header-menu-sidebar .nav-menu-mobile .nav-toggle-icon:focus, .header-menu-sidebar .nav-menu-mobile .nav-toggle-icon:hover {
    background: rgba(0, 0, 0, .01);
}
.header-menu-sidebar-bg {
    position: relative;
    word-wrap: break-word;
    min-height: 100%;
    display: block;
}
.header-menu-sidebar.light-mode .nav-menu-mobile .menu li a {
    color: #111111;
    transition: all 250ms ease-in;
}

.header-menu-sidebar.light-mode .nav-menu-mobile .menu li a:hover {
    color: rgb(252, 99, 74);
    background-color: #ffffff;
}
.header-menu-sidebar-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    min-height: 100%}
.header-menu-sidebar-inner {
    position: relative;
    word-wrap: break-word;
    min-height: 100%;
    display: block;
}
@media only screen and (min-width: 1100px) {
    .header-menu-sidebar-inner,
    .is-menu-sidebar .header-menu-sidebar{
        display: none;
    }
}
.menu_sidebar_slide_overlay .header-menu-sidebar {
    box-shadow: none;
    transition: all .5s linear;
    z-index: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
}
.menu_sidebar_slide_overlay .builder-item-sidebar {
    text-align: center;
    padding: 2em 1.5em;
    border: none;
    position: relative;
}
.menu_sidebar_slide_overlay .builder-item-sidebar:before {
    content: "";
    width: 8%;
    height: 2px;
    display: block;
    background: rgba(255, 255, 255, .08);
    position: absolute;
    bottom: 0;
    left: 46%
}
@media screen and (max-width:64em) {
    .menu_sidebar_slide_overlay .builder-item-sidebar: before {
        width: 16%;
        left: 42%
    }
}
.menu_sidebar_slide_overlay .builder-item-sidebar:last-child:before {
    content: none;
}
.menu_sidebar_slide_overlay .builder-item-sidebar[class*=-menu] {
    padding: 2.5em 1.5em;
}
.menu_sidebar_slide_overlay .nav-menu-mobile .menu li a {
    border: none;
    font-size: 140%;
    text-transform: uppercase;
    font-weight: 500;
}
.menu_sidebar_slide_overlay .nav-menu-mobile .menu li a .nav-toggle-icon {
    display: inline-block;
    position: relative;
    border: 0 none;
    margin-right: -1.3em;
    top: -2px;
    padding: .28em .5em;
}
.menu_sidebar_slide_overlay .nav-menu-mobile .sub-menu {
    border: none;
}
.menu_sidebar_slide_overlay .nav-menu-mobile .sub-menu li a {
    text-transform: none;
    padding: .35em 1.5em;
    font-size: 100%}
.menu_sidebar_slide_overlay .header-menu-sidebar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%}
.menu_sidebar_slide_overlay .header-menu-sidebar-inner {
    max-width: 48em;
    margin: 3em auto;
    padding: 0;
}
.menu_sidebar_slide_left .header-menu-sidebar {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    width: 360px;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform .5s cubic-bezier(.79,  .14,  .15,  .86);
}
@media screen and (max-width:35.5em) {
    .menu_sidebar_slide_left .header-menu-sidebar {
        width: auto;
        right: 45px;
    }
}
.menu_sidebar_slide_right .header-menu-sidebar {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    transition: transform .5s cubic-bezier(.79,  .14,  .15,  .86);
    transform: translate3d(200%, 0, 0);
    width: 360px;
    right: 0;
}
@media screen and (max-width:35.5em) {
    .menu_sidebar_slide_right .header-menu-sidebar {
        width: auto;
        left: 45px;
    }
}
.menu_sidebar_dropdown .header-menu-sidebar {
    position: relative;
    height: 0;
    display: block;
    visibility: visible;
    z-index: 999900;
    overflow: hidden;
}
.menu_sidebar_dropdown .header-menu-sidebar-inner {
    margin: 0 auto;
}
.menu_sidebar_dropdown .header-menu-sidebar-bg:before {
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .05);
}
.hiding-header-menu-sidebar {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    display: block;
}
.hiding-header-menu-sidebar.menu_sidebar_slide_overlay .header-menu-sidebar {
    z-index: 0;
    opacity: 0;
    height: 100%;
}
.hiding-header-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
    height: 100%;
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(.79,  .14,  .15,  .86);
}
.hiding-header-menu-sidebar .header-menu-sidebar {
    visibility: visible;
}
.hiding-header-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar {
    transform: translateX(200%);
    height: 100%}
.is-menu-sidebar, .is-mobile-form-panel {
    overflow-x: hidden;
}
.is-menu-sidebar .header-menu-sidebar {
    overflow: auto;
    visibility: visible;
    top: 12%;
}
.is-menu-sidebar.menu_sidebar_slide_overlay {
    overflow: initial;
    position: relative;
    width: 100%;
    display: block;
}
.is-menu-sidebar.menu_sidebar_slide_overlay .header-menu-sidebar {
    z-index: 999900;
    opacity: 1;
    visibility: visible;
}
.is-menu-sidebar.menu_sidebar_slide_overlay .menu-mobile-toggle {
    opacity: 0;
}
.is-menu-sidebar.menu_sidebar_slide_left {
    overflow: initial;
    position: relative;
    width: 100%;
    display: block;
}
.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
    z-index: 999900;
    height: 100vh;
    transform: translate3d(0, 0, 0);
    left: 0;
    visibility: visible;
}
.is-menu-sidebar.menu_sidebar_slide_left .menu-mobile-toggle {
    opacity: 0;
}
.is-menu-sidebar.menu_sidebar_slide_right {
    overflow: initial;
    position: relative;
    width: 100%;
    display: block;
}
.is-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar {
    z-index: 999900;
    height: 100vh;
    max-width: 100vw;
    transform: translate3d(0, 0, 0);
    right: 0;
    visibility: visible;
}
.is-menu-sidebar.menu_sidebar_slide_right .menu-mobile-toggle {
    opacity: 0;
}
.is-menu-sidebar .header-menu-sidebar {
    z-index: 10;
    visibility: visible;
}
.close-sidebar-panel {
    display: none;
    z-index: 999910;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 12px;
}
.close-sidebar-panel .hamburger-inner {
    background: rgba(255, 255, 255, .99);
}
.close-sidebar-panel .hamburger-inner::after, .close-sidebar-panel .hamburger-inner:before {
    background: inherit;
}
.close-sidebar-panel:hover .hamburger-inner {
    background: rgba(255, 255, 255, .99);
}
.menu_sidebar_slide_right .close-sidebar-panel {
    top: 10px;
    right: auto;
    left: 12px;
}
.menu_sidebar_dropdown .close-sidebar-panel {
    display: none!important;
}
.is-menu-sidebar:before, .is-mobile-form-panel:before {
    z-index: 999897;
    visibility: visible;
    opacity: 1;
}
.header-menu-sidebar .item--inner {
    transition: transform .3s, opacity .3s;
    transform: translateY(45px);
    opacity: 0;
}
.is-menu-sidebar .header-menu-sidebar .item--inner, .is-mobile-form-panel .header-menu-sidebar .item--inner {
    opacity: 1;
    transform: translateY(0);
}
.mobile-item--search_box .search-form-fields {
    width: 100%}
.cb-row--mobile {
    padding: 0 .5em 0;
}
.cb-row--mobile .row, .cb-row--mobile .row, .cb-row--mobile .row {
    padding: 0 .5em 0;
}
.header-v2 .cb-row--mobile {
    padding-left: 0px;
    padding-right: 0px;
}
@media screen and (min-width:1025px) {
    .hide-on-desktop {
        display: none;
    }
    .align-left-desktop {
        text-align: left;
    }
    .align-center-desktop {
        text-align: center;
    }
    .align-right-desktop {
        text-align: right;
    }
}
@media screen and (max-width:1024px) {
    .hide-on-desktop {
        display: none;
    }
    .align-left-tablet {
        text-align: left;
    }
    .hide-on-desktop {
        display: none;
    }
    .align-center-tablet {
        text-align: center;
    }
    .align-right-tablet {
        text-align: right;
    }
    .cb-row--mobile .logo-image img{
        width: 150px;
    }
}
@media screen and (max-width:568px) {
    .hide-on-mobile, .hide-on-mobile {
        display: none;
    }
    .align-left-mobile {
        text-align: left;
    }
    .align-center-mobile {
        text-align: center;
    }
    .align-right-mobile {
        text-align: right;
    }
}
.site-content {
    background: #fff;
}
.site-content.content-full-width .ebbe-container {
    max-width: 100%;
}
.site-content.content-boxed {
    max-width: 1200px;
    margin: 0 auto;
}
.site-content.content-full-stretched .ebbe-container {
    max-width: 100%;
}
.site-content.content-full-stretched>.ebbe-container {
    padding-left: 0;
    padding-right: 0;
}
.site-content.content-full-stretched>.ebbe-container .content-area.col-md-12 {
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width:1024px) {
    .sidebar-content-sidebar #sidebar-secondary {
        order: 5;
        display: none;
    }
}
@media screen and (min-width:48em) {
    .content-sidebar .content-inner {
        padding-right: 1em;
    }
    .content-sidebar.sidebar_vertical_border .content-area {
        border-right: 1px solid #eaecee;
    }
    .content-sidebar.sidebar_vertical_border .content-inner {
        padding-right: 1em;
    }
    .content-sidebar.sidebar_vertical_border .sidebar-primary-inner {
        padding-left: 1em;
    }
}
@media screen and (min-width:48em) {
    .sidebar-content .content-inner {
        padding-left: 1em;
    }
    .sidebar-content.sidebar_vertical_border .content-area {
        border-left: 1px solid #eaecee;
    }
    .sidebar-content.sidebar_vertical_border .content-inner {
        padding-left: 1em;
    }
    .sidebar-content.sidebar_vertical_border .sidebar-primary-inner {
        padding-right: 1em;
    }
}
@media screen and (min-width:48em) {
    .sidebar-sidebar-content .content-inner {
        padding-left: 1em;
    }
    .sidebar-sidebar-content.sidebar_vertical_border .sidebar-primary {
        border-right: 1px solid #eaecee;
    }
    .sidebar-sidebar-content.sidebar_vertical_border .sidebar-secondary {
        border-right: 1px solid #eaecee;
    }
    .sidebar-sidebar-content.sidebar_vertical_border .content-inner {
        padding-left: 1em;
    }
    .sidebar-sidebar-content.sidebar_vertical_border .sidebar-primary-inner {
        padding-right: 1em;
    }
    .sidebar-sidebar-content.sidebar_vertical_border .sidebar-secondary-inner {
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media screen and (min-width:48em) {
    .content-sidebar-sidebar .content-inner {
        padding-right: 1em;
    }
    .content-sidebar-sidebar.sidebar_vertical_border .sidebar-primary {
        border-left: 1px solid #eaecee;
    }
    .content-sidebar-sidebar.sidebar_vertical_border .sidebar-secondary {
        border-left: 1px solid #eaecee;
    }
    .content-sidebar-sidebar.sidebar_vertical_border .content-inner {
        padding-right: 1em;
    }
    .content-sidebar-sidebar.sidebar_vertical_border .sidebar-primary-inner {
        padding-left: 1em;
        padding-right: 1em;
    }
    .content-sidebar-sidebar.sidebar_vertical_border .sidebar-secondary-inner {
        padding-left: 1em;
    }
}
@media screen and (min-width:48em) {
    .sidebar-content-sidebar .content-inner {
        padding-left: 1em;
        padding-right: 1em;
    }
    .sidebar-content-sidebar.sidebar_vertical_border .content-area {
        border-left: 1px solid #eaecee;
        border-right: 1px solid #eaecee;
    }
    .sidebar-content-sidebar.sidebar_vertical_border .content-inner {
        padding-left: 1em;
        padding-right: 1em;
    }
    .sidebar-content-sidebar.sidebar_vertical_border .sidebar-primary-inner {
        padding-left: 1em;
    }
    .sidebar-content-sidebar.sidebar_vertical_border .sidebar-secondary-inner {
        padding-right: 1em;
    }
}
@media screen and (max-width:64em) {
    .sidebar-content-sidebar.sidebar_vertical_border .content-inner {
        padding-left: 0;
    }
}
.skip-grid--column .builder-item {
    display: inline-block;
}
.site-footer {
    position: relative;
    z-index: 10;
    background: #fff;
}
.site-footer .item--inner {
    width: 100%;
    max-width: 100%;
}
.site-footer .horizontal-nav span a {
    color: #ccc;
    margin-right: 20px;
    font-size: 14px;
}
.footer--row-inner .widget-title {
    color: #111111;
}
.footer-bottom .footer--row-inner .container {
    border-top: 1px solid  rgba(10,10,10,0.06);
    padding: 20px 10px;
}
.footer--row-inner.footer-main-inner {
    padding-top: 70px;
    padding-bottom: 50px;
}
.footer--row-inner.footer-main-inner .row{
    justify-content: space-between;
}
@media screen and (max-width:568px) {
    .footer-bottom .builder-item {
        margin-bottom: 1em;
    }
}
.footer-bottom .builder-item:last-child {
    margin-bottom: 0;
}
.footer--row-inner .product_list_widget li {
    border-color: rgba(255, 255, 255, .08);
}
.footer--row.layout-fullwidth .ebbe-container {
    max-width: initial;
}
.footer--row .builder-item--group {
    justify-content: flex-start;
}
.footer--row .builder-item--group .item--inner {
    width: auto;
}
@media screen and (max-width:1024px) {
    .footer--row .builder-item--group .item--inner {
        display: block;
        margin-bottom: 2em;
    }
    .hide-on-desktop {
        display: none;
    }
    .footer--row .builder-item--group .item--inner:last-child {
        margin-bottom: 0;
    }
}
.footer-bottom .builder-item:last-child, .footer-main .builder-item:last-child {
    margin-bottom: 0;
}
.footer-bottom .builder-item .widget-area .widget:last-child, .footer-main .builder-item .widget-area .widget:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:568px) {
    .footer-bottom .builder-item--footer-social-icons, .footer-bottom .builder-item--footer_copyright, .footer-main .builder-item--footer-social-icons, .footer-main .builder-item--footer_copyright {
        text-align: center;
    }
}
@media screen and (max-width:48em) {
    .site-footer .builder-item {
        margin-bottom: 2em;
    }
}
.site-footer li, .site-footer ul {
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
}

/*---------------------------------------------*/
/*--- Responsive Media Screens ---*/
/*---------------------------------------------*/
@media only screen and (max-width: 319px) {
    .woocommerce.single .button.wc-forward,
    .woocommerce.single div.product form.cart {
        margin-bottom: 10px;
    }
    .woocommerce.single .wishlist-container {
        margin-left: 0;
        width: 100%;
    }
    footer .widget.widget_text {
        margin-bottom: 20px;
    }
    .woocommerce.single .quantity .qty,
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li,
    .woocommerce.single #respond input#submit, 
    .woocommerce.single a.button, 
    .woocommerce.single button.button, 
    .woocommerce.single input.button{
        width: 100%;
    }
    .woocommerce.single-product.single div.product form.cart .button {
        padding-left: 30px;
        text-align: left;
    }
    .woocommerce.single-product div.product form.cart div.quantity {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }
    .woocommerce.single-product .summary .product_meta {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .pagination .page-numbers{
        margin-bottom: 15px;
    }
    body.woocommerce.single-product .quantity .qty{
        padding: 0;
    }
    .woocommerce-result-count,
    .tp-leftarrow.default, 
    .tp-rightarrow.default{
        display: none;
    }
    body.woocommerce ul.products li.product.vc_col-md-4, .woocommerce-page ul.products li.product.vc_col-md-4 {
        width: 100%;
    }
    .woocommerce ul.products li.product.vc_col-md-3, .woocommerce-page ul.products li.product.vc_col-md-3{
        width: 100% !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    body.woocommerce ul.products li.product.vc_col-md-4, .woocommerce-page ul.products li.product.vc_col-md-4 {
        width: 50% !important;
    }
    .woocommerce ul.products li.product.vc_col-md-3, .woocommerce-page ul.products li.product.vc_col-md-3{
        width: 50% !important;
    }
    .menu-item-has-children::after{
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    body .ebbe-back-to-top{
        display: none;
    }
    .our-advantages .mt-icon-listgroup-icon-holder-inner {
        width: 40px;
    }
    .mt-banner2 .mt-addons-hero-slider-background {
        background-position: bottom;
    }
    body .footer-column{
        padding-left: 20px;
        padding-right: 20px;
    }
    .sidebar-social-networks.address-social-links {
        margin: 15px 0px 0px;
        float: none;
    }
    .footer-column:first-of-type h3.widget-title:after, 
    .footer-column:last-of-type h3.widget-title:after {
        display: none;
    }
    .footer-column .contact-details, 
    .footer-column .menu-menu-2-container, 
    .footer-column .menu-menu-3-container {
        display: none;
        margin-bottom: 20px;
    }
    .footer--row-inner.footer-main-inner {
        padding: 50px 0px;
    }
    .nav-menu-mobile .menu li {
        width: 100%;
        text-align: left;
    }
    .products .woocommerce-title-metas {
        padding: 0 12px;
    }
    .woocommerce nav.woocommerce-pagination ul li{
        margin-bottom: 10px;
    }

    .woocommerce ul.products.list li.product .archive-product-title a {
        text-align: left;
    }
    .woocommerce ul.products.list li.product div[itemprop="description"]{
        display: none;
    }
    .main-user-content .user-profile-avatar ul.social-info {
        text-align: left !important;
        margin-top: 0px !important;
    }
    .archive.woocommerce .products.list span.winning {
        top: auto;
        left: auto;
        right: auto;
        line-height: normal;
        min-height: auto;
        font-weight: 500;
        padding: 4px 12px;
        border-radius: 20px;
        position: unset;
        margin-left: 16px;
        display: inline-block;
        margin-top: 9px;
        font-size: 10px;
    }
    body #navbar ul.menu .menu-item .expand a {
        border: 1px solid #d2d2d2 !important;
        padding: 4px 7px !important;
    }
    .woocommerce.archive .sidebar-content .select2-hidden-accessible {
        border: 1px solid #888888 !important;
        width: 100% !important;
        height: auto !important;
        padding: 10px 10px !important;
    }
    .woocommerce ul.products li.product .button[data-tooltip] {
        margin: 9px 3px -3px!important;
        padding: 8px 7px!important;
        width: 32px;
        height: 32px !important;
    }
    .woocommerce form.login, .woocommerce form.register {
        padding: 35px 20px !important;
    }
    .wc-social-login a.ywsl-social::after{
        font-size: 12px !important;
    }
    .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
        outline: none;
    }
    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
    .mega-menu-inline .menu-item-has-children{
        display: inline-block !important;
    }
    body #navbar .mega-menu-inline .menu-item .sub-menu{
        display: block !important;
    }
    .title-subtile-holder .svg-border svg {
        width: 400px;
        height: 18px;
    }
    .woocommerce ul.products li.product .archive-product-title{
        padding: 0px !important;
        height: auto !important;
    }
    .woocommerce ul.products.list li.product .woocommerce-title-metas .archive-product-title {
        width: 100%;
    }
    ul.products.list li.product img {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
    .vc_row .title-cat {
        margin-top: -10% !important;
    }
    h2.accent-color {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .menu-list a{
        border: none !important;
    }
    #mt_trigger-overlay{
        display: none;
    }
    .fixed-search-inside .modeltheme-search {
        width: 90% !important;
    }
    .navbar .mobile_only_icon_group {
        display: inline-flex !important;
    }
    .mobile_footer_icon_wrapper {
        display: inline-flex !important;
        position: fixed;
        bottom: -4px;
        left: 0;
        padding-top: 2px;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        z-index: 1300;
    }
    .mobile_footer_icon_wrapper .col-md-3:last-child{
        border-right: 0 none;
    }
    .mobile_footer_icon_wrapper .col-md-3 {
        padding: 10px;
        border-right: 1px solid #DDDDDD;
        width: 25%;
        text-align: center;
    }
    .mobile_footer_icon_wrapper .col-md-3 a {
        display: grid;
        color: #151515;
        font-weight: 600;
        font-size: 12px;
    }
    .mobile_footer_icon_wrapper .col-md-3 a i {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .navbar .mobile_only_header_wrapper {
        display: inline-flex !important;
    }
    .navbar .mobile_only_icon_group {
        margin: 25px 10px;
    }
    header #navbar .mega3menu ul.sub-menu {
        display: none !important;
    }
    .woocommerce-notices-wrapper .woocommerce-error .button {
        margin: 6px 0px 25px 25px;
    }
    .products_category_image_shortcode_holder .listings_category_footer {
        padding-top: 17px !important;
        width: 63% !important;
    }
    .get_mc4wp .newsletter-footer.light .email {
        width: 100% !important;
    }
    .get_mc4wp .newsletter-footer.light input.submit{
        width: 50% !important;
    }
    body.woocommerce.single-product .quantity .qty {
        width: 100px !important;
    }
    body.woocommerce.single-product .group_table .quantity .qty {
        width: 15px !important;
    }
    .woocommerce-account .woocommerce {
        display: flex;
        flex-direction: column;
    }
    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        margin-bottom: 15px;
    }
    .woocommerce ul.products li.product .archive-product-title{
        padding-top: 10px !important;
    }
    .archive.woocommerce  .high-padding {
        padding: 30px 0 !important;
    }
    li.clearfix.hide-on-mobile {
        clear: none !important;
        display: none !important;
        visibility: hidden;
        float: right;
    }
    body .sidebar-content.sidebar-content-right-side {
        padding-left: 15px;
    }
    body.woocommerce-checkout #payment ul.payment_methods li{
        line-height: 1.5;
    }
    body.woocommerce-cart .entry-content,
    .single .col-md-12.tabs-related {
        padding: 0;
    }
    .single td.woocommerce-grouped-product-list-item__quantity {
        padding-left: 0 !important;
    }
    body #navbar ul.menu .mega-menu-inline .sub-menu .sub-menu > li > a {
        padding-left: 30px !important;
    }
    .mega-menu-inline .menu-item-has-children .expand{
        display: none
    }
    body #navbar .menu-item .sub-menu .sub-menu > li > a {
        padding-left: 45px !important;
    }
    body.woocommerce nav.woocommerce-pagination{
        margin-top: 10px;
    }
    body #comments .children {
        padding: 0;
    }
    header #navbar .cf-mega-menu.sub-menu * {
        opacity: 1 !important;
        visibility: visible !important;
    }
    body #navbar .menu > .menu-item:first-child > a {
        padding-left: 15px !important;
    }
    #navbar ul.sub-menu li a:hover, #navbar .mt-icon-list-item:hover {
        background-color: #000000 !important;
    }
    #navbar .menu-item .sub-menu .vc_column-inner a i,
    #navbar .menu-item .sub-menu .vc_column-inner a,
    #navbar .menu-item .sub-menu .vc_column-inner p{
        color: #606060 !important;
    }
    #navbar .menu-item .sub-menu .vc_column-inner {
        padding: 0px 20px;
    }
    body  header #navbar > div:first-child, body header nav ul{
        width: 100%;
    }
    body #navbar .menu-item .sub-menu a {
        pointer-events: initial;
        border: 0 none !important;
    }
    body #navbar .menu-item .sub-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        box-shadow: none !important;
        top: 0;
        padding: 0;
    }
    body .nav-menu-mobile .menu-item:hover .sub-menu {
        opacity: 1;
        top: 0;
        position: relative;
        visibility: visible;
        width: 100%;
    }
    body #navbar .sub-menu .menu-item > a{
        border-bottom: 1px solid rgba(221, 221, 221, 0.49) !important;
        color: #606060 !important;
    }
    .tagline > p{
        text-align: center;
    }
    header #modeltheme-main-head.navbar{
        min-height: auto;
        border: 0 none;
    }
    body.single-post .post-name {
        padding: 30px 30px 0px;
        max-width: 100%;
    }
    .navbar .first-part {
        display: none;
    }
    nav {
        min-height: 0px !important; 
    }
    .ebbe_category_button {
        display: none;
    }
    .ebbe_category_button {
        display: block !important;
        margin:0;
    }
    .ebbe_category_button .category_button_wrap{
        width: -webkit-fill-available !important;
        padding: 10px 15px !important;
        height: 55px;
    }
    .ebbe_category_button .button_dropdown {
        padding: 0 !important;
        margin: 0;
        position: relative;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    .ebbe_category_button li {
        padding: 15px 10px !important;
    }
    body .navbar ul li ul.sub-menu li ul.sub-menu{
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
    }
    body #navbar ul.menu .menu-item {
        padding: 0 !important;
        width: 100% !important;
    }
    .woocommerce.single-product .woocommerce-ordering select, .woocommerce.single-product .quantity .qty {
        padding-left: 5px !important;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        width: 55%;
    }
    .checkbox input[type="checkbox"]#ship-to-different-address-checkbox {
        position: relative;
        margin-left: 0px;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 45% !important;
    }
    .ebbe-contact.row {
        margin: 0px !important;
    }
    #navbar ul.sub-menu li a:hover {
        background-color: transparent !important;
    }
    #ebbe-search {
        display: none;
    }
    .navbar ul li ul.sub-menu {
        background: transparent !important;
    }
    #navbar ul.sub-menu li a {
        border-bottom: 1px solid rgba(221, 221, 221, 0.49);
    }
    .avatar.photo {
        width: 50px;
        margin-bottom: 15px;
    }
    body .shop_cart > a {
        margin-left: 10px !important;
    }
    a.top-wishliist {
        margin-left: 0px !important;
    }
    .col-md-6.search-form-product {
        min-width: 100% !important;
        margin-top: 15px;
    }
    .search-form-product {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }  
    .col-md-6.menu-products {
        overflow: hidden;
    }
    .search-form-product {
        overflow: hidden;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mobile_toggle span.symbol_menu {
        font-weight: bold;
        font-size: 25px;
        position: relative;
        bottom: 1px;
    }
    
    footer .payment-methods{
        text-align: center;
        display: none;
    }
    footer .payment-methods img {
        float: none !important;
    }
    .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;
    }
    .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;
    }
    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;
    }
     .menu-item-has-children a:first-child { 
        pointer-events: auto;
    }
    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%;
        transform: none !important;
    }
    body #navbar .sub-menu li:last-child,
    body #navbar .sub-menu li {
        position: relative;
    }
    .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%;
    }
    .header_mini_cart {
        display: none;
    }
    .nav > li.shop_cart {
        display: none;
    }
    .menu.nav-effect.nav-menu {
        margin: 0;
        text-align: left;
        width: 100%;
    }
    body .navbar-nav > li > a {
        padding: 10px 15px !important;
        color: #606060 !important;
        border-bottom: 1px solid rgba(221, 221, 221, 0.49);
    }
    body .navbar-nav > li > a:hover {
        color: #F27928 !important;
    }
    .navbar ul li:hover > ul.sub-menu{
        box-shadow: none !important;
    }
    #navbar ul.sub-menu li a:not(.action-expand) {
         padding: 10px 30px !important;
         font-weight: 500;
    }
    .navbar-collapse.collapse.in .menu .item:hover {
        background: #253749;
    }
    .navbar-collapse.collapsing.col-md-9 {
        padding: 0;
    }
    .navbar-collapse .menu .item,
    .navbar-collapse.collapse.in .menu .item {
        text-align: left;
        width: 100%;
    }
    .logo {
        margin: 15px 0;
    }
    #ebbe-main-head .navbar-collapse.col-md-9,
    #ebbe-main-head .navbar-collapse.collapse.col-md-9 {
        margin: 0;
        width: 100%;
    }
    .portfolio .col-md-2:nth-child(7n+5),
    .portfolio .col-md-2:nth-child(7n+1){
        margin-left: 0;
        clear: none;
    }
    .submit-comment .comment-form .form-comment {
        padding: 0;
    }
    #navbar .menu .item a {
        padding: 10px 0;
        padding-left: 10px;
    }
    body .ebbe_header_slider .tp-leftarrow.default::after, 
    body .ebbe_header_slider .tp-rightarrow.default::after {
        font-size: 50px;
        line-height: 60%;
        opacity: 0.75;
    }
    body.woocommerce.single-product.single .summary.entry-summary,
    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100% !important;
        margin-bottom: 0px;
    }
    body.woocommerce.single-product .summary button.woosw-btn {
        margin-left: 0px;
    }
    body section.related.products ul.products {
        margin: 0 -5px !important;
    }
    .expand {
        position: absolute;
        top: 7px;
        right: 15px;
        height: 19px;
        width: 25px;
        text-align: center;
        line-height: 17px;
    }
    .menu-item .expand {
        top: 10px;
    }
    .menu-item-has-children .menu-item-has-children .expand {
        position: absolute;
        top: 7px;
        right: 6px;
        height: 22px;
        width: 25px;
        text-align: center;
        line-height: 16px;
    }
    .expand  a{
        border: 0 !important;
    }
    #navbar .sub-menu li {
        border: 0 !important;
    }
    .expand a {
         padding: 8px 13px !important; 
         font-size: 13px;
         font-weight: bold;
    }
    .action-expand::after {
        color:#242424;
        content: "\f107";
        font-weight: bold;
        font-size: 14px !important;
    }
    .woocommerce-ordering:after {
        top: 75px !important;
    }
    /* Aside Navbar styling */
    .mt-nav-content {
        background: inherit;
        border-color: inherit;
        box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .aside-footer a {
        width: 50%;
        display: inline-block;
    }
    .aside-footer a i {
        margin-right: 5px;
    }
    .aside-footer {
       position: fixed;
        z-index: 670;
        background: #fff;
        border-top: 1px solid rgba(221, 221, 221, 0.49) !important;
        width: 80%;
        bottom: 0;
        padding: 10px 15px 20px;
        margin-bottom: -10px;
    }
    .aside-open .header-aside{
        background: #fff;
        position: fixed;
        height: 100%;
        width: 80%;
        overflow: scroll;
        transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    }
    .header-aside{
        width: 80%;
        transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    }
    .mt-header{
        position: fixed;
        height: 100%;
        width: 100%;
        left: -100%;
        z-index: 7808;
    }
    .burger-open .aside-bg {
           background: rgb(4 4 4 / 59%);
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 7805;
    }
    .aside-open {
      left: 0;
      position: fixed;
      top: 0;
      transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
    }
    .mt-header .aside-navbar .menu .menu-item {
        width: 100%;
        position: relative;
    }
    .aside-navbar ul.sub-menu li a:not(.action-expand) {
        padding: 8px 30px !important;
        font-weight: 500;
        font-size: 13px;
    }
    .aside-navbar .menu-item-has-children .menu-item-has-children .expand {
        top: 10px;
    }
    body .aside-navbar .sub-menu .menu-item > a {
        border-bottom: 1px solid rgba(221, 221, 221, 0.49) !important;
        color: #606060 !important;
        width: 100%;
        display: inline-block;
    }
    body .aside-navbar .menu-item ul.sub-menu {
        padding: 0 !important;
    }
    body .aside-navbar .menu-item .sub-menu,
    body .aside-navbar .menu-item:hover .sub-menu {
        opacity: 1;
        position: relative;
        visibility: visible;
        width: 100%;
        min-width: 300px;
        box-shadow: none !important;
        -webkit-transform: none;
        top: 0;
        left: 0;
        padding: 0px 15px;
    }
    .aside-navbar .ebbe_category_button li .cf-mega-menu.sub-menu{
        padding: 0px 15px !important;
    }
    .aside-navbar .ebbe_category_button .cf-mega-menu .vc_column-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .aside-navbar .ebbe_category_button .cf-mega-menu .wpb_column:first-child .vc_column-inner {
        padding-top: 20px;
    }
    .is_category_menu .aside-navbar .ebbe_category_button .button_dropdown{
        border-top: none !important;
    }
    .aside-navbar .bot_nav_wrap {
        width: 100%;
    }
    .aside-navbar .nav-title {
        padding: 10px;
        border-bottom: 1px solid rgba(221, 221, 221, 0.49);
        text-align: center;
    }
    .aside-navbar .aside-tabs a {
        font-weight: bold;
        font-size: 15px;
        width: 50%;
        margin-bottom: 10px;
        display: flow-root;
        float: left;
        text-align: center;
        border-bottom: 2px solid rgba(221, 221, 221, 0.49);
        padding: 10px 0px;
        border-right: 1px solid rgba(221, 221, 221, 0.49);
        background: #e8e8e8;
    }
    .aside-navbar .aside-tabs a.is-selected {
        border-bottom: 2px solid #2695FF;
        background: #fff;
    }
    .aside-navbar .bot_nav_cat_inner,
    .aside-navbar .button_dropdown{
        display: block !important;
        width: 100%;
        margin: 0px !important;
        border-top: 0px;
        padding: 0px;
        position: relative !important;
        box-shadow: none !important;
    }
    .aside-navbar .ebbe_category_button li{
        position: relative !important;
        padding: 10px 15px !important;
    }
    .aside-navbar .ebbe_category_button .menu-item > a {
        font-weight: 500 !important;
        font-size: 13px;
    }
    .aside-navbar .ebbe_category_button .cf-mega-menu.sub-menu * {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .is_category_menu .aside-navbar .ebbe_category_button li {
        padding: 12px 10px !important;
    }
    .aside-navbar .action-expand::after {
        font-size: 25px !important;
    }
    .aside-navbar .expand {
        right: 20px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
     body .widget_search .search-field {
        width: 90% !important;
    }
    body .avatar.photo {
        height: auto;
        margin-bottom: 5px;
        width: 50px;
    }
    .menu-products {
        display: none !important;
    }
    .woocommerce ul.products li.product.vc_col-md-3, .woocommerce-page ul.products li.product.vc_col-md-3 {
        width: 50% !important;
    }
    footer .payment-methods img {
        float: none !important;
    }
    .newsletter-footer input.submit{
        width: 20% !important;
    }
    .newsletter-footer .email{
        width: 50% !important;
    }
    .ebbe-contact.row {
        width: 200% !important;
        margin: 0px 20px !important;
    }
    footer p.copyright {
        margin: 0px;
        padding: 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: 14px;
    }
    .navbar-collapse.collapse.col-md-10 {
        width: 100% !important;
    }
    #navbar .menu .item a {
        padding: 30px 0;
    }
}
@media screen and (max-width: 1000px) {
    .no-results.not-found {
        margin-bottom: 80px;
    }
    .comment-form .form-comment {
        padding: 0;
    }
    .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;
    }
    .widget_ebbe_tweets_widget .tweet-title,
    .widget_ebbe_tweets_widget .tweeter-profile {
        padding: 0;
    }
    .widget_ebbe_tweets_widget .tweet-title .col-md-2,
    .left-block-container .block-icon,
    .latest-tweets .vc_col-md-2,
    #contact_form .mt-half-spacer {
        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;
    }
    .logo {
        margin: 10px 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;
    }
    .submit-comment .comment-form .form-comment {
        padding: 0;
    }
    body .ebbe_header_slider .tp-leftarrow.default::after, 
    body .ebbe_header_slider .tp-rightarrow.default::after {
        font-size: 50px;
        line-height: 60%;
        opacity: 0.75;
    }
}
@media only screen and (max-width: 1024px) {
    .sidebar-content.sidebar-content-left-side {
        order: 2;
    }
    .page-template-template-blog-left-sidebar .blog-posts .row {
        display: grid;
    }
    .nav-menu-mobile .menu-item .link-before{
        font-weight: 400;
    }
    body .header-search-modal {
        width: 310px;
    }
    .newspaper-info-bordered .col-md-5 {
        text-align: center;
        display: none;
    }
    .vc_row.missing-member {
        display: none;
    }
    .archive.woocommerce ul.products{
        width: 100%;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0;
    }
    .woocommerce.archive .sidebar-content:not(.header7) {
        margin-left: 0px !important;
    }
    .my-account-navbar {
        display: none;
    }
    .woocommerce-cart table.cart td.product-name{
        width: 100% !important;
    }
    .woocommerce-cart-form  .quantity {
        float: right;
    }
    .wishlist_table tr td.product-name,
    .wishlist_table tr td.product-price,
    .wishlist_table tr td.product-add-to-cart {
        width: auto !important;
    }
    .woocommerce table.wishlist_table tbody td.product-name a {
        font-size: 13px !important;
    }
    .wishlist_table tr td.product-name a.button{
        display: none;
    }
    table.shop_table.cart.wishlist_table tr{
        display: grid !important;
    }
    .woosw-list table.woosw-items .woosw-item .woosw-item--name a {
        font-weight: 500 !important;
    }
    .blog-posts .sidebar-content{
        padding: 0px 10px !important;
        width: 100% !important;
    }
    .single-post .sidebar-content:not(.header7) {
        margin-left: 0px !important;
    }
    .custom-about {
         width: 100% !important;
    }
    .box-shadow-column .vc_column-inner,
    .contact-elem .elementor-column-wrap{
        padding-left:30px !important;
        margin-left: 10px;
    }
    .woocommerce .woocommerce-ordering select{
        width: 100% !important;
    }
    .woocommerce-page div.product div.summary{
        margin-left: 0!important;
    }
    span.skill-count,
    .stats-content.percentage {
        text-align: center !important;
    }
    .newspaper-info .newspaper-info-bordered {
        padding: 15px 0;
        border: 0 none;
    }
    .card-icons1 {
        background-position: center !important;
    }
    .single-post .sidebar-content:not(.header7) {
        width: 100% !important;
        margin-top: 70px;
        padding: 0px 10px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        padding-left: 10px !important;
    }
    .menu-search select.form-control1 {
        padding-left: 10px !important;
    }
    .menu.nav-effect.nav-menu {
        margin: 0;
        float: none !important;
    }
    .navbar-collapse.collapse.col-sm-12 {
        width: 100% !important;
    }
    .col-md-6.search-form-product {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 768px) {
    .hide-on-desktops{
        display: none;
    }
    .nav-menu .menu-item-has-children > a::after {
        content: '\f107';
        padding-left: 5px;
        font-size: 10px;
        position: relative;
        bottom: 1px;
        font-weight: 100;
        display: none;
    }
    .mt-header{
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    body:not(.category) .container.blog-posts .main-content {
        width: 100%;
    }
}
@media only screen and (max-width: 1170px) {
    .hide-on-mobile{
        display: none !important;
    }
    body .logo.logo-image img {
        width: 150px;
    }
    .header-v2 .cb-row--mobile {
        display: block;
    }
    .header-bottom[data-show-on="desktop"],
    .header-main[data-show-on="desktop"],
    .header-top[data-show-on="desktop"] {
        display: none;
    }
    .header-v2 .cb-row--mobile .row-v2 {
        padding: 0px;
    }
    .logo-image .site-title {
        margin: 5px 0px;
    }
    body .header--row:not(.header--transparent).header-main .header--row-inner,
    body .header--row:not(.header--transparent).header-bottom .header--row-inner {
        min-height: 55px;
    }
    body .header--row:not(.header--transparent).header-bottom .header--row-inner {
        padding-top: 5px;
    }
    .header-menu-sidebar .builder-item-sidebar {
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 990px) {
    .sidebar-content .widget:last-child{
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .box-shadow-column {      
        margin-left: 24px;
        width: 97%;
    }
    body .sidebar-content.sidebar-content-right-side {
        padding-left: 0px;
    }
    .sidebar-content .widget_search label {
        width: 85%;
    }
    .single-post .main-content {
        width: 100% !important;
    }
    body .widget_mt_recent_entries_with_thumbnail ul.widget_recent_entries_with_thumbnail_ul li.row img {
        width: 330px;
    }
}
@media only screen and (max-width: 992px) {
    .container.blog-posts > .row,
    .single-post article > .container > .row {
        display: flex;
        flex-direction: column;
    }
    .col-md-3.sidebar-content {
        order: 2;
    }
    .col-md-9.main-content {
        order: 1;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
    .header-search_box-item .search-form-fields {
        width: 240px;
    }
}
/*---------------------------------------------*/
/* Fallback rule-sets*/
/*---------------------------------------------*/
/* Transitions Main Group*/
.ebbe-article-inner .category-links .post-tags a,
.ebbe-article-inner .ebbe-more-link,
.ebbe-article-inner .post-name a,
.page-template-template-blog .post-thumbnail img,
.ebbe-article-inner .ebbe-post-metas a,
.ebbe-article-details .post-author a,
.wp-block-search .wp-block-search__button,
.grid-view.col-md-12.list-view .ebbe-more-link, 
.ebbe-article-inner .ebbe-post-metas a:hover,
.ebbe-article-details .post-author a:hover,
.ebbe_shortcode_cause h3 a,
.contact-dark input,
.contact-dark input.wpcf7-form-control.wpcf7-submit,
.data_fetch .search-result li,
.modeltheme-modal input[type="email"], 
.modeltheme-modal input[type="text"], 
.modeltheme-modal input[type="password"],
.ebbe-contact input, .ebbe-contact textarea,
.woocommerce ul.products li.product a img.woo_secondary_media_image,
.products_category_vertical_shortcode_holder a,
.modeltheme_products_simple h3.modeltheme-archive-product-title a,
.modeltheme_products_simple a.added_to_cart.wc-forward,
.modeltheme_products_simple .modeltheme-product-wrapper a.button,
.ebbe-breadcrumbs .breadcrumb li a,
.ebbe_shortcode_blog .post-name a,
.nav-previous a, .nav-next a,
.comment_body a,
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce.widget_product_search button,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.info-details .col-md-8.component.add-to-cart,
.sale_banner_right span.read-more,
.categories .category,
.menu-search .btn.btn-primary,
.menu-search .btn.btn-primary:hover,
.cd-gallery .woocommerce-title-metas a,
.cd-gallery .button-bid a,
.mt-categories-content li.single-category,
.user-information h3.user-profile-title a,
.work-dashboard h3.archive-product-title a,
.modeltheme-services ul.cd-pricing-wrapper,
.modeltheme-services ul.cd-pricing-wrapper:hover,
.modeltheme-services a.pricing-select-button,
.sticky-posts a:hover .thumbnail-overlay,
.ebbe-header ul.menu > .menu-item > a::before,
.item-description .holder-top,
.item-description .holder-bottom,
.item-description i,
.ebbe-shop-sort-group .gridlist-toggle a,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover,
a.add-wsawl.sa-watchlist-action, a.remove-wsawl.sa-watchlist-action,
a.add-wsawl.sa-watchlist-action:hover,
a.remove-wsawl.sa-watchlist-action:hover,
.woocommerce div.product form.buy-now.cart span.amount,
.woocommerce div.product form.buy-now.cart .button:hover span.amount,
.woocommerce ul.products li.product .button[data-tooltip]:before,
.woocommerce ul.products li.product .button[data-tooltip]:after,
button.single_add_to_cart_button.button.alt[data-tooltip]:before,
.woocommerce.single-product .wishlist-container a.button[data-tooltip]:before,
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:before,
button.single_add_to_cart_button.button.alt[data-tooltip]:after,
.woocommerce.single-product .wishlist-container a.button[data-tooltip]:after,
.woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:after,
.ebbe-shop-filters-button,
.woocommerce #respond input#submit, 
.woocommerce input.button,
table.compare-list .add-to-cart td a,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce input.button.alt,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
.woocommerce ul.cart_list li a::before, 
.woocommerce ul.product_list_widget li a::before,
.woocommerce ul.cart_list li a::after, 
.woocommerce ul.product_list_widget li a::after,
.ebbe-header ul.sub-menu li a,
.fixed-search-overlay,
.tp-bullets.simplebullets.round .bullet,
.navbar-nav > li > a, 
.menu .item a,
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .archive-product-title a,
.product_meta > span a,
.social-shareer a,
a.button,
button,
input,
i,
.vc_button_404,
textarea,
.form-submit input,
.prev-next-post .rotate45,
.next-post a,
.prev-post a,
.wp-block-tag-cloud a,
.tagcloud > a,
.thumbnail-overlay,
.widget_mt_recent_entries_with_thumbnail a,
.widget_recent_entries a,
.slider_navigation .btn,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce a.remove,
.cd-tab-filter a,
#dropdown-user-profile ul,
#dropdown-user-profile ul li a,
footer .menu .menu-item a,
.wc-social-login a.ywsl-social,
#signup-modal-content .woocommerce-form-register.register .button[type='submit'],
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
form#login .register_button, 
form#login .submit_button,
a#register-modal,
.modeltheme-modal p.btn-register-p,
.btn-register,
.pagination > li > a,
.sticky-posts a:hover .post-date,
.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.ebbe-builder-btn,
.ebbe-phone, 
.ebbe-mail,
.woocommerce-cart table.cart td.product-name a,
.woocommerce.widget_shopping_cart .buttons a,
.wpcf7-submit.ebbe-contact-submit,
.ebbe-sidebar-info-item #info-adress, 
.ebbe-sidebar-info-item #info-phone,
.ebbe-sidebar-info-item #info-mail,
.mega_menu .cf-mega-menu.sub-menu a
{
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}

/*BUTTONS*/
.vc_button_404,
.woocommerce a.added_to_cart,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
input[type="button"]:not(.qty_button),
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .vc_button_404,.comment-form .form-submit .submit,
.woosc-btn, .woosw-btn, .woosq-btn, .post-password-form input[type="submit"],
.ebbe-article-inner .ebbe-more-link, .menu-search .btn.btn-primary, .ebbe-back-to-top, .form-submit input[type="submit"], .woocommerce a.button, button.woocommerce button.button, .woocommerce button.button.alt,.wp-block-search .wp-block-search__button, .woocommerce #respond input#submit {
    border-radius: 0;
    border: 0 none;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 15px 25px;
    -webkit-appearance: none; 
}

/*FORM FIELDS*/
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"]:not(.search-field),
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="search"],
textarea,
.memorabilia-news .newsletter-footer.light .email, 
.woocommerce div.product form.cart .variations select, 
#signup-modal-content .woocommerce-form-register.register input[type="text"], 
#signup-modal-content .woocommerce-form-register.register input[type="email"], 
#signup-modal-content .woocommerce-form-register.register input[type="tel"], 
#signup-modal-content .woocommerce-form-register.register input[type="password"], 
#signup-modal-content .woocommerce-form-register.register textarea, 
.comment-form input:not(input[type="checkbox"]), 
.comment-form textarea, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.wp-block-search .wp-block-search__input,
.woocommerce form .form-row .select2-container .select2-selection--single, 
.woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce form .form-row input.input-text, .menu-search, .newsletter-footer.light .email, .modeltheme-modal input[type="submit"], .modeltheme-modal button[type="submit"], form#login .register_button, .newsletter-footer .email, button.single_add_to_cart_button.button.alt[data-tooltip]:before, .woocommerce.single-product .wishlist-container a.button[data-tooltip]:before, .woocommerce.single-product div.product form.cart button.bid_button.button.alt[data-tooltip]:before, .woocommerce_simple_domain .button-bid a, .products span.winning, form#login .submit_button, .woocommerce.widget_product_search .search-field, .modeltheme_products_carousel .button-bid a, .modeltheme_products_carousel .modeltheme-button-bid a, .mt_products_slider .button-bid a, .woocommerce.single-product .wishlist-container a.button, .testimonail01-content, .pagination .page-numbers, .nav-previous a, .nav-next a, a.add-wsawl.sa-watchlist-action, a.remove-wsawl.sa-watchlist-action, .widget_search .search-field, .social-shareer a, table.my_account_orders tbody tr td.order-actions a.button, .newsletter-footer input.submit, a#register-modal, #signup-modal-content .woocommerce-form-register.register .button[type='submit'], .wc-social-login a.ywsl-social::after, .ebbe_shortcode_cause .button-content a, .product-badge, .sale_banner_right span.read-more, .featured_product_shortcode .featured_product_button, .cd-gallery .button-bid a, .wcv-dashboard-navigation li a {
    -webkit-appearance: none; 
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    background-color: #FFFFFF;
    color: #222222;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

/*TYPOGRAPHY*/
/*abel{
    font-weight: 600;
    color: #000;
}*/
/*ul, 
ol,
p {
    margin-bottom: 15px;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #606060;
}*/
/*body {
    font-family: Montserrat;
}*/
h1, h1 span {
    font-size: 36px;
    font-weight: 600;
    color: #242424;
}
h2 {
    font-size: 30px;
    font-weight: 600;
    color: #242424;
}
legend,
.widget label,
h3 {
    font-size: 24px;
    font-weight: 600;
    color: #242424;
}
h4 {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
}
h5 {
    font-size: 14px;
    font-weight: 600;
    color: #242424;
}
h6 {
    font-size: 12px;
    font-weight: 600;
    color: #242424;
}


/*Elements: blockquote*/
blockquote {
    background: #F7FAFD;
    border-left: 5px solid #2695ff;
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 30px;
    position: relative;
}
blockquote p:last-of-type {
    margin: 0px;
}
body .tp-bullets.preview1 .bullet{
    background: #f02222 !important;
}
#cd-zoom-in, #cd-zoom-out{
    background-color: #f02222;
}
.header--row:not(.header--transparent).header-main .header--row-inner {
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: rgba(10,10,10,0.06);
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
table.compare-list .add-to-cart td a:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.latest-posts .post-date-month,
.button.solid-button:hover,
body .vc_btn.vc_btn-blue:hover, 
body a.vc_btn.vc_btn-blue:hover, 
body button.vc_btn.vc_btn-blue:hover,
.subscribe > button[type="submit"]:hover,
table.compare-list .add-to-cart td a:hover,
.shop_cart:hover,
.widget_address_social_icons .social-links a:hover,
.post-password-form input[type="submit"]:hover,
.modeltheme-modal input[type="submit"]:hover, 
.modeltheme-modal button[type="submit"]:hover, 
form#login .register_button, form#login .submit_button:hover,
.wc_vendors_active form input[type="submit"]:hover,
.wcv-dashboard-navigation li a:hover,
.modeltheme-modal p.btn-register-p a:hover,
.wp-block-search .wp-block-search__button:hover, 
.ebbe-article-inner .ebbe-more-link:hover,
a.wp-block-button__link:hover,
.comment-form .form-submit .submit:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}


.form-control,
.wpb_button,
.owl-theme .owl-controls .owl-buttons div,
#ebbe-main-head,
#contact_form .button[type="submit"],
#contact-us .form-control,
.btn-lg, 
.alert-success,
.alert-info,
.alert-warning,
.alert-danger,
.btn-group-lg>.btn,
.btn,
pre, 
.woocommerce input.button,
table.compare-list .add-to-cart td a, 
.woocommerce a.button.alt, 
.woocommerce input.button.alt,
.woocommerce a.remove:hover,
.woocommerce a.remove,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce table.shop_table,
.slider_navigation .btn,
.widget_ebbe_popular_recent_tabs .nav-tabs li a,
.thumbnail,
.widget_toggles .panel-group .panel,
.panel,
.container .jumbotron, 
.container-fluid .jumbotron,
.panel-heading,
.list-group-item:first-child,
.list-group-item:last-child{
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ebbe-open-dropdown .select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-selection--single.modeltheme-select2 .select2-selection__arrow {
    height: 100%;
    right: 12px;
}
.select2-container--default .select2-selection--single.modeltheme-select2:focus {
    border-color: #aaa;
}
.select2-container--open .ebbe-open-dropdown.select2-dropdown {
    top: 5px;
}
body.admin-bar .select2-dropdown.ebbe-open-dropdown {
    margin-top: 32px !important;
}
@media( max-width: 782px ) {
    body.admin-bar .select2-dropdown.ebbe-open-dropdown {
        margin-top: 46px !important;
    }
}
/* Single Member */
.mt-member-details .mt-member-details-list {
    list-style: none;
    padding: 0;
}
.mt-member-details .mt-member-details-list li {
    padding-bottom: 10px;
}
.mt-member-details .mt-member-details-list .mt-member-details-title {
    color: #6a6b76;
    font-weight: 600;
    margin-right: 5px;
}
.mt-member-details .mt-member-details-list span a, .mt-member-details .mt-member-details-list span{
    color: #6a6b76;
    font-weight: 400;
}
.mt-member-details .mt-member-details-list span a {
    transition: all ease-in 250ms;
}
.mt-member-details .mt-member-details-list span a:hover {
    color: #000000;
}
.mt-elementor-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    transition: ease-in all 250ms;
}
.mt-elementor-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
    color: #FC634A !important;
}
body .mt-elementor-tabs .elementor-tab-content {
    padding: 15px;
    padding-right: 0px;
}
body .mt-elementor-tabs ul.products {
    margin-right: -45px;
}
.mt-elementor-tabs .elementor-tabs-wrapper {
    margin-right: -25px;
}
.mt-elementor-tabs .elementor-widget-container .elementor-tab-desktop-title {
    padding: 20px 15px 20px 30px !important;
}
.mt-elementor-tabs .elementor-widget-container .elementor-tab-mobile-title {
    border: 1px solid #ccc !important;
    margin: 15px 0 15px 0 !important;
    border-radius: 15px;
    margin: 0;
    text-align: center;
}
body .mt-elementor-tabs .elementor-tab-content {
    padding-left: 15px;
    padding-right: 6px
}
/*About Page */
.mt-elementor-counter span.elementor-counter-number-prefix {
    display: none;
}
.mt-home .mt-addons-product-category-info-wrapper.btn-round {
    padding: 15px 40px;
}
.mt-about .mt-addons-member-columns img {
    background: #fff6f0;
}
.mt-about .mt-addons-member-name {
    letter-spacing: 0px;
}
/* Quick Biew */
a.view-details-btn {
    color: #fff;
}
.widget_categories form::after{
    content:none;
}

/* eamo theme */
.header-bp-form .bps-form button {
    font-size: 18px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.video-cards .mt-addons-member-columns.swiper-slide {
    width: 50% !important;
    padding-bottom: 0px;
}
.video-cards .mt-addons-member-image:hover .mt-addons-member-image-flex-zone{
    background: transparent;
}
.video-cards .mt-addons-member-name {
    position: absolute;
    bottom: 0;
    right: 10px;
}
@media only screen and (max-width: 767px) {
    .eamo-theme .site-footer .container {
        text-align: center;
    }
}

/* Farmacie theme */
.farmacie-weed-short-banner .mt-addons-product-banner-banner .mt-addons-product-banner-m-image {
    height: 231px !important;
}
.farmacie-weed-short-banner .mt-addons-product-banner-banner.mt-addons-product-banner-layout--link-overlay:hover img {
    transform: scale(1.06) translateX(2%);
}