/**
Theme Name: Yuma Blog
Theme URI: https://www.sharkthemes.com/downloads/yuma-blog/
Author: Shark Themes
Author URI: https://sharkthemes.com/
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 6.1
Requires at least: 5.0
Template: yuma
Text Domain: yuma-blog
Description: Yuma Blog is a minimal designed, highly customizable and easy to use clean and elegant blog theme. This theme is designed for personal blogs, portfolio and stories. It is a child theme of Yuma.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, custom-header, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, right-sidebar, full-width-template, two-columns, three-columns, grid-layout, custom-logo, blog, photography, portfolio

Yuma Blog WordPress Theme is child theme of Yuma WordPress Theme, Copyright 2022 Shark Themes
Yuma Blog is distributed under the terms of the GNU General Public License v3 or later

Yuma WordPress Theme, Copyright 2022 Shark Themes
Yuma is distributed under the terms of the GNU General Public License v3 or later
*/

#navbar .inner-wrapper .navbar-element, #navbar .inner-wrapper .navbar-element p, .navbar-open-search form.search-form input, .navbar-open-search form.search-form input::placeholder, #navbar .inner-wrapper .navbar-element a {
    color: #272b2e;
    font-weight: 600;
}

.navbar-container {
    border-bottom: 3px #272b2e solid;
}

h2, h2 a {
        font-size: 32px !important;
    }

.menu-item img._before, .rtl .menu-item img._after {
    margin-right: .2em;
}

.menu-item i._mi, .menu-item img._mi {
    vertical-align:baseline !important;
	transform: rotate(30deg);
}

.main-navigation ul.nav-menu > li > a {
    padding: 0 20px 0 20px;
}

#primary-menu li a span:after {
  display:block;
  content: '';
  border-bottom: solid 3px #f2ab1a;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  margin-bottom: -5px;
}
#primary-menu li a span:hover:after { transform: scaleX(1); }
#primary-menu li a span:after{  transform-origin:  0% 50%; }

#primary-menu li a:hover {
	color:#272B2E !important;
}

@media screen and (max-width: 1023px) {
    #navbar .inner-wrapper .navbar-element .main-navigation a, .main-navigation a {
        padding: 10px;
    }
}
