/**
 * Table of Contents
 *
 * 0.0  - global
 * 1.0  - typography
 * 2.0  - header
 * 3.0  - home page
 * 4.0  - about pacific lamp
 * 5.0  - manufactureres
 * 6.0  - light bulb identifier
 * 7.0  - online ordering
 * 8.0  - contact pacific lamp
 * 9.0  - history of the light bulb
 * 10.0 - customer service  
 * 11.0 - product display
 * 12.0 - shopping cart
 * 13.0 - checkout
 * 14.0 - articles
 * 15.0 - footer
 * 16.0 - media queries
 */

/**
 * 0.0 - global
 * ---------------------------------------------------------- */
@import url('/assets/css/back-to-top.css');
@import url('/assets/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto|Merriweather');

.sub-image-wrapper {
	width:100%;
	background-color: #FFFFFF;
}

.hide-lrg {display:none;}
.show-lrg {display:block;}


/**
 * 1.0 - typography
 * ---------------------------------------------------------- */

h1 {
	font-family:  "Merriweather", sans-serif;
	font-size: 2.5em;
	margin-top:30px;
	color:#195287;
	line-height: 1.625em;
}
h2 {
	font-family: "Merriweather", sans-serif;
	font-size: 1.75em;	
	font-weight:500;
	color:#195287;	
}
h3 {
	font-family: "Merriweather", sans-serif;
	font-size: 1.5em;	
	font-weight:500;
	color:#195287;
}
p, li a, label, ul, ol {
	font-family: "Roboto", serif;
	font-size: 1.3em;
	line-height: 28px;
	font-weight:lighter;
}
#state-links li {
	font-size: 14px;
}
#footer-articles, #footer-resources {
	font-size:.8em;
}
.small-text {font-size: .85em;}


/**
 * 2.0 - header 
 * ---------------------------------------------------------- */

#top-layer {
	background-color: #fbfbfb;	
	clear:both;
}

#logo {
	width:100%;
	max-width:432px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;	
}
#nav-wrap {
	height:50px;
	padding-top:15px;
}

#nav-wrap a {
	padding-left:18px;
	padding-right:18px;
	text-decoration:none;
	font-weight: 700;
	padding-top:15px;
	padding-bottom:15px;
}
.lb {
	border-left: 1px  #e6e6e6 solid;
}
#topnav {
	background-color: #f2f2f2;
}   
#top-right {
	padding-top:20px;
}

#top-search {
	padding-top:8px;
}
    
.med-txt {
	font-size: 1em;
}   
.med-txt a {
	text-decoration: none;
}   
#address-hours {
	line-height: 22px;
}
    
.top-address {
	font-weight:500;
	font-size:.9em;
	color: #999999;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}    
.top-phone {
	color: #FF0000;
}
.top-hours {
	font-weight: 700;
	font-size: .65em;
	color: #999999;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: .125em;
}
    
      
/**
 * 3.0 - home page
 * ---------------------------------------------------------- */
.home-image-wrapper {
	background: url(/assets/img/header-home.jpg); 
	width:100%;
	height:auto;
	max-height: 600px;
}
#home-page {

}	

#seattle-image {
	width:100%;
	max-width:1920px;
	height:auto;
}


#largest-inventory {	
	padding-top: 20px;
	padding-bottom: 40px;
}




/**
 * 4.0 - about pacific lamp
 * ---------------------------------------------------------- */
#about {
	padding-bottom: 60px;
}
#about a {
	text-decoration:underline;
}
.about-header-img {
	width:100%;
	max-width: 1170px;
	height:auto;
	margin-top: 10px;
	border-radius: 3px;
}



/**
 * 5.0 - manufacturers
 * ---------------------------------------------------------- */

#manufacturers {
	padding-bottom: 60px;
}
.manufacturers-logo {
	width:100%;
	max-width:250px;
	height:auto;
	border: 1px #EBEBEB solid;
	border-radius: 3px;
	margin-bottom: 20px;
}
.manufacturers-logo:hover {
	border: 1px #333333 solid;
}
#page-title {
	padding-bottom:20px;
}

/**
 * 6.0 - light bulb identifier
 * ---------------------------------------------------------- */

#light-buld-identifier {
	min-height: 750px;	
}

#bulb-id label, .smltxt {
	font-size: .80em;
	padding-left:2px;	
	color: #999999;
}

.section-seperator {
	display:block;
	height: 60px;
}
.line-seperator {
	display:block;
	height: 20px;
}
#sbmt-btn {
	margin-bottom: 100px;
}
.wide-btn {
	width:200px;
}
.smallest {
	font-size:10px;color:#333333 ;
}


/**
 * 7.0 - online ordering
 * ---------------------------------------------------------- */

#ordering {
	min-height:750px;	
}

#ordering form {
	font-size: 1em;
	padding-top:20px;
}



#search-submit {
	padding-top:12px;
}





/**
 * 8.0 - contact pacific lamp
 * ---------------------------------------------------------- */

#contact {
	min-height:750px;
}
 
#goog-map {
	width:100%;
	max-width: 590px;
	height:auto;
}
 
 /**
 * 9.0 - history of the light bulb
 * ---------------------------------------------------------- */


.pull-left {
	padding-right:20px;
}

/**
 * 10.0 - customer service
 * ---------------------------------------------------------- */

#customer-service {
	padding-bottom:100px;
}

#customer-service p {
	text-align:justify;
}

