/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 14px;
    font-weight: 300;
}
body {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/bg.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: initial;
    background-attachment: fixed;
}

/*body {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/site-bg.webp") !important;
    background-repeat: repeat !important;
    background-position: center !important;
    background-size: initial !important;
}*/

h1, .h1 {
    font-size: 50px;
    line-height: 64px;
    margin: 0.67em 0; 
}

h2, .h2 {
  font-size: 40px;
  line-height: 56px;
}

h3, .h3 {
  font-size: 30px;
  line-height: 40px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 32px;
}

h5, .h5 {
  font-size: 22px;
  line-height: 32px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 24px;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 0px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 0px;
    
}


.is-btn, .btn{
    border-radius: 0px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:300;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Tangerine", cursive;;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#000000;
    border-bottom: 1px solid #efefef;
    height: auto;
    min-height:0;
    box-shadow: unset;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #FFFFFF;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

header a:not(.button) {
    color: #000000;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #C79C60;
}

header .icon, 
header i {
    color: #C79C60;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #C79C60;
}

.top-header-section .icon, 
.top-header-section i {
    color: #FFFFFF;
}

.top-header-section a:not(.button):hover .icon,
.top-header-section a:not(.button):hover i,
.top-header-section i:hover{
    color: #FFFFFF;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#C79C60;
     color:#FFFFFF;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

footer .text-logo {
    color: #C79C60;
}

footer .address-container br {
    display:none;
}

.step.social-icon {
    height:35px;
    width:35px;
    fill:#C79C60;
}

.footer2 .step.social-icon,
.new-footer-1 .step.social-icon,
.new-footer-2 .step.social-icon,
.new-footer-3 .step.social-icon,
.new-footer-4 .step.social-icon{
    height: 40px;
    width: 40px;
}

header .cta .icon {
    padding-right: 5px;
    color: #000000
}

header .text-muted {
    color: #000000 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #CCCCCC;
}

header .border-top {
    border-top:1px solid #CCCCCC;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#C79C60
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#C79C60;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #FFFFFF;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#C79C60;
}

/* || MENU || */
header .main-navigation-background {
    background:#FFFFFF;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #000000;
     position: relative;
     text-transform: uppercase;
     font-weight: 400;
     font-size: 14px;
}

header ul.dropdown.menu li a:not(.button) span {
     position: relative;        
}

header #mainNav.level-1 > li > a:not(.button) > span::before,
header #mainNav.level-1 > li > a:not(.button) > span::after {
    opacity: 0;
    visibility: hidden;
}

header #mainNav.level-1 > li:hover > a:not(.button) > span::before,
header #mainNav.level-1 > li:hover > a:not(.button) > span::after,
header #mainNav.level-1 > li.active > a:not(.button) > span::before,
header #mainNav.level-1 > li.active > a:not(.button) > span::after,
header #mainNav.level-1 > li > a:not(.button):focus > span::before,
header #mainNav.level-1 > li > a:not(.button):focus > span::after,
header #mainNav.level-1 > li > a:not(.button):active > span::before,
header #mainNav.level-1 > li > a:not(.button):active > span::after {
    opacity: 1;
    visibility: visible;
}

header #mainNav.level-1 > li > a:not(.button) > span::before,
header #mainNav.level-1 > li > a:not(.button) > span::after {
    transition: opacity 0.2s ease;
}

/* FIRST-LEVEL MENU ONLY */
header #mainNav.level-1 > li > a:not(.button) > span::before {
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 8px;
    border-color: transparent transparent #c79c60;
    bottom: -10px;
}

header #mainNav.level-1 > li > a:not(.button) > span::after {
    background: #c79c60 !important;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

@media (max-width: 1023px) {
    header #mainNav.level-1 > li > a:not(.button) > span::before,
    header #mainNav.level-1 > li > a:not(.button) > span::after {
        display: none;
    }
}

header ul.dropdown.menu.level-1 > li > a:not(.button) {
    padding: 0rem 1rem;
    height: 100px;
    line-height: 100px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
}

/*header ul.dropdown.menu li a:not(.button):before {
    background: #e9e9e9;
	bottom: 0;
	content: "";
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}*/

ul.dropdown.menu.level-1.align-right li {
    position: relative;    
}

/*ul.dropdown.menu.level-1.align-right li:not(:last-child)::before {
    background: #e9e9e9;
    bottom: 0;
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}*/

header ul.dropdown.menu li a:not(.button):before {
    background: #e9e9e9;
    bottom: 0;
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 14px;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #C79C60;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
     background: #F5F5F5;
     border:1px solid #F5F5F5;
     border-bottom: 5px solid #c79c60;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #000000;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #C79C60;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #000000;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #C79C60 transparent transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #C79C60 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#CCCCCC;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#FFFFFF;
    color: #000000;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#000000;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#C79C60;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#000000;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #C79C60;
    color:#000000;
}

.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #C79C60;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
    border-bottom:3px solid #C79C60;
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #C79C60;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#000000;
    border:1px solid #C79C60;
}

.new-header-menu-container {
    background:#FFFFFF;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #C79C60;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #FFFFFF;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#C79C60;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #CCCCCC;
    margin-top: 10px;
    padding-top: 5px;
}

.new-header-9 .sidenav-bar {
    right: 20px;
    top: 20%;
}

/* New headers CSS END */

/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#888888;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

.footer-menu-container {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:10px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #A37B44;
    color: #C79C60;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #C79C60;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#A37B44;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
}

.light-bg-section h3 {
    color:#C79C60;
    font-weight:500;
}

.text-primary {
     color:#C79C60;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}
img.bbb-lg {
    height: 200px;
}
.is-section-guide {
    background:#FFFFFF;
}

.is-section-guide h2 {
    color:#000000;
}

.is-section-guide p.lead {
    color:#000000;
}
.is-section-guide a.button {
    background:#000000;
    color:#FFFFFF;
}

/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #222222;
    color: #888888;
    clear: both;
}

footer a:not(.button) {
    color: #C79C60;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #A37B44;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #CCCCCC;
}

footer .menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 0rem 1rem !important;
    border-right: 1px solid;
}

footer .menu li:last-child a {
    border-right: none;        
}

footer .menu li a:hover,
footer .menu li a:focus,
footer .menu li a:active {
    color: #FFFFFF;        
}

.social-media-icons a {
    font-size: 3em;
    color: #888888;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #888888;
}

.slick-dots li {
    border: 1px solid #C79C60;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #C79C60;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
    background: #FFFFFF;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#FFFFFF;
    color:#000000;
}

aside.sidenav .featured-section i {
    color:#000000;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:#FFFFFF;
    color: #000000;
}

aside.sidenav .menu.simple a {
    color: #000000;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#C79C60;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #000000;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#FFFFFF;
    color: #000000;
    text-transform: uppercase;
}

aside.sidenav .menu.accordion-menu .active > a {
    background: #F8F8F8;
    color: #C79C60;
    font-weight: 700;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #000000 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #C79C60 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu li a .padding-left-1 {
    padding-left: 0rem !important;
}

@media screen and (max-width: 63.9375em) {
    h1 {
        font-size: 34px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 28px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
        line-height: 32px;
    }

    h5 {
        font-size: 20px;
        line-height: 32px;
    }

    h6 {
        font-size: 18px;
        line-height: 24px;
    }

  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #CCCCCC;
    }
    
    footer .border-top-small {
      border-top:1px solid #CCCCCC;
    }

    header .border-top-small  {
        border-top:1px solid #CCCCCC;
    }
    
    .step.social-icon {
        height:35px;
        width:35px;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #CCCCCC;
    }
    
    header .mobile-contact-section .head-icons {
        background: #F5F5F5;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #CCCCCC;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #CCCCCC;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #CCCCCC;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}

/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{
    display: none;
}
/*Hide first item in sub menu*/





.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

header button.openMenu {
    background: initial;
    color: initial;
}

/******************************************custom-css*****************************************************/
/*Login Page*/
div.ps-login-page.grid-container.padding-top-3.padding-bottom-3 div.cell.large-5.medium-12.small-12.ps-registration-form.large-offset-1 > div > ul > li {
    display: flex !important;
}
/*Login Page*/
#status-msg {
    display: none !important;
}

/*Basic Fixes*/
html, body{
    font-weight: 400 !important;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}
/*Basic Fixes*/

/*general-css*/
.black-bg {
    background: #000000 !important;
}

.dark-bg {
    background: #A37B44 !important;
}

.brown-bg {
    background: #C79C60 !important;
}

.pink-bg {
    background: #B5264C !important;
}

.light-pink-bg {
    background: #EFACBE !important;
}

.color-white {
    color: #fff !important;
}

.color-black{
    color: #000000 !important;
}

.color-light {
    color: #999999 !important;
}

.color-blue {
    color: #0068B3 !important;
}

.color-brown {
    color: #A37B44 !important;
}

.color-light-brown {
    color: #C79C60 !important;
}

.color-pink {
    color: #B5264C !important;
}

.color-light-pink {
    color: #EFACBE !important;
}

.light-bg {
    background: #F5F5F5 !important;
}

