/*** START: enhancement-banner-text ***/
/* general */
.enhancement-banner-text .overlay-text p.banner-paragraph {
    margin-top: 10px;
    line-height: 1.2em;
}

.enhancement-banner-text .overlay-text .inner {
    padding-top: 12%;
}
/* buttons */
.enhancement-banner-text a.btn-clear-white {
    border-radius: 2px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
            border-radius: 0;
}

.enhancement-banner-text a.btn-clear-white:focus,
.enhancement-banner-text a.btn-clear-white:hover {
    border: 2px solid #050607;
    color: #050607 !important;
}
/*** END: enhancement-banner-text ***/

/*** START: enhancements ***/
.enhancements {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* general */
.enhancements * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.enhancements input.form-control {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
            border-radius: 0;
}

.enhancements ul {
    margin: 0;
}

.enhancements ul li {
    list-style: none;
}

.enhancements button[type="button"] {
    min-width: 100% !important;
}

/* buttons */
.enhancements .btn-yellow-white {
    border-radius: 2px;
    background-color: #D8A528;
    border: 1px solid #D8A528;
    color: #fff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
            border-radius: 0;
}

.enhancements .btn-yellow-white:focus,
.enhancements .btn-yellow-white:hover {
    background-color: #fff;
    border: 1px solid #D8A528;
    color: #D8A528;
}

.enhancements .btn-white-yellow {
    background-color: #fff;
    border: 1px solid #D8A528;
    color: #D8A528;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
            border-radius: 0;
}

.enhancements .btn-white-yellow:focus,
.enhancements .btn-white-yellow:hover {
    background-color: #D8A528;
    border: 1px solid #D8A528;
    color: #fff;
}

/* home */
.enhancements .homeBicycleRow {
    margin-top: 25px;
}

/* article */
.enhancements .article h2 {
    margin-top: 1em;
    margin-bottom: .2em;
}

.enhancements .article .article-content {
    margin-top: 10px;
}

.enhancements .article .article-author-divider {
    width: 50px;
    border-bottom: 3px solid goldenrod;
}

/* product-block */
.enhancements .product-block .collectionItem.homeItem {
    min-height: 420px !important;
    height: 430px;
}

.enhancements .product-block .collectionItem.homeItem .collectionImage {
    margin-bottom: 0;
}

.enhancements .product-block .collectionItem.homeItem h5 {
    margin-bottom: .5em;
}

 
/* customListing2 */
.enhancements .customListing2 {
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

.enhancements .customListing2 .collection-listing {
    line-height: inherit;
}

.enhancements .customListing2 .collection-listing .collectionItem {
    height: 290px;
}

.enhancements .customListing2 .collection-listing .collectionItem .hover-info {
    display: block;
    color: inherit;
    position: absolute;
    opacity: 0;
    transition: opacity 100ms;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* accessories and instructions */
.enhancements ul.accessories-filters li > ul li label:hover,
.enhancements ul.instruction-filters li > ul li label:hover {
    color: #D8A528;
}

.enhancements .accessory-list > div {
    margin-top: 10px;
}

.enhancements .accessory-list .collectionItem .collectionImage {
    margin-bottom: 0;
}

.enhancements .accessory-list .collectionItem h5 {
    margin-bottom: .5em;
}

.enhancements #filter-open-btn {
    margin: 15px 0;
}

.enhancements .instruction-list .instruction-item {
    min-height: 250px;
   /* border: 1px solid #ccc; */
}

.enhancements .instruction-list iframe {
    width: 100%;
}

/* blog sidebar */
.enhancements #blog-sidebar a {
    color: #000;
}

.enhancements #blog-sidebar small {
    color: #666;
}

.enhancements #blog-sidebar > li.panel {
    background-color: #ECF0F3;
    padding: 15px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
            border-radius: 0;
    margin-bottom: 15px;
}

