.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }<style>
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
</style> html {
height: 100%;
}
body {
font-family: "Jost", sans-serif;
font-size: .9rem;
font-weight: 400;
color: #333333;
background-color: #EFE3D9;
min-height: 100%;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
font-weight: 500;
}
h1,
.h1 {
font-size: 2.25rem;
}
h2,
.h2 {
font-size: 1.875rem;
}
h3,
.h3 {
font-size: 1.5rem;
}
h4,
.h4 {
font-size: 1.125rem;
}
h5,
.h5 {
font-size: 0.875rem;
}
h6,
.h6 {
font-size: 0.75rem;
}
a:hover,
a:active,
a:focus {
text-decoration: none;
outline: none;
}
hr {
border-top: 1px solid #d6d6d6;
}
dl,
ol,
ul {
margin-left: 0;
padding: 0;
list-style: none;
}
input,
button,
a {
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
}
input,
input:focus,
button,
button:focus {
outline: none;
}
input[type="file"] {
height: auto;
}
input[type=text],
input[type=password] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea.form-control {
resize: vertical;
}
label.col-form-label {
font-weight: 600;
line-height: 1.2;
}
section {
padding: 3rem 0;
}
body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 5px;
background-color: #F5F5F5;
}
body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #acacac;
}
img {
height: auto;
max-width: 100%;
}
img.alignright { margin: 0 0 1em 1em; }
img.alignleft { margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }  .btn {
font-size: 14px;
text-transform: uppercase;
padding: .8rem 2rem;
border-radius: 0;
letter-spacing: .15em;
font-weight: 600;
}
.btn1 {
border: 2px solid #000;
display: inline-block;
color: #000;
background-color: transparent;
}
.btn1:hover {
background-color: #000;
border: 2px solid #000;
color: #fff;
}
.btn2 {
border: 2px solid #fff;
display: inline-block;
color: #fff;
background-color: transparent;
}
.singlepriceblock ul li {
margin-bottom: 0.2rem;
border: 1px solid;
padding-inline: 10px;
border-bottom: none;
margin: 0;
display: grid;
grid-template-columns: 50% 50%;
align-items: center;
}
span.price{
float: none !important;
display: block;
padding-block: 10px;
text-align: right;
border-left: solid 1px;
}
.btn2:hover {
background-color: #fff;
border: 2px solid #fff;
color: #000;
} .bg-black{
background-color: #212121;
}
.text-black {
color: #212121;
}
.radius-0 {
border-radius: 0 !important;
}
.letter-spacing-5 {
letter-spacing: 0.05em;;
}
.letter-spacing-10 {
letter-spacing: 0.10em;;
}
.letter-spacing-15 {
letter-spacing: 0.15em;;
}
.letter-spacing-20 {
letter-spacing: 0.20em;;
}
.letter-spacing-25 {
letter-spacing: 0.25em;;
}
.font-weight-100 {
font-weight: 100;
}
.font-weight-200 {
font-weight: 200;
}
.font-weight-300 {
font-weight: 300;
}
.font-weight-400 {
font-weight: 400;
}
.font-weight-500 {
font-weight: 500;
}
.font-weight-600 {
font-weight: 600;
}
.font-weight-700 {
font-weight: 700;
}
.font-weight-800 {
font-weight: 800;
}
.font-weight-900 {
font-weight: 900;
}
.form-control {
border-color: #e3e3e3;
box-shadow: none;
font-size: 15px;
height: 44px;
border-radius: 0;
}
.ctabox {
background-image: url(//salondolcevita.com/wp-content/themes/salondolcevita-2024/images/texture-bg.jpg);
background-repeat: repeat;
color: #fff;
} .slick-slide:focus {
border:0;
outline: none;
}
.slick-arrow {
position: absolute;
top: 50%;
margin-top: -30px;
width: 30px;
height: 50px;
line-height: 1;
border-radius: 5px;
background-color: transparent;
border: 0;
color: #333333;
padding: 5px;
font-size: 0;
text-align: center;
z-index: 9;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.slick-arrow:hover {
background-color: #333333;
color: #fff;
}
.slick-arrow:before{
border: solid #333333;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 5px;
}
.slick-arrow:hover:before{
border: solid #fff;
border-width: 0 3px 3px 0;
}
.slick-arrow.slick-prev {
left:.5rem;
}
.slick-arrow.slick-prev:before{
content: "";
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
} 
.slick-arrow.slick-next {
right:.5rem;
} 
.slick-arrow.slick-next:before{
content: "";
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
} 
.slick-dots li {
display: inline;
margin-right: 1rem;
}
.slick-dots li button {
font-size: 0;
border-radius: 50%;
width: 0.8rem;
height: 0.8rem;
background-color: rgba(0,0,0,0.4);
border: 0;
}
.slick-dots li.slick-active button {
background-color: rgba(0,0,0,1);
} .header { 
transition: all 0.5s;
background-color: #fff;
position: relative;
min-height: 75px;
}
.header.sticky-header {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
top:-75px;
left: 0;
right: 0;
transition:0.4s top cubic-bezier(.3, .73, .3, .74);
min-height: 75px;
box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
-webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}
body.down .header.sticky-header{
top:0;
}
body.down {
padding-top: 75px;
}
#header .logo img {
padding: 0;
margin: 0;
max-width: 103px !important;
transition: all 0.5s;
}
.mobile_btn {
color: #333333;
font-size: 2.5rem;
}
.mobile_btn:hover, .mobile_btn:active, .mobile_btn:focus {
color: #333333;
}  .nav-menu, .nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu ul li {
position: relative;
white-space: nowrap;
display: inline-block;
margin: 0 .7rem;
}
.nav-menu ul li:last-child {
margin-right: 0;
}
.nav-menu a {
display: block;
position: relative;
color: #333333;
padding: .3rem 0;
margin: 0;
transition: 0.3s;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.15em; 
text-transform: uppercase;
}
.nav-menu li a {
color: #333333;
text-decoration: none;
}
.nav-menu li a:hover:after,
.nav-menu li.current-menu-item a:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
border-bottom: 1px solid #333333;
}
.nav-menu .nav-btn a {
align-items: center;
padding: .8rem 1.5rem;
color: #fff;
background: linear-gradient(180deg, rgba(18, 18, 18, 0.75) 0%, #333333 100%);
}
.nav-menu .nav-btn a:hover {
background: linear-gradient(180deg, #333333 0%, rgba(18, 18, 18, 0.75) 100%);
}
.nav-menu .nav-btn a:hover:after {
display: none;
} .mobmenu {
background-color: #fff;
border-left: 1px solid #333333;
bottom: 0;
right: 0;
margin-top: 0;
position: fixed;
top: 0;
margin-right: -300px;
width: 300px;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1041;
}
.mobmenu.opened {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.mobmenu-inner {
height: 100%;
transition: all 0.2s ease-in-out 0s;
}
.mobmenu-menu {
padding: 1rem 0;
}
.mobmenu-menu ul {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}
.mobmenu-menu li a {
color: #4a4946;
display: block;
font-size: 0.9rem;
height: auto;
padding: .6rem 1rem;
}
.mobmenu-menu li>a {
border-bottom: 1px dashed #808080;
}
.mobmenu-menu li a:hover,
.mobmenu-menu li.current_page_item a { 
color: #fff;
background-color: #333333;
}
.mobmenu-menu a {
line-height: 1.3;
transition: unset;
-moz-transition: unset;
-o-transition: unset;
-ms-transition: unset;
-webkit-transition: unset;
}
.slide-nav .mobmenu {
margin-right: 0;
}
.mobmenu-overlay {
display: none;
position: fixed;
z-index: 90;
height: 100%;
left: 0;
top: 0;
width: 100%;
z-index: 1040;
background-color: rgba(0, 0, 0, 0.6);
}
.mobmenu-overlay.opened {
display: block;
}
.mobmenu-menu.opened {
opacity: 1;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
margin-left: 0;
}
html.menu-opened {
overflow: hidden;
}
html.menu-opened body {
overflow: hidden;
} .announcement-text h3 {
font-size: 1.6rem;
line-height: 1.5;
font-weight:300;
margin: 0;
letter-spacing: 0.05em;
}
.announcement-text h3 span,
.announcement-text h3 strong {
font-weight: 600;
} #herobanner {
width: 100%;
height: 70vh;
position: relative;
}
#innerbanner {
width: 100%;
height: 50vh;
position: relative;
}
.bg-fixed {  
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.hero-text {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
}
.hero-text:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); 
}
.hero-text h1 {
font-size:3rem;
letter-spacing: 0.25em;
font-weight: 200;
color: #fff;
z-index: 9;
text-transform: uppercase;
} .story-text h3 {
letter-spacing: 0.15em;
}
.story-text h4 {
text-transform: none;
}
.story-text p:last-child {
margin-bottom: 0;
}
.homegallery {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(8, 4vw);
grid-gap: 1rem; 
}
.homegallery figure {
margin: 0;
}
.homegallery .gallery_img {
width: 100%;
height: 100%;
object-fit: cover;
display: block; 
}
.homegallery .gallery_item:nth-child(1) {
grid-column-start: 1;
grid-column-end: 5;
grid-row-start: 1;
grid-row-end: 6;
}
.homegallery .gallery_item:nth-child(2) {
grid-column-start: 5;
grid-column-end: 9;
grid-row-start: 1;
grid-row-end: 4;
}
.homegallery .gallery_item:nth-child(3) {
grid-column-start: 1;
grid-column-end: 5;
grid-row-start: 6;
grid-row-end: 9;
}
.homegallery .gallery_item:nth-child(4) {
grid-column-start: 5;
grid-column-end: 7;
grid-row-start: 4;
grid-row-end: 9;
}
.homegallery .gallery_item:nth-child(5) {
grid-column-start: 7;
grid-column-end: 9;
grid-row-start: 4;
grid-row-end: 9;
}
.video-container {
overflow: hidden;
position: relative;
width:100%;
}
.video-container::after {
padding-top: 56.25%;
display: block;
content: '';
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .singleserviceblock {
position: relative;
overflow: hidden;
border:10px solid #fff;
}
.singleserviceblock .serviceblockimg img {
width: 100%;
position: relative;
min-height: 450px;
object-fit: cover;
}
.singleserviceblock .serviceblockimg:after{ position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.singleserviceblock .serviceblocktext { left: 0;
bottom: 2rem;
width: 100%;
padding: 1rem;
text-align: center;
}
.testimonials-slider {
padding: 2rem 3rem 1rem 6rem;
background-image: url(//salondolcevita.com/wp-content/themes/salondolcevita-2024/images/home/quote.svg);
background-repeat: no-repeat;
background-position: -.5rem 1rem;
background-size: 80px;
}
.testimonials-slider .testimonials-item {
margin-bottom: 2rem;
} .subscribeblock {
background-image: url(//salondolcevita.com/wp-content/themes/salondolcevita-2024/images/texture-bg.jpg);
background-repeat: repeat;
padding: 1rem;
position: relative;
overflow: hidden;
}
.subscribeblock:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-image: url(//salondolcevita.com/wp-content/themes/salondolcevita-2024/images/home/subscribe-bg.svg);
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
}
.subscribe-img {
border:8px solid #fff;
}
.subscribe-from  {
background-color: #fff;
padding: .5rem;
min-height: 50px;
margin: 1rem 0
} .insta-feeds .instaId:before {
content: '';
position: absolute;
left: 0;
top: 50%;
margin-top: -3px;
width: 100%;
height: 1px;
border-top:1px solid #dee2e6;
}
.insta-feeds .instaId span {
padding: 0 2rem;
background-color: #fff;
position: relative;
z-index: 1;
}
.insta-feeds-imgs .row .colm{
border:10px solid #fff;
} .single-blog .blog-img {
position: relative; overflow: hidden;
}
.single-blog .blog-img .blog-date{
position: absolute;
left: 0;
bottom: 0;
background-color: #333333;
padding: .5rem 1rem;
color: #fff;
font-size: .8rem;
text-align: center;
}
.single-blog .blog-img .blog-date span {
display: block;
}
.single-blog .blog-img .blog-date span.date {
font-size: 1.5rem;
}
.single-blog .blog-desc {
padding: 1rem 0;
}
.single-blog .blog-desc h3 {
font-size: 1.2rem;
}
.single-blog .blog-desc h3 a{
color: #333333;
} .footer {
background-image: url(https://salondolcevita.com/wp-content/uploads/2024/09/footer-bg.jpg);
background-repeat: repeat; font-size: .75rem;
}
.footer a {
color: #333;
}
.footer a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
}
.footer-top {
padding: 2.5rem 0 1.5rem;
}
.footer-logo img{
max-width: 150px !important;
padding: .313rem;
}
.footer-top h5 {
letter-spacing: 0.10em;
margin-bottom: 1rem;
}
.social-icons a {
font-size: 1.25rem;
color: #333;
margin-right: 1.25rem;
margin-bottom: 1rem;
}
.social-icons a:last-child {
margin-right: 0;
}
.social-icons a:hover{
border-bottom: 0;
}
.footer-top ul {
margin-left: 1.2em;
list-style: disc;
}
.footer-top ul li{
margin-bottom: .625rem;
position: relative;
}
.footer-top ul.hrs li {
padding-right: 1.5rem;
}
.footer-top ul.hrs li span{
float: right;
}
.footer-top ul.hrs li:after {
content: '';
width: 45%;
height: 1px;
position: absolute;
left: 16%;
top: 8px;
border-top:1px solid rgba(255,255,255,0.4) ;
}
.copyright {
background-color: transparent;
padding: .8rem 0;
border-top: 1px solid #ac754b59;
}
.copyright p {
margin: 0;
}
.copyright p a {
border-bottom: 1px solid #333;
color: #333;
} .gallerypage figure.gal-img {
margin-bottom: 1.5rem;
} .abouttext-bg {
background-repeat: no-repeat;
background-size: contain;
}
.singlemember {
padding: 1rem 2rem; 
}
.memberipic {
margin-bottom: 1.5rem;
}
.memberipic img {
width: 75%;
border-radius: 50%;
}
.member-text h4 {
color: #717171;
}
.sociallinks a .iconify {
color: #000;
font-size: 24px;
margin: .3rem .2rem;
}  .single-service-block {
padding-top:1rem;
padding-bottom:1rem; 
}
.single-service-block .block {
order: 2;
margin-bottom: 2rem;
}
.single-service-block .block img {
min-height: 420px;
object-fit: cover;
}
.single-service-text h2 {
padding-bottom: 0;
margin-bottom: 1rem;
position: relative;
font-size: 1.1rem;
text-transform: capitalize !important;
}
.single-service-text h2:after{ position: absolute;
left: 50%;
bottom: 0;
width: 4rem;
height: 1px;
margin-left: -2rem;
border-bottom: 1px solid #333333;
} .servicesmenu ul li {  
margin-bottom: 1rem;
}
.servicesmenu ul li:last-child {
margin-bottom: 0;
}
.servicesmenu ul li a{
padding: .7rem;
font-weight: 600;
font-size: 0.8rem;
text-transform: uppercase;
color: #333333;
letter-spacing: 1px;
display: block;
border: 1px solid #333333;
position: relative;
}
.servicesmenu ul li.current-menu-item a,
.servicesmenu ul li a:hover{
background-color: #333333;
color: #fff;
}
.servicesmenu ul li.current-menu-item a{
background-image: url(//salondolcevita.com/wp-content/themes/salondolcevita-2024/images/menu-right-arrow.svg);
background-repeat: no-repeat;
background-position: 97% center;
background-size: 30px;
}
.single-service .post-content h1{
margin-bottom: 1.5rem;
} 
.single-service .post-content h2{
margin-bottom: 1.2rem;
} 
.single-service .post-content h3{
margin-bottom: 1rem;
}
.single-service .post-content dl, 
.single-service .post-content ol, 
.single-service .post-content ul {
margin-top: 0;
margin-bottom: 1rem;
}
.singlepriceblock {
padding: 1rem ;
border-bottom: 1px solid #212121;
text-transform: uppercase;
}
.singlepriceblock:hover {
background-color: #212121;
color: #fff;
}
body.postid-402 .singlepriceblock:hover {
background-color: transparent;
color: #333333;
}
.singlepriceblock h3{
background-color: #212121;
display: inline-block;
color: #fff;
text-transform: uppercase;
font-size: 1rem;
font-weight: 600;
line-height: 1.2rem;
padding: .3rem .8rem;
}
.singlepriceblock:hover h3 {
background-color: #fff;
color: #212121;
}
.singlepriceblock ul {
margin-bottom: 0;
}
.singlepriceblock ul li {
margin-bottom: .2rem;
}
.singlepriceblock ul li:last-child {
margin-bottom: 0;
}  .posts-masonry .entry-header .entry-title {
text-transform: uppercase;
letter-spacing: 0.05em;
}
.posts-masonry .entry-header .entry-title a {
color: #212121;
}
.posts-masonry .entry-header .entry-title a:hover,
.posts-masonry .post:hover .entry-header .entry-title a  {
color: #212121;
opacity: 0.8;
}
.posts-masonry .entry-header .post-meta {
font-size: 0.8rem;
color: #666;
margin-bottom: .5rem;
}
.posts-masonry .entry-header .post-meta>span {
margin-right: .8rem;
}
.posts-masonry .entry-header .post-meta a,
.posts-masonry .entry-header .post-meta a:hover {
color: #666;
}
.posts-masonry .featured_image {
margin-bottom: .8rem;
}
.posts-masonry .featured_image img {
width: 100%;
}
.entry-content ul,
.entry-content ol {
margin-top: 0;
margin-bottom: 1rem;
padding-left: 40px;
}
.entry-content ul {
list-style: disc;
}
.entry-content ol {
list-style: decimal;
}
.entry-content ul li,
.entry-content ol li{
margin-bottom: .8rem;
}
.entry-content p a{
color: #007BFF;
font-weight: 600;
}
.entry-content p a:hover,
.recent-post .blog-desc h4 a:hover {
color: #333333;
border-bottom: 1px solid #333333;
}
.wp-caption .wp-caption-text {
text-align: center;
background-repeat: rgba(0, 0, 0, 0.05);
padding: 1rem;
font-style: italic;
font-size: 0.7rem;
}
.sitemap h2,
.sitemap p{
font-size: 1rem;
}
.sitemap a {
color:#333333;
}
.sitemap a:hover {
border-bottom: 1px solid #333333;
}
.announce{
background:#000;
padding:3px 0;
}
.announce p{
color:#fff;
text-align:center;
margin-bottom: 0;
}@media only screen and (max-width:2000px) {
}
@media only screen and (max-width:1600px) {
}
@media only screen and (max-width:1440px) {
}
@media only screen and (max-width:1366px) {
}
@media only screen and (min-width:1366px) {
.container {
max-width: 1280px;
}
}
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1200px) {
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
.btn {
padding: .5rem 1.5rem;
}
.footerblock {
margin-bottom: 1.2rem;
}
.singleserviceblock .serviceblocktext {
bottom: 0;
}
.singleserviceblock .serviceblocktext h2{
font-size: 1.2rem;
}
.testimonials-slider {
padding: 2rem 1rem 1rem 3rem;
background-size: 50px;
}
.abouttext-bg {
background-image: none !important;
}
}
@media only screen and (max-width: 736px) {		
.footer-top ul {
margin-left: 0;
list-style: none;
}
.footer-top ul.hrs li span {
float: none;
}
.footer-top ul.hrs li span:before{
content: ':- ';
position: relative;
}
.footer-top ul.hrs li:after {
display: none;
}
.single-service-block:nth-child(odd) .block:first-child {
order: unset;
}
.deskview-servicesmenu .servicesmenu ul li,
.mobview-servicesmenu .servicesmenu ul li.current-menu-item{
display: none;
}
.deskview-servicesmenu .servicesmenu ul li.current-menu-item,
.mobview-servicesmenu .servicesmenu ul li {
display: block;
}
}
@media only screen and (max-width: 684px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {	
}
@media only screen and (max-width:600px) {
.homegallery {
display: block;
}
.homegallery figure {
margin-bottom: 1rem;
}
.announcement-text h3 {
font-size: 1.2rem;
line-height: 1.2;
}
#herobanner {
height: 50vh;
}
#innerbanner {
height: 35vh;
}
.bg-fixed {
background-attachment: unset;
}
.hero-text h1 {
font-size: 2.5rem
}	
.singleserviceblock .serviceblocktext h2{
font-size: 1.4rem;
}
.testimonials-slider {
padding: 2rem 0rem 1rem 2.5rem;
background-size: 40px;
}
}
@media only screen and (max-width:568px) {
}
@media only screen and (max-width:480px) {
.hero-text h1 {
font-size: 2rem
}
img.alignleft,
img.alignright {
float: none;
margin: 0 0 1rem;
width: 100%;
}
}
@media only screen and (max-width:414px) {
}
@media only screen and (max-width:384px) {		
}
@media only screen and (max-width:370px) {
}
@media only screen and (max-width:320px) {
}
@media only screen and (max-height: 411px) {
}.formkit-form[data-uid="c8b13cb9ef"] .formkit-input {
border-radius: 0 !important;
}
.formkit-form[data-uid="c8b13cb9ef"] .formkit-submit {
background-color: transparent !important;
border: 2px solid #fff !important;
text-transform: uppercase !important;
border-radius: 0 !important;
letter-spacing: .15em !important;
font-weight: 600 !important;
font-size: 14px !important;
}
.formkit-form[data-uid="c8b13cb9ef"] .formkit-submit:hover,
.formkit-form[data-uid="c8b13cb9ef"] .formkit-submit:hover > span{
background-color: #fff !important;
color: #000 !important;
}
.formkit-form[data-uid="c8b13cb9ef"] .formkit-powered-by-convertkit-container {
display:none !important;
}