.grey-bg {
    background: #222222 !important;
}

.light-gr-background {
    background: #F8FAFC !important;
}

.white-bg {
    background: #FFFFFF !important;
}

.background-color-transition{
    transition: background-color 1s ease 0.1s;
}

.min-height-auto {
    min-height: auto;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    padding: 11px 24px !important;
    line-height: 1 !important;
    letter-spacing: unset;
    background: #C79C60;
    color: #FFFFFF;
    border: 1px solid #C79C60;
    text-transform: capitalize;
    opacity:1 !important;
    
    border-radius: 0px;
    
    border-radius: 5px !important;
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover {
    background: #A37B44 !important;
    color: #FFFFFF !important;
    border: 1px solid #A37B44 !important;
}

a.button.black-btn,
span.button.black-btn,
.black-btn input.button {
    background: #000000;
}

a.button.white-btn,
span.button.white-btn,
.white-btn input.button {
    background: #FFFFFF !important;
    color: #C79C60 !important;
    border: 1px solid #FFFFFF !important;
}

a.button.white-btn:hover,
a.button.white-btn:focus,
a.button.white-btn:active,
span.button.white-btn:hover,
span.button.white-btn:focus,
span.button.white-btn:active,
.white-btn input.button:hover,
.white-btn input.button:focus,
.white-btn input.button:active {
    background: #C79C60 !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}

.cta-link {
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #C79C60;
    letter-spacing: 0.01em;
    text-decoration: underline;
    text-transform: none;
    display: inline-block;
}

.cta-link2 {
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #C79C60;
    letter-spacing: 0.01em;
    text-decoration: underline;
    text-transform: none;
    display: inline-block;
}

.cta-link:hover {
    text-decoration: none;
}

p,
ul li{
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em; 
}

.section-main-heading,
.Lead-magnet-form-heading,
h2.blog-sidebar-h2,
h1.article-title,
h1.article-title a{
    font-family: "Open Sans", sans-serif;;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #000000;
}

.section-main-heading2 {
    font-family: "Open Sans", sans-serif;;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #000000;
}

.section-sub-heading {
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #C79C60;
    margin: 0px 0px 15px;
}

.section-text {
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.01em; 
    text-transform: none;
    color: #000000;
}

.banner-main-heading {
    font-family: "Tangerine", cursive;;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    font-style: normal;
    letter-spacing: 0.01em;
    color: #888888;
    text-transform: uppercase;
    margin: 0px 0px 15px;
}

.banner-main-heading-home {
    font-family: "Tangerine", cursive;;
    font-size: 140px;
    font-weight: 700;
    line-height: 150px;
    font-style: normal;
    letter-spacing: 0.01em;
    color: #000005;
    text-transform: none;
    margin: 0px 0px 15px;
    text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
}

.banner-sub-heading {
    font-family: "Tangerine", cursive;;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #888888;
    text-transform: none;
    margin: 0px 0px 15px;
}

.banner-sub-heading-home {
    font-family: "Tangerine", cursive;;
    font-size: 90px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0.01em;
    color: #000005;
    text-transform: none;
    margin: 0px 0px 34px;
    text-shadow: rgba(255, 255, 255, 0.35) 1px 1px 1px;
}

.banner-text {
    font-family: "Open Sans", sans-serif;;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #888888;
    text-transform: none;
    margin: 0px 0px 21px;
}

.h1-border {
    position: relative;
    margin: 0px 0px 40px;
}

.h1-border-left:before {
    content: "";
    position: absolute;
    background: #C79C60;
    width: 151px;
    height: 2px;
    bottom: -16px;
    z-index: 3;
    left: 0;
}

.h1-border-center:before {
    content: "";
    position: absolute;
    background: #C79C60;
    width: 151px;
    height: 2px;
    bottom: -16px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

.h2-border {
    position: relative;
    margin: 0px 0px 40px;
}

.h2-border-left:before {
    content: "";
    position: absolute;
    background: #C79C60;
    width: 105px;
    height: 2px;
    bottom: -16px;
    z-index: 3;
    left: 0;
}

.h2-border-center:before {
    content: "";
    position: absolute;
    background: #C79C60;
    width: 105px;
    height: 2px;
    bottom: -16px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

ul.accordion .accordion-title {
    font-family: "Open Sans", sans-serif;;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #FFFFFF;;
    border: 1px solid #C79C60 !important;
    background: #C79C60 !important;
    position: relative;   
    margin-top: 0.5rem;
}

ul.accordion .accordion-title:hover,
ul.accordion li.accordion-item.is-active .accordion-title {
    color: #FFFFFF;
    background: #000000 !important;
    border: 1px solid #000000 !important;
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #F4F4F4 !important;
    border-bottom: 0;
    background-color: #F4F4F4;
    color: #000000;
    margin-top: 0.5rem;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #F4F4F4;
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.7rem;
    font-size: 1.5rem;
    content: "+";
}

.border{
    border: 1px solid #DADADA; 
}

.list {
    margin-left: 1rem !important;
    text-align: left !important;
    list-style-position: outside;
    list-style-type: disclosure-closed;
    display: inline-block;
    margin-top: 0px;
}

.ol-list {
    margin-left: 1rem !important;
    text-align: left !important;
    list-style-position: outside;
}

.ol-list li {
    padding: 4px 0;
    font-family: "Open Sans", sans-serif;;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;    
}

.ol-list ::marker {
    font-weight: 700;
}

.list ::marker {
    color: #C79C60;
}

.list-w ::marker {
    color: #FFFFFF;
}

.list li {
    padding: 5px 0;
    font-family: "Open Sans", sans-serif;;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
}

.img-full-height {
    height: 100%;
    object-fit: cover;
}
    
/*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}

span.moretext {
    display: none;
}
/*Read More Read Less CSS*/

/*Box Shadow*/
.box-shadow{
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
}
/*Box Shadow*/

/*rounded Corner*/
.rounded {
    border-radius: 20px !important;
}
/*Rounded Corner*/

.left-seprator , .middle-seprator{
    position: relative;
    padding-bottom: 1rem;
}
.left-seprator:after , .middle-seprator:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #C79C60;
    width: 170px;
    height: 2px;
}
.middle-seprator:after{
    right:0;
    margin:0 auto;
    }
.bottom-line-input input:not(input#Submit) {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
/*general-css*/

/*Slick Slider*/
button.slick-arrow {
    background: transparent !important;
    border: 5px solid #000 !important;
    border-radius: 50px 0 0 !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
}

.slick-next {
    transform: translateY(-50%) rotate(-43deg);
    right: -30px;
}

.slick-prev {
    transform: translateY(-50%) rotate(132deg);
    left: -30px;
}

.slick-slide img {
    display: block;
    margin: auto;
    border: 1px solid #000;
}

.slick-dots li {
    border: 1px solid #000;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #000;
}

.testimonial-slider .slick-slide img {
    display: block;
    margin: unset;
}

.testimonial-slider.slick-slider {
    height: auto;
}

.testimonial-slider .slick-dots{
    bottom: -35px;
    display: flex;
}

.our-service-slider .slick-arrow{
    transform: none;
    height: auto;
    width: auto;
    background: none !important;
    top: 40%;
}

.our-service-slider .slick-prev {
    left: -60px;
}

.our-service-slider .slick-next {
    right: -60px;
}
/*Slick Slider*/

/*Position Classes*/
.top-0{
    top: 0;
}

.bottom-0{
    bottom: 0;
}

.left-0{
    left: 0;
}

.right-0{
    right: 0;
}

a{
    cursor: pointer !important;
}
/*Position Classes*/

.flex-direction-column-d{
    flex-direction: column;
}

/*Our Service Hover Effect*/
.text-color-transition {
    transition: color 1s ease 0.01s;
}

.user-logged-out .hover-black:hover figcaption{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333141;
    color: #fff;
}

.user-logged-out .hover-black:hover figcaption p,
.user-logged-out .hover-black:hover figcaption h2,
.user-logged-out .hover-black:hover figcaption a{
    color: #fff;
}

.user-logged-out .hover-show{
    display: none;
}

.user-logged-out .hover-black:hover .hover-show{
    display: block;
}
/*Our Service Hover Effect*/

/*List Icon*/
.list-icon li{
    display: flex;
}

.list-upper{
    display: flex;
    justify-content: center;
}

.list-icon li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26441/theme/43971/img/list-icon.png");
    display: inline-block;
    width: 3em;
    margin-left: -1em;
    position: relative;
    top: -5px;
}

/*List Icon*/

/*header*/
header .dropdown.menu li ul.submenu li a:not(.button):hover, 
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    /*color: #000;
    background: #fff;*/
}


.is-header .dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}
.is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: unset;
    margin-top: unset;
    top: unset;
    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.is-header .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after {
    opacity: 1;    
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #c79c60 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

li.handle-about.is-section.has-submenu.is-dropdown-submenu-parent.opens-left:hover a:not(.button) > span::before,
li.handle-about.is-section.has-submenu.is-dropdown-submenu-parent.opens-left:hover a:not(.button) > span::after {
    opacity: 0;
}

#mainNav li.is-section.has-submenu.is-dropdown-submenu-parent.opens-left:hover a:not(.button) > span::before,
#mainNav li.is-section.has-submenu.is-dropdown-submenu-parent.opens-left:hover a:not(.button) > span::after {
    opacity: 0;
}

li.is-section.has-submenu.is-dropdown-submenu-parent.opens-left:hover {
    background: #f5f5f5;    
}

ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical.js-dropdown-active li a:before {
    opacity: 0;    
}

ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical.js-dropdown-active li:hover a:before {
        border-style: solid;
        border-width: 4px;
        bottom: 0;
        content: "";
        height: 8px;
        left: 7px;
        right: unset;
        margin: auto;
        position: absolute;
        top: 0;
        width: 8px;
        opacity: 1;
        /*-webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;*/
        background: transparent;
        border-color: transparent transparent transparent #c79c60;
    }

/*************************/
.pos-ab-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: transparent !important;
    z-index: 99;
    border-color: rgba(255, 255, 255, 0.20) !important;
}
.pos-ab-header header ul.dropdown.menu li.active > a:not(.button), .pos-ab-header header ul.dropdown.menu li > a:not(.button):hover, .pos-ab-header header ul.dropdown.menu li > a:not(.button):active, .pos-ab-header header ul.dropdown.menu li > a:not(.button):focus , .pos-ab-header  header ul.dropdown.menu li a:not(.button) ,.pos-ab-header header a i.fas{
    color: #fff !important;
}
.pos-ab-header img.normal-logo {
    display: none;
}
.pos-ab-header img.white-logo {
    display: inline-block !important;
}
.pos-ab-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent !important;
}
header .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 178%;
}
header .two-block-ul li span{
    color:#000000;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
}

