/* 
Theme Name: Hello Biz Child 
Theme URI: https://konradjedrosz.com/wp-themes/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.2.0
Stable tag: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
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-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

:root {
  --e-global-color-primary: #8A1320;
  --e-global-color-secondary: #000000;
  --e-global-color-text: #1A1A1A;
  --e-global-color-accent: #8A1320;
}

.elementor a,
.elementor a:hover{
	color: var( --e-global-color-primary ) ;
}

/*MENUS*/
.site-navigation{
	text-align:center;
}
#sticky-navbar ul.menu-header,
.site-navigation ul.menu-header,
.site-navigation ul.menu-footer{
	margin:0;
	padding:0;
}
#sticky-navbar ul.menu-header li,
.site-navigation ul.menu-header li,
.site-navigation ul.menu-footer li {
	list-style:none;
	display:inline-block;
	padding: 0;
	margin:0 0 0 5px;
	text-align:center;
}
.site-navigation ul.menu-header li a{
	color: var(--e-global-color-secondary);
	display:block;
	padding: 10px;
	margin:0 auto;
}
.site-navigation ul.menu-header li a:hover{
	color: var( --e-global-color-primary );
}
.site-navigation ul.menu-header li.current-menu-item a{
	color: var( --e-global-color-primary );
}
/************/
.site-navigation ul.menu-footer li a{
	color: var( --e-global-color-tertiary );
	font-weight:600;
	display:block;
	padding: 10px;
	margin:0 auto;
}
.site-navigation ul.menu-footer li a:hover{
	color: var( --e-global-color-tertiary );
}
/*STICKY MENU*/
#sticky-navbar{
	background-color: var( --e-global-color-primary );
	text-align:center;
	position: sticky;
	top: 0;
	overflow: hidden;
	display:none;
}
#sticky-navbar ul.menu-header li a{
	color: #fff;
	display:block;
	padding: 10px;
	margin:0 auto;
}

/*HEADER*/
.site-header{
	display: flex;
	flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin: 1rem auto;
    width: 1140px;
    border-bottom:1px solid #000;
}
.site-header .site-title {
 	display: flex;
 	justify-content: center;
}
.site-navigation {
	display: flex;
	justify-content: center;
}
.site-header .site-title a,
.site-navigation ul.menu li a{
 	color: var(--e-global-color-secondary) !important;
}
.site-navigation ul.menu li.current_page_item a{
	color: var(--e-global-color-primary) !important;
}
.site-navigation ul.menu li a:hover{
 	color: var(--e-global-color-primary) !important;
}

/************/
.elementor-element.elementor-widget.elementor-widget-image-box h3{
	padding:30px;
}
.elementor-element.elementor-widget.elementor-widget-image-box:hover h3{
	color: var(--e-global-color-secondary) !important;
}

/*CONTACT FORM 7*/
.wpcf7-form label{
	width:100%;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: var( --e-global-color-text ) !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top:10px;
}
.wpcf7-submit {
color: #fff !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 14px;
font-weight: 500;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 0.3em 1.5em!important;
line-height: 1.7em;
background: var( --e-global-color-primary );
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 300ms ease 0ms;
}
.wpcf7-submit:hover {
	background: var( --e-global-color-secondary );
}
/*GO TO TOP BTN*/
#goToTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 100px; /* Place the button at the bottom of the page */
  right: 0; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var( --e-global-color-primary ); /* Set a background color */
  color: #fff; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 8px 12px; /* Some padding */
  border-radius: 5px 0 0 5px; /* Rounded corners */
  font-size: 14px; /* Increase font size */
}
