/*
Theme Name: DOCK19
Author: itmotion.pl agencja interaktywna
Author URI: https://itmotion.pl
Description: Motyw WordPress dla restauracji DOCK19
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: dock19, restauracja,test
Tags: restaurant, bootstrap, custom-menu, featured-images, responsive-layout
*/

/* Style główny - właściwe style są kompilowane z Sass do assets/dist/css/style.css */

.btn-primary {
	background: linear-gradient(180deg, #AB4026 0%, #A94927 30%, #D26448 60%, #DA734B 70%, #AB4026 100%) !important;
	background-position: 0% 0% !important;
    transition: all 0.3s ease !important;
	border: 0 !important;
}

.btn-primary:focus,
.btn-primary:hover {
	background-position: 100% 100% !important;
}

.fade-slide {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.fade-slide.show {
    opacity: 1;
    transform: translateY(0);
}