/*!
Theme Name: Dust
Theme URI: http://marveltheme.com/themes-wp/dust/
Author: Themesvila
Author URI: https://www.templatemonster.com/authors/themesvila/
Description: Dust - Portfolio WordPress Theme
Version: 1.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dust
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Dust 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/
*/



.navigation.pagination{
	text-align: center;
}
.navigation.pagination .nav-links{
	display: inline-block;
	width: 100%;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span{
	position: relative;
	font-family: "Barlow", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: var(--grayColor);
	background-color: transparent;
	border: 1px solid var(--borderColor);
	border-radius: 0;
	margin: 0;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin: 0 5px;
}
#main-menu{
	flex-basis: 100%;
}
#mobile_menu{
	display: none;
}

@media (max-width: 991.98px) {
	#main-menu{
		display: none;
	}
	#mobile_menu{
		display: block;
	}
	
	.header-area .navbar {
		padding: 50px 0px!important;
	}
}

#mobile_menu .slicknav_nav li{
	display: block;
}
#mobile_menu {
	position: absolute;
	right: 0;
	top: 56px;
	width: 100%;
}
header.header-area .navbar #mobile_menu ul.sub-menu {
	z-index: 2;
	top: 0;
	opacity: 1;
	left: 0;
	margin: 0px;
	min-width: 180px;
	padding: 0px 0px;
	visibility: visible;
	position: relative;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
	box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
	list-style-type: none;border-radius: 2px;}

.slicknav_nav .slicknav_row{
	padding: 0!important;
}
.slicknav_btn {
	top: 52px;
	font-size: 30px;
}

.portfolio-project-slider-area .dust-button-nav-next, 
.portfolio-project-slider-area .dust-button-nav-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--themeColor) !important;
}