<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Leisure Child
Theme URI: http://demo.curlythemes.com/hotel-wp/
Template: leisure
Author: Curly Themes
Author URI: http://demo.curlythemes.com/
Description: Leisure is a premium WordPress theme dedicated to Leisure purpose businesses.
Tags: red,blue,green,tan,light,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,fluid-layout,custom-background,custom-header,custom-menu,custom-colors,featured-images,full-width-template,theme-options,translation-ready,responsive-layout
Version: 1.7.1494953177
Updated: 2017-05-16 16:46:17

*/

.custom-pop-btn{
  position: relative;  
   transition: all 0.5s ease-in-out;
    }

  #modal-contentss{
      
       position: absolute;
        transition: all 0.5s ease-in-out;
        background:#0c2357;
        color:#fff;
        padding:10px 20px;
        border:1px solid#0c2357;
     margin-top:-5px;
       z-index: 1;
      }  
        #modal-contentss h3{
            color:#fff;
            }
.custom-pop-btn .opps-btn #modal-contentss{
    display:none;
}

.custom-pop-btn:hover #modal-contentss{
         display:block;
}
.custom-pop-btn .vc_btn3.vc_btn3-size-md{
    font-size:16px;
   background: #102453;
color: #fff;
    }
    
#modal-contentss::before {
    content: '\f0d8';
    color: inherit;
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: -25px;
    left: 45%;
    color:#0c2357;
    font-size:30px;
}

#menu-item-6548 &gt; .sub-menu {
	max-height: 270px;
	overflow-y: auto;
}

@supports (-webkit-overflow-scrolling: touch) {
menu-item-6548 &gt; .sub-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
	-webkit-overflow-scrolling: touch;
}
#menu-item-6548 &gt; .sub-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
}</pre></body></html>