.main-navigation.sticky #mainNav {
    justify-content: center;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    right: auto;
    left: 0;
}

/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{
    display: none;
}
/*Hide first item in sub menu*/

/*header ul.dropdown.menu li.active > a:not(.button):before, 
header ul.dropdown.menu li > a:not(.button):hover:before {
    content: " ";
    position: absolute;
    background: #c79c60 !important;
    width: 100%;
    height: 2px;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

.footer-social-media-menut li a {
    padding-bottom: 0px;
}

.logo-container img {
    max-width: unset;
}

.goog-te-gadget-simple {
    display: flex !important;
    align-items: center;
    height: 45px;
    border-radius: 5px;
    max-width: 200px;
    padding: 10px;
}
.translator {
    max-width: 188px;
       margin: 15px 0 auto auto;
}
.goog-te-gadget-simple .goog-te-menu-value{
    padding:0 !important;
}
/*header*/

/* width */
.offcanvas-full-screen-inner::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.offcanvas-full-screen-inner::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.offcanvas-full-screen-inner::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.offcanvas-full-screen-inner::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*separator*/
.separator-color::after{
    color: #C79C60;
}

.separator-width::after{
    width: 150px;
}

/*Home-page*/
/*Banner*/
.user-logged-out .pos-rel-ban {
    position: relative;
}

.user-logged-out .pos-ab-ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.user-logged-in .pos-ab-ban {
    margin: 0 auto;
}

.user-logged-out .inner-content-div {
    max-width: 700px;
    padding: 21px;
}

.user-logged-out .inner-content-div-home {
    max-width: 890px;
    /*padding: 72px 10px 50px;*/
    padding: 21px;
}

.user-logged-out .inner-content-div p {
    margin: 0px;    
}

/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}

.lead-magnet-form input,
.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
}

.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

.lead-magnet-form .ww-form-container input::placeholder,
.lead-magnet-form .ww-form-container input#first_name::placeholder,
.lead-magnet-form .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#first_name::placeholder{
    font-family: "Open Sans", sans-serif;;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #8F8F8F;
}

.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
}

.lead-magnet-form .width-25{
    width: 38% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
}

/*lead-magnet*/
/*map-section*/
.user-logged-out .content-on-banner3 {
    max-width: 1200px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    padding: 15px;
}
/*map-section*/
/*Home-page*/

/*service-page*/
/*accrodion-section*/
ul.accordion.plain-accord .accordion-title {
    color: #0068B3;
    background: #fff;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.16px;
     padding-right: 50px;
}
ul.accordion.plain-accord li.accordion-item {
    margin-bottom: 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 15px !important;
    overflow: hidden;
    background: #fff;
   
}
ul.accordion.plain-accord li.accordion-item .accordion-content {
    background: #fff;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
ul.accordion.plain-accord .accordion-title::before {
    top: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 1rem;
}

/*accrodion-section*/
/*newsletter-section*/
.newsletter-form-main .container.is-container.is-content-1200 {
    background: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26441/theme/43971/img/Newsletter-Bg-Services-Landing-Template-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffff;
    padding: 90px 60px 80px !important;
    border-radius: 15px;
}
.white-btn {
    background: #fff !important;
    color: #0068b3 !important;
}
.margin-top-5 {
    margin-top: 5rem !important;
}
.margin-bottom-5 {
    margin-bottom: 5rem !important;
}
/*newsletter-section*/
/*service-page*/

/*service-areas-page*/
.user-logged-out .serv-head-elm {
    margin-bottom: -48px;
}
figure.ser-area-fig-mn.box-shadow {
    max-width: 365px;
    margin: 20px 10px 30px;
    box-shadow: 2px 3px 10px #00000036;
}
figure.ser-area-fig-mn.box-shadow figcaption {
    padding: 35px 40px;
}
figure.ser-area-fig-mn.box-shadow figcaption p.link-blk {
    margin: 0;
    position: relative;
}
figure.ser-area-fig-mn.box-shadow figcaption p.link-blk:after {
    content: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/link-arrow.png");
    position: absolute;
    top: 0;
    right: 0;
}
.slick-dots {
    bottom: -25px;
}
.slick-dots li {
    border: 0px solid #000 !important;
    background: #C79C60;
    width: 18px;
    height: 18px;
}
.slick-dots li.slick-active, .slick-dots li:hover {
    background: #000 !important;
}
/*service-areas-page*/

/***service area page***/
ul.ul-block {
    display: flex;
    grid-gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
ul.two-block-ul {
    grid-template-columns: repeat(2, 1fr);
}
ul.three-block-ul {
    grid-template-columns: repeat(3, 1fr);
}
ul.four-block-ul {
    grid-template-columns: repeat(4, 1fr);
}
/*.service-area-ul-two li {
    padding: 15px 8px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.service-area-ul-two li i {
    font-size: 20px;
}
ul.three-block-ul li {
    width: 25%;
    margin: .5%;
}
ul.no-bullet.service-area-ul-two.color-white.ul-block.three-block-ul.small-one-block-ul li a.button {
    padding: 14px 10px !important;
}
.service-area-ul-two li a.button {
    width: 100% !important;
}
/***service area page***/

/**************blog page*****************/
/*Blog Page CSS*/
.main-blog-banner {
    position: relative;
}

.main-blog-banner img {
    width: 100%;
}

.inner-banner.blog-banner {
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  right: 0;
  padding: 0 13px;
}

.main-blog-widget {
    padding-top: 0px;
}

ul.blog-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin-left: 0;
}

ul.blog-ul li {
    margin-bottom: 1rem;
}

ul.ps-blog-tags,
ul.ps-blog-recent-posts {
    list-style: none;
    margin-left: 0;
}

.blog-widget {
    height: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}

.article-image img {
    width: 100%;
}

.inner-blog-widget {
    padding: 25px;
}

.blog-widget .widget-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.blog-widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    z-index: 1;
}

.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #C79C60;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.blog-sidebar-widget {
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    margin-bottom: 15px;
}

.blog-sidebar-widget .blog-sidebar-h2 {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.blog-sidebar-widget .blog-sidebar-h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    z-index: 1;
}

.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #C79C60;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li svg {
    fill: #C79C60;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.widget-category svg {
    fill: #C79C60;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;
}

.blog-widget .widget-category span a {
    color: #C79C60 !important;
    text-transform: capitalize;
    font-weight: 500;
}

.blog-widget .widget-category span:hover {
    color: #A37B44;
}

.blog-widget .widget-category span:hover a {
    color: #C79C60;
}

.blog-inner-text hr {
    display: none;
}

.ps-blog-sharing {
    margin: 10px auto 10px !important;
}

.ps-blog-tags li a {
    color: #C79C60;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
    text-transform: capitalize;
}

.ps-blog-tags li a::before {
    background: #C79C60;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ps-blog-tags li a:hover {
    color: #A37B44;
}

.ps-blog-tags li,
.ps-blog-recent-posts li {
    margin-bottom: 0.5em;
}

