/* 
Theme Name: PR-D Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Custom child theme by IAMFOX STUDIO
Author: IAM FOX Studio
Author URI: https://iamfox.studio/
Template: hello-elementor
Version: 1.0.1
Text Domain: prd
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.prd-button-nav {
    padding: 10px, 20px;
    background: black;
    text-transform: uppercase;
    color: white;
	-webkit-transition: 0.2s linear all;
    	-o-transition: 0.2s linear all;
    	transition: 0.2s linear all;
}

.prd-button-nav:hover {
    background: white;
    color: #000000;
	-webkit-transition: 0.2s linear all;
    	-o-transition: 0.2s linear all;
    	transition: 0.2s linear all;

}

ul li.prd-button-nav a {
    color: white !important;
	border: 4px solid #000000;
	box-sizing: border-box;
}

ul li.prd-button-nav a:hover {
    color: #000000 !important;	
    border: 4px solid #000000;
	box-sizing: border-box;

}