/*
 Theme Name:   Relax Relight Renew
 Description:  Child Theme based on Ultra Theme
 Author:       OFF unit
 Author URI:   https://offunit.com
 Template:     themify-ultra
 Version:      1.0.0
*/

/* Custom Fonts */


/* Variables */
:root { --white: #fff; --black: #000; --gray: #666; --main-blue: #2A4FBF; --light-blue: #0597F2; --accent-blue: #2A4FBF; --green: #89A621; --gold: #F29F05; --theme_accent: #2A4FBF; --theme_accent_semi: #F29F05; }


/* Reset */
#headerwrap, #footerwrap {border: none; }
#content { padding:0; }

/* Sticky header hot fix */
.fixed-header .header-bar, .fixed-header .search-button, .fixed-header .header-widget {
    display: block;
}

/* Base Stylings */
h1, h2, h3, h4, h5 { color: var(--main-blue); }

.color--main-blue { color: var(--main-blue); }
.color--light-blue {color: var(--light-blue); }
.color--accent-blue {color: var(--accent-blue); }
.color--green { color: var(--green); }
.color--gold { color: var(--gold); }
.color--black { color: var(--black); }
.color--white { color: var(--white); }
.color--gray { color: var(--gray); }

.margin--none { margin: 0; }

