/*!
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.16.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/
*/

/*---------------------------------------------------------------------------

[Table Of Contents]

1. General (body, h*, p, ...)
2. Helpers (common classes)
3. Wordpress plugins
    3.1 CF7
4. Modules (wordpress/theme reused module, widget, ...)
    4.1 pagination module
	4.2 tabs
	4.3 Breadcrumb
5. Header
	5.1 Top bar
    5.2 Menu
    5.3 Mobile menu
6. Footer
7. Home page
8. Blog
9. Blog - single
10. Contact

---------------------------------------------------------------------------*/

.header.header-3:not(.-mobile) .nav{
	position: relative;
}
.site-footer{
	text-align: center;
}

h3.title {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
h3.title:after {
    content: '';
    width: 90px;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #D6B07F;
}
h3.title.widget-title:after{
	background-color: #FCEFE1;
	width: 40px;
}
.widget_media_image h3.title.widget-title{
	padding-bottom: 10px;
    margin-bottom: 0px;
}
.widget_media_image h3.title.widget-title:after {
    display: none;
}
.scroll-top{
    display:none !important;
}
span.wpml-ls-native {
    font-size: 0px;
}
.wpml-ls-item a {
    padding-left: 5px !important;
    padding-right: 5px !important;
      color: #D6B07F;
    font-weight: 500;
    font-size: 20px;
}
span.wpml-ls-native:after {
    content: attr(lang);
    text-transform: uppercase;
    font-size: 18px;
    color:#D6B07F;
}
.motion-spin img {
    -webkit-animation: spin 9s linear infinite reverse;
    -moz-animation: spin 9s linear infinite reverse;
    animation: spin 9s linear infinite reverse;
}
.copyright {
  display: none;
}
.header:not(.-fixed){
    position: relative;
}
body .header-wrap:not(.page-container) {
    padding-left: 43px;
    padding-right: 43px;
}
.header:not(.-fixed).-sticky {
    position: fixed;
}
#menu-primary li.nav-item:nth-last-child(2):after{
    content: '/';
    position: absolute;
    top: 0;
    right: -11px;
    border: 0;
    display: flex;
    align-items: center;
    height: 100%;
    color: #D6B07F;
}
#menu-primary li.nav-item:nth-last-child(2) a.main-menu-link{
		padding-right: 0 !important;
}

@media only screen and (min-width: 1181px) and (max-width: 1440px){
    body .header-wrap:not(.page-container) {
        padding-right: 30px;
        padding-left: 30px;
    }
}
  @media only screen and (max-width: 1180px){
    body .header-wrap:not(.page-container) {
       padding-right: 20px;
       padding-left: 20px;
    }
}
@media only screen and (max-width:767px){
    #menu-primary li.nav-item:nth-last-child(2):after{
	display:none;
    }
    span.wpml-ls-native::after {
      font-size: 17px;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
    }
    span.wpml-ls-native {
      font-size: 0px;
      display: block;
      position: relative;
    }
    .header.-mobile .menu > .nav-item a{
        line-height: 24px;
    }
}