.ps-blog-recent-posts a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-recent-posts li a::before {
    background: #C79C60;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-page-type-wrapper,
.article-page-type-wrapper {
    margin-bottom: 50px;
}

.new-blog-page-type .article-category span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.new-blog-page-type .article-category span.menu.variety,
.new-blog-template .blog-widget .widget-category span.menu.variety {
    display: inline-block !important;
    padding: 0px !important;
}

.new-blog-page-type .article-category span.menu.variety a,
.new-blog-template .blog-widget .widget-category span.menu.variety a {
    padding: 0px !important;
}

.new-blog-template .inner-blog-widget h2 {
    font-family: "Tangerine", cursive;;
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #C79C60;
    margin: 0px 0px 15px;
}

.new-blog-template .inner-blog-widget h3 {
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em; 
    text-transform: none;
    color: #000000;
}

.new-blog-template .inner-blog-widget ul {
    margin-left: 1rem !important;
    text-align: left !important;
    list-style-position: outside;
    list-style-type: disclosure-closed;
    display: inline-block;
    margin-top: 0px;
}

.new-blog-template .inner-blog-widget ul li {
    padding: 5px 0;
    font-family: "Open Sans", sans-serif;;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
}

.new-blog-template .inner-blog-widget ul ::marker {
    color: #C79C60;
}

.new-blog-template .inner-blog-widget ul.lab-ul {
    margin-left: unset !important;
}

/**************blog page*****************/

/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: #cccccc75 !important;
}

#footer .fab {
    font-size: 35px;
    color: #222222;
}

footer .icon {
    color: #FFFFFF;
    margin-right: 10px;
}

footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a{
   padding-left:0; 
   padding-top: 0;
}

footer .menu.foot-menu li.active > a {
    background: unset;
    color: #C79C60;
}

.icon-div {
    align-items: baseline;
}

p.footer-icon-div {
    display: flex;
    margin: 0px 0px 15px !important;
}

p.footer-icon-div .icon {
    position: relative;
    top: 3px;
}

i.fas.fa-arrow-right.fa-2x.fa-pull-right.fa-border.fa-rotate-270 {
    background: #F8F8F8;
}

.footer-logo-div img {
    max-width:  ;
}

footer p,
footer a {
    font-size: 14px;    
}
/*footer*/

/* HOMEPAGE */
/* Progress container */
.banner-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    z-index: 5;
    overflow: hidden;
}

/* Progress bar */
.banner-progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff; /* match ref site */
    transform: scaleX(0);
    transform-origin: 0% 50%;
}

.home-page-banner .slick-dots {
    bottom: 10px;
}

.home-page-banner img {
    border: none !important;    
    display: inline-block;
}

a.button.home-banner-btn {
    background: transparent;
    border: 1px solid #FFFFFF;
}

/**testimonial-section**/
.home-banner-slider button.slick-arrow {
    background: transparent !important;
    border: 5px solid #000;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 30px;
    box-shadow: none !important;
    height: 30px;
    top:35%;
}

.home-banner-slider button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(-43deg);
    right: 2%;
    top: 45%;
}

.home-banner-slider button.slick-prev.slick-arrow{
     transform: translateY(-50%) rotate(132deg);
     left: 2%;
     top: 45%;
}

.home-section1 {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-section1-bg-d.webp") !important;
    background-repeat: repeat !important;
    background-position: center !important;
    background-size: auto !important;
    color: #FFFFFF !important;
}

.home-section1 h2.section-main-heading {
    /*color: #C79C60 !important;*/
}

.home-section1-h2 {
    margin: 20px 0px 40px 0px;
    padding: 15px 20px 15px 20px;
    border: 1px solid #C79C60;
    display: inline-block;
}

.home-section2 {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-section2-bg-d.webp") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    color: #FFFFFF !important;
}

.home-section4 {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-section4-bg-d.webp") !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: auto !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important;
}

.home-serv-div {
    position: relative;
}

.home-serv-div img {
    width: 100%;
}

.white-bordered {
    border: 2px solid #FFFFFF;    
}

.home-reviews-section {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-bg3-d.webp") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.slick-arrow-right.slick-arrow {
    display: inline-block;
    position: absolute;
    right: 6.5%;
    top: -24%;
    cursor: pointer;
}

.slick-arrow-left.slick-arrow {
    display: inline-block;
    position: absolute;
    right: 1.1%;
    top: -24%;
    cursor: pointer;
}

.user-logged-out .content-on-banner3 p {
    width: 62%;  
}

.home-newsletter-section {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-bg4-d.webp") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

.no-case {
    text-transform: none;
}

.inline-text {
    display: inline-block;    
}

.no-hover {
    cursor: default !important;
}

.service-area-section {
    
}

.service-area-section p {
    font-weight: 500;
}

/* NEWSLETTER INNER PAGES */
.inner-newsletter-section {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-bg4-d.webp") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

.home-newsletter-section p,
.inner-newsletter-section p {
    font-weight: 600;    
}

/* SERVICE PAGE */
span.button.serv-btn {
    cursor: default;
}

.serv-inner-info-div {
    padding-left: 2rem;
    border-left: 3px solid #000000;
}

.serv-info-div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #C79C60;
    color: #C79C60 !important;
}

.serv-info-div h3 {
    margin: 0px;    
    font-size: 16px;
}

/* REVIEWS PAGE */
/**testimonial-section**/
.testimonial-slider-main button.slick-arrow {
    background: transparent !important;
    border: 5px solid #000000;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top:35%;
}

.testimonial-slider-main button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(-43deg);
    right:0;
}

.testimonial-slider-main button.slick-prev.slick-arrow{
     transform: translateY(-50%) rotate(132deg);
     left:0;
}

.dark-dots .slick-dots li.slick-active, .dark-dots .slick-dots li:hover {
    background: #C79C60;
}

.dark-dots .slick-dots li {
    background: #000;
}

.definition-block {
    /*display: none !important;*/
}

.definition-block p {
    /*display: none;*/
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.pagination p {
    display: flex;
}

.positive-feedback-services h1 {
    margin-bottom: 1em;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    text-transform: none;
    letter-spacing: .01em;
    padding-bottom: 0;
}

/**testimonial-section**/

/*Gallery Hover Effect*/
/*.filter-button{
    color: #000;
    background: #fff;
    border: 1px solid #9A1B1E;    
}*/

.button-active, .filter-button:hover,
.filter-button:focus. .filter-button:active {
    background: #FFFFFF !important;
    color: #C79C60 !important;
    border: 1px solid #C79C60 !important;
    box-shadow: none;
}

button.cell.large-2.button.hover-border.filter-button.button-active {
    background: #C79C60 !important;
    color: #FFFFFF !important;
    border: 1px solid #C79C60 !important;
    box-shadow: none;
}

.gap-20 {
    gap: 20px;
}
/*Gallery Hover Effect*/

/* GALLERY PAGE */
.gslide-image img {
    padding: 40px !important;
}

.glightbox-clean .gslide-media, 
.glightbox-modern .gslide-media {
    box-shadow: unset !important;  
}

.menu-gallery-section .gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: 100%;
    margin: 0 auto;
}


/* BLOG PAGE */
.new-blog-template .blog-widget .widget-title a {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    text-transform: none;
    letter-spacing: .01em;
}

.new-blog-template .blog-sidebar-widget .blog-sidebar-h2 {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    text-transform: none;
    letter-spacing: .01em;
}

.new-blog-template .blog-widget .widget-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    text-transform: none;
    letter-spacing: .01em;
}

.new-blog-template .blog-widget .widget-title::after, .new-blog-template .blog-sidebar-widget .blog-sidebar-h2::after {
    background-color: #C79C60;    
}

.new-blog-template .ps-blog-recent-posts li a::before {
    background-color: #C79C60;    
}

.new-blog-template .lab-ul li svg {
    fill: #C79C60;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.new-blog-template .widget-category svg {
    fill: #C79C60;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.new-blog-template .ps-blog-tags li a {
    color: #C79C60;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
    font-weight: 700;
}

.new-blog-template .ps-blog-tags li a:hover {
    color: #A37B44;
}

.new-blog-template .ps-blog-tags li a::before {
    background: #C79C60;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.new-blog-template .inner-blog-widget {
    padding: 21px;
}

.new-blog-page-type .article-category span.credit.card.processing,
p.widget-category span.credit.card.processing {
    display: inline !important;
    background: unset !important;
    box-shadow: unset !important;
}

ul.ps-blog-tags.ul li.credit.card.processing {
    display: inline !important;
    background: unset !important;
    box-shadow: unset !important;
}

div#lead-magnet-form .cell.medium-12 {
    padding-bottom: 21px !important;
}

/* CONTACT PAGE */
.form-template-3 .ww-form-container-3 input[type="text"], .form-template-3 
.ww-form-container-3 input[type="password"], .form-template-3 
.ww-form-container-3 input[type="tel"], .form-template-3 
.ww-form-container-3 input[type="email"], .form-template-3 
.ww-form-container-3 select, .form-template-3 .ww-form-container-3 textarea, .form-template-3 #mob_phone_phone_number_tel {
    width: 100%;
    border-radius: 5px;
    min-height: 45px;
    background: #dbdbdb;
    margin: 0 0 .5em 0;
}

/* GEBERAL CSS */
.small-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

/* FOOTER */
ul.no-bullet.menu.size-40.align-left img {
    position: relative;
    top: 3px;
}

/* OUR GIRLS PAGE */
.flip-card-back p {
    font-size: 25px;
    line-height: 33px;
}

