/*
 Theme Name: Kortez Portfolio Child
 Theme URI: https://kortezthemes.com/kortez-portfolio/
 Author: Kortez Themes
 Author URI: https://kortezthemes.com/
 Description: Kortez Portfolio is an exceptional Minimal Personal Portfolio WordPress Theme, renowned for its ease of use and stunning modern design. It is fully responsive and optimized for various display devices, making it the ideal choice for designers, developers, programmers, freelancers, artists, photographers, and more.
 Version: 1.0.0
 Tested up to: 6.6
 Requires PHP: 5.6
 Template: kortez-portfolio
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: kortez-portfolio
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, custom-header, blog, entertainment, portfolio

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

 Kortez Portfolio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.

 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

#masthead {
	border-bottom-color: #222222;
	z-index: 60;
}

.main-navigation > ul > li:last-child > a, .nav-menu>li:last-child>a {
	padding-right: 0;
}

.main-navigation > ul > li > a, .nav-menu>li>a {
	color: #fff;
}

.nav-menu li.current-menu-item>a,
.nav-menu li a:hover,
.nav-menu li a:focus {
    color: #F0E5AC;
}

.main-navigation-toggle {
	background-color: #F0E5AC;
}

.main-navigation-toggle:before {
	background: #000;
}

.main-navigation-toggle:after {
	border-top-color: #000000;
  border-bottom-color: #000000;
}

.main-navigation-toggle:hover,
    .main-navigation-toggle:focus {
  background-color: #fff;
}

@media screen and (max-width: 992px) {
	.nav-menu {
		background: #3e3e3e;
	}
	
	.nav-menu li {
		border-top-color: #555;
	}
	
	.nav-menu li:first-child {
		border-top: 0;
	}
	
	.main-navigation-toggle.menu-opened:before, .main-navigation-toggle.menu-opened:after {
		background: #000;
	}
}

.elementor-58 .elementor-element.elementor-element-3ad7611 .elementor-button:hover {
	background-color: #fff;
	color: #000;
}