/*
Lionel.com CSS
Authored By: Ari Miller
Originated: 7/30/15
*/

/* ----------------- Global ----------------- */

.contentWrapper {
    max-width: 80em;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
    margin: 20px auto;
}

@media screen and (max-width: 736px) {

	.contentWrapper {
	    max-width: 80em;
	    position: relative;
	    overflow: hidden;
	    padding: 0 0;
	    margin: 20px auto;
	}

}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

li > ul,
ul > ul {
	margin-bottom: 0 !important;
}

/* Header */

.secondary-nav .support {	
    background-color: #003366;
}

.secondary-nav .support:hover {
    background-color: #fe5512;
}

.secondary-nav .store:hover {
    background-color: #003366;
}

.search-icon {
    line-height: 75px;
    width: 75px;
    height: 75px;
    background-color: #036;
}

.search-nav-inner {
	background-color: #036;
}

input.search-input {
	text-align: left;
}

.product-item-header a.find-a-dealer:hover {
    color: #fff;
    background-color: #fe5512;
}

.product-item-header a.shop-now:hover {
	color: #fff;
	background-color: #036;
}

/* Footer */

.footer-wrapper {
    background-color: #036;
}

.footer-wrapper > footer {
    background-color: #036;
}

.footer-cta>li>a {
    text-decoration: none;
    padding: 10px;
    border-radius: 3px;
    color: #fefefe;
    background-color: #fe5512;
    -webkit-transition: color 0ms;
    transition: color 0ms;
}

html.maybe-no-touch .footer-cta>li>a:hover {
    background-color: #003366;
}

.footer-cta {
	display: none !important;
}


/* ----------------- Category Pages ----------------- */

/* Hero */

.hero-base .title {
	font-size: 4.5em;
}

@media screen and (max-width: 736px) {

	.hero-base .title {
		font-size: 2em;
	}

}

/* Marketing Module */

.is-full-bleed .marketing-content-inner>.title {
	font-size: 4em;
}

@media screen and (max-width: 736px) {

	.is-full-bleed .marketing-content-inner>.title {
		font-size: 2em;
	}

}

.is-full-bleed .marketing-copy {
	font-size: 1.2em;
}

@media screen and (max-width: 736px) {

	.is-full-bleed .marketing-copy {
		font-size: 1em;
	}

}

.marketing-content {
    min-height: 200px;
    text-transform: none;
}

.is-full-bleed > .marketing-content {
	padding: 30px;
}

.marketing-content-inner>.title {
	text-transform: uppercase;
}

a.product-hero-btn:hover {
    background-color: #036;
}

/* Promo Modules */

.col-2,
.col-1 {
    width: inherit;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: inherit;
}

/* News Page */

.newsList {
	margin-bottom: 20px;
}

.newsList > h2 {
	font-size: 1.8em;
	font-weight: bold;
}

.newsList > hr {
	margin: 0px 0px 10px 0px;
}

.newsList li {
	margin-bottom: 30px;
}

.newsList a {
	font-size: 1.1em;
	font-weight: bold;
	color: #036;
}

.newsList a:hover {
	color: #fe5512;
	text-decoration: none;
}

.newsDate {
	font-size: 0.8em;
	font-style: italic;
}

.learnMore {
	font-size: 0.8em;
}

.feed {
	margin: 0 0 20px -15px;
}


/* -------- Products Page -------- */

/* Category-Brand Grid */

.product-category-grid .tiles-wrapper li .inner .info {
	height: auto;
}

.product-category-grid .tiles-wrapper li .inner .info h1 {
    margin: 5px;
}

.can-animate-scroll .product-category-grid .tiles-wrapper li .inner:hover .info {
	height: 100%;
	background-color: rgba(0,21,88,0.85) !important;
	padding-top: 50px;
}

/* ----------------- Search Results ----------------- */

.search-item-content > .title {
	color: black;
	font-size: 1em;
}

.search-item-content > .sku {
	color: #808080;
	font-size: 0.8em;
}


/* ----------------- Section Headers ----------------- */

.grid-module-content > .header {
	text-transform: uppercase;
}

.product-grid-section > .grid-module > .grid-module-inner > .grid-module-content > h2,
.module-wrapper:nth-of-type(even),
.module-wrapper > .related-content > .related-content-title,
.support .wrapper>.title {
	color: #999;
}


/* ----------------- PDP ----------------- */

/* Price Tag */

.actions-price-wrapper > .price {
    background-image: none !important;
    font-size: 20px;
    background-color: #003366;
    padding: 10px;
    Line-height: 11px;
    margin-top: 0px;
    width: auto;
 }
 
 /* Title */
 
.product-item-header > .title {
	color: #003366;
	padding: 20px 20px 20px 0;
}

/* SKU */

.product-item-header > .title > .sku {
	font-family: Nunito;
}

/* Product Detail / Features Headers */

.product-details .content-container h1 {
	color: #003366;
}

