@charset "UTF-8";
/*
Theme Name: Euphoria HiFi
Theme URI: 
Author: Euphoria HiFi
Author URI: https://Euphoriahifi.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.1.8.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Euphoria HiFi is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*###################################
# General Styles
###################################*/
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body { margin: 0 auto; width: 100%; }

/*###################################
## Layouts
###################################*/
.site {margin: 0 auto;}
.full {width: 100%;}
.main {max-width: 100%;}
.entry-content {margin: 0;}
.hentry, .so-panel, .panel-grid {margin-bottom: 0!important;}
.has-1-columns .wp-block-column {flex-basis: 100%;}
.wp-block-column, .blocks-gallery-item {margin: 0 !important;}
.wp-block-gallery.is-cropped .blocks-gallery-item img {height: auto; width: auto; object-fit: contain;}
.screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;}
.container, .container-fluid {max-width: 1360px; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
.row {max-width: 100%; margin: 0 auto;}

.clearfix {clear: both;}

/*###################################
## Buttons
###################################*/
.btn {font-size: 16px; color: #000!important; background: #ddd; padding: 15px 40px; display: inline-block; position: relative; z-index: 10;}
.btn:before {width: 100%; height: 0; background: #333; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); position: absolute; content: ""; transition: all ease 0.5s; z-index: -1;}
.btn:hover:before {height: 100%;}
.btn:hover {color: #fff!important;}

/*###################################
## Menus
###################################*/


/*###################################
## Header
###################################*/
#header { position: fixed !important; width: 100%; top: 0; left: 0; right: 0; margin: 0 auto; z-index: 9999 !important; }
#header.sticky { background: #000 !important; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75); }

/*###################################
## Banner
###################################*/
.inner-bnr { text-align: center; }
.inner-bnr h4 { color: #fff !important; line-height: 1 !important; text-align: center; margin: 0 !important; }


/*###################################
## Content
###################################*/
.custom-label .elementor-icon-list-text { background: #fff; border-radius: 25px; padding: 10px 20px; }

/*###################################
## Footer
###################################*/


/*###################################
## Inner Pages
###################################*/
.trade-table .tablepress th { background: #000 !important; font-weight: 600 !important; color: #fff !important; border: 1px solid #fff !important; }
.trade-table table#tablepress-1 { position: relative; }
.trade-table table#tablepress-1 tr th:first-child,
.trade-table table#tablepress-1 tr td:first-child{ width: 30%; }
.trade-table table#tablepress-1 tr th:nth-child(2),
.trade-table table#tablepress-1 tr td:nth-child(2){ width: 20%; }
.trade-table table#tablepress-1 tr th:nth-child(3),
.trade-table table#tablepress-1 tr td:nth-child(3){ width: 20%; }
.trade-table table#tablepress-1 tr th:last-child,
.trade-table table#tablepress-1 tr td:last-child{ width: 30%; }
.trade-table table#tablepress-1 tr td:nth-child(2),
.trade-table table#tablepress-1 tr td:nth-child(3),
.trade-table table#tablepress-1 tr td:first-child{ font-weight: 600 !important; }


/*###################################
## Responsive
###################################*/
@media screen and (max-width: 1023px){
  body {min-width: 320px;}
}
