/*
Theme Name:     Bellevue - Child Theme
Theme URI:      https://bellevuetheme.com
Template:       bellevuex
Author:         Themovation
Author URI:     http://themovation.com
Version:        3.0
Text Domain:    bellevue
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

.sidebar .widget:last-child {
    margin-bottom: 0;
}
.headhesive--clone.dark-header {
    background-color: #1a1360 !important;
}
body.page-template-blog-standard .post .post-title a, .single-post h1.entry-title{
	color: var( --e-global-color-thmv_accent );
}
.soc-widget i, .soc-widget a i {
    padding: 0 20px 10px 0 !important;
}
.mas-blog-post .post-title a, .sidebar .widget-title {
    color: var(--e-global-color-thmv_accent) !important;
}
.frm_submit button.frm_button_submit {
    width: 100% !important;
    border-radius: 30px !important;
    background: #1a1360 !important;
    color: #fff !important;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border: none !important;
    padding: 12px !important;
}
header.dark-header {
    background-color: var(--e-global-color-thmv_primary) ;
}