.product-details .content-container b, .product-details .content-container strong, .product-details .content-container>p>strong, .product-details .content-container b, .product-details .content-container>p>b {
	color: #fe5512;
}

/* Body */

.product-details .content-container b, .product-details .content-container strong, .product-details .content-container>p>strong, .product-details .content-container>p>b, .product-details .content-container h1 {
    font-size: 1.2em;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-transform: none;
    line-height: inherit;
}

/* Bullets */

.product-details .content-container ul li:before {
	color: #036;
}

.product-details .content-container ul li strong {
	font-size: 1em;
}

.product-details-content p ul ul li {
	margin-left: 15px;
}

/* Feature Icons */

.product-detail-icons > li {
	margin-top: 0;
}


/* ----------------- Content Pages ----------------- */

.intro {
	margin-bottom: 20px;
}

.article-content .title {
	color: #036;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-content-wrapper a {
	color: #fe5512;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

/* Catalog Page */

.catalog > h2 {
	font-family: 'Playfair Display',serif;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.catalog > ul {
	list-style: none; 
	padding-left: 0; 
	display: inline-block;
}

.catalog > ul li {
	display: inline-block; 
	margin: 0 15px 15px 0;
}

.catalog img {
	box-shadow: 4px 4px 8px #888888;
	margin-bottom: 10px;
}

.listView {
	font-size: 0.8em;
}

.catalog a {
	text-decoration: none;
}

.catalog a:hover {
	color: inherit;
}

/* Licensor Page */

.flex, .flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

.licensorPanel {
/* 	min-height: 350px; */
    display: flex;
    flex-direction:column;
    align-content:stretch; 
}

.licensorBody {
   flex-grow:1;	
}

.licensorFooter {
	background-color: transparent;
	border-top: 0px;
	padding: 10px 0;
}

#features {
    text-align: center;
}

.licensorFeature > .panel > .panel-footer > .btn-warning {
    background-color: #fe5512;
    border-color: #fe5512;
}

.ambassadorImage {
	width: 200px;
	margin: 0 auto 20px;
}

.licensor {
	width: 200px;
}

#WB > .panel {
    float: left;
    width: 100%;
}

#WB > .panel > p {
    margin-bottom: 20px;
}

.licensorFeature > .panel-title {
	font-weight: 400px !important;
}

.boiler {
	font-size: 0.8em;
	margin-top: 10px;
}

/* Timeline */

#timeline {
	margin: 0;
}

.tab-pane {
    margin-top: 20px;
    padding: 0 20px;
}

@media screen and (max-width: 736px) {

	.tab-pane {
	    margin-top: 20px;
	    padding: 0;
	}	

}

#timeline .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #003366;
}

#timeline .nav>li>a:focus, 
#timeline .nav>li>a:hover {
    text-decoration: none;
    background-color: #fe5512;
    color: white;
}

.tab-pane > h4 {
	margin-bottom: 10px;
}

.tab-pane > p {
	margin-bottom: 20px;
}

.timeline {
    max-width: 190px;
}

.timelineImage {
    width: 200px;
	margin: 0 auto 20px;
}

.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-heading {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
    margin: -15px -15px 15px;
}


/* Ambassador Page */

#features {
    text-align: center;
}

.ambassadorFeature > .panel > .btn-warning {
    background-color: #fe5512;
    border-color: #fe5512;
}

.ambassadorImage {
	width: 200px;
	margin: 0 auto 20px;
}

.ambassador {
	width: 200px;
}

.ambassadorFeature > .panel-title {
	font-weight: 400px !important;
}

.ambassadorLocation,
.ambassadorCount {
	font-size: 0.8em;
}

.ambassadorDisclaimer {
	font-size: 0.8em;
	font-style: italic;
}

/* Train Lingo Page */

#trainLingo > nav > .nav-pills>li.active>a, 
#trainLingo > nav > .nav-pills>li.active>a:hover, 
#trainLingo > nav > .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #003366;
}

#trainLingo > nav > .nav-pills > li > a, 
#trainLingo > nav > .nav-pills > li > a:hover, 
#trainLingo > nav > .nav-pills > li > a:focus {
	font-size: 0.8em;
}

#trainLingo > nav > .nav-pills > li > a:hover, 
#trainLingo > nav > .nav-pills > li > a:focus {
	color: #fff;
	background-color: #003366;
}

#trainLingo > nav > ul {
	margin-left: 15px;
}

.lingoList > li > h5 {
	font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Get Started Video Guides */

.videoGuidesWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoGuidesWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Site Map */

.siteMapHeading {
	color: #fe5512;
	margin-bottom: 10px;
	font-weight: bold;
}

.siteMapList {
	margin: 0 0 10px 10px;
}

.siteMapListItem a {
	line-height: 1.5em;
}

.siteMapListItem a:hover {
	color: #fe5512;
	font-style: italic;
}

/* Dealer List */

td {
	padding: 0 10px 0 0;
}

