/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.accordion-item.active .accordion-button {
    opacity: 0;
    height: 0;
}

.accordion-item .accordion-button {
    transition: all linear .2s;
}

.accordion-item .accordion-header {
    font-weight: bold;
    margin: 0;
    font-size: 17px;
}

.icon-group:not(.-contained):not(.-outlined) > img {
    width: 80px;
    max-height: inherit;
}

.capeb-logo-footer{
    width: 200px;
}
.capeb-icon .icon-box-heading{
    display: none;
}

.header {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.blog-item h3.title a {
    font-size: inherit!important;
}

.nav .nav-item.active-main-item > a, .nav .nav-item.active > a, .nav .current-menu-ancestor > a, .nav .current-menu-item > a, .hamburger-nav .menu li.current-menu-ancestor > a > span, .hamburger-nav .menu li.current-menu-item > a > span, .header ul li a{
    color: #161519!important;
}

.btn-optional.button:not(.-outlined):not(.-text):not(.-flat):not(.-primary):not(.page-link):not(:hover), .btn-optional.button:not(.-outlined):not(.-text):not(.-flat):not(.-primary):not(.page-link):hover {
    color: #ffffff!important;
}

a:not(.-unlink):not(.-highlighted):hover, .post .entry-content a:not(.wp-block-button__link):hover {
    color: #f3a937;
}
.site-footer .widgets {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.contact-form .wpcf7-form-control-wrap:not([data-name^="checkbox"]), .subscribe-form .wpcf7-form-control-wrap:not([data-name^="checkbox"]) {
    margin-top: 0.2rem;
}

.contact-form form p {
    margin-top: 20px;
}

.vc_message_box p{
    margin: 0!important;
}

.single-post-layout .page-headline {
    margin-bottom: 50px;
}

h2.heading-md.title{
    font-size: 3.25rem;
    margin-bottom: 10px;
}

.blog-item .card-details .headline-meta {
    font-size: 0.8rem;
}

*{
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, .titles-typo, .font-titles {
    font-family: 'Sen', sans-serif;
    font-weight: bold;
    margin: 0;
}

@media screen and (min-width: 786px) {
    .header-wrap-inner .menu-optional{
        display: none;
    }
}

@media screen and (min-width: 786px) and (max-width: 940px) {
    .branding .logo img, .branding .logo-sticky img{
        display: none;
    }
    .branding .logo::after, .branding .logo-sticky::after {
        content: '';
        height: 60px;
        width: 60px;
        background-image: url(icon.png);
        position: relative;
        display: block;
        background-size: contain;
    }
}

@media screen and (min-width: 786px) and (max-width: 825px) {
    .header:not(.-mobile) .menu > .nav-item {
        font-size: 15px;
    }
}