/*
Theme Name: Carline
Theme URI: https://www.balarmediagroup.com.au
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.balarmediagroup.com.au
template: bb-theme
*/

/* Make Beaver Themer header absolute */
header > .top-header {
	background: #000!important;
}

.testimonials-slider blockquote {
    border-left: unset;
}

.testimonials-slider p {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 300;
}

.testimonials-slider .testimonial-name {
    font-size: 15px;
    text-transform: uppercase;
}

.timeline-year-right h4 span {
    background: rgba(241, 66, 37, 1);
    color: #fff;
    padding: 8px 35px;
    margin-left: -55px;
}
.timeline-year-right-next h4 span {
    background: rgba(241, 66, 37, 1);
    color: #fff;
    padding: 8px 35px;
    margin-left: -53px;
}
.timeline-year-right-last h4 span {
    background: rgba(241, 66, 37, 1);
    color: #fff;
    padding: 8px 35px;
    margin-left: -50px;
}
.timeline-year-left h4 span {
    background: rgba(241, 66, 37, 1);
    color: #fff;
    padding: 8px 35px;
    margin-right: -50px;
}

.store-search {
    display: flex;
    position: relative;
}

.store-search input {
    max-width: 550px;
    border-radius: 50px;
    height: 40px;
    padding: 12px 25px;
}

#store-search-results {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.store-result {
    padding: 8px;
    cursor: pointer;
}

.store-result:hover {
    background: #f5f5f5;
}

#map-directions-btn {
    text-align: center;
    padding: 9px 25px;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 14px;
    margin-left: 10px;
}

#map-directions-btn:hover {
    text-decoration: none;
    background: #f14225;
}

@media screen and (max-width: 800px) {
    .timeline-year-right h4 span, .timeline-year-right-next h4 span, .timeline-year-right-last h4 span {
        background: rgba(241, 66, 37, 1);
        color: #fff;
        padding: 8px 35px;
        margin-left: 0;
    }
    .timeline-year-left h4 span {
        background: rgba(241, 66, 37, 1);
        color: #fff;
        padding: 8px 35px;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
	.testimonials-slider p {
	    font-size: 20px;
	}
    .store-search {
        flex-direction: column;
    }
    #map-directions-btn {
        margin-left: 0;
        margin-top: 10px;
    }

}