:root { --accent: #f60195; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1); } 50% { box-shadow: -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/*Basic Form Filter*/ .transparent .fs-tabs .nav-tabs>li.active>a, .transparent .fs-tabs .nav-tabs>li.active>a:focus, .transparent .fs-tabs .nav-tabs>li.active>a:hover { display: none; } /*Header*/ body.elementor-page-134 .c27-main-header:not(.header-scroll) .header-skin { background-color: #FFE1F3; border-color: rgb(246 1 149); } /*single listing Header*/ @media only screen and (min-width: 1201px) { .header.header-light-skin:not(.header-scroll) .header-skin, .header.header-scroll.header-scroll-light-skin .header-skin { background: #ffe1f3 !important; } } /*Header*/ .header.header-light-skin:not(.header-scroll) .header-skin { background: #f60195; border-bottom: 1px solid #f60195 !important; } /*Finder*/ .finder-listings { background: #ffe1f3 !important; } .finder-search { background: #ffe1f3 !important; } /*Sigle listing BG*/ #c27-single-listing { min-height: 100vh; background-color: #ffe1f3; } /*Login BG*/ .login-container { background: #ffe1f3; } 