/*
	Theme Name: Hello Elementor Child
	Theme URI: https://ycmtrader.com/
	Description: Child theme of Hello Elementor for the YCM Trading Blueprint site. Adds a custom top-bar header (logo, menu, buttons) and a multi-column footer with copyright bar.
	Author: YCM Trader
	Author URI: https://ycmtrader.com/
	Template: hello-elementor
	Version: 1.0.0
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Tags: custom-menu, custom-logo, flexible-header
*/

@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


body {
	font-family: 'Helvetica Neue', sans-serif;                                           
}
h1, h2, h3, h4, h5 {
	font-family: "Inter", sans-serif;
}
.ycm-topbar__inner {
    min-height: 45px;
}
.ycm-topbar__text {
    font-size: 14px;
    color: #092D6B;
}
.ycm-container {
    max-width: 1200px;
}
.ycm-topbar__inner {
    min-height: 45px;
}
.ycm-topbar__text {
    font-size: 14px;
    color: #092D6B;
}
.ycm-menu > li > a {
    letter-spacing: 0.2px;
	color: #08041D;
}
.ycm-navbar__inner {
    min-height: 98px;
}
.ycm-btn {
	  padding: 16px 26px;
    border-radius: 8px;
}
.ycm-menu > li > a,
.ycm-menu > li.current-menu-item > a, .ycm-menu > li.current_page_item > a {
    line-height: 21px;
	  padding: 0px 12px;
}
form.ycm-hero__subscribe input {
    border: none;
}
.ycm-hero__subscribe-btn {
	  font-size: 18px;
    font-weight: 700;
    padding: 12px 60px;
}
.ycm-ebook__badge,
.ycm-about__badge {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 16px;
    font-family: 'Inter' !important;
}
.ycm-footer__desc {
    margin: 0 0 50px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
    padding: 1.1rem 1rem;
}
.ycm-single__hero {
    height: 440px;
}
.ycm-single__hero img {
	object-fit: cover;
}
.ycm-single__meta {
    margin-bottom: 40px;
}













