<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
  font-family: "LinotypeNeue";
  src: url("LinotypeNeue.otf") format("opentype");
}

body {
  font-family: LinotypeNeue, sans;
}

#menu-main-menu&gt;li&gt;a {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.et-header-menu .sub-menu {
  padding: 15px 0 25px;
}
header.page-header,
div.hero-header,
header.woocommerce-products-header {
  display: none;
}
.page .site-content .container {
  margin-top: 40px;
}
.et-header-menu&gt;li {
  padding-left: 15px;
}
.et-header-menu&gt;li&gt;a:after,.et-header-menu .sub-menu&gt;li&gt;a:after {
  height: 1.2px;
}
#menu-item-30::after {
  content: '';
  width: 24px;
  margin-left: 15px;
  height: 60px;
  background: url('/wp-content/uploads/2024/11/cross-sep.png') no-repeat;
  background-size: contain;
}
.footer-left {
  margin-bottom: 20px;
}
.footer-left .wp-image-520 {
  margin-left: 30px;
}
#menu-footer-menu {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer-bar .menu &gt; li {
    display: inline-block;
  }
  .footer-bar .menu &gt; li a {
    margin: 0 15px 0 0;
  }
  .footer-left .wp-image-98 {
    width: 50px;
  }
  .footer-left .wp-image-520 {
    width: 80px;
  }
}
.et-countdown {
  text-align: center;
}

.shop_bar {
  display: none;
}
</pre></body></html>