html {
background: #1c1c1c;
}
body{
background-color:#1c1c1c;
--wp--preset--color--pale-cyan-blue: transparent!important;
--wp--preset--color--vivid-cyan-blue: transparent!important;
color: #E9F3E3;
}
p {
color: #E9F3E3;
}
h1,h2,h3,h4,h5,h6 {
color: #E9F3E3;
margin: 0.4em 0;
}
.entry-header{
margin: 0 auto;
text-align: left;
width: 100%;
max-width: 1260px;
padding: 0 10px;
}
@media all and (max-width: 800px){
.entry-header{
margin: 0 auto;
text-align: left;
width: 100%;
max-width: 600px;
padding: 20px;
}
}
a, a:visited {
color: #E9F3E3;
}
a:hover, a:active, a:selected {
color: #fff;
}
button, input[type=button], input[type=submit], input[type=image], label {
color: #E9F3E3;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
color: #E9F3E3!important;
}
.page-content, .entry-content, .entry-summary {
margin: 0 auto;
} .grecaptcha-badge {visibility: hidden;} #sub-header {
padding-top: 80px;
}
@media all and (min-width: 1025px){
#sub-header {
padding-top: 80px;
}}
#scroll-to-top {
background: var(--vamtam-accent-color-1);
fill: var(--vamtam-accent-color-5);
border: none;
z-index: 300;
background: #3d3d3d!important;
} #cookie-law-info-again {
margin-bottom: 10px;
} #scroll-to-top:hover {
background: var(--vamtam-accent-color-3);
}
span.post-navigation__prev--title, span.post-navigation__next--title {
line-height: 1.3em;
}
.rotate-270 {
transform: rotate(0.75turn);	
}
:not(.vamtam-limited-layout).woocommerce ul.products li.product:not(.product-category) .vamtam-product-content {
flex: 1;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
:not(.vamtam-limited-layout).woocommerce ul.products li.product:not(.product-category) .woocommerce-loop-product__title, :not(.vamtam-limited-layout).woocommerce ul.products li.product:not(.product-category) .woocommerce-product-details__short-description {
padding: 0 5px;
}
.meta-header {
position: relative;
background-color: transparent;
background-position: left top repeat;
}
.woocommerce .checkout-breadcrumb .title-part-inactive, .woocommerce .checkout-breadcrumb .title-part-inactive a:not(:hover) {
color: #ffffff;
} #detach-button-host {
display: none;
}  .artists::-webkit-scrollbar {
cursor: pointer;
height: 6px;
}
.artists::-webkit-scrollbar-track {
cursor: pointer;
margin-left: 0px;
margin-right: 120px;
padding-left: 20px;
max-width: 180px;
background: #333;
}
.artists::-webkit-scrollbar-thumb {
height: 6px;
background-color: #ebebeb;
border-radius: 20px;
border: 1px solid #121212;
}
.scroll-slider::-webkit-scrollbar, .scroll-slider-gallery::-webkit-scrollbar {
cursor: pointer;
height: 6px;
}
.scroll-slider::-webkit-scrollbar-track, .scroll-slider-gallery::-webkit-scrollbar-track {
cursor: pointer;
margin: 0 200px 0 0;
max-width: 180px;
background: #333;
}
.scroll-slider::-webkit-scrollbar-thumb, .scroll-slider-gallery::-webkit-scrollbar-thumb {
height: 6px;
background-color: #ebebeb;
border-radius: 20px;
border: 1px solid #121212;
} .artist-tags a{
-webkit-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
.item-container {
display: flex;
position: relative;
flex-flow: column;
justify-content: flex-start;
align-items: center;
flex: 0 0 340px;
height: 730px;
scroll-snap-align: start;
font-size: 1.5rem;
}
.item-container img{
width: 100%;
height: 100%!important;
object-fit: cover;
}
.item-container span {
display: flex;
justify-content: center;
align-items: center;
position:absolute;
bottom: calc(50% + 60px);
left: calc(50% - 35px);
width: 70px;
height: 44px;
padding: 10px 12px;
color: #fff;
background-color:rgba(0,0,0,0.5);
font-size: 18px;
border-radius: 7px;
box-sizing: border-box;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
z-index: 1;
opacity: 0;
}
.item-container:hover span {
opacity: 1;
}
figure {
display: flex;
justify-content: center;
width: 100%;
height: 500px;
border:none;
overflow: hidden;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
cursor:pointer;
border-radius:7px!important;
}
figure img {
-webkit-transform: scale(1.01);
transform: scale(1.01);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
width: 100%;
height: 100%;
object-fit: cover;
}
figure:hover {
opacity: 1;
}
figure img:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.artist-text{
display: block;
position:relative;
width:100%;
margin: 0;
padding: 0;
z-index:100;
letter-spacing: 1px;
z-index:100;
}
.artist-text h3{
color: #E9F3E3;
font-size:36px;
margin: 0;
cursor:pointer;
text-transform: uppercase;
font-weight: 400!important;
}
.artist-text h3 a{
color: #E9F3E3;
}
.artist-text p{
display: block;
width:100%;
min-width:300px;
position:relative;
font-size:15px;
font-weight:400;
color:#888;
margin: 0;
}
.scroll-slider-gallery .artist-text p{
margin-top: 20px;
}
.artist-text .artist-style a{
font-size: 21px!important;
line-height: 28px;
color: #EBF3E5;
border-bottom: 2px solid #EBF3E5;
transition: all linear .2s;
}
.artist-text .artist-style a:hover{
border-bottom: 2px solid #D13F00;
} .item-container ul{
display:flex;
width: 100%;
margin: -30px 0 18px;
padding: 0;
justify-content: center;
align-items: center;
gap: 8px;
cursor:pointer;
}
.item-container ul li {
display: flex;
width: 100px;
height: 100px;
border-radius: 7px;
}
.item-container ul li img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 7px;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
.item-container ul li:nth-child(1):hover img{
-webkit-transition: 1s ease-in-out;
transition:1s;
-webkit-transform: scale(1.5);
transform: scale(1.5) translate(20px, -20px);
z-index: 3;
}
.item-container ul li:nth-child(2):hover img{
-webkit-transition: 1s ease-in-out;
transition:1s;
transform: scale(1.5) translate(0, -20px);
z-index: 3;
}
.item-container ul li:nth-child(3):hover img{
transition:1s;
-webkit-transform: scale(1.5);
transform: scale(1.5) translate(-20px, -20px);
z-index: 3;
}
.view-all {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-width: 340px;
height: auto;
min-height: 500px;
margin-top: 0;
border: 3px solid #333;
border-radius: 7px;
font-size: 28px;
background: linear-gradient(to left, #ffcb52, #ff451f);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.view-all:hover {
border: 8px solid;
border-image: linear-gradient(45deg, #ff451f, #ffcb52) 1;
} @media all and (max-width: 780px){
.view-all {
min-width: 300px;
height: 420px;
max-height: 420px;
min-height: 400px;
margin-top: 0;
}
.scroll-slider::-webkit-scrollbar-track, .scroll-slider-gallery::-webkit-scrollbar-track {
margin: 20px 30px 20px 0px;
width: 100%;
}
.item-container {
flex: 0 0 300px;
max-width: 300px;
height: 680px;
margin-top: 40px;
}
figure {
height: 420px;
margin: 0;
}
.artist-text h3{
font-size:28px;
}
.artist-text p{
font-size:14px;
line-height: 22px;
margin: 8px auto;
padding-right:80px;
}
.item-container ul{
width: 100%;
}
.item-container ul li {
display: flex;
width: 90px;
height: 90px;
}
}
.scroll-slider, .scroll-slider-gallery {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
height: 100vh;
padding-top:0vh;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
}
.scroll-slider-gallery {
overflow-x: scroll;
height: 800px;
}
.scroll-slider-gallery .item {
height: 580px;
max-height: 600px;
}
.scroll-wrapper, .scroll-wrapper-gallery {
position: relative;
display: -webkit-box;
display: flex;
align-items: center;
max-width:100%;
float:none;
flex-wrap: nowrap;
height: 100vh;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.scroll-wrapper-gallery {
height: 800px;
}
.scroll-slide, .scroll-slide-gallery {
flex: 1 0 380px;
max-width: 380px;
height: 100vh; 
}
.item {
display: -webkit-box;
display: flex;
-webkit-box-pack: left;
justify-content: left;
-webkit-box-align: left;
align-items: left;
height: 100vh;
max-height:700px;
border:none;
}
.item img{
border-radius:15px;
}
@media all and (max-width:800px){
.scroll-slider {
background:#1c1c1c;
background-image:url(https://lovemachinenyc.com/wp-content/uploads/2021/10/bg-pattern-white.png);
background-position:left center;
background-size:inherit;
background-repeat:repeat;
background-attachment:fixed;
}
.scroll-slider-gallery {
background:#151515;
background-image:url(https://lovemachinenyc.com/wp-content/uploads/2021/10/bg-pattern-white.png);
}
.street-slider .scroll-slider{
background:#070707;
}
.scroll-slider, .scroll-slider-gallery {
display: flex;
position: relative;
gap: 20px;
width:100%;
height: 700px;
overflow-x: scroll;
scroll-behavior: auto;
scroll-snap-type: none;
-webkit-overflow-scrolling: touch;
scroll-padding: 20rem;
touch-action: auto;
padding: 0;
margin: 18px 0 0;
}
.scroll-slider-gallery {
height: 650px;
}
.slider-text{
width:100%;
max-width: 320px!important;
top: 0;
left: 30px;
font-size: 36px;
}
.text-more{
margin-top:24px;
font-size:15px;
}
.scroll-wrapper, .scroll-wrapper-gallery {
position: relative;
display: -webkit-box;
display: flex;
align-items: center;
max-width:100%;
float:none;
flex-wrap: nowrap;
height: 100vh;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: auto;
-webkit-tap-highlight-color: transparent;
}
.scroll-wrapper, .scroll-wrapper-gallery {
max-width:100vw;
height: 700px;
padding-top:0;
margin-top:0;
gap: 30px;
}
.scroll-wrapper-gallery {
height: 750px;
}
.scroll-slide, .scroll-slide-gallery {
-webkit-box-flex: 1;
flex: 1 1 90vw;
width: 90vw;
max-width: 90vw;
height: 700px;
align-items:center;
}
.scroll-slide-gallery {
height: 700px;
}
.item {
height: auto;
max-height:700px;
}
.item-container {
padding: 0;
}
}  .woocommerce div.product .woocommerce-tabs {
margin: 10px 0;
padding: 0px 0px 0 0px;
position: relative;
border-top: 1px solid #E9F3E3;
}
h3 a:hover, h4 a:hover ,h5 a:hover, h6 a:hover{
color: #E9F3E3!important;
}
.woocommerce.woocommerce-cart .cart_totals table.shop_table .order-total td strong {
color: #fff;
}
.woocommerce .col2-set .col-2 {
background-color: #333;
}
.woocommerce .col2-set .col-2::after, .woocommerce .col2-set .col-2::before {
background-image: radial-gradient(closest-side,transparent 9px,#333 100%);
}
.woocommerce.woocommerce-cart .meta-header .meta-header-inside, .woocommerce.woocommerce-checkout .meta-header .meta-header-inside {
padding: 60px 0;
}
.woocommerce .vamtam-cart-main .cart_item {
padding-left: 20px;
padding-right: 20px;
background-color: #121212;
}
.woocommerce .vamtam-cart-main .woocommerce-cart-form__contents {
margin-top: 20px;
}
.woocommerce .vamtam-cart-main {
padding: 0px 0 0 0;
}
.woocommerce.woocommerce-cart:not(.vamtam-is-elementor) article>.page-content {
padding-top: 10px;
}
.button, .woocommerce #content input.button, .woocommerce #place_order, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce .button.wc-backward, .woocommerce .cross-sells .add_to_cart_button, .woocommerce .woocommerce-Button.button, .woocommerce .woocommerce-button.button, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-message .vamtam-close-notice-btn, .woocommerce a.added_to_cart, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.button, .woocommerce.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button, .woocommerce.woocommerce-cart .vamtam-cart-collaterals .coupon button[name=apply_coupon], .woocommerce.woocommerce-checkout .checkout_coupon .button[name=apply_coupon], a.comment-reply-link, button, input[type=button], input[type=submit]{
text-transform:uppercase;
}  body .select2.select2-container .select2-selection[role=combobox], body input[type=date], body input[type=email], body input[type=number], body input[type=password], body input[type=range], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body select, body textarea {
box-sizing: border-box;
padding: 6px 6px;
height: 38px;
width: 100%;
position: relative;
outline: 0;
border: solid var(--vamtam-default-line-color);
border-width: 0;
border-bottom: 2px solid #ccc;
border-radius: 2px;
color: #e8e8e8;
background: 0 0;
margin: 0 0 14px;
transition: all .3s;
line-height: 1.4em;
font-size: var(--vamtam-primary-font-font-size-desktop);
font-family: var(--vamtam-primary-font-font-family);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
float: none;
font-size: 16px;
text-transform:uppercase!important;
letter-spacing: 1px;
} body .select2.select2-container .select2-selection[role=combobox]:hover, body input[type=date]:hover, body input[type=email]:hover, body input[type=number]:hover, body input[type=password]:hover, body input[type=range]:hover, body input[type=search]:hover, body input[type=tel]:hover, body input[type=text]:hover, body input[type=url]:hover, body select:hover, body textarea:hover {
border-bottom: 2px solid #DE6301;
}
body .select2.select2-container .select2-selection[role=combobox] label, body input[type=date] label, body input[type=email] label, body input[type=number] label, body input[type=password] label, body input[type=range] label, body input[type=search] label, body input[type=tel] label, body input[type=text] label, body input[type=url] label, body select label, body textarea label {
margin: 0 0 2em;
}
body select:not(.elementor-field-textual) {
background: transparent!important;
} button, input[type=button], input[type=submit], input[type=image], label {
font-weight: bold;
}
.codedropz-upload-handler {
margin-bottom: 0px;
margin-top: 10px;
}
.codedropz-upload-container {
padding-bottom: 30px;
}
.codedropz-upload-inner span{
display:none;
}
.codedropz-upload-handler {
border: 2px dashed #666;
}
.codedropz-upload-handler:hover {
border: 2px dashed #DE6301;
}
.wpcf7-list-item {
margin: 0;
}
input[type=checkbox] {
vertical-align: inherit;
margin-right: 5px;
}
.codedropz-upload-inner h3 {
margin: 5px 0;
font-size: 21px!important;
cursor: pointer;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
color: #777;
font-weight: 400!important;
cursor: pointer;
}
body input[type="submit"]{
background-color: #eee;
background-image: linear-gradient(to right, #D13F00, #FBB500);
box-shadow: 0 4px 15px 0 rgb(222 99 1 / 75%);
border: none;
color: #fff;
font-size: 15px;
font-weight:500;
letter-spacing:1px;
padding: 20px 25px;
text-transform:uppercase;
border-radius:3px;
margin-top:12px;
}
body input[type="submit"]:hover{
background-color: #eee;
background-image: linear-gradient(to right, #FBB500, #D13F00)!important;
box-shadow: 0 6px 30px 0 rgb(222 99 1 / 95%)!important;
border: none!important;
}
.opti-form{
display:block;
font-weight:800;
margin-top:18px;
margin-bottom:18px;
font-size: 32px;
line-height:38px;
color:#3d3d3d;
} .one-half,
.one-third {
position: relative;
margin-right: 4%;
float: left;
margin-bottom: 20px;
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.last {
margin-right: 0 !important;
clear: right;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50px;
}
.dnd-upload-status .dnd-upload-details .remove-file:hover span:after {
background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
.one-half, .one-third {
width: 100%;
margin-right: 0;
}
}   body .streetform .select2.select2-container .select2-selection[role=combobox]:hover, body .streetform input[type=date]:hover, body .streetform input[type=email]:hover, body  .streetform input[type=number]:hover, body .streetform input[type=password]:hover, body .streetform input[type=range]:hover, body .streetform input[type=search]:hover, body .streetform input[type=tel]:hover, body .streetform input[type=text]:hover, body .streetform input[type=url]:hover, body .streetform select:hover, body .streetform textarea:hover {
border-bottom: 2px solid #A83D8D;
}
.streetform .codedropz-upload-handler:hover {
border: 2px dashed #A83D8D;
}
body .streetform input[type="submit"]{
background-color: #eee;
background-image: linear-gradient(to right, #F41F1F, #6158F2)!important;
box-shadow: 0 4px 15px 0 rgb(212 43 77 / 75%);
border: none;
color: #fff;
font-size: 15px;
font-weight:500;
letter-spacing:1px;
padding: 20px 25px;
text-transform:uppercase;
border-radius:3px;
margin-top:12px;
}
body .streetform input[type="submit"]:hover{
background-color: #eee;
background-image: linear-gradient(to right, #6158F2, #F41F1F);
box-shadow: 0 4px 15px 0 rgb(212 43 77 / 75%)!important;
border: none!important;
}   .btn-anima {
border: none;
color: #fff;
overflow: hidden;
cursor:pointer;
outline:none;
}
.btn-anima:hover {
text-decoration: none;
color: #fff;
}
.btn-anima:before {
position: absolute;
content: '';
display: inline-block;
top: -180px;
left: 0;
width: 30px;
height: 100%;
background-color: #fff;
animation: shiny-btn 10s ease-in-out infinite;
}
.btn-anima:active{
box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3), 
-4px -4px 6px 0 rgba(116, 125, 136, .2), 
inset -4px -4px 6px 0 rgba(255,255,255,.2),
inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
@-webkit-keyframes shiny-btn {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
} .marquee {
overflow: hidden;
display: flex;
}
.marquee p{
font-family: "Barlow Condensed", sans-serif;
white-space: nowrap;
font-size: 130px!important;
font-weight: 700!important;
color: transparent;
-webkit-text-stroke: 1px #E9F3E3;
text-stroke: #E9F3E3!important;
text-transform: uppercase;
letter-spacing: 4px;
padding-right: 25px;
}  .post-nav {
width: 100%;
color: #E9F3E3;
border-top: 1px solid #A2A4A1;
border-bottom: 1px solid #A2A4A1;
padding: 18px 0;
}
.elementor-post-navigationv {
border-top: 1px solid #A2A4A1;
border-bottom: 1px solid #A2A4A1;
} .sub-heading p{
color: #1c1c1c;
}
.sub-heading {
background: -webkit-linear-gradient(left, #D13F00, #FBB500);
-webkit-background-clip: text;
-webkit-text-stroke: 3px transparent;
color: #1c1c1c;
opacity: 0;
transition: all 2s linear;
z-index: 0;
}
.reviews .sub-heading {
color: #151515;
}
.artists:hover .sub-heading , .space:hover .sub-heading , .faq:hover .sub-heading , .reviews:hover .sub-heading {
opacity: 1;
transition: all 2s linear;
} .sub-heading-street p{
color: #070707;
}
.sub-heading-street {
background: -webkit-linear-gradient(left, #FB0000, #7300D1);
-webkit-background-clip: text;
-webkit-text-stroke: 3px transparent;
color: #070707;
opacity: 0;
transition: all 2s linear;
z-index: 0;
}
.reviews .sub-heading-street p{
color: #151515;
}
.artists:hover .sub-heading-street , .space:hover .sub-heading-street , .faq:hover .sub-heading-street , .reviews:hover .sub-heading-street {
opacity: 1;
transition: all 2s linear;
}
@media all and (max-width: 1100px){
.style-item {
width: 50%;
}
}
.swiper-pagination-bullet {
border-radius: 0!important;
}
.artist-form{
margin: 0 auto;
text-align: center;
}
.artist-form {
overflow: hidden;
display: flex;
}
.artist-form p{
font-family: "Barlow Condensed", sans-serif;
white-space: nowrap;
font-size: 160px!important;
font-weight: 700!important;
color: transparent;
-webkit-text-stroke: 1px #E9F3E3;
text-stroke: #E9F3E3!important;
text-transform: uppercase;
letter-spacing: 4px;
padding-right: 25px;
}