/*
Theme Name: Andros - Ignition Child
Theme URI: https://www.cssigniter.com/themes/andros/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Andros - Ignition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-andros
Text Domain: ignition-andros-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */

.header-nav-split .head-slot, .head-menu-slot-right, .head-slot-right {
    justify-content: center;
}

.maxslider-slide-title{
    font-size: 2.6em;
    font-weight: 700;
    text-shadow: 2px 2px #000000;
}

.maxslider-slide-subtitle{
    font-weight: 700;
    font-size: 1.5em;
    text-shadow: 2px 2px #000000;
}


[id*=social].menu.cc{
    display: inline-flex;
    list-style: none;
}
.navigation-main.ignition-menu-second.cc{
    text-align: center;
	padding:9%;
}

.footer-widgets .widget{
    text-align: center;
}

[id*=social].menu a{
	font-size: 30px;
	background-color:white;
	color: var(--ignition-primary-color);
}
@media(max-width: 767px){
.head-slot-right {
    justify-content: flex-end;
}
}

.navigation-mobile .menu-item-507{
	display:none;
}