/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Custom Styles */
.orange-text,
a {color: #ee7202;}
a:hover {color: #000;}

.elementor-blockquote--skin-border .elementor-blockquote {border-color: #ee7202;}


#smartrun_topbar p {margin: 5px 0 0;font-size: 90%;}
#smartrun_topbar .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {padding: 6px 10px 9px;}
.elementor-widget-social-icons {margin-top: -4px}

/* ================== Menu */
#smartrun_top_section > div {background: url('/wp-content/themes/hello-theme-child/header-sep.png') repeat-x 0 100%;}

.elementor-nav-menu a {position: relative;bottom: -10px;}

.elementor-menu-toggle {
    position: absolute;
    top: -75px;
    right: 15px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main li.current-menu-parent > a.elementor-item {color: #ee7202;}

/*.sub-menu.elementor-nav-menu--dropdown.sm-nowrap {box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)}*/

/* ================  page header */

.link-family .elementor-text-editor ul {margin:0;padding:0;}
.link-family .elementor-text-editor li {list-style: none;display: inline-block;}
.link-family .elementor-text-editor li a {margin-right: 15px;color:#fff;}


/*
.merrimu-header {
    background-color: #f9f9f9;
    margin: 5px 0 70px;

}
.merrimu-header h1 {
	color: #666;
    font-size: 21px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 9px 7px;
}
*/

body.home .merrimu-page-heading {display: none;}

/* ================= News Ticker */

.wb-breaking-news-ticker {border-color:transparent;}
.bn-label {z-index: 0}

/* ================== Home Panels */

body.home .elementor-widget-spacer {display: none}

.m-home-panel {border-top: 4px solid transparent;}
.m-home-panel:hover {border-color: #ee7202;}
.m-home-panel:hover .elementor-widget-button > div {background-color: #ee7202 !important;}

.m-home-panel .elementor-widget-text-editor {min-height: 110px}


/* ================= Footer */

#smartrun_footer {
	margin-top: 55px;
	border-top: 4px solid #ee7202;
	padding: 70px 0 5px;
}

#smartrun_copyright p {margin: 10px;color:#ddd;font-size: 80%}

/*========================= Media Queries ================== */

@media only screen and (max-width: 767px) {
  .m-home-panel .elementor-widget-text-editor {min-height: auto}
}