/*
Theme Name: Prague
Theme URI: https://w8.foxdsgn.com/prague/
Author: FOXTHEMES
Author URI: https://w8.foxdsgn.com/user/fox-themes
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
Version: 2.2.6
License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prague
*/

.btns-inline {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.btns-inline .btn {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.btn.btn-dark {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	padding: 15px;
}
.btn.btn-dark:hover {
	background: #fff;
	color: #000;
}
.main-menu .blink-effect a {
	margin: 0px;
    padding: 6px 8px 4px;	
    background: #c97f1c;
	opacity: 1;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}