/*
Theme Name: Sarto
Theme URI: https://sarto.qodeinteractive.com/landing/
Description: A Multi-Concept Theme for Creative Agencies and Freelancers
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: sarto
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
/* Yes cookies button */
#yes-cookies {
  display: flex;                  /* center content */
  align-items: center;
  justify-content: center;
  width: 50px;                    /* circle size */
  height: 50px;
  background-color: red;           /* red circle */
  color: white;                    /* white text */
  border-radius: 50%;              /* makes it a circle */
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}



