<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kt-sc-spacer{
    display:block;
}

/**=== Title ===**/
.kt-sc-title{
    margin:0px 0 0px 0;
    padding:10px 0;
    display: block;
    text-align: center;

}
.kt-sc-title h1{
    font-family: "Playfair Regular";
    font-size:38px;
    text-align: center;
    margin:10px 0;
    color:#CAB479;
}
.kt-sc-title h1 span{
    padding:0 15px;
}
.kt-sc-title h4{
    font-size:26px;
    margin:3px 0;
    color:#CAB479;
   font-family: "Playfair Regular";
}

/**== Inverted ==**/
.kt-sc-title.inverted h1,
.kt-sc-title.inverted h4{
    color:#ffffff;
    font-size:40px;
    width: 100%;
    text-align: center;
}
.kt-sc-title.inverted h4{
    font-size:26px;
}
/** == Button == **/
.kt-sc-button-btn{
    padding:10px 25px;
    border:1px solid #ffffff;
}

/** == Alt Button == **/
.kt-sc-alt-button{
    display:inline-block;
    padding:8px 26px;
    border:3px solid #CAB479;
    color:#ffffff;
    background: #CAB479;
}
.kt-sc-alt-button:hover{
    padding:8px 26px;
    border:3px solid #ffffff;
    color:#CAB479;
    background: #ffffff;
}
.kt-sc-alt-button.inverted{
    display:inline-block;
    padding:8px 26px;
    border:3px solid #ffffff;
    color:#ffffff;
}
.kt-sc-alt-button.inverted:hover{
    border:3px solid #CAB479;
    color:#CAB479;
    background: #ffffff;
}

/**== Banner ==**/
.kt-sc-banner{
    margin:10px 0;
    padding:5px;
}
/**== Background-color ==**/
.kt-sc-bgcolor-section{
    padding:25px 10px;
    position: relative;
}

/**== Background Image ==**/
.kt-sc-bgimage-section{
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
}

/**== Background Pattern ==**/
.kt-sc-bgpattern-section{
    padding:0 10px ;
}

/**== Custom content block ==**/
.kt-sc-cci{
    display:block;
    margin:20px 0;
    font-size:15px;
    background:#ffffff;
    padding:4px;
}
.kt-sc-cci-image{
   width:100%;
}
.kt-sc-cci h1{
    text-align: center;
    margin:12px 0 5px 0;
    font-weight:400;
    font-size:32px;
    color:#CAB479;
    font-family: "Lato Black;

}
.kt-sc-cci h5{
    font-weight:400;
    margin:2px 0 15px 0;
    color:#000000;
    font-family: "Crimson Regular";
}
.kt-sc-cci p{
    line-height:26px;
    font-size:16px;
    margin-top:30px ;
    font-family: "Crimson Regular";
    text-align: center;
}
.kt-sc-cci-button{
    text-align: center;
}
.kt-sc-cci-button a{
    display:inline-block;
    background:#ffffff;
    border:3px solid #CAB479;
    padding:13px 24px;
    margin:10px 10px 10px 0;
    color:#CAB479;
}
.kt-sc-cci-button a:hover{
    background:#CAB479 !important;
    color:#ffffff;
    border:2px solid #ffffff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.overlayme{
    position:relative;
    display: inline-block;
}
.kt-overlay-me{
    position:absolute;
    background:rgba(0,0,0,0.65);
    top:0;
    height:100%;
    width:100%;
    display:none;

}
.overlayme:hover &gt; .kt-overlay-me{
    display: block;
}
.kt-overlay-me &gt; a{
    position:absolute;
    left: 50%;
    top: 50%;
    color:#CAB479;
    transform: translate(-50%,-50%);

}
/**== Custom Content Circle ==**/
.kt-sc-ccc{
    margin:10px 0 5px 0;
    position:relative;
}
.kt-sc-ccc &gt; a &gt; img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.kt-sc-ccc &gt; a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.kt-sc-ccc &gt; img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.circle-overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
     background:rgba(255,255,255,0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:100%;
    height:100%;
}

.circle-overlay &gt; a{
    display:block;
    height:100%;
    width:100%;
}
.overlay-contents{
    width:65%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,26%);
}
.overlay-contents h3{
    font-size:32px;
    font-family:"Alpha Slab Regular";
}
.overlay-contents p{
    font-weight: 300;
}
.overlay-contents i{
    color:#7bcbd2;
    font-size:60px;
}
.kt-sc-ccc &gt; img:hover &gt; .circle-overlay{
    display:block;
}