/* Flip Card Container */
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  margin: 15px auto;
  max-width:294px
}

/* Flip Card Inner Container */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Flip on hover */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.user-logged-in .flip-card:hover .flip-card-inner {
  transform: rotateY(0deg);
}

/* Position front and back */
.flip-card-front, .flip-card-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  box-sizing: border-box;
}
 .flip-card-back {
  position: absolute;
  top:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
 }
.user-logged-in .flip-card-back {
 position: static;

}
/* Front card styling */
.user-logged-in .inner-second {
    position: static !important;
}
.inner-second {
    position: absolute !important;
    content: "" !important;
    transform: translate(0%, 0%) !important;
    top: auto !important;
    left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 20px 5px;
    background: #192226a3;
    bottom: 0;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Back card styling */
.flip-card-back {
  background-color: #000; 
  color: white;
  transform: rotateY(180deg);
      border-radius: 20px;
}
.user-logged-in .flip-card-back {
     transform: rotateY(0deg);
}

.inner-first img {
  max-width: 100%; 
  border-radius: 20px;
}

.flip-card-link {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  padding: 8px 15px;
  border-radius: 4px;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}

.flip-card-link:hover {
  background-color: white;
  color: #2980b9;
}

/* WORDPRESS CSS */
.escorts {
    text-align:center;
    width:100%;
    will-change:opacity, transform;
}
.escorts .escort{
    width:100%;
    padding:0px;
}
.escorts .card-container{
    overflow:hidden;
    position:relative;
    -webkit-perspective:1000px;
    perspective:1000px;
}
.escorts .front,.escorts .back{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.escorts .front{
    opacity:1;
    z-index:2;
    -webkit-transform:rotateX(0) rotateY(0);
    transform:rotateX(0) rotateY(0);
    -webkit-transition:all 1.8s ease-in-out;
    transition:all 2.5s ease-in-out;
}
.escorts .back{
    opacity:0;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    -webkit-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all 1.8s ease-in-out;
    transition:all 2.5s ease-in-out;
}
.escorts .back .cell {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction:normal!important;
    -webkit-flex-direction:row!important;
    -ms-flex-direction:row!important;
    flex-direction:row!important;
}
.escorts .profile-card{
    border-radius:8px 8px 0 0;
    overflow:hidden;
    background:#fff;
    cursor:pointer;
    display:block;
    box-shadow:0 4px 10px rgba(29,29,39,0.045);
    text-align:center;
    text-decoration:none;
}
.escorts .profile-card:hover{
    box-shadow:0 10px 20px rgba(29,29,39,0.2);
}
.escorts .profile-card:hover .back{
    -webkit-transform:rotateX(0) rotateY(0);
    transform:rotateX(0) rotateY(0);
    opacity:1;
}
.escorts .profile-card:hover .front{
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
    opacity:0;
}
.escorts img{
    width:100%;
    height:auto;
}
.escorts .name{
    font-family: "Open Sans", sans-serif;;
    background:white;
    font-size:1.15em;
    line-height: 1.2;
    letter-spacing:1px;
    font-weight: 500;
    margin:0 auto 3px;
    padding:0.35em 0.75em;
    position:relative;
    z-index:1;
    display:block;
    color:black;
    box-shadow:0 -3px 3px rgba(29,29,39,0.025);
    width: 95%;
}
.escorts .quick-glance{
    background-color:#FBEEF2;
}
.escorts .quick-glance .grid-y{
    height:100%;
    margin-bottom:0;
}
.escorts .quick-glance .grid-y .cell{
    padding-left:3px;
    padding-right:3px;
    color:#fff;
    line-height:0.35em;
    font-size:0.7em;
}
.escorts .quick-glance .grid-y .cell:last-of-type{
    border:none;
}
.grid-padding-y>.cell {
     padding-top: 0.9375rem;
     padding-bottom: 0.9375rem;
}
.grid-y>.small-2 {
     height: 16.66667%;
}
@media all and (min-width: 20em){
    .escorts .escort{
        display:inline-block;
        vertical-align:text-top;
    }
}
@media all and (min-width: 40em){
    .escorts .escort{
    }
    .escorts .name{
        border-radius:8px 8px 0 0;
        display:inline-block;
        margin:-20px auto 5px;
        padding:0.5em 1.75em;
    }
    .escorts .quick-glance .grid-y{
        height:95%;
    }
    .escorts .quick-glance .grid-y .cell{
        line-height:0.8em;
        font-size:0.75em;
    }
}
@media all and (min-width: 50em){
    .escorts .name{
        margin:-20px auto 5px;
        padding:0.5em 2em;
    }
    .escorts .quick-glance .grid-y{
        height:95%;
    }
    .escorts .quick-glance .grid-y .cell{
        line-height:0.8em;
        font-size:1em;
    }
}
 @media all and (min-width: 64em){
     .escorts .escort{
        display:inline-block;
    }
     .escorts .name{
        margin:-30px auto 5px;
        padding:0.75em 11px;
    }
     .escorts .quick-glance .grid-y{
        height:95%;
    }
     .escorts .quick-glance .grid-y .cell{
        line-height:0.8em;
        font-size:1em;
    }
}
 .escorts .quick-glance .cell:first-child{
    background:#c79c60;
}
 .escorts .quick-glance .cell:nth-child(2){
    background:#bf9150;
}
 .escorts .quick-glance .cell:nth-child(3){
    background:#b5894c;
}
 .escorts .quick-glance .cell:nth-child(4){
    background:#b3813c;
}
 .escorts .quick-glance .cell:nth-child(5){
    background:#ab7731;
}
 .escorts .quick-glance .cell:nth-child(6){
    background:#ae7f3c;
}
 .quick-glance.back{
    background:#ae7f3c;
}
 .escorts .quick-glance .grid-y .cell {
    line-height: 2.4em;
    font-size: 1em;
}
 .grid-y>.small-2 {
    height: 16.66667%;
}
 .grid-padding-y>.cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
 @media (max-width: 414px){
    .escorts .escort{
        padding:4% 1%;
    }
}

/* PRODUCT DESCRIPTION CSS */

.tribe-events-event-meta {
    font-size: 14px;
    clear: both;
    display: flex;
}

.tribe-events-meta-group.tribe-events-meta-group-other {
    color: #888888;
    background: #0000002b;
    margin: 20px 0 !important;
    border: 1px solid #eee;
    padding-bottom: 1rem !important;
}

.tribe-events-meta-group.tribe-events-meta-group-other {
    width: 100% !important;
}

.tribe-events-event-meta .column, 
.tribe-events-event-meta .tribe-events-meta-group {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    padding: 0 4%;
    text-align: left;
    vertical-align: top;
    width: 33.3333%;
    zoom: 1;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}

.hostess-availability {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}

.tribe-events-event-meta dl {
    margin: 0;
}

.tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: 1;
    list-style: none;
}

.tribe-events-meta-group dt {
    border-bottom: 1px solid;
    float: left;
    height: 50px;
    line-height: 20px !important;
    padding: 12px 0;
    width: 50%;
    text-transform: uppercase;
}

.tribe-events-event-meta dd {
    float: none;
    line-height: 1.5;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.tribe-events-meta-group dd {
    border-bottom: 1px solid;
    float: left !important;
    height: 50px;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 12px 0 !important;
    text-align: right;
    width: 50%;
}

/* ESCORT TIME TABLE */
.hostess-availability {
    /*background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    padding: 0 !important;
    background: #0000002b;
    margin: 20px 0 !important;
    border: 1px solid #eee;
    padding-bottom: 1rem !important;*/    
}

.hostess-availability table {
    border: medium none !important;
    margin: 0;
}

.hostess-availability table th, 
.hostess-availability table td {
    padding: 8px;
    border: 1px solid #e1e1e1;
    text-align: center;
    color: #888888;
}

.hostess-availability table th {
    text-transform: uppercase;
}

/* LADIES DESCRIPTION PAGE */
main.product-page-type {
    background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/prod-bg-dl.webp") !important;
    background-repeat: no-repeat !important;
    background-position: initial !important;
    background-size: cover !important;
    color: #FFFFFF !important;
}

.prod-img img {
    transition: all 0.5s linear 0s;
    border: 5px solid #FFFFFF;
    border-radius: 5px;
}

/* WORK WITH US PAGE */
.work-with-mirage-section-form .grid-container {
    padding: 0px;
}

.work-with-mirage-section-form .grid-container .cell.medium-12 .spacer.height-40 {
    height: 10px;
}

.work-with-mirage-section-form .grid-container fieldset.fieldset {
    border: 0px;
    margin: 1.125rem 0 0;
    padding: 0px;
}

.work-with-mirage-section-form .grid-container fieldset.fieldset > div {
    width: 46%;
    float: left;
    margin-right: 1rem;
}

.work-with-mirage-section-form .field_32242_wrap {
    width: 95% !important;
    background: rgba(0, 0, 0, .02);
    border: 1px dashed #ccc;
    border-radius: 4px;
    color: #aaa;
    margin: 0 auto !important;
    margin-bottom: 16px !important;
    padding: 24px 24px 12px;
    text-align: center;
}

.work-with-mirage-section-form .field_32225_wrap {
    width: 95% !important;
    margin: 0 auto !important;
}

.work-with-mirage-section-form .field_32235_wrap {
    width: 46%;
    float: none !important;
}

.work-with-mirage-section-form div.form-container {
    padding: 0px;
    text-align: left;
    width: 100%;
    margin-left: 0;
}

.work-with-mirage-section-form fieldset.fieldset input {
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    background-color: #f5f5f5 !important;
}

/* CONTACT US PAGE */
.contact-us-form-section-form .grid-container {
    padding: 0px;
}

.contact-us-form-section-form .grid-container .cell.medium-12 .spacer.height-40 {
    height: 10px;
}

.contact-us-form-section-form .grid-container fieldset.fieldset {
    border: 0px;
    margin: 1.125rem 0 0;
    padding: 0px;
}

.contact-us-form-section-form .first_name_wrap {
    width: 48%;
    float: left;
    margin-right: 1rem;
}

.contact-us-form-section-form .last_name_wrap {
    width: 48%;
    float: left;
    margin-right: 0;
}

.contact-us-form-section-form .email_wrap {
    float: none !important;
    clear: both;
}

.contact-us-form-section-form div.form-container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px !important;
}

ul.no-bullet.menu.size-40.align-left a.cta-link {
    background-color: #000000;
    padding: 21px 23px;
    border-radius: 50%;
    color: #FFFFFF;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    margin-right: 1rem;
}

/* BOOK NOW FORM */
.book-now-form form {
    background-color: #FFFFFF;
    padding: 50px 10px 50px;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #F2F2F2;
    border-radius: 0px;
}

/* LINKS PAGE */
.links-para {
    background-color: #9E7338;
    margin: 22px 20px -22px 20px;
    padding: 10px 10px 10px 10px;
    position: relative;
    /* z-index: 1; */
}

.links-para p {
    margin: 0px;
    font-size: 13px;
}

.links-btm-img {
    padding: 40px 40px 20px 40px;
    border: 1px solid #c79c60;
}

/* PRODUCT DESCRIPTION CSS */
.complete-sed {
    text-shadow: 1px 1px 4px black;
    color: #c79c60;
}

.complete-sed a {
    color: #c79c60 !important;
}

.description-content-div {
    clear: both;
}

.terms-content-div {
    clear: both;
}

/* TORONTO ESCORTS PAGE */
#schedule img {
	width: 50px;
}

