/* ===================================================================================

* Theme Name: Exhibz Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Exhibz is a functional Event and Conference WordPress Theme.
* Version: 2.0
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: exhibz
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/****custom ale****/
header .navbar-brand.logo{
	max-width: 100%;
}
.logo img{
	width: 100%;
	padding: 10px 0;
}

.navbar.navbar-light {
	padding: 20px 0 0 0;
}

.title-alter.title-secondary .elementor-heading-title::before {
    background: #574FA2;
}

.title-alter .elementor-heading-title::before  {
    background: #0B749B;
}

.btn_ale a{	
	line-height: 48px !important;   
    color: #FFFFFF !important;
    background-color: #574FA2;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #574FA2;
    border-radius: 0px 0px 0px 0px;    
}
.btn_ale a:hover{	
	background: #fff;
	color: #574FA2 !important;
}

.ts-footer{
	padding: 0 0 10px 0 !important;
	background-color: #0085C6;	
}
.copyright-text p{
	color: #fff !important;
}

.loghi_center .elementor-widget-container{text-align: center;}

.wp-block-button .wp-block-button__link{
	background-color: #0B749B !important;
}

.elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a, .elementor-widget-exhibz-latestnews .post .post-body .entry-header .entry-title a:hover {
    color: #0B749B !important;
}

.navbar-toggler{display: none !important;}