/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* general */
.elementor a {
  box-shadow: none;
  text-decoration: underline;
}

.elementor a:hover {
  box-shadow: none;
  text-decoration: none;
}

table {
	width: fit-content;
}

thead th { text-align:center; background:#f6f6f6; color:#000000}
tbody th { text-align:center; background:#f6f6f6; color:#000000}

table tbody > tr:nth-child(2n+1) > td {
	background-color: transparent;
}

table tbody tr:hover > td {
	background-color: transparent;
}

table tbody tr:hover > th {
	background-color: #f6f6f6;
}

table td {
	vertical-align: middle;
	text-align: center;
}

/* header */
#site-header {
	border-bottom: 2px solid #2266C2;
	padding-top: 0px;
	padding-bottom: 0px;
}

#site-header .header-inner {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#site-header .header-inner .custom-logo-link {
	display: flex;
}

/* main menu */
.site-navigation ul.menu li a {
	color: #2266C2;
	font-weight: bold;
}

.site-navigation ul.menu li a:hover {
	color: #c36;
	font-weight: bold;
}

.site-navigation ul.menu li.current_page_item a::after {
  content: "";
  display: block;
  width: 70%;
  margin: 0 auto;
  border-bottom: 1px solid #c36;
}

/* footer */
#site-footer {
	border-top: 1px solid #2266C2;
}

#site-footer .footer-inner {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

/* menu categories */
#container-menu-categories .bellows {
  margin: 0;
  --bellows-toggle-width: 35px;
}

#container-menu-categories .bellows-target-title.bellows-target-text:hover {
  text-decoration: underline;
}

#container-menu-categories {
	list-style: none;
}

/* menu categories entries */
.bellows .bellows-nav .bellows-menu-item a.bellows-target {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bellows-nav li a {
  font-weight: bold;
  display: block;
  color: #c36;
}

.bellows-nav li a:hover {
  font-weight: bold;
  display: block;
  color: #c36;
  text-decoration: underline;
}

.bellows-nav li.bellows-current_page_item {
  color:#fff;
  background-color:#c36;
}

.bellows-nav li.bellows-current_page_parent > .bellows-target {
  color: #fff;
  background-color: #c36;
}

.bellows-nav li.bellows-current_page_item a {
  color:#fff;
}

.bellows-nav li.bellows-current_page_item.bellows-active > a.bellows-target {
  color:#fff;
  background-color:#c36;
}

.bellows-nav ul.bellows-submenu {
	background-color: #fff;
}

.bellows .bellows-nav .bellows-menu-item ul.bellows-submenu .bellows-menu-item a.bellows-target {
	padding-left: 10px;
}

.bellows-nav ul.bellows-submenu li a {
  color: #2266C2;
  display: block;
  font-weight: normal;
}

.bellows-nav ul.bellows-submenu li a:hover {
  color: #2266C2;
  text-decoration: underline;
  font-weight: normal;
}

.bellows-nav ul.bellows-submenu li.bellows-current-menu-item {
  background-color: #2266C2;
  color: #FFFFFF;
}

.bellows-nav ul.bellows-submenu li.bellows-current-menu-item a, .bellows-nav ul.bellows-submenu li.bellows-current-menu-item a:hover {
  color: #FFFFFF;
}

.bellows-nav ul.bellows-submenu li a {
  padding-left: 10px;
}

/* search widget */
.widget_search {
padding-bottom: 5px;
}
.search-form label {
vertical-align: baseline;
}

li.widget_search {
	list-style-type: none;
}

/* page content widgets */
.sample-text-block {
  padding-left: 5px;
  background-color: #f6f6f6;
  padding-right: 5px;
  margin-bottom: 10px;
  width: fit-content;
  clear: both;
}

.sample-text-block p {
  margin-bottom: 0.3rem;
}

@media only screen and (max-width: 480px) {
    /* horizontal scrollbar for tables if mobile screen */
    table {
        width: 100%;
  overflow-x: auto;
  display: block;
    }
}