<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Rosa Child
Theme URI: http://pixelgrade.com/demos/rosa
Author: PixelGrade Team
Author URI: http://pixelgrade.com
Template: rosa
Description:  ROSA is an enchanting and easy-to-use parallax Restaurant WordPress theme that allows you to tell your story in a dynamic, narrative and enjoyable way, making it perfect for restaurants, bakeries, bars or coffee shops.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rosa_txtd
Tags: black, orange, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, sticky-post, translation-ready
*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: rosa' line. */

.sm-icons {
	display: inline-block;
	width: 60px;
}
.sm-icons a {
	display: inline-block;
	width: 25px!important;
}
.sm-icons a img {
	width: 25px;
}
.container .flexbox.xtend4social {
    width: 100%!important;
    margin-left: 0px!important;
}
/*********************************BW NOTE: USE CUSTOMIZE IN WPADMIN TO OVERWRITE PARENT STYLE.CSS****************/
@media(min-width: 1300px){
  .container .flexbox {
    width: 109%;
    margin-left: -4%;
  }
}
/*ANIMATIONS*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*END ANIMATIONS*/
/****************Cursor Arrows**********/
/*******************Below is code removed from parent theme style.css, line 8950************/
/*.rsArrow {
  z-index: 10;
  display:none !important;
 }
  .arrows--outside .rsArrow {
    top: 0;
    height: 100%; }
    .arrows--outside .rsArrow .rsArrowIcn {
      top: 45%;
      position: relative; }
  .single-post .arrows--outside .rsArrow {
    height: 100%; }
  @media only screen and (max-width: 899px) {
    .billboard.arrows--outside .rsArrow {
      height: 80%; } }
  @media only screen and (min-width: 900px) {
    .arrows--outside .rsArrow .rsArrowIcn {
      top: 50%;
      position: relative; } }

.slider-arrows-header.arrows--hover .rsArrow {
  cursor: none;
  width: 40%;
  height: 70%;
  top: 15%;
  background: transparent;
  -webkit-transform: none;
          transform: none; }

.slider-arrows-header.arrows--hover .rsArrowIcn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .1s linear; }

.menu-list__items .article__content p, 
.menu-list__item p {
	margin-bottom: 2px;
}

.slider-arrows-header.arrows--hover .visible .rsArrowIcn {
  opacity: 1; }*/
/**************END CURSOR Arrows**********/
.sidebar-footer {
display: none;
}

/*****************Garamond Font, Pantry******/
.page-id-28 #page, 
.page-id-28 #page h1, 
.page-id-28 #page div,
.page-id-28 #page span,
.page-id-28 #page p {
	font-family: garamond!important;
}
/*************END Garamond Font, Pantry******/

.site-title--image img {
max-height: 150px !important;
}
#post-426-title .article__headline {
	display: none;
}

.headline__secondary {
    font-size: 80px !important;
}


.gform_wrapper label.gfield_label {
    font-size: 1.25em !important;
    color: #262526 !important;
}

.banner { background:  #333;
    text-align:  center;
    display: block;
    height: 32px;
    position: absolute;
    top: 0;
    width: 100%;}
.banner a {margin-bottom: 0px; color: #fff; font-size: 14px; padding-top:4px;}
.banner a:hover {color: #fff; text-decoration: none;}
.banner span {text-transform: uppercase;}
.flexbox button.nav-trigger {padding-top: 24px;}
.branding-container {padding-top: 24px;}
.site-title--image img {margin: 0px auto;}
.container {margin-top: 24px;}</pre></body></html>