/*
 * Theme Name:  Sinatra Child
 * Version:     1.0.0
 * Theme URI:   https://sinatrawp.com/
 * Author:      Gekik, LLC
 * Author URI:  https://gekik.co/
 * Description: Sinatra WordPress Child theme.
 * Tags:        two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
 * Text Domain: sinatra-child
 * Template:    sinatra
 * License:     GNU General Public License v3.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

#sinatra-header-inner>.si-container{padding:0}
.sinatra-logo, .si-header-widgets{padding:0 30px}
.sinatra-logo{background-color:var(--e-global-color-primary);}
.site-header,.sticky{position: -webkit-sticky;  position: sticky !important;  top: 0 !important}
.si-flex-row{min-height:36px !important; font-size:16px;}
.email-icon{margin-right: 7px;margin-top: auto;margin-bottom: auto;word-break: break-word;}
.fa, .fab, .fad, .fal, .far, .fas{
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.email{margin-right:15px;}
.menu a{text-transform: uppercase;}
.si-btn{background-color:var(--e-global-color-secondary) !important;border-radius:100px}
.si-btn:hover{background-color:var(--e-global-color-primary) !important;}
.wpforms-form input[type=submit],
.wpforms-form button[type=submit] {
    background-color: #3b2911 !important; /* Yellow background */
}