/**
Theme Name: XEB
Author: XEB
Author URI: https://xeb.com.au
Description: XEB Official Website Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xeb
Template: astra
*/

/* Main */

a:hover, a:active, a:focus {
    outline : 0;
}

.ast-above-header-section-wrap {
	height: 34px;
}

.ast-masthead-custom-menu-items.widget-custom-menu-item {
	position:absolute;
	right:0;
}

.sidebar-main .heateor_sss_sharing_container {
	margin-bottom: 50px;
}

/* Menu */

.main-header-menu {
	font-size: 16px;
	font-weight: 700;
}

.sub-menu .menu-text {
	font-weight: 100;
}

.mega-menu-title > a > span {
	color: #bdc2c6; 
    font-weight: 600!important;
}

/* Logo */

.ast-header-break-point .ast-above-header-section-separated.ast-above-header-mobile-stack .ast-above-header-section-2 {
	padding: 0;
}

.ast-header-break-point .ast-above-header-section .widget {
	margin: 0;
}


/* Home Page */
#hp-faq .elementor-accordion-item {
	border-radius: 12px;
	border: 1px solid #d4d4d4;
	margin-bottom: 20px;
}

/* Footer-widget */

.footer-links a{
    padding: 0 0 10px;
	font-weight: 600; 
	color: #000;
	display: block;
}

.footer-links a:hover {
    margin-left: 10px;
}

.email-form {
	column-count: 2;
    list-style: none;
	margin: 0;
}

.email-form li {
	margin-bottom: 5px;
}

.email-form h4 {
	color: #ccc; 
    font-weight: 600;
}

.email-form h6 {
	color: #613173; 
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
	.tablet-block {
		display:block;
	}
	
	.hp-main-title .elementor-widget-container {
		background-color: rgba(255,255,255, .5);
	}
	
	.email-form {
		column-count: 1;
		list-style: none;
	}
}

@media (max-width: 414px) {
	.hp-main-title .elementor-widget-container {
		background-color: rgba(255,255,255, .5) !important;
	}
}

@media only screen and (max-width: 920px) {
	.ast-masthead-custom-menu-items.widget-custom-menu-item {
		top:-15px;
	}
}