#schedule td {
	text-align: center;
}

#schedule tr:nth-of-type(odd) {
	background: #eee;
}

#schedule td,
#schedule th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: center;
	width: 10%;
}

#schedule .table-bg {
	background: rgb(119, 82, 26) none repeat scroll 0% 0% !important;
	color: white;
	padding: 20px ! important;
}

#schedule .table-bg th {
	font-family: Open Sans !important;
	text-transform: capitalize !important;
    font-weight: 500;
}

.pro-image {
    text-align: center;
}

span.profile-text {
    display: block;
}

/* SCHEDULE PAGE */
.titleline {
    overflow: hidden;
    text-align: center;
    margin: auto;
    color: #1d1d2780;
}

.titleline:before, 
.titleline:after {
    background-color: rgba(29, 29, 39, 0.3);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 12%;
}

.titleline:before {
    right: 0.5em;
    margin-left: -50%;
}

.titleline:after {
    left: 0.5em;
    margin-right: -50%;
}


.complete-sedulles a {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #b7b6b6 !important;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 20px;
}

#ui-datepicker-div {
  display: none;
}


/* SCHEDULE PAGE */
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #00000042;
}

.schedule-table th {
    border: none;
    border-bottom: 1px solid #FFF;
    background: #C79C60;
    text-transform: uppercase;
    padding: 15px 10px !important;
    text-align: center;
    width: 35%;
}

.schedule-table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
}

.model-cell {
  font-weight: 600;
}

.today {
  background: #f7e4c3;
}

.view-mode.off {
  color: #999;
}

.view-mode.dt,
.view-mode.yyz,
.view-mode.mrk,
.view-mode.ny {
  color: #8a6a2f;
  font-weight: 600;
}

select {
  padding: 4px;
}

.admin-cell select,
.admin-cell input {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
}

.not-available {
  color: #999;
  font-weight: 600;
}

.public-cell .location {
  font-weight: 600;
  color: #8a6a2f;
}

.public-cell .booked {
  font-size: 12px;
  color: #c00;
}

.today {
  background: #f7e4c3;
}

/* SCHEDULE TEST CSS */
ul.weekdays {
    display: flex;
    margin-bottom: 0;
    width: 100%;
}

ul.weekdays li {
    padding: 20px 8px;
    background: #C79C60;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 13.1%;
    list-style: none;
    color: #FFFFFF;
    border-right: 1px solid #d5d5d5;
}

ul.weekdays li.no-background {
    background: transparent;
    width: 130px;
    border-right: 0px solid #d5d5d5;
    position: relative;
}

/*ul.weekdays li.mondaytag {
    border-radius: 38px 0 0 0;
}*/

ul.weekdays li.sundaytag {
    /*border-radius: 0 38px 0 0;*/
    border-right: 0px solid #d5d5d5;
}

ul.ladiesweekschedule.ladies-collection.listing {
    width: 100%;
}

ul.ladiesweekschedule.ladies-collection.listing li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/*ul.ladiesweekschedule.ladies-collection.listing li:nth-child(odd) a {
    background: #EEEEEE;
}*/

ul.ladiesweekschedule.ladies-collection.listing li.odd-row a div {
    /*background: #EEEEEE;*/
}

ul.ladiesweekschedule.ladies-collection.listing li a {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    float: left;
}

.esc-image-holder {
    width: 130px;
    font-size: 17px;
    padding: 11px 11px 2px;
    text-align: center;
}

.items .title {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0px 9px;
    display: block;
}

ul.ladiesweekschedule.ladies-collection.listing li .entry {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    width: 13%;
    border-bottom: 1px solid #d5d5d5;
    font-weight: 600;
    flex-direction: column;
}

ul.ladiesweekschedule.ladies-collection.listing li .entry {
    border-left: 1px solid #d5d5d5;
}

ul.ladiesweekschedule.ladies-collection.listing li .last {
    border-right: 1px solid #d5d5d5;
}

.tba-slot {
    color: #000000;
    background: #c79c6030 !important;
}

.filters label {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 5px;
    display: block;
}

.filters select {
    background: transparent;
    border: 0px solid;
    width: 100%;
    border-bottom: 1px solid;
    border-radius: 0;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
}


/* MOBILE SCHEDULE FIX */

@media only screen and (max-width: 1023.5px) {
/* =========================
   MOBILE SCHEDULE FIX
   ========================= */

/* Hide weekday header */
ul.weekdays{
display:none !important;
}

ul.ladiesweekschedule.ladies-collection.listing {
    width: 100%;
    margin: 0 auto;
}

/* Model row becomes vertical */
ul.ladiesweekschedule.ladies-collection.listing li a{
flex-direction:column;
float:none;
}

/* Model section */
.esc-image-holder{
width:100%;
display:flex;
align-items:center;
gap:12px;
padding:11px;
border-bottom:1px solid #d5d5d5;
}

.esc-image-holder img{
width:100px;
height:unset;
object-fit:cover;
border-radius:6px;
}

/* Schedule cells */
ul.ladiesweekschedule.ladies-collection.listing li .entry{
width:100%;
justify-content:space-between;
padding:10px 12px;
border-left:none;
border-right:none;
text-align:right;
}

/* Add weekday labels */
/*ul.ladiesweekschedule.ladies-collection.listing li a .entry:nth-child(2)::before{content:"Mon";}
ul.ladiesweekschedule.ladies-collection.listing li a .entry:nth-child(3)::before{content:"Tue";}
ul.ladiesweekschedule.ladies-collection.listing li a .entry:nth-child(4)::before{content:"Wed";}
ul.ladiesweekschedule.ladies-collection.listing li a .entry:nth-child(5)::before{content:"Thu";}
ul.ladiesweekschedule.ladies-collection.listing li a .entry:nth-child(6)::before{content:"Fri";}
ul.ladiesweekschedule.ladies-collection.listing li a .entry:nth-child(7)::before{content:"Sat";}
ul.ladiesweekschedule.ladies-collection.listing li a .entry:nth-child(8)::before{content:"Sun";}

ul.ladiesweekschedule.ladies-collection.listing li .entry::before{
font-weight:600;
color:#C79C60;
text-align:left;
}*/

/* Card style */
ul.ladiesweekschedule.ladies-collection.listing li{
margin-bottom:20px;
border:1px solid #e5e5e5;
border-radius:8px;
overflow:hidden;
background:#fff;
}

}

input#mob_phone_phone_number_tel::placeholder {
    display: none;
    color: #f5f5f5 !important;
}

/**********************************************************************************/

@media only screen and (min-width: 1023.5px) {
    
    /* HEADER */
    li.handle-service-areas.is-section.has-submenu.is-dropdown-submenu-parent.opens-left ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical {
        max-height: 300px;
        overflow-y: scroll;
    }
    
    /* BANNER CSS */
    .user-logged-out .inner-content-div {
        background: #00000087;           
    }
    
    .user-logged-out .inner-content-div-home {
             
    }     
    
}

