/*
 Theme Name:   The Brickell Title Group
 Description:  Child Theme based on Ultra Theme
 Author:       OFF unit
 Author URI:   https://offunit.com
 Template:     themify-ultra
 Version:      1.0.0
*/

/* Variables */
:root { --white: #fff; --black: #000; --gray: #bcbcbc; --blue: #4897f2; }

/* Custom Fonts */
.tk-open-sans-condensed { font-family: "open-sans-condensed",sans-serif; }

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

body { font-family: "open-sans-condensed", sans-serif; font-weight: 400; font-size: 100%; }

h1, h2, h3 { font-weight: 700; letter-spacing: 0.02em; }
h3 { font-size: 1em; margin: 2em 0; font-weight: 500;  }
p, li { font-size: 1.2em; line-height: 1.8em; color: var(--black); }
p a { color: var(--blue); }

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

/* Nav Menu */
#main-nav .current-menu-item>a, #main-nav .current_page_item>a, #main-nav a:hover, #main-nav ul a:hover { color: var(--gray); }


/* Stylings */
.text-align--center { text-align: center; }
.text-align--right { text-align: right; }

.font-size--_9em { font-size: .9em; }
.font-weight--500 { font-weight: 500; }

.line-height--2em { line-height: 2em; }

.color--white { color: var(--white); }

.margin--2em { margin: 2em 0; }

@media (max-width: 600px) {
    body #site-logo a img {
        width: /*250px*/ 250px !important;
    }
}