/**
* Theme Name: Stack Child
* Description: This is a child theme of Stack, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com/">Tom Rhodes</a>
* Template: stack
* Version: 10.6.3
*/


/*
 * custom css - drop the case */

.bar-1 .menu-horizontal>li>.dropdown__trigger, .bar-1 .menu-horizontal>li>a {
    text-transform: lowercase;
}
.type--uppercase {
    text-transform: lowercase;
}
.textwidget, .widget_nav_menu {
    text-transform: lowercase;
}
footer ul:not(.list-inline):not(.slides)>li {
    line-height: 1.5625em!important;
}
.text-white {
	color: #fff!important;
	opacity: 1!important;
}

/*
 * custom css - footer */

.textwidget input[type] {
    background: rgba(255,255,255,0.2);
    color: #fff!important;
    margin-bottom: 0.75em;
	font-size: 14px;
}

/*
 * custom css - menus */

.fdm-the-menu {
    display: flex;
}
.fdm-menu-sidebar-section-title-selected {
    color: #a3aa05!important;
    font-size: 32px!important;
}
.fdm-menu-sidebar-section-title {
    margin-bottom: 10px!important;
    text-transform: lowercase!important;
}