/*
Theme Name: The Inner View
Theme URI: https://suavis.tech
Author: Suavis Technology team
Author URI: https://suavis.tech
Description: A theme for Suavis Technology website.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 8.2
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-inner-view
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.button-banner-accent a:hover,
.button-accent a:hover {
	background-color: #18191f !important;
	border-color: #fff !important;
	color: #fff;
	transition: all 1s;
}
.button-dark a:hover {
	background-color: #33bcd2 !important;
	border-color: #33bcd2 !important;
	color: #fff;
	transition: all 1s;
}
.button-login a:hover {
	transition: all 1s;
}
.button-logout a:hover {
	background-color: #fff !important;
	border-color: #18191f !important;
	color: #18191f;
	transition: all 1s;
}
.menu-item a:hover {
	color: #33bcd2 !important;
	transition: all 0.5s;
}
.auth-btn,
a.rounded-full {
	transition: all 0.5s;
}
.rounded-full.bg-dark:hover {
	background-color: #33bcd2 !important;
	border-color: #33bcd2 !important;
	transition: all 0.5s;
}
.rounded-full.bg-accent:hover {
	background-color: #18191f !important;
	border-color: #18191f !important;
	transition: all 0.5s;
}
.dark-btn, .dark-btn.light-btn.menu-item {
	background-color: #18191f !important;
	border-color: #18191f !important;
	transition: all 0.5s;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.5rem;
}
.dark-btn:hover, .dark-btn.light-btn:hover{
	background-color: #33bcd2 !important;
	border-color: #33bcd2 !important;
	color: #FFFFFF;
}
.dark-btn a:hover, .dark-btn.light-btn a:hover{
	color: #FFFFFF !important;
}
.menu-item.light-btn {
	background-color: #FFF !important;
	border: 1px solid #18191f !important;
	transition: all 0.5s;
	color: #18191f;
	text-align: center;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.5rem;
}
.menu-item.light-btn:hover {
	background-color: #33bcd2 !important;
	border-color: #33bcd2 !important;
	color: #FFFFFF !important;
}
.menu-item.light-btn a:hover {
	color: #FFFFFF !important;
}
.wp-element-button {
	transition: all 0.5s;
}
.wp-element-button.has-dark-background-color:hover {
	background-color: #33bcd2 !important;
	border-color: #33bcd2 !important;
}
.wp-element-button.has-accent-background-color:hover {
	background-color: #18191f !important;
	border-color: #18191f !important;
}
