/*
	Theme Name: Synergy Connect
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description:  Synergy Connect
	Author:  Synergy Connect
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.1.1
	Stable tag: 3.1.1
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* ===== BUTTONS OVERRIDE ===== */
button,[type=button],[type=submit],[type=reset]{
all:unset !important;
display:inline-block !important;
font-family:inherit !important;
font-size:1rem !important;
font-weight:400 !important;
line-height:1.5 !important;
text-align:center !important;
white-space:nowrap !important;
cursor:pointer !important;
padding:10px 15px !important;
border-radius:4px !important;
background-color:#FFF0B2 !important;
color:#000 !important;
border:none !important;
text-decoration:none !important;
margin-top:15px !important;
transition:none !important;
}

button:hover, button:focus,
[type=button]:hover, [type=button]:focus,
[type=submit]:hover, [type=submit]:focus,
[type=reset]:hover, [type=reset]:focus{
background-color:#FFF0B2 !important;
color:#000 !important;
outline:none !important;
text-decoration:none !important;
}

button:disabled,[type=button]:disabled,[type=submit]:disabled,[type=reset]:disabled{
cursor:not-allowed !important;
opacity:.6 !important;
}