/*!

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/

*/

/*global*/
.xl-link {

    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.8em;
}
.social-networks.-boxed .network:hover {
    border-radius: 15px;
}
/*Header Branding*/
.header.header-7:not(.-mobile) .branding {
    min-width: 220px;
}

/*portfolio*/
@media screen and (min-width: 1440px) {
    .single-ohio_portfolio .project-title .headline {
        font-size: 2.6rem;
    }
}
@media screen and (min-width: 1181px) and (max-width: 1440px) {
    .single-ohio_portfolio .project-title .headline {
        font-size: -webkit-calc(2.45rem * 0.88);
        font-size: calc(2.45rem * 0.88);
    }
}
@media screen and (max-width: 768px) {
    .single-ohio_portfolio .project-title .headline {
        font-size: 2.25rem !important;
    }
}

/*woo*/
.cart .cart_item .woo-category {display: none;}
.woo-sidebar .woocommerce-MyAccount-navigation li {padding: 0.45rem 0!important;}
.woo-sidebar .woocommerce-MyAccount-navigation li a {font-weight: 700!important;}
.woo-sidebar .woocommerce-MyAccount-navigation li.is-active a {font-weight: 900!important;}

/*footer*/
.site-footer .widgets {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.site-footer-copyright a.pd {
    opacity: 0.7;
    transition: opacity .3s ease-in-out;
}
.site-footer-copyright a.pd:hover {opacity: 1;}

/*forms*/
.ff-message-success {
    border: 0 !important;
    box-shadow: none !important;
    font-size: 1.4em;
}