/*************/

@media only screen and (min-width: 1023.5px) and (max-width: 1200px) {
    
    /* HEADER */
    header .dropdown.menu > li > a {
        padding: 1rem 7px;
    }
    
    header ul.dropdown.menu li a:not(.button) {
        font-weight: 400;
        margin: 0px;
    }
    
    .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: 39px;
        z-index: 9;
    }    
    
    .translator {
        max-width: 188px;
        margin: 15px 0 auto auto;
        margin-bottom: 10px !important;
    }    
    
    a.button, span.button, input.button, input#Submit, 
    .gen-form #Submit, #newsletter-form #Submit, .button {
        padding: 10px 16px !important;    
    }    
    
    .logo-container img {
        max-width: 270px;
    }    
    
    header ul.dropdown.menu.level-1 > li > a:not(.button) {
        padding: 0rem 8px;
    }    
    
    /* BANNER TEXT */
    .user-logged-out .inner-content-div {
        max-width: 651px;
        padding: 15px 14px;
    }
    
    .user-logged-out .inner-content-div-home {
        max-width: 650px;
        /*padding: 25px 20px 10px;*/
        padding: 21px;
    }    
    
    .banner-main-heading, 
    .section-main-heading {
        font-size: 30px;
        line-height: 40px;
    }    
    
    .banner-text {
        font-size: 15px;
        line-height: 25px;
    }  
    
    .cta-link {
        font-size: 16px;
        line-height: 26px;
    }
    
    p, ul li {
        font-size: 16px;
        line-height: 26px;
    }
    
    .list li {
        padding: 4px 0;
        font-size: 15px;
        line-height: 26px;
    }
    
    footer .cta-link {
        font-size: 13px;
        line-height: 26px;
    }
    
    footer p, footer ul footer li {
        font-size: 13px;
        line-height: 26px;
    }    
    
    /* HOMEPAGE */
    
    /* OUR GIRLS PAGE */
    .escorts .name {
        font-size: 14px;    
    }
    
    ul.weekdays li {
        font-size: 14px;    
    }
    
    /* SERVICE AREAS */
    ul.three-block-ul li {
        width: 30%;
        margin: .5%;
    }
    
    /* CONTACT PAGE */
    .contact-card p,
    .contact-card a {
        font-size: 14px !important;
    }
    
    
    
}

@media only screen and (max-width: 1023.5px) {
    /*general-classes*/
      figure.light-bg.height-100 figcaption.padding-1,figure.dark-bg.height-100 figcaption.padding-1 {
        min-height: 210px;
    }
        ul.menu.justify-small-center.align-middle.align-right {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    ul.menu.justify-small-center.align-middle.align-right li {
        margin-left: 0 !important;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .lead-magnet-form .width-25 {
        width: 100% !important;
        margin-right: 20px;
    }
    
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .justify-small-center {
        justify-content: center !important;
    }

    .mobile-color-white{
        color: #fff !important;
    }
    
    .mobile-color-black{
        color: #333333 !important;
    }
    
    .margin-top-sm-3 {
        margin-top: 3rem !important;
    }
    
    .flex-direction-column {
        flex-direction: column;
    }
    
    .flex-direction-column-rvrs-mb {
        flex-direction: column-reverse;
    }
    
    .border-mb-0 {
        border: 0 !important;
    }
    
    .align-middle-mobile {
        align-items: center;
    }
    
    /*general-classes*/
    
    
    /*separator classes*/
    .separator-sm-center{
        text-align: center !important;
    }
    
    .separator-sm-center::before, .separator-sm-center::after {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .separator-sm-center::after {
        position: relative !important;
        border-bottom: 0.125rem solid;
        clear: both;
        margin-top: 1rem !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    /*separator classes*/
    
    .inner-div{
        margin-right: 0;
    }
    
    .ham-menu-mobile {
        position: absolute;
        text-align: right;
        top: -5px;
        right: 0;
        float: right;
        width: 5%;
        margin: 0 !important;
    }
    
    .header5 {
        margin-top: 1rem;
        max-width: 100% !important;
    }
    
    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .flex-dlr-column-mobile,
    .flex-direction-column{
        flex-direction: column;
    }
    
    .mobile-color-black{
        color:#000 !important;
    }
    
    .mobile-bg-dark{
        background: #444444 !important;
    }
        
    .padding-top-sm-3 {
        padding-top:3rem !important;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem  !important;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem !important;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem  !important;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem  !important;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem !important;   
    }

    .padding-top-sm-0 {
        padding-top:0 !important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0 !important;
    }
    
     .margin-top-sm-2{
        margin-top:2rem !important;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem !important;
    }
    
    .padding-left-sm-1 {
        padding-left: 1rem !important;
    }
    
    .padding-right-sm-1 {
        padding-right: 1rem !important;
    }
    
    .margin-top-sm-1{
        margin-top:1rem !important;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem !important;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .three-color-gradient-bg {
        background: #e3e3e3 !important;
    }
    
    .padding-horizontal-8 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    
    .padding-horizontal-sm-1 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }    
    /*general-classes*/    
    
    /*header*/
    .menu-block-main {
        justify-content: center;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
    }
    .pos-ab-header {
        position: static !important;
        background: #4A4A4A !important;
        border-color: rgba(255, 255, 255, 0.20) !important;
    }
    .logo-container {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    .two-block-ul {
        width: 100%;
    }
    .two-block-ul li {
        width: 50%;
        padding: 10px 0;
    }
    .two-block-ul li:first-child {
        border-right: 1px solid #6e6e6e;
    }
    .left-seprator:after, .middle-seprator:after {
        right: 0;
        margin: 0 auto;
    }
    .lead-magnet-form .submit_wrap.padding-top-1 {
        margin: 30px 0 0;
    }
    header#header {
        flex-wrap: wrap;
        display: flex;
    }
    header#header .ecommerce-style2 {
        width: 100%;
    }
    header#header .upper-head-div {
        max-width: 100% !important;
        margin: 0;
        width: 100%;
    }
    header#header .bd-bottom-mb {
        border-bottom: 1px solid #d3d3d3;
        text-align: center;
    }
    
    header#header .two-block-ul li {
        display: block !important;
        width: 100%;
        text-align: center;
        border-right: 0 !important;
        display: flex !important;
        justify-content: center;
    }
    
    header#header .padding-sm-0 {
        padding: 0 !important;
    }
    
    .top-header-section {
        width: 100% !important;
    }    
    
    .sidenav-bar {
        top: 0;
        right: 15px;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 99999;
    }    
    
    /*header*/
    
    /* HEADER */
    .logo-container img {
        max-width: unset;
    }    
    
    .max-width-100-sm {
        max-width: 100% !important;
    }    
    
    /***Home-page***/
    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100% !important;
        justify-content: center;
    }
    
    .user-logged-out .inner-content-div {
        max-width: 100%;
        width: 100%;
        background: #000000;
        padding: 51px 30px 51px;
        text-align: center;
    }     

    .user-logged-out .inner-content-div-home {
        max-width: 100%;
        width: 100%;
        background: #000000;
        padding: 51px 30px 51px;
        text-align: center;
    }
    
    .user-logged-out .inner-content-div .cta-link {
        color: #FFFFFF !important;    
    }
       
    /*Banner*/
     /***Home-page***/
     
     /*service-page*/
     /*newsletter-section*/
     .newsletter-form-main .container.is-container.is-content-1200 {
        padding: 90px 12px 80px !important;
        margin: 0 15px;
    max-width: 100% !important;
    }
     .newsletter-form-main input#first_name, .newsletter-form-main input#email {
        margin-bottom: 15px !important;
    }
     input#subscribe {
        width: auto !important;
    }
    
     /*newsletter-section*/
     /*service-page*/
     
    /*footer*/
    .icon-div {
        flex-direction: row;
        align-items: baseline;
        justify-content: center;
        display: block;
    }
    
    footer ul.no-bullet.menu.size-40.align-left {
        text-align: center;
        justify-content: center;
    }
    
    footer .menu li a {
        margin: 10px 0px;    
    }
    
    .is-footer, .is-wrapper .is-footer {
        padding: 0px 0px 52px !important;    
    }
    
    i.fas.fa-arrow-right.fa-2x.fa-pull-right.fa-border.fa-rotate-270 {
        background: #F8F8F8;
        position: relative;
        bottom: 40px;
    }
    /*footer*/
    
    /* GENERAL CSS */    
    .margin-top-sm-0 {
        margin-top: 0rem !important;
    }
    
    .margin-top-sm-1 {
        margin-top: 1rem !important;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem !important;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem  !important;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem !important;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem  !important;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem  !important;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem !important;   
    }

    .padding-top-sm-0 {
        padding-top:0 !important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0 !important;
    }
    
     .margin-top-sm-2{
        margin-top:2rem !important;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem !important;
    }
    
    .margin-bottom-sm-3{
        margin-bottom:3rem !important;
    }
    
    .padding-left-sm-1 {
        padding-left: 1rem !important;
    }
    
    .padding-right-sm-1 {
        padding-right: 1rem !important;
    }
    
    .margin-top-sm-1{
        margin-top:1rem !important;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem !important;
    }
    
    .margin-right-sm-0{
        margin-right: 0 !important;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }    
    /* GENERAL CSS */
    
     /*service-page*/
     /*newsletter-section*/
     .newsletter-form-main .container.is-container.is-content-1200 {
        padding: 90px 12px 80px !important;
        margin: 0 15px;
    max-width: 100% !important;
    }
     .newsletter-form-main input#first_name, .newsletter-form-main input#email {
        margin-bottom: 15px !important;
    }
     input#subscribe {
        width: auto !important;
    }  
     /*newsletter-section*/
     /*service-page*/
          
    
    /* BANNER TEXT */
    .banner-main-heading {
        font-size: 41px;
        line-height: 46px;
        color: #FFFFFF;
    }    
    
    .banner-sub-heading {
        color: #FFFFFF;
    }     
    
    .banner-text {
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
    }        
    
    .section-main-heading, .Lead-magnet-form-heading, 
    h2.blog-sidebar-h2, h1.article-title, h1.article-title a {
        font-size: 38px;
        line-height: 48px;
    }
    
    .cta-link {
        font-size: 16px;
        line-height: 26px;
    }
    
    p, ul li {
        font-size: 16px;
        line-height: 26px;
    }
    
    .list li {
        padding: 5px 0;
        font-size: 16px;
        line-height: 26px;
    }    
    
    /* HOMEPAGE */
    .home-lead-magnet-section {
        background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-lead-bg-m.webp") !important;
        background-size: cover !important;
    }
    
    .flex-direction-column-small {
        flex-direction: column;
    }    

    .home-benefit3-section {
        background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-bg2-m.webp") !important;        
    }
    
    .home-reviews-section {
        background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-bg3-m.webp") !important;        
    }
        
    .user-logged-out .content-on-banner3 p {
        width: 100%;
        margin: 0 auto;
    }
    
    .home-newsletter-section,
    .inner-newsletter-section {
        background-image: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30896/theme/48786/img/home-bg4-m.webp") !important; 
        background-size: cover !important;
    }   
    
    .slick-arrow-right.slick-arrow {
        display: inline-block;
        position: absolute;
        right: unset;
        left: 39%;
        top: -14%;
    }
    
    .slick-arrow-left.slick-arrow {
        display: inline-block;
        position: absolute;
        right: 39%;
        top: -14%;
    }    
    
    .h1-border-left:before,
    .h1-border-center:before {
        left: 50%;
        transform: translateX(-50%);
    }  
    
    .h2-border-left:before,
    .h2-border-center:before {
        left: 50%;
        transform: translateX(-50%);
    }     
    
    .home-reivew-div {
        position: relative;
        padding: 80px 25px !important;
        background: #ffffff3d;
    }
    
    .home-reivew-div:before {
        top: 1%;
        left: 2%;
    }
    
    .home-reivew-div:after {
        bottom: 1%;
        right: 2%;
    }    
    
    /* OUR GIRLS PAGE */
    .escort.escortsList {
        width: 75%;
    }
    
    /* MENU PAGE */
    .menu-gallery-section .gallery-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }       
    
    /***service area page***/
    ul.small-one-block-ul {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.small-two-block-ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-area-head {
        max-width: 100% !important;
    }
    /***service area page***/        
    
    /* SERVICES AREAS PAGE */
    ul.no-bullet.service-area-ul-two.color-white.ul-block.three-block-ul.small-one-block-ul li a.button {
        padding: 14px 9px !important;
    }    
    
    ul.three-block-ul li {
        width: 46%;
        margin: .5%;
    }            
    
    /* BLOG PAGE */
    .inner-banner.blog-banner {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
        text-align: center;
        justify-content: center;
        height: 100%;
        align-items: center;
        display: flex;
        max-width: 100%;
        margin: 0 auto;
        right: 0;
        padding: 51px 21px 51px;
        background: #000000;
    }
    
    /* CONTACT PAGE */
    .contact-card p,
    .contact-card a {
        font-size: 16px !important;
    }    
    
    /* FOOTER */
    .logo-container-footer img {
        max-width: 360px;
    }
    
    footer .cell.hide-for-large {
        padding: 0px !important;
    }
    
    footer .menu.foot-menu li {
        width: 75%;
        margin: 0 auto;
    }
    
    .mobile-cta-space {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    
    .mobile-cta-space a.button {
        width: 100% !important;
        border-radius: 0px !important;
    }
    
    a.button.mobile-cta-button.width-100 {
        border-radius: 20px 20px 0px 0px !important;
    }    
    
    #footer .mobile-cta-space .fab {
        font-size: 21px;
        color: #FFFFFF;
    }    
    
    footer .mobile-cta-space .icon {
        color: #FFFFFF;
        margin-right: 0px;
        font-size: 21px;
    }
    
    .mobile-cta-space .cell.large-4.medium-4.small-4.text-center.padding-0 {
        border-right: 1px solid #FFFFFF;
    }
    
    .mobile-cta-space .cell.large-4.medium-4.small-4.text-center.padding-0:last-child {
        border-right: 0px solid #FFFFFF;
    }    
    
    
}

