/**
Theme Name: RDC Custom Astra
Author: Daniel Limón
Author URI: https://dlimon.net
Description: Tema custom para Reef Dealers Club, basado en AstraWP.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rdc-custom-astra
Template: astra
*/

/* global colors */
:root {
  --rdc-blue: #009fe3;
  --rdc-green: #3baa34;
  --rdc-orange: #e94d1a;
}

a {
    text-decoration: none!important;
}

.category-name {
    word-wrap: normal!important;
}

#sideline-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#sideline-heading::before,
#sideline-heading::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #a4a4a4; 
  margin: 0 10px;
}