<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .tm-background {
    background-image: url('../images/body_default2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
} 
 
 .uk-comment {
    background: #353535;
    padding: 20px;
	}
	
	.uk-article-meta strong {
    color: #dbd8d8;
	font-weight: normal;
}


 .tm-error {
    color: #dbd8d8 !important;
}
 
 h1 {
    font-size: 26px;
    line-height: 20px;
}

.uk-panel.uk-panel-box.no-padding.widget_widgets_in_tabs {
    padding: 0px ;
}


.uk-panel.uk-panel-box.no-padding.widget_nav_menu {
    padding: 0px;
}

.uk-panel.uk-panel-box.cat-menu.widget_nav_menu {
  padding: 0px;
    background: none;
}


ul.wit-tab-container {
    min-height: 359px !important;
}

.preorder {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #FFFFFF;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    background: rgb(138, 104, 10);
    vertical-align: middle;
    letter-spacing: 2px;
    line-height: 30px;
    min-height: 45px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.buy {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #00a8e6;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    background: #333232;
    vertical-align: middle;
    letter-spacing: 2px;
    line-height: 30px;
    min-height: 45px;
    font-size: 1.4rem;
    /* font-weight: bold; */
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.buy:hover, .preorder:hover
{
background: rgb(26, 86, 0) !important;
}

   
   
.buy: focus {
 color: #00a8e6 !important;
}

/*editing trio*/

.cat-menu ul li &gt; a {
  padding: 7px 0 7px 0;
  background: #3d3c3c;
  margin-bottom: 3px;
  padding-left: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;  
}

.cat-menu ul li &gt; a:hover,
.cat-menu ul li.uk-active &gt; a {
    background: #2c2b2b;
}

div.cat-menu h3.uk-panel-title {
  text-align: center;
  background: #333232;
  font-size: 1rem;
  line-height: 30px;
  color: #848484;
  margin-bottom: 3px;
  letter-spacing: 7px;
  text-transform: uppercase;
}


.uk-panel.uk-panel-box.height.no-padding.widget_text {
    padding: 20px 0px 0px 0px;
    background: none;
}

.uk-sticky-placeholder {
  height: auto !important;
}

.rpwwt-post-date {
    font-size: 12px;
}
 </pre></body></html>