@import '../css/owl.carousel.css';
img {
    height: auto;
    max-width: 100%;
}

.font-pt {
    font-family: 'PT Serif', serif !important;
}

.background-overlay,
.background-overlay-5,
.background-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.background-overlay:before,
.background-overlay-5:before,
.background-overlay-white:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.background-overlay:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.background-overlay-5:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.background-overlay-white:before {
    background-color: rgba(255, 255, 255, 20);
}

.top-header {
    position: relative;
    z-index: 1;
    height: 70px;
    background-color: #1d1d1d;
}

.breaking-news-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

#breakingNewsTicker.ticker {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#breakingNewsTicker.ticker ul {
    width: 100%;
    position: relative;
}

#breakingNewsTicker.ticker ul li {
    display: none;
    width: 100%;
}

#breakingNewsTicker.ticker ul li a {
    color: #fff;
    font-size: 14px;
}

#breakingNewsTicker.ticker ul li a:hover {
    color: #ff084e;
}

#stockNewsTicker.ticker {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#stockNewsTicker.ticker ul {
    width: 100%;
    position: relative;
}

#stockNewsTicker.ticker ul li {
    display: none;
    width: 100%;
    text-align: right;
}

#stockNewsTicker.ticker ul li a {
    color: #fff;
    font-size: 14px;
}

.single-stock-report .stock-values span {
    padding-right: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

.single-stock-report .stock-values span:last-child {
    color: rgba(255, 255, 255, 0.5);
}

.single-stock-report .stock-index h4 {
    color: #fff;
    margin-bottom: 0;
}

.single-stock-report {
    border-right: 2px solid rgba(255, 255, 255, 0.05);
    margin-right: 20px;
    display: inline-block;
    text-align: left;
}

.single-stock-report:last-child {
    border-right: none;
    margin-right: 0;
}

.single-stock-report .stock-index.minus-index h4,
.single-stock-report .stock-index.plus-index h4 {
    color: #ff0303;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.single-stock-report .stock-index.minus-index h4:before,
.single-stock-report .stock-index.plus-index h4:before {
    content: '\e688';
    color: #ff0303;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10px;
    font-family: 'Pe-icon-7-stroke';
    font-size: 44px;
    line-height: 32px;
}

.single-stock-report .stock-index.plus-index h4 {
    color: #30ca00;
}

.single-stock-report .stock-index.plus-index h4:before {
    content: '\e682';
    color: #30ca00;
}

/* :: 4.2.0 Middle Header Area CSS */

.middle-header {
    position: relative;
    z-index: 1;
    height: 160px;
    background-color: #fff;
}

/* :: 4.3.0 Bottom Header Area CSS */

.bottom-header {
    width: 100%;
    height: 55px;
    border-top: 1px solid #e4e4e4;
    background-color: #000000;
    color: #fff;
}

.main-menu .navbar.navbar-expand-lg {
    padding: 0;
}

.main-menu .navbar.navbar-expand-lg .nav-link {
    color: white;
    text-transform: uppercase;
}

.main-menu .navbar.navbar-expand-lg .nav-item.active .nav-link,
.main-menu .navbar.navbar-expand-lg .nav-link:hover {
    color: #ff0303;
}

.main-menu .dropdown-menu.show {
    border: none;
    box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.15);
}

.main-menu .dropdown-item {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.main-menu .dropdown-item:hover {
    color: #ff0303;
}

.main-menu #searchbtn i {
    font-size: 20px;
    cursor: pointer;
}

.header-search-form form input {
    width: 700px;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    font-style: italic;
    border-radius: 4px;
}

.header-search-form {
    display: none;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.search-form-on .header-search-form {
    display: block;
}

.search-form-on .navbar-nav {
    display: none !important;
}

/* :: 5.0 Welocome Post Area CSS */

.welcome-blog-post-slide .single-blog-post-slide {
    height: 340px;   /* 580px original, */
    position: relative;
    z-index: 1;
}

.welcome-blog-post-slide .single-blog-post-slide .single-blog-post-content {
    position: absolute;
    top: 40px;
    left: 60px;
    z-index: 5;
}

.single-blog-post-slide .tags > a {
    color: #fff;
    background-color: #FF0303;   
    padding: 2px 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
}

.single-blog-post-slide h3 a {
    color: #fff;
    font-size: 25px;   /* 36px */
    margin-bottom: 15px;
}

.single-blog-post-slide .date a {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    display: inline-block;
}

.single-blog-post-slide h3 a:hover,
.single-blog-post-slide .date a:hover {
    color: #ff0303;
}

/* :: 6.0 News Marquee Area CSS */