.enhancements #blog-sidebar > li.panel.dark {
    background-color: #000;
    color: #fff;
    padding: 15px;
}

.enhancements #blog-sidebar > li.panel input {
    margin-bottom: 10px;
}

/** products-faceted-search **/
.enhancements .products-faceted-search label {
    font-weight: normal;
}

.enhancements .products-faceted-search .filter-category-list {
    margin-top: 5px;
}

.enhancements .products-faceted-search .accessories-filters-wrapper,
.enhancements .products-faceted-search .instruction-filters-wrapper {
    padding: 5px 10px;
}

.enhancements .products-faceted-search ul.accessories-filters > li.panel,
.enhancements .products-faceted-search ul.instruction-filters > li.panel {
    background-color: #ECF0F3;
    padding: 15px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
            border-radius: 0;
    margin-bottom: 15px;
}

.enhancements .products-faceted-search-focus {
    background: #666;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
}

.enhancements .products-faceted-search .filter-actions {
    margin-top: 10px;
    padding: 10px;
}

/*** checkbox & radio ***/
.enhancements input[type=checkbox] {
    display: none;
}

.enhancements input[type=checkbox] + label:after {
    font-family: Arial;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 8px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.enhancements input[type=checkbox]:checked + label:after {
    color: #D8A528;
    content: "\2714";
    font-size: 12px;
}

.enhancements input[type=checkbox]:checked + label {
    color: #D8A528;
}
/*** END: enhancements ***/

/*** START : accessory-new page ***/
.accessory-text-container {
	position: relative;
  	min-height: 60px;
}

.collectionItem h5 {
	font-size: 15px;
}

.accessory-price {
	position: absolute;
 	bottom: 0px;
  	left: 40%;  /* text not centered? */
    color: #000000;
  	font-family: Raleway;
  	font-size: 17.5px;
}

.accessory-add-to-cart-button {
	background-color: goldenrod;
  	display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2em;
    vertical-align: top;
    letter-spacing: 1px;
    text-transform: uppercase;
  	margin-bottom: 5px;
}

.enhancements .customListing2 .collection-listing .collectionItem {
	height: 300px;
}

.see-options {
  	background-color: goldenrod;
  	display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2em;
    vertical-align: top;
    letter-spacing: 1px;
    text-transform: uppercase;
  	margin-bottom: 5px;
	color: #FFFFFF;
}
/*** END : accessory-new page ***/

/*** START : instructions-new page ***/
.enhancements input[type=radio] {
    display: none;
}

.enhancements input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}

.enhancements input[type=radio] {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.enhancements input[type=radio]:checked + label {
    color: #D8A528;
}

.enhancements input[type=radio]:checked + label:after {
    color: #D8A528;
    content: "\2714";
    font-size: 12px;
}

.enhancements input[type=radio] + label:after {
    font-family: Arial;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 8px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.enhancements iframe {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.enhancements .full-video iframe {
	min-height: 500px;
}

.enhancements .full-video, .enhancements .half-video {
	margin-bottom: 20px;
  	padding-top: 5px;
}

.enhancements .half-video iframe {
	min-height: 300px;	
}

h3 .video-heading {
	text-align: center;
}

.pdf-spacer {
  	height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.pdf-label {
    display: inline;
    vertical-align: middle;
}

.enhancements .container-fluid {
	padding-left: 0px;
  	padding-right: 0px;
}

/*** END : instructions-new page ***/

/*** START : blog page ***/

.blog-title {
	text-transform: uppercase;
}

.enhancements .article-list .article:first-child {
	padding-top: 0px;
}

.continue-reading {
    color: goldenrod !important;
}

.read-more:hover {  /* underline on hover is too close to text */
    border-bottom: 1px solid;
  	padding-bottom: 5px;
}
/*** END : blog page ***/

/*** START : bicycles - new ***/
.bicycles-new-banner-text {
	position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
/*** END : bicycles - new ***/