@media only screen and (max-width: 667px) {
    
    /* HOMEPAGE */
    .slick-arrow-right.slick-arrow {
        display: inline-block;
        position: absolute;
        right: unset;
        left: 38%;
        top: -16%;
    }
    
    .slick-arrow-left.slick-arrow {
        display: inline-block;
        position: absolute;
        right: 38%;
        top: -16%;
    }   
    
    .banner-main-heading-home{
            font-size: 70px;
            line-height: 1.3;
        }
    
    /* MENU PAGE */
    .menu-gallery-section .gallery-grid-container {
        grid-template-columns: 1fr;
    }      
    
    /* SERVICES AREAS PAGE */
    ul.no-bullet.service-area-ul-two.color-white.ul-block.three-block-ul.small-one-block-ul li a.button {
        padding: 14px 9px !important;
    }    
    
    ul.three-block-ul li {
        width: 85%;
        margin: .5%;
    }          
    
}

@media only screen and (max-width: 640px) {
    
    /* WORK WITH US PAGE */
    .work-with-mirage-section-form .grid-container fieldset.fieldset > div {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    .work-with-mirage-section-form .field_32242_wrap {
        width: 100% !important;
    }
    
    .work-with-mirage-section-form .field_32225_wrap {
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .work-with-mirage-section-form .field_32235_wrap {
        width: 100%;
        float: none !important;
    }
    
    .work-with-mirage-section-form .iti.iti--allow-dropdown {
        width: 100%;
    }    
    
    /* CONTACT US PAGE */
    .contact-us-form-section-form .first_name_wrap {
        width: 100%;
        float: left;
        margin-right: 1rem;
    }
    
    .contact-us-form-section-form .last_name_wrap {
        width: 100%;
        float: left;
        margin-right: 0;
    }       
    
}

@media only screen and (max-width: 568px) {
    
    /* HOMEPAGE */
    .slick-arrow-right.slick-arrow {
        display: inline-block;
        position: absolute;
        right: unset;
        left: 38%;
        top: -18%;
    }
    
    .slick-arrow-left.slick-arrow {
        display: inline-block;
        position: absolute;
        right: 38%;
        top: -18%;
    }    
    
}

@media only screen and (max-width: 501px) {
    
    /* HOMEPAGE */    
    
    
    /* SERVICE AREA */
    .user-logged-out .content-on-banner3 {
        max-width: 100%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        right: 0;
        padding: 0px 15px 35px;
    }
    
}

@media only screen and (max-width: 501px) {
    
    /* HOMEPAGE */  
    
}


@media only screen and (max-width: 479px) {
    
    /* HEADER */
    .logo-container img {
        max-width: 265px;
    }
    
    .ham-menu {
        position: relative;
        top: -5px;
    }
    
    a.cta-link {
    word-break: break-word;
}
    
    /* BUTTON CSS */
    a.button, 
    span.button, input.button, 
    input#Submit, .gen-form #Submit, 
    #newsletter-form #Submit, .button {
        padding: 10px 24px !important;
    }
    
    /* LOGIN PAGE */
    .ps-login-page .grid-x.grid-padding-x.padding-3 {
        padding: 25px !important;
    }
    
    /* BANNER CSS */
    .banner-main-heading,
    .section-main-heading {
        font-size: 30px;
        line-height: 40px;
    }
    
    /* HOMEPAGE */
    .slick-arrow-right.slick-arrow {
        display: inline-block;
        position: absolute;
        right: unset;
        left: 33%;
        top: -28%;
    }
    
    .slick-arrow-left.slick-arrow {
        display: inline-block;
        position: absolute;
        right: 33%;
        top: -28%;
    }    
    
    /* OUR GIRLS PAGE */
    .escort.escortsList {
        width: 100%;
    }    
    
    /* FOOTER */
    .logo-container-footer img {
        max-width: 260px;
    }
    
}
