/*
Theme Name:         Roots Starter Theme
Theme URI:          http://roots.io/starter-theme/
Description:        Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version:            7.0.1
Author:             Roots
Author URI:         http://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.addtoany_shortcode .a2a_s__default {
    display: none;
}

.search .page-title-wrap {
    margin-top: 45px;
    margin-bottom: 2em;
    padding-left: 0;
}

header li.search-menu-link {
	height: 19px;
    margin-left: -7px;

}

.search-menu-link .search-field:focus {
    cursor: text;
    outline: 0;
    width: 210px;
    padding-left: 10px;
}

.search-menu-link label {
	margin-bottom: 0
}

.search-menu-link .fa-search:before {
	cursor: pointer;
    transition: color .2s;
    position: relative;
    z-index: 10;
    background: black;
    padding-left: 1px;
}

.search-menu-link .fa-search:hover:before{
	color:white;
}

.search-menu-link .search-field {
    border: none;
    cursor: pointer;
    height: 16px;
    padding: 0px 0 0 5px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    border: none;
    position: absolute;
    background: black;
    height: 30px;
    top: -3px;
    right: 0;
    color: white
}

.search-menu-link .search-form .search-submit {
    display: none;
}

header.site-header .navbar-top-item ul {
	position: relative;
}

.navbar-top-item.navbar-social-wrap {
    width: 105px !important;
}

.navbar-top-item.navbar-shop-wrap {
    float: right !important;
    width: 190px !important
}

.secondary-nav-wrap a,
.search-field {
    line-height: 1.1;
    margin: 0 0 5px;
    letter-spacing: .172em;
    font-weight: 700;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 0 0 7px;
}

.secondary-nav-wrap a {
	text-transform: uppercase;
}

header .search-field {
	letter-spacing: 0;
}

header .search-menu-link .fa-search:before {
	top: 1px;
}


#site-footer .footer-nav-wrap #menu-secondary-navigation li.search-menu-link {
	margin-top: -3px;
}

#site-footer span.fa.fa-search:before {
    z-index: 100;
    position: relative;
}

#site-footer .search-menu-link .search-field:focus {
    width: 230px;
    padding-left: 10px;
}

#site-footer .search-menu-link .search-field {
	position: relative;
}

#site-footer .search-menu-link .search-field {
    top: 0px;
}

#menu-secondary-navigation li {
	transition: all .3s
}

#menu-secondary-navigation.search-focus li {
    opacity: .1;
}

li.menu-item.search-menu-link {
    opacity: 1 !important;
}

.single-station .item-media .media-item .item-inner .item-title {
	max-width: 410px;
}

@media (min-width: 992px) {

	#site-footer .footer-nav-wrap #menu-secondary-navigation  li {
		margin-right: 15px;
		float: left
	}

	#site-footer .search-menu-link .search-field {
		top: -5px
	}

	#site-footer .secondary-nav-wrap .navbar-nav {
		display: block;
	}

	#site-footer .search-menu-link .search-field {
		position: absolute;
	}

}

.related.products ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.related.products li {
    width: 33.3333%;
    padding-right: 30px;
    float: left;
}

.related.products li h2 {
    font-size: 37px;
    margin: 30px 0 15px;
    line-height: .86;
}

.related.products li a {
    text-decoration: none;
}

.related.products .price {
    letter-spacing: .172em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

body .related.products .button.add_to_cart_button {
    margin: 0;
    letter-spacing: .172em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    background: none;
    color: black;
    display: block;
    margin-top: 9px;
}

.related h2 {
    font-size: 48px;
    margin-top: 66px;
}