#preloader {
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.flash .pace-progress {
    display: none
}
.flash .pace-activity {
    z-index: 2000;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    display: block;
    border: solid 2px transparent;
    border-top-color: rgba(154, 154, 154, 1);
    border-left-color: rgba(154, 154, 154, 1);
    border-radius: 35px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite
}
@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
a {
    color: rgba(31, 31, 31, 1)
}
a:hover {
    color: rgba(86, 86, 86, 1)
}
body {
    cursor: auto
}
.page-background {
    background-color: #eaeaea;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.default404 .page-background {
    background-image: none
}
.single-album .page-background, .albums-list-page .page-background {
    background-color: rgba(8, 8, 8, 1);
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.password-protected .page-background {
    background-image: none
}
#basket-menu {
    background-color: rgba(255, 255, 255, 1)
}
#basket-menu, #basket-menu .widget {
    font-size: 13px
}
#side-menu {
    background-color: rgba(255, 255, 255, 1)
}
#side-menu, #side-menu .widget {
    font-size: 12px
}
.site-layout-boxed #mid {
    background-color: rgba(0, 0, 0, 1)
}
.theme-borders div {
    background-color: rgba(255, 255, 255, 1)
}
.lg-backdrop {
    background-color: rgba(32, 32, 32, 0.8)
}
.lg-toolbar, .lg-sub-html .customHtml h4, .lg-sub-html .customHtml .description, .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.6)
}
.lg-toolbar .lg-icon, .lg-actions .lg-next, .lg-actions .lg-prev {
    color: rgba(220, 220, 220, 1)
}
.lg-toolbar .lg-icon:hover, .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: rgba(255, 255, 255, 1)
}
#lg-counter, .lg-sub-html, .customHtml > h4 {
    color: rgba(210, 210, 210, 1)
}
.lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb {
    background-color: rgba(0, 0, 0, 1)
}
.lg-outer .lg-thumb-item {
    border-color: rgba(10, 10, 10, 1)
}
.lg-outer .lg-thumb-item:hover {
    border-color: rgba(255, 255, 255, 1)
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .page-title, .widget .title {
    color: rgba(50, 50, 50, 1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .post .post-title a:hover, .post a.post-title:hover {
    color: rgba(100, 100, 100, 1)
}
input[type="submit"], form button, .posts-nav a span, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, ul.products .product-meta .product_name {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, sans-serif;
    letter-spacing: 2px
}
ul.top-menu, #menu-overlay {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, sans-serif
}
ul.top-menu li, #menu-overlay li {
    letter-spacing: 2px
}
html, input, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, sans-serif
}
#header-tools .tool, #header-tools .tool a {
    color: rgba(255, 255, 255, 0.85)
}
#header-tools .tool:hover, #header-tools .tool a:hover, #header-tools .tool.highlight, #header-tools .tool.active {
    color: rgba(94, 223, 143, 1)
}
.tools_button {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1)
}
.tools_button:hover {
    color: rgba(94, 223, 143, 1);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1)
}
#header-tools .languages {
    background-color: rgba(255, 255, 255, 0)
}
.hamburger i, .hamburger i::before, .hamburger i::after {
    background-color: rgba(255, 255, 255, 0.85)
}
.hamburger.active i, .hamburger.active i::before, .hamburger.active i::after, .hamburger:hover i, .hamburger:hover i::before, .hamburger:hover i::after {
    background-color: rgba(94, 223, 143, 1)
}
#header-tools #mobile-menu-opener {
    font-size: 18px
}
#header-tools #basket-menu-switch {
    font-size: 14px
}
#header-tools #search-button {
    font-size: 15px
}
#header-tools #side-menu-switch {
    font-size: 15px
}
#header-tools #menu-overlay-switch {
    font-size: 15px
}
#header {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
#header:hover {
    background-color: rgba(255, 255, 255, 0)
}
#header.a13-horizontal {
    border-bottom: none
}
.header-type-multi_line .bottom-head {
    background-color: rgba(255, 255, 255, 1)
}
.header-horizontal #header .head, .top-bar-container .top-bar {}
#header.a13-horizontal, .top-bar-container, .header-type-multi_line .bottom-head {
    border-color: rgba(255, 255, 255, 0.3)
}
.a13-horizontal #header-tools::before, .a13-horizontal .head .socials::before, .top-bar .language-switcher li::before {
    background-color: rgba(255, 255, 255, 0.3)
}
a.logo {
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(https://servineomundo.com/wp-content/uploads/2023/06/Logo_para_estudio_de_tatuaje_minimalista_circular_en_tonos_gris_y_blanco.__300___300_px___250___250_px___200___200_px___100___100_px___150___150_px_-removebg-preview-1.png)
}
a.logo img {}
a.normal-logo {
    background-image: url(https://servineomundo.com/wp-content/uploads/2023/06/Logo_para_estudio_de_tatuaje_minimalista_circular_en_tonos_gris_y_blanco.__300___300_px___250___250_px___200___200_px___100___100_px___150___150_px_-removebg-preview-1.png)
}
a.logo:hover {
    color: #ffffff
}
a.logo.image-logo {
    opacity: 1.00
}
a.logo.image-logo:hover {
    opacity: 0.50;
}
.header-horizontal .logo-container {
    min-width: 150px
}
.header-variant-one_line_centered .logo-container, .header-horizontal .logo-container a.logo {
    max-width: 150px
}
.header-variant-one_line_centered.sticky-values .logo-container.shield {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.header-variant-one_line_centered.sticky-hide .logo-container.shield, .header-variant-one_line_centered.hide-until-scrolled-to .logo-container.shield {
    -webkit-transform: translate(-50%, -102%);
    -ms-transform: translate(-50%, -102%);
    transform: translate(-50%, -102%)
}
.header-variant-one_line_centered .logo-container.shield:hover {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.header-variant-one_line_centered .menu-cell {
    width: 70%
}
.header-variant-one_line_centered .socials-cell, .header-variant-one_line_centered .tools-cell {
    width: 15%
}
.header-variant-one_line_centered .menu-cell .top-menu {
    width: 50%;
    width: calc(50% - 95px)
}
.header-variant-one_line_centered .logo-container.shield {
    padding-left: 15px;
    padding-right: 15px
}
.header-variant-one_line_centered .logo-container .scaling-svg-container path {
    fill: rgba(0, 0, 0, 1)
}
@media only screen and (max-width:1024px) {
    a.logo {
        padding-top: 20px;
        padding-bottom: 15px
    }
    .header-horizontal .logo-container {
        min-width: 150px
    }
    .header-variant-one_line_centered .logo-container, .header-horizontal .logo-container a.logo {
        max-width: 150px
    }
    .header-variant-one_line_centered .logo-container.shield, .header-variant-one_line_centered.sticky-values .logo-container.shield {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .header-variant-one_line_centered.sticky-hide .logo-container.shield, .mobile-menu-open .header-variant-one_line_centered .logo-container.shield, .header-variant-one_line_centered.hide-until-scrolled-to .logo-container.shield {
        -webkit-transform: translate(-50%, -102%);
        -ms-transform: translate(-50%, -102%);
        transform: translate(-50%, -102%)
    }
    .header-variant-one_line_centered .logo-container.shield:hover {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .header-variant-one_line_centered .menu-cell {}
    .header-variant-one_line_centered .menu-cell .top-menu {
        width: 50%;
        width: calc(50% - 75px)
    }
}
.top-menu ul {
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 1)
}
.mega-menu > ul > li::before {
    background-color: rgba(240, 240, 240, 1)
}
.top-menu > li > a, .top-menu > li > span.title, .top-menu .mega-menu > ul > li > span.title, .top-menu .mega-menu > ul > li > a {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase
}
.top-menu li a, .top-menu li span.title {
    color: rgba(255, 255, 255, 0.85)
}
.top-menu i.sub-mark {
    color: rgba(255, 255, 255, 0.85)
}
.top-menu > li:hover, .top-menu > li.open, .top-menu > li.current-menu-item, .top-menu > li.current-menu-ancestor {
    background-color: rgba(255, 255, 255, 0);
}
.top-menu > li > a:hover, .top-menu > li.menu-parent-item:hover > span.title, .top-menu > li.open > a, .top-menu > li.open > span.title, .top-menu > li.current-menu-item > a, .top-menu > li.current-menu-ancestor > a, .top-menu > li.current-menu-item > span.title, .top-menu > li.current-menu-ancestor > span.title {
    color: rgba(94, 223, 143, 1)
}
.top-menu li.menu-parent-item:hover > span.title + i.sub-mark, .top-menu i.sub-mark:hover, .top-menu li.open > i.sub-mark {
    color: rgba(94, 223, 143, 1)
}
.top-menu.with-effect > li > a span::before, .top-menu.with-effect > li > a span::after, .top-menu.with-effect > li > span.title span::before, .top-menu.with-effect > li > span.title span::after, .top-menu.with-effect > li > a em::before, .top-menu.with-effect > li > a em::after, .top-menu.with-effect > li > span.title em::before, .top-menu.with-effect > li > span.title em::after {
    background-color: rgba(94, 223, 143, 1)
}
.top-menu .mega-menu > ul > li > span.title, .top-menu .mega-menu > ul > li > a {
    color: rgba(102, 102, 102, 1)
}
.top-menu .mega-menu > ul > li:hover > span.title, .top-menu .mega-menu > ul > li:hover > a, .top-menu .mega-menu > ul > li.current-menu-item > span.title, .top-menu .mega-menu > ul > li.current-menu-item > a, .top-menu .mega-menu > ul > li.current-menu-ancestor > span.title, .top-menu .mega-menu > ul > li.current-menu-ancestor > a {
    color: rgba(94, 223, 143, 1)
}
.top-menu li li a, .top-menu li li span.title {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 1)
}
.top-menu li li:hover > a, .top-menu li li:hover > span.title, .top-menu li li.menu-parent-item:hover > span.title, .top-menu li li.open > a, .top-menu li li.open > span.title, .top-menu li li.current-menu-item > a, .top-menu li li.current-menu-ancestor > a, .top-menu li li.current-menu-item > span.title, .top-menu li li.current-menu-ancestor > span.title {
    color: rgba(94, 223, 143, 1);
}
.top-menu li li i.sub-mark {
    color: rgba(102, 102, 102, 1)
}
.top-menu li li.menu-parent-item:hover > span.title + i.sub-mark, .top-menu li li i.sub-mark:hover, .top-menu li li.open > i.sub-mark {
    color: rgba(94, 223, 143, 1)
}
@media only screen and (max-width:1024px) {
    .mobile-menu .navigation-bar .menu-container {
        background-color: rgba(0, 0, 0, 0.9)
    }
    .header-vertical .logo-container .logo {
        max-width: 150px
    }
}
@media only screen and (min-width:1025px) {
    .header-vertical .top-menu li a, .header-vertical .top-menu li span.title {}
    .header-vertical .top-menu > li.hidden-icon > a, .header-vertical .top-menu > li.hidden-icon > span.title {}
}
#menu-overlay, #menu-overlay.eff-circle::before {
    background-color: rgba(0, 0, 0, 0.9)
}
#menu-overlay ul a {
    color: rgba(0, 0, 0, 1);
    font-size: 50px;
    text-transform: none;
    font-weight: bold
}
#menu-overlay ul a:hover {
    color: rgba(0, 0, 0, 1)
}
.close-menu::before, .close-menu::after {
    background-color: rgba(0, 0, 0, 1)
}
.top-bar-container {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(29, 29, 29, 0.6);
    text-transform: none
}
.top-bar-container a {
    color: rgba(38, 38, 38, 0.8)
}
.top-bar-container a.current, .top-bar-container a:hover {
    color: rgba(38, 38, 38, 1)
}
.top-bar .part1 {}
#header.a13-light-variant, #header.a13-light-variant:hover {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none
}
#header.a13-light-variant {
    border-color: rgba(255, 255, 255, 0.2)
}
.a13-light-variant .top-bar-container, .header-type-multi_line.a13-light-variant .bottom-head {
    border-color: rgba(255, 255, 255, 0.2)
}
.a13-light-variant #header-tools::before, .a13-light-variant .head .socials::before, .a13-light-variant .top-bar .language-switcher li::before {
    background-color: rgba(255, 255, 255, 0.2)
}
.a13-light-variant.header-type-multi_line .bottom-head {}
a.light-logo {
    background-image: url(https://servineomundo.com/wp-content/uploads/2017/02/logo_white.png)
}
.a13-light-variant a.logo {}
.a13-light-variant a.logo:hover {}
.a13-light-variant .top-menu > li > a, .a13-light-variant .top-menu > li > span.title {
    color: rgba(255, 255, 255, 1)
}
.a13-light-variant .top-menu > li:hover, .a13-light-variant .top-menu > li.open, .a13-light-variant .top-menu > li.current-menu-item, .a13-light-variant .top-menu > li.current-menu-ancestor {
    background-color: 0, 0, 0;
}
.a13-light-variant .top-menu > li > a:hover, .a13-light-variant .top-menu > li.menu-parent-item:hover > span.title, .a13-light-variant .top-menu > li.open > a, .a13-light-variant .top-menu > li.open > span.title, .a13-light-variant .top-menu > li.current-menu-item > a, .a13-light-variant .top-menu > li.current-menu-ancestor > a, .a13-light-variant .top-menu > li.current-menu-item > span.title, .a13-light-variant .top-menu > li.current-menu-ancestor > span.title {
    color: rgba(255, 255, 255, 1)
}
.a13-light-variant .top-menu > li > i.sub-mark {
    color: rgba(255, 255, 255, 1)
}
.a13-light-variant .top-menu > li.menu-parent-item:hover > span.title + i.sub-mark, .a13-light-variant .top-menu > li > i.sub-mark:hover, .a13-light-variant .top-menu > li.open > i.sub-mark {
    color: rgba(255, 255, 255, 1)
}
.a13-light-variant .top-menu.with-effect > li > a span::before, .a13-light-variant .top-menu.with-effect > li > a span::after, .a13-light-variant .top-menu.with-effect > li > span.title span::before, .a13-light-variant .top-menu.with-effect > li > span.title span::after, .a13-light-variant .top-menu.with-effect > li > a em::before, .a13-light-variant .top-menu.with-effect > li > a em::after, .a13-light-variant .top-menu.with-effect > li > span.title em::before, .a13-light-variant .top-menu.with-effect > li > span.title em::after {
    background-color: rgba(255, 255, 255, 1)
}
.a13-light-variant #header-tools .tool, .a13-light-variant #header-tools .tool a {
    color: rgba(255, 255, 255, 1)
}
.a13-light-variant #header-tools .tool:hover, .a13-light-variant #header-tools .tool a:hover, .a13-light-variant #header-tools .tool.highlight, .a13-light-variant #header-tools .tool.active {
    color: rgba(255, 255, 255, 0.7)
}
.a13-light-variant .tools_button {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1)
}
.a13-light-variant .tools_button:hover {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1)
}
.a13-light-variant #header-tools .languages {
    background-color: rgba(255, 255, 255, 0)
}
.a13-light-variant .hamburger i, .a13-light-variant .hamburger i::before, .a13-light-variant .hamburger i::after {
    background-color: rgba(255, 255, 255, 1)
}
.a13-light-variant .hamburger.active i, .a13-light-variant .hamburger.active i::before, .a13-light-variant .hamburger.active i::after, .a13-light-variant .hamburger:hover i, .a13-light-variant .hamburger:hover i::before, .a13-light-variant .hamburger:hover i::after {
    background-color: rgba(255, 255, 255, 0.7)
}
.a13-light-variant .top-bar-container {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1)
}
.a13-light-variant .top-bar-container .part1 a, .a13-light-variant .top-bar-container .language-switcher a {
    color: rgba(0, 0, 0, 1)
}
.a13-light-variant .top-bar-container .part1 a:hover, .a13-light-variant .top-bar-container .language-switcher a:hover, .a13-light-variant .top-bar-container .language-switcher a.current {
    color: rgba(0, 0, 0, 1)
}
@media only screen and (max-width:1024px) {
    .a13-light-variant.mobile-menu .navigation-bar .menu-container {
        background-color: rgba(34, 34, 34, 1)
    }
}
#header.a13-dark-variant, #header.a13-dark-variant:hover {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none
}
#header.a13-dark-variant {
    border-color: rgba(0, 0, 0, 0.06)
}
.a13-dark-variant .top-bar-container, .header-type-multi_line.a13-dark-variant .bottom-head {
    border-color: rgba(0, 0, 0, 0.06)
}
.a13-dark-variant #header-tools::before, .a13-dark-variant .head .socials::before, .a13-dark-variant .top-bar .language-switcher li::before {
    background-color: rgba(0, 0, 0, 0.06)
}
.a13-dark-variant.header-type-multi_line .bottom-head {}
a.dark-logo {
    background-image: url(https://servineomundo.com/wp-content/uploads/2017/02/logo.png)
}
.a13-dark-variant a.logo {}
.a13-dark-variant a.logo:hover {}
.a13-dark-variant .top-menu > li > a, .a13-dark-variant .top-menu > li > span.title {
    color: rgba(34, 34, 34, 1)
}
.a13-dark-variant .top-menu > li:hover, .a13-dark-variant .top-menu > li.open, .a13-dark-variant .top-menu > li.current-menu-item, .a13-dark-variant .top-menu > li.current-menu-ancestor {
    background-color: 0, 0, 0;
}
.a13-dark-variant .top-menu > li > a:hover, .a13-dark-variant .top-menu > li.menu-parent-item:hover > span.title, .a13-dark-variant .top-menu > li.open > a, .a13-dark-variant .top-menu > li.open > span.title, .a13-dark-variant .top-menu > li.current-menu-item > a, .a13-dark-variant .top-menu > li.current-menu-ancestor > a, .a13-dark-variant .top-menu > li.current-menu-item > span.title, .a13-dark-variant .top-menu > li.current-menu-ancestor > span.title {
    color: rgba(120, 120, 120, 1)
}
.a13-dark-variant .top-menu > li > i.sub-mark {
    color: rgba(34, 34, 34, 1)
}
.a13-dark-variant .top-menu > li.menu-parent-item:hover > span.title + i.sub-mark, .a13-dark-variant .top-menu > li > i.sub-mark:hover, .a13-dark-variant .top-menu > li.open > i.sub-mark {
    color: rgba(120, 120, 120, 1)
}
.a13-dark-variant .top-menu.with-effect > li > a span::before, .a13-dark-variant .top-menu.with-effect > li > a span::after, .a13-dark-variant .top-menu.with-effect > li > span.title span::before, .a13-dark-variant .top-menu.with-effect > li > span.title span::after, .a13-dark-variant .top-menu.with-effect > li > a em::before, .a13-dark-variant .top-menu.with-effect > li > a em::after, .a13-dark-variant .top-menu.with-effect > li > span.title em::before, .a13-dark-variant .top-menu.with-effect > li > span.title em::after {
    background-color: rgba(120, 120, 120, 1)
}
.a13-dark-variant #header-tools .tool, .a13-dark-variant #header-tools .tool a {
    color: rgba(34, 34, 34, 1)
}
.a13-dark-variant #header-tools .tool:hover, .a13-dark-variant #header-tools .tool a:hover, .a13-dark-variant #header-tools .tool.highlight, .a13-dark-variant #header-tools .tool.active {
    color: rgba(221, 23, 74, 1)
}
.a13-dark-variant .tools_button {
    color: rgba(34, 34, 34, 1);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1)
}
.a13-dark-variant .tools_button:hover {
    color: rgba(221, 23, 74, 1);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1)
}
.a13-dark-variant #header-tools .languages {
    background-color: rgba(255, 255, 255, 0)
}
.a13-dark-variant .hamburger i, .a13-dark-variant .hamburger i::before, .a13-dark-variant .hamburger i::after {
    background-color: rgba(34, 34, 34, 1)
}
.a13-dark-variant .hamburger.active i, .a13-dark-variant .hamburger.active i::before, .a13-dark-variant .hamburger.active i::after, .a13-dark-variant .hamburger:hover i, .a13-dark-variant .hamburger:hover i::before, .a13-dark-variant .hamburger:hover i::after {
    background-color: rgba(221, 23, 74, 1)
}
.a13-dark-variant .top-bar-container {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1)
}
.a13-dark-variant .top-bar-container .part1 a, .a13-dark-variant .top-bar-container .language-switcher a {
    color: rgba(0, 0, 0, 1)
}
.a13-dark-variant .top-bar-container .part1 a:hover, .a13-dark-variant .top-bar-container .language-switcher a:hover, .a13-dark-variant .top-bar-container .language-switcher a.current {
    color: rgba(0, 0, 0, 1)
}
@media only screen and (max-width:1024px) {
    .a13-dark-variant.mobile-menu .navigation-bar .menu-container {
        background-color: rgba(255, 255, 255, 1)
    }
}
#header.a13-sticky-variant, #header.a13-sticky-variant:hover {
   
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.09)
}
.a13-sticky-variant .top-bar-container, .header-type-multi_line.a13-sticky-variant .bottom-head {
    border-color: rgba(255, 255, 255, 0.2)
}
.a13-sticky-variant #header-tools::before, .a13-sticky-variant .head .socials::before, .a13-sticky-variant .top-bar .language-switcher li::before {
    background-color: rgba(255, 255, 255, 0.2)
}
.a13-sticky-variant.header-type-multi_line .bottom-head {}
a.sticky-logo {}
.sticky-values a.logo {
    padding-top: 10px;
    padding-bottom: 10px
}
.header-horizontal .sticky-values .logo-container {
    min-width: 150px
}
.header-variant-one_line_centered.sticky-values .logo-container, .header-horizontal .sticky-values .logo-container a.logo {
    max-width: 150px
}
.header-variant-one_line_centered.sticky-values .menu-cell .top-menu {
    width: 50%;
    width: calc(50% - 95px)
}
.a13-sticky-variant a.logo {}
.a13-sticky-variant a.logo:hover {}
.a13-sticky-variant .top-menu > li > a, .a13-sticky-variant .top-menu > li > span.title {
    color: rgba(255, 255, 255, 0.85)
}
.a13-sticky-variant .top-menu > li:hover, .a13-sticky-variant .top-menu > li.open, .a13-sticky-variant .top-menu > li.current-menu-item, .a13-sticky-variant .top-menu > li.current-menu-ancestor {
    background-color: rgba(0, 0, 0, 0);
}
.a13-sticky-variant .top-menu > li > a:hover, .a13-sticky-variant .top-menu > li.menu-parent-item:hover > span.title, .a13-sticky-variant .top-menu > li.open > a, .a13-sticky-variant .top-menu > li.open > span.title, .a13-sticky-variant .top-menu > li.current-menu-item > a, .a13-sticky-variant .top-menu > li.current-menu-ancestor > a, .a13-sticky-variant .top-menu > li.current-menu-item > span.title, .a13-sticky-variant .top-menu > li.current-menu-ancestor > span.title {
    color: rgba(94, 223, 143, 1)
}
.a13-sticky-variant .top-menu > li > i.sub-mark {
    color: rgba(255, 255, 255, 0.85)
}
.a13-sticky-variant .top-menu > li.menu-parent-item:hover > span.title + i.sub-mark, .a13-sticky-variant .top-menu > li > i.sub-mark:hover, .a13-sticky-variant .top-menu > li.open > i.sub-mark {
    color: rgba(94, 223, 143, 1)
}
.a13-sticky-variant .top-menu.with-effect > li > a span::before, .a13-sticky-variant .top-menu.with-effect > li > a span::after, .a13-sticky-variant .top-menu.with-effect > li > span.title span::before, .a13-sticky-variant .top-menu.with-effect > li > span.title span::after, .a13-sticky-variant .top-menu.with-effect > li > a em::before, .a13-sticky-variant .top-menu.with-effect > li > a em::after, .a13-sticky-variant .top-menu.with-effect > li > span.title em::before, .a13-sticky-variant .top-menu.with-effect > li > span.title em::after {
    background-color: rgba(94, 223, 143, 1)
}
.a13-sticky-variant #header-tools .tool, .a13-sticky-variant #header-tools .tool a {
    color: rgba(255, 255, 255, 0.85)
}
.a13-sticky-variant #header-tools .tool:hover, .a13-sticky-variant #header-tools .tool a:hover, .a13-sticky-variant #header-tools .tool.highlight, .a13-sticky-variant #header-tools .tool.active {
    color: rgba(94, 223, 143, 1)
}
.a13-sticky-variant .hamburger i, .a13-sticky-variant .hamburger i::before, .a13-sticky-variant .hamburger i::after {
    background-color: rgba(255, 255, 255, 0.85)
}
.a13-sticky-variant .hamburger.active i, .a13-sticky-variant .hamburger.active i::before, .a13-sticky-variant .hamburger.active i::after, .a13-sticky-variant .hamburger:hover i, .a13-sticky-variant .hamburger:hover i::before, .a13-sticky-variant .hamburger:hover i::after {
    background-color: rgba(94, 223, 143, 1)
}
.a13-sticky-variant .tools_button {
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1)
}
.a13-sticky-variant .tools_button:hover {
    color: rgba(94, 223, 143, 1);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1)
}
.a13-sticky-variant #header-tools .languages {
    background-color: rgba(0, 0, 0, 0.9)
}
.a13-sticky-variant .top-bar-container {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1)
}
.a13-sticky-variant .top-bar-container .part1 a, .a13-sticky-variant .top-bar-container .language-switcher a {
    color: rgba(0, 0, 0, 1)
}
.a13-sticky-variant .top-bar-container .part1 a:hover, .a13-sticky-variant .top-bar-container .language-switcher a:hover, .a13-sticky-variant .top-bar-container .language-switcher a.current {
    color: rgba(0, 0, 0, 1)
}
@media only screen and (max-width:1024px) {
    .a13-sticky-variant.mobile-menu .navigation-bar .menu-container {
        background-color: rgba(0, 0, 0, 0.9)
    }
    .sticky-values a.logo {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .header-horizontal .sticky-values .logo-container {
        min-width: 150px
    }
    .header-variant-one_line_centered.sticky-values .logo-container, .header-horizontal .sticky-values .logo-container a.logo {
        max-width: 150px
    }
    .header-variant-one_line_centered.sticky-values .menu-cell .top-menu {
        width: 50%;
        width: calc(50% - 75px)
    }
}
#footer {
    background-color: rgba(4, 4, 4, 1);
    font-size: 14px
}
#footer .widget, #footer .widget .search-form input[type="search"] {
    font-size: 14px
}
.foot-items {
    background-color: rgba(4, 4, 4, 1)
}
.footer-separator .foot-items .foot-content {
    border-color: rgba(255, 255, 255, 0.06)
}
.foot-items {
    color: rgba(89, 89, 89, 1)
}
.foot-items .foot-text a {
    color: rgba(71, 71, 71, 1)
}
.foot-items .foot-text a:hover {
    color: rgba(255, 255, 255, 1)
}
a.to-top {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 1);
    font-size: 22px
}
a.to-top:hover {
    background-color: rgba(62, 205, 116, 1);
    color: rgba(255, 255, 255, 1)
}
input[type="submit"], button[type="submit"] {
    background-color: rgba(58, 163, 98, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus {
    background-color: rgba(221, 23, 74, 1);
    color: rgba(255, 255, 255, 1)
}
.page .title-bar.outside {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0
}
.page .title-bar.outside .overlay-color {
    background-color: rgba(255, 255, 255, 1);
    padding-top: 40px;
    padding-bottom: 40px
}
.page .title-bar.outside .page-title, .page .title-bar.outside h2 {
    color: rgba(0, 0, 0, 1)
}
.page .title-bar.outside .breadcrumbs, .page .title-bar.outside .breadcrumbs a, .page .title-bar.outside .breadcrumbs a:hover {
    color: rgba(0, 0, 0, 1)
}
.albums-list-page .title-bar.outside {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0
}
.albums-list-page .title-bar.outside .overlay-color {
    background-color: 0, 0, 0;
    padding-top: 130px;
    padding-bottom: 130px
}
.albums-list-page .title-bar.outside .page-title, .albums-list-page .title-bar.outside h2 {
    color: rgba(0, 0, 0, 1)
}
.albums-list-page .title-bar.outside .breadcrumbs, .albums-list-page .title-bar.outside .breadcrumbs a, .albums-list-page .title-bar.outside .breadcrumbs a:hover {
    color: rgba(0, 0, 0, 1)
}
.works-list-page .title-bar.outside {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.works-list-page .title-bar.outside .overlay-color {
    background-color: rgba(28, 28, 28, 1);
    padding-top: 110px;
    padding-bottom: 110px
}
.works-list-page .title-bar.outside .page-title, .works-list-page .title-bar.outside h2 {
    color: rgba(255, 255, 255, 1)
}
.works-list-page .title-bar.outside .breadcrumbs, .works-list-page .title-bar.outside .breadcrumbs a, .works-list-page .title-bar.outside .breadcrumbs a:hover {
    color: rgba(114, 114, 114, 0.6)
}
.category-filter.albums-filter {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center
}
.category-filter.albums-filter a {
    color: rgba(187, 187, 187, 1);
    font-weight: bold;
    text-transform: uppercase
}
.category-filter.albums-filter .selected a, .category-filter.albums-filter a:hover {
    color: rgba(51, 51, 51, 1)
}
.single-album-bricks .category-filter {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}
.single-album-bricks .category-filter a {
    color: rgba(207, 207, 207, 1);
    font-weight: bold;
    text-transform: uppercase
}
.single-album-bricks .category-filter .selected a, .single-album-bricks .category-filter a:hover {
    color: rgba(42, 42, 42, 1)
}
.category-filter.works-filter {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: rgba(28, 28, 28, 1);
    text-align: center
}
.category-filter.works-filter a {
    color: rgba(196, 196, 196, 1);
    font-weight: bold;
    text-transform: none
}
.category-filter.works-filter .selected a, .category-filter.works-filter a:hover {
    color: rgba(51, 51, 51, 1)
}
.category-filter.posts-filter {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center
}
.category-filter.posts-filter a {
    color: rgba(187, 187, 187, 1);
    font-weight: bold;
    text-transform: uppercase
}
.category-filter.posts-filter .selected a, .category-filter.posts-filter a:hover {
    color: rgba(51, 51, 51, 1)
}
.single-album .title-bar.outside {
    background-image: none
}
.single-album .title-bar.outside .overlay-color {
    padding-top: px;
    padding-bottom: px
}
.single-album .title-bar.outside .page-title, .single-album .title-bar.outside h2 {}
.single-album .title-bar.outside .breadcrumbs, .single-album .title-bar.outside .breadcrumbs a, .single-album .title-bar.outside .breadcrumbs a:hover {}
.single-work .title-bar.outside {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.single-work .title-bar.outside .overlay-color {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 200px;
    padding-bottom: 200px
}
.single-work .title-bar.outside .page-title, .single-work .title-bar.outside h2 {
    color: rgba(255, 255, 255, 1)
}
.single-work .title-bar.outside .breadcrumbs, .single-work .title-bar.outside .breadcrumbs a, .single-work .title-bar.outside .breadcrumbs a:hover {
    color: rgba(255, 255, 255, 0.6)
}
.posts-list .title-bar.outside {
    background-image: url(https://servineomundo.com/wp-content/uploads/2018/03/raven-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.posts-list .title-bar.outside .overlay-color {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 150px;
    padding-bottom: 150px
}
.posts-list .title-bar.outside .page-title, .posts-list .title-bar.outside h2 {
    color: rgba(255, 255, 255, 1)
}
.posts-list .title-bar.outside .breadcrumbs, .posts-list .title-bar.outside .breadcrumbs a, .posts-list .title-bar.outside .breadcrumbs a:hover {
    color: rgba(27, 27, 27, 0.7)
}
.single-post .title-bar.outside {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.single-post .title-bar.outside .overlay-color {
    background-color: rgba(11, 11, 11, 0.8);
    padding-top: 230px;
    padding-bottom: 230px
}
.single-post .title-bar.outside .page-title, .single-post .title-bar.outside h2 {
    color: rgba(255, 255, 255, 1)
}
.single-post .title-bar.outside .post-meta, .single-post .title-bar.outside .post-meta a, .single-post .title-bar.outside .post-meta a:hover, .single-post .title-bar.outside .breadcrumbs, .single-post .title-bar.outside .breadcrumbs a, .single-post .title-bar.outside .breadcrumbs a:hover {
    color: rgba(255, 255, 255, 0.7)
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt, .wishlist_table .add_to_cart.button {
    background-color: rgba(34, 34, 34, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    padding-left: 30px;
    padding-right: 30px
}
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt {
    background-color: rgba(34, 34, 34, 1);
    color: rgba(255, 255, 255, 1)
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wishlist_table .add_to_cart.button:hover {
    background-color: rgba(221, 23, 74, 1);
    color: rgba(255, 255, 255, 1)
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: rgba(221, 23, 74, 1);
    color: rgba(255, 255, 255, 1)
}
.woocommerce-page .title-bar.outside {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0
}
.woocommerce-page .title-bar.outside .overlay-color {
    background-color: rgba(237, 237, 237, 1);
    padding-top: 150px;
    padding-bottom: 150px
}
.woocommerce-page .title-bar.outside .page-title, .woocommerce-page .title-bar.outside h2 {
    color: rgba(32, 32, 32, 1)
}
.woocommerce-page .title-bar.outside .breadcrumbs, .woocommerce-page .title-bar.outside .breadcrumbs a, .woocommerce-page .title-bar.outside .breadcrumbs a:hover {
    color: rgba(125, 125, 125, 1)
}
.content-box ul.products {
    margin-right: -0
}
.rtl .content-box ul.products {
    margin-right: 0;
    margin-left: -0
}
.woocommerce-page ul.products li.product {}
.woocommerce-page .shop-columns-4 ul.products li.product, .woocommerce-page .shop-columns-4 ul.products .grid-master {
    width: 25%;
    width: calc(25% - 0)
}
.woocommerce-page .shop-columns-3 ul.products li.product, .woocommerce-page .shop-columns-3 ul.products .grid-master {
    width: 33.3333333%;
    width: calc(33.3333333% - 0)
}
.woocommerce-page .shop-columns-2 ul.products li.product, .woocommerce-page .shop-columns-2 ul.products .grid-master {
    width: 50%;
    width: 50%;
    width: calc(50% - 0)
}
.woocommerce-page .shop-columns-1 ul.products li.product, .woocommerce-page .shop-columns-1 ul.products .grid-master {
    width: 100%
}
.products-list .layout-full.with-sidebar .content-box, .products-list .layout-full_fixed.with-sidebar .content-box, .products-list .layout-full_padding.with-sidebar .content-box {
    margin-left: 0;
    width: 75%;
    width: calc(75% - 0)
}
.products-list .layout-full.right-sidebar .content-box, .products-list .layout-full_fixed.right-sidebar .content-box, .products-list .layout-full_padding.right-sidebar .content-box {
    margin-left: 0;
    margin-right: 0
}
@media only screen and (min-width:1560px) {
    .products-list .layout-full.with-sidebar .content-box {
        width: calc(100% - 320px)
    }
}
@media only screen and (min-width:1640px) {
    .products-list .layout-full_padding.with-sidebar .content-box {
        width: calc(100% - 320px)
    }
}
@media only screen and (max-width:1400px) and (min-width:1025px) {
    .products-list .layout-full_padding.with-sidebar .content-box {
        width: 70%;
        width: calc(70% - 0)
    }
}
@media only screen and (max-width:1320px) and (min-width:1025px) {
    .products-list .layout-full.with-sidebar .content-box {
        width: 70%;
        width: calc(70% - 0)
    }
}
@media only screen and (max-width:1279px) {
    .woocommerce-page .layout-fluid.shop-columns-4 ul.products li.product, .woocommerce-page .layout-fluid.shop-columns-4 ul.products .grid-master {
        width: 33.3333333%;
        width: calc(33.3333333% - 0)
    }
    .header-vertical.woocommerce-page .layout-fluid.with-sidebar.shop-columns-4 ul.products li.product, .header-vertical.woocommerce-page .layout-fluid.with-sidebar.shop-columns-4 ul.products .grid-master, .header-vertical.woocommerce-page .layout-fluid.with-sidebar.shop-columns-3 ul.products li.product, .header-vertical.woocommerce-page .layout-fluid.with-sidebar.shop-columns-3 ul.products .grid-master {
        width: 50%;
        width: calc(50% - 0)
    }
    .header-vertical.woocommerce-page .layout-fixed.layout-no-edge.with-sidebar.shop-columns-4 ul.products li.product, .header-vertical.woocommerce-page .layout-fixed.layout-no-edge.with-sidebar.shop-columns-4 ul.products .grid-master {
        width: 33.3333333%;
        width: calc(33.3333333% - 0)
    }
    .header-vertical.woocommerce-page .layout-edge.with-sidebar.shop-columns-4 ul.products li.product, .header-vertical.woocommerce-page .layout-edge.with-sidebar.shop-columns-4 ul.products .grid-master {
        width: 33.3333333%;
        width: calc(33.3333333% - 0)
    }
}
@media only screen and (max-width:1080px) {
    .woocommerce-page .layout-fixed.layout-no-edge.shop-columns-4 ul.products li.product, .woocommerce-page .layout-fixed.layout-no-edge.shop-columns-4 ul.products .grid-master {
        width: 33.3333333%;
        width: calc(33.3333333% - 0)
    }
    .header-vertical.woocommerce-page .layout-fixed.layout-no-edge.with-sidebar.shop-columns-4 ul.products li.product, .header-vertical.woocommerce-page .layout-fixed.layout-no-edge.with-sidebar.shop-columns-4 ul.products .grid-master, .header-vertical.woocommerce-page .layout-fixed.layout-no-edge.with-sidebar.shop-columns-3 ul.products li.product, .header-vertical.woocommerce-page .layout-fixed.layout-no-edge.with-sidebar.shop-columns-3 ul.products .grid-master {
        width: 50%;
        width: calc(50% - 0)
    }
}
@media only screen and (max-width:1024px) {
    .products-list .layout-full.with-sidebar .content-box, .products-list .layout-full_fixed.with-sidebar .content-box, .products-list .layout-full_padding.with-sidebar .content-box {
        width: 70%;
        width: calc(70% - 0)
    }
}
@media only screen and (max-width:1000px) {
    .woocommerce-page .layout-edge.with-sidebar.shop-columns-4 ul.products li.product, .woocommerce-page .layout-edge.with-sidebar.shop-columns-4 ul.products .grid-master {
        width: 33.3333333%;
        width: calc(33.3333333% - 0)
    }
}
@media only screen and (max-width:800px) {
    .woocommerce-page .layout-fluid.shop-columns-4 ul.products li.product, .woocommerce-page .layout-fluid.shop-columns-4 ul.products .grid-master, .woocommerce-page .layout-fluid.shop-columns-3 ul.products li.product, .woocommerce-page .layout-fluid.shop-columns-3 ul.products .grid-master {
        width: 50%;
        width: calc(50% - 0)
    }
    .woocommerce-page .layout-fixed.layout-no-edge.shop-columns-4 ul.products li.product, .woocommerce-page .layout-fixed.layout-no-edge.shop-columns-4 ul.products .grid-master, .woocommerce-page .layout-fixed.layout-no-edge.shop-columns-3 ul.products li.product, .woocommerce-page .layout-fixed.layout-no-edge.shop-columns-3 ul.products .grid-master {
        width: 50%;
        width: calc(50% - 0)
    }
    .woocommerce-page .layout-edge.with-sidebar.shop-columns-4 ul.products li.product, .woocommerce-page .layout-edge.with-sidebar.shop-columns-4 ul.products .grid-master, .woocommerce-page .layout-edge.with-sidebar.shop-columns-3 ul.products li.product, .woocommerce-page .layout-edge.with-sidebar.shop-columns-3 ul.products .grid-master, .header-vertical.woocommerce-page .layout-edge.with-sidebar.shop-columns-4 ul.products li.product, .header-vertical.woocommerce-page .layout-edge.with-sidebar.shop-columns-4 ul.products .grid-master, .header-vertical.woocommerce-page .layout-edge.with-sidebar.shop-columns-3 ul.products li.product, .header-vertical.woocommerce-page .layout-edge.with-sidebar.shop-columns-3 ul.products .grid-master {
        width: 50%;
        width: calc(50% - 0)
    }
}
@media only screen and (max-width:768px) {
    .products-list .layout-full.with-sidebar .content-box, .products-list .layout-full_fixed.with-sidebar .content-box, .products-list .layout-full_padding.with-sidebar .content-box {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (max-width:700px) {
    .woocommerce-page .layout-edge.shop-columns-4 ul.products li.product, .woocommerce-page .layout-edge.shop-columns-4 ul.products .grid-master, .woocommerce-page .layout-edge.shop-columns-3 ul.products li.product, .woocommerce-page .layout-edge.shop-columns-3 ul.products .grid-master {
        width: 50%;
        width: calc(50% - 0)
    }
}
@media only screen and (max-width:480px) {
    .content-box ul.products {
        margin-right: 0
    }
    .rtl .content-box ul.products {
        margin-left: 0
    }
    .woocommerce-page #mid ul.products li.product, .woocommerce-page #mid ul.products .grid-master {
        width: 100%
    }
}
.woocommerce-no-major-page .title-bar.outside {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0
}
.woocommerce-no-major-page .title-bar.outside .overlay-color {
    background-color: rgba(255, 255, 255, 1);
    padding-top: 80px;
    padding-bottom: 80px
}
.woocommerce-no-major-page .title-bar.outside .page-title, .woocommerce-no-major-page .title-bar.outside h2 {
    color: rgba(32, 32, 32, 1)
}
.woocommerce-no-major-page .title-bar.outside .breadcrumbs, .woocommerce-no-major-page .title-bar.outside .breadcrumbs a, .woocommerce-no-major-page .title-bar.outside .breadcrumbs a:hover {
    color: rgba(31, 31, 31, 0.6)
}
.single-product .title-bar.outside {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0
}
.single-product .title-bar.outside .overlay-color {
    padding-top: 40px;
    padding-bottom: 40px
}
.single-product .title-bar.outside .page-title, .single-product .title-bar.outside h2 {}
.single-product .title-bar.outside .breadcrumbs, .single-product .title-bar.outside .breadcrumbs a, .single-product .title-bar.outside .breadcrumbs a:hover {}
.layout-full #content, .layout-full_fixed #content, .layout-full_padding #content, .layout-parted .content-box, .layout-parted #secondary, .default404 .page-background, body.password-protected .page-background, .posts-list.search-no-results .layout-full #content, .posts-list.search-no-results .layout-full_fixed #content, .posts-list.search-no-results .layout-full_padding #content, .posts-list.search-no-results .layout-parted .content-box, .posts-list .layout-full #secondary, .posts-list .layout-full_fixed #secondary, .posts-list .layout-full_padding #secondary, .bricks-frame .formatter, .posts_horizontal .archive-item, .variant-under .caption, .albums-list-page .pre-content-box, .works-list-page .pre-content-box, .single-album .album-content, .single-album .formatter {
    background-color: rgba(255, 255, 255, 1)
}
#content {
    font-size: 15px;
    color: rgba(85, 85, 85, 1)
}
.real-content > p:first-child {
    color: rgba(88, 88, 88, 1)
}
.page-title {
    font-size: 48px
}
.widget {
    font-size: 12px
}
.widget h3.title {
    font-size: 13px
}
@media only screen and (max-width:1024px) {
    #header {
        background-image: none
    }
}
@media only screen and (max-width:768px) {
    .page-title {
        font-size: 32px
    }
}
@media print, only screen and (-o-min-device-pixel-ratio:5/4), only screen and (-webkit-min-device-pixel-ratio:1.25), only screen and (min-resolution:120dpi) {
    a.normal-logo {
        background-image: url(https://servineomundo.com/wp-content/uploads/2023/06/Logo_para_estudio_de_tatuaje_minimalista_circular_en_tonos_gris_y_blanco.__300___300_px___250___250_px___200___200_px___100___100_px___150___150_px_-removebg-preview-1.png)
    }
    a.light-logo {
        background-image: url(https://servineomundo.com/wp-content/uploads/2017/02/logo_white_HDR.png)
    }
    a.dark-logo {
        background-image: url(https://servineomundo.com/wp-content/uploads/2017/02/logo_HDR.png)
    }
    a.sticky-logo {}
}
.elementor-counter .elementor-counter-number-suffix {
    font-size: 55%
}