/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/

/* General */
.heading-without-line h1:after,
.heading-without-line h2:after,
.heading-without-line h3:after, 
.heading-without-line h4:after, 
.heading-without-line h5:after, 
.heading-without-line h6:after {
    content: none;
}

.text-bold {
    font-weight: bold;
}

/* Blog */
body.single-post #main .container {
    width: 100%;
    max-width: 800px;
}

/* Title Box */
#main .page_title {
  margin: 0;
  padding: 0 10px;
}

body:not(.single-post) #main .page_title .container {
    padding: 0;
}

@media (max-width: 1199px) {
    body:not(.single-post) #main .page_title .container {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    body.single-post #main .page_title {
        padding: 0;
    }
}

/* Service */
.stm_services .item:hover .item_wr .content h5 {
    color: var(--e-global-color-49a6055);
}