#customer-service hr {
	border-top: 3px double  #999999;
}

/**
 * 11.0 - product display
 * ---------------------------------------------------------- */
#thumb-view{
	cursor:pointer;
}

#list-view {
	cursor:pointer;
}

.product-image-wrap {
}

.product-image {
	width:100%;
	max-width: 300px;
	height:auto;
}

.product-name-wrap {
	min-height:100px;
}
.product-name {
	padding-top: 20px;
	margin-bottom:0px;
	padding-bottom:0px;
	
}

.product-number-sku-wrap {
}

.product-number-sku {
	font-size: .5em;
	margin-top:0px;
	padding-top:0px;
}

.product-price-wrap {
}
.product-price {
	font-size:22px;
	font-weight: 700;
	color:#666666;
}

.product-btns-wrap {

}

.product-qty  {
	width:60px;
	border-radius: 5px;
	border: 1px #EBEBEB solid;
}
.cart-product-qty  {
	width:60px;
	border-radius: 5px;
	border: 1px #EBEBEB solid;
	height:30px;
}
.qty  {
	width:60px;
	border-radius: 5px;
	border: 1px #EBEBEB solid;
}



/**
 * 12.0 - shopping cart
 * ---------------------------------------------------------- */
.cart-header {
	border-bottom: 2px #EBEBEB solid;	
	padding-top:30px;
}
.cart-line {
	padding: 20px 0px;
	border-bottom: 2px #EBEBEB solid;
	font-size: .9em;
}
.cart-footer {
	padding-top:20px;
	font-weight:700;
	font-size: 1.25em;
}
.cart-btns {
	padding-top:40px;
}

.checkout-cart-header {
	border-bottom: 2px #EBEBEB solid;	
	padding-top:30px;
	font-size:.75em;
}
.checkout-product-sku{
	font-size: .75em;
}






/**
 * 12.0 - checkout
 * ---------------------------------------------------------- */
#secure-checkout label {
	font-size: .80em;
	padding-left:2px;	
	color: #999999;
	padding-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#billing-info {
	padding-top:30px;
}
#payment-selection {
	padding-top:30px;
	padding-bottom: 20px;
}

#chkout {
	padding-top:40px;
}

#order-confirmation {
	min-height: 750px;
}





/**
 * 14.0 - articles
 * ---------------------------------------------------------- */

#articles {
	min-height: 900px;
}

.article-image {
	width: 100%;
	max-width: 1150px;
	height: auto;
	margin-top: 30px;
}
#articles ul {
	padding-top:10px;
	list-style:none;	
}
#articles ol {
	padding-top:10px;
}
#articles li {
	padding-bottom:16px;
}
#articles li span {
	font-weight: 700;
	font-size: 1.125em;
}


/**
 * 15.0 - footer
 * ---------------------------------------------------------- */

#footer-wrap {
	width: 100%;
	height: 100%;
	min-height:300px;
	background-color: #333333;
	color:#FFFFFF;
}

#footer-wrap h3 {
	color: #FFFFFF;
	font-size: 1.5em;
	padding-top: 20px
}
#footer-wrap ul {
	color: #FFFFFF;
	line-height:24px;
	padding-bottom:20px;
	list-style: square outside none;
	padding-left: 10px;
}
#footer-resources a {
	color: #FFFFFF;
	font-size: 1.125em;
}
#footer-articles a {
	color: #FFFFFF;
	font-size: 1.125em;
}
#footer-about a, #footer-about p, #footer-contact p {
	color: #FFFFFF;
	font-size:1.125em;
}
#footer-resources, #footer-about, #footer-articles, #footer-contact {
	background-color: #333333;
}

#logos {
	padding-top:20px;
	padding-bottom:30px;	
}
#naild,
#imark, 
#nead {
	width:auto;
	height:100%;
	max-height: 40px;
	border-radius: 3px;
}


#naild {
	
}
#imark {
	
}
#nead {
	
}


/**
 * 16.0 - media queries
 * ---------------------------------------------------------- */
/* small devices (phones, less than 1200px) */
@media screen and (max-width: 1200px) 
{
.hide-sml {display:none;}
.show-sml {display:block;}

#mob-nav-btn {
	padding-top:16px;
	color:#183b67;
	cursor:pointer;
}

#largest-inventory h1 {
	font-size: 24px;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:16px;
	line-height: 22px;
}
p {
	font-size:16px;
}
#mobi-links a {
	color:#FFFFFF;
	font-size:20px;
	margin-bottom: 10px;
}
#mob-nav-list li {
	list-style:none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #FFFFFF solid;
	margin-right:10px;
}


#mobile-navigation {
	position: fixed;
	height:100%; /* vh; */
	width:100%;
	margin: 0 auto;
	background-color: rgba(24,59,103,.80); 
	left: 0px;
	top: 0px;	
	z-index:999;
}

#close-nav-btn {
	color: #FFFFFF;
	cursor: pointer;
	padding-top:20px;
	padding-right: 10px;
}

#top-of-page img {
	display: block;
	padding-left:12px;
}
.sku-disply {
	display:block;
}

.cart-footer {
	padding-bottom: 60px;
}

/* end */

}


/* Large devices (large desktops, 1200px and up) */
@media screen 
and (min-width: 1200px) 
{

}




#credits {
	padding-top: 5%;
	color: #cccccc;
	font-size: 12px;
	text-align: center;
}
#credits a {
	color: #cccccc;	
	text-decoration: underline;
}








/**/


