/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.slider-caption h1 {
    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

h4 {
    font-weight: 300;
    font-size: 24px;
}

.slider-caption:not(.dark) h1 {
    color: #F7F7F7;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.slider-caption:not(.dark) h2 {
    color: #222;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.grid-filter li a {
    border-left: 1px solid rgba(0,0,0,0.07);
    border-radius: 0;
    background-color: #F5F5F5;
    font-weight: bold;
}