/**= Category Block ==**/
.kt-sc-category-block{

}
.kt-sc-category-block-title{
    display:inline-block;
    background:#CAB479;
    padding:5px 15px;
    border:1px solid #ffffff;
}
.kt-sc-category-block-title &gt; a{
    color:#ffffff;
}
.kt-sc-category-block &gt; .beyond-rp-item{
    line-height:20px;
}
.kt-sc-category-block &gt; .beyond-rp-item p{
    margin:5px 0;
}
/**For col-md-4 and less parents **/
.col-md-4 &gt; .kt-sc-category-block
.col-md-2 &gt; .kt-sc-category-block{
    font-size:11px;
}
.col-md-4 &gt; .kt-sc-category-block &gt; .beyond-rp-item &gt; .beyond-rp-body h4,
.col-md-2 &gt; .kt-sc-category-block &gt; .beyond-rp-item &gt; .beyond-rp-body h4{
    font-size:16px !important;
}

/**== Posts slider ==**/
.kt-sc-post-slider{
    margin:20px 0;
    display:block;
}
.kt-sc-post-slide-image{
    position:relative;
}
.kt-sc-post-slide-details{
    position:absolute;
    top:0;
    left:0;
    background:rgba(35,35,35,0.5);
    padding:5px 10px;
    width:100%;
    color:#ffffff;
    font-size:14px;
}

.kt-sc-post-slide,
.kt-sc-carousel-slide{
    font-size:14px;
    margin:3px 0;
    line-height:18px;
}
.kt-sc-carousel-slide{
    margin:5px;
}
/**== Testimonial Carousel ==**/
.kt-sc-testimonial-carousel{
    padding:30px 0;
}
.kt-sc-testimonial-carousel-slide{
    line-height:26px;
    color:#CAB479;
}
.kt-sc-testimonial-name{
    color:#CAB479;
    font-weight:700;
}
.owl-pagination &gt; .owl-page &gt; span{
    background: #CAB479 !important;
}

/**== Tiled galleries ==**/
.kt-sc-tiled-gallery-container{
    margin:0 auto;
    width: auto;
}

/**=== Menu Categories and Items ==**/
.kt-sc-menu-category-container{
    margin: 30px 0 30px 0;
}
.kt-sc-menu-category-container h1{
    font-size:45px;
    font-family: "Playfair Black"
}
.menu-category-icon{
    font-size:46px;
    color:#06bfea;
}
p.menu-category-description{
    line-height:22px;
    font-family: "Raleway Regular"
    text-align: justify;
    padding-bottom: 40px;
}

.menu-item-dots{
    display: inline-block;
    width: 40%;
    float: left;
    margin-top: 20px;
    border-bottom: 1px dotted #000;
    margin-left: 5px;
}
/*** MENU ITEMS ***/
.kt-single-menu-item{
    margin:5px 0;
}
.menu-item-image{
    float:left;
    margin:10px 20px 0 0;
}
h4.menu-item-title{
    color:#ffffff;
    font-family: "Raleway Bold";
    font-size:22px;
    margin:5px 0;
    display:inline-block;
    text-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
}
.dark{
    color:#000000 !important;
    text-shadow: 0px 1px 2px rgba(0,0,0, 0.1) !important;
}
p.menu-item-text{
    color:#ffffff;
    font-size:16px;
    font-family: "Raleway Medium";
}
.menu-item-price{
    color:#ffffff;
    font-weight:800;
}
.dots{
    display:inline-block;
    width:35%;
    border-bottom:3px dotted white;
    margin-right:5px;
    margin-left:5px;
    background:url('../img/dots.png') repeat bottom;
}
.dots.dark{
    display:inline-block;
    width:35%;
    border-bottom:3px dotted #000000;
    margin-right:5px;
    margin-left:5px;
    background:url('../img/dots-dark.png') repeat bottom;
}

/* Team Member */
.kt-sc-single-member{
    padding:10px 40px;
    text-align: center;
}
.kt-sc-member-image{
    position:relative;
    overflow: hidden;
}
.kt-sc-member-image &gt;  img{
    display:block;
    margin:0 auto;
}
.kt-sc-member-name{
    font-family: "Playfair Regular" !important;
    font-size:16px;
    color:#CAB479 !important;
    margin:15px 0 10px 0 !important;
    text-align:center;
}
.kt-sc-member-description{
    font-size:13px;
    line-height:20px;
}
.kt-sc-member-socials{
    width:100%;
    display:inline-block;
    text-align: center;
    margin:15px 0;
}
.kt-sc-member-socials li{
    display:inline-block;

}
.kt-sc-member-socials li a{
    color:#ffffff;
    display:inline-block;
    background:#e5e5e5;
    padding:8px 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    border-radius: 50%;
    margin-right:10px;
}
.kt-sc-member-socials li a:hover{
    color:#CAB479;

}
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 468px) {
    .menu-item-image{
        display: none;
    }
}</pre></body></html>