/*
	Theme Name: Northern Panhandle Pipe & Supply
	Theme URI: http://northernpps.com
	Description: 
	Version: 1.0
	Author: The Stick Co.
	Author URI: http://thestickco.com
	Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700,700i');
/*
	
font-family: 'Raleway', sans-serif;

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html,body{
	margin:0;
	padding:0;
}
html {
}
body {
	font:300 18px/1.5 'Raleway', sans-serif;
	color:#515e6e;
	background-color: #1c2125;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#515e6e;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.yellow{
	color: #f1ca2c;
}
a.yellow:hover{
	color: #d2aa0b;
	text-decoration: none;
}
h1,h2,h3{
	color: #f1ca2c;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
h1{
	font-size: 24px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.white{
	color: white;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.row{
	margin-left: 0;
	margin-right: 0;
	padding:0;
}
/* header */
.header {
	border-bottom: 1px solid #f1ca2c;
}

/* logo */
.logo {
	background-color: #333;
	padding: 13px;
	text-align: center;
}
.logo-img {

}
/* nav */
.nav-text{
	padding: 8px;
	text-transform: uppercase;
	font-weight: 700;
}

.nav {
	text-align: center;
	vertical-align: bottom;
	padding: 0 0 0 0;
	font-size: 18px;
}
.nav ul{
	list-style: none;
	margin:0;
	padding:0;
	border-top: 1px solid #515e6e;

}
.nav ul li{
	display: inline-block;
	*display: inline;
	zoom:1;
	text-transform: uppercase;
}
.nav ul li a{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 100%;
	padding: 12px 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 44px;
}
.nav ul li a:hover{
	color: #fff;
	text-decoration: none;
}
.current-menu-item > a{
	color:#fff;
}
.heroimage{
	border-bottom: 10px solid #1c2125;
}
.heroimage img{
	width: 100%;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	text-align: center;
	
}
.titlebox{
	position: relative;
	top:-150px;
	background-color: #1c2125;
	padding: 20px;
	text-align: center;
	color: white;
}
.about .titlebox, .products .titlebox{
	position: relative;
	top:-50px;
	background-color: #1c2125;
	padding: 20px;
	text-align: center;
	color: white;
}

.titlebox .borderline{
	border: 1px solid #4e5a6a;
	padding: 50px 25px;
	
}
.titlebox .breadcrumbs{
	color: #fff;
	font-weight: 400;
}

.grayboxes{
	background-color:#515e6e;
    height: 100%;
	padding-top: 160px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 100px;
}
.about .grayboxes{
    height: 100%;
	padding-top:0;
	color: #fff;
	font-weight: 400;
	padding-bottom: 100px;
}
.grayboxes:last-child{
	color: #1c2125;
}
.yellowtitle{
	padding: 20px;
	background-color: #f1ca2c;
	text-align: center;
	color: #1c2125;

}
.yellowtitle h3{
	color: #1c2125;
}
.whitebg{
	background-color: #fff;
	padding: 75px 0;
}
.whitebox{
	border: 3px solid black;
}
.whiteboxborder{
	border: 2px solid #ccc;
	padding: 70px;
	margin: 3px;
}
.darkbox{
	background-color: black;
	color: white;
	padding: 20px;
	text-transform: uppercase;
	font-size: 22px;
	color: white;
	text-align: center;
	font-weight: 700;
	line-height: 26px;
}
.abutton{
	display:inline-block;
	*display: inline;
	zoom:1;
	padding: 7px;
	width:100%;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	margin: 8px 0;
	max-width: 250px;
	text-transform: uppercase;
	margin: 10px;
}
.abutton:hover{
	text-decoration: none;
}
.yellowbtn{
	background: #f1ca2c;
	color: #515e6e;
	border: 2px solid #f1ca2c;
}
.graybtn{
	border: 2px solid #f1ca2c;
	background: #303a46;
	color: #515e6e;
}
.graybtn:hover{
	background: #f1ca2c;
	color: #444;
}
.graynyellow > div:first-child{
	background-color: #303a46;
}
.graynyellow > div:last-child{
	background-color: #f1ca2c;
}
.slider{
	padding: 0;
}
.slider-nav{
	display: inline-block;
}
.slider-nav ul{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: middle;

}
.slider-nav ul li{
	display: inline-block;
	*display: inline;
	zoom:1;
	border-radius: 7px;
	font-size: 0;
	width: 15px;
	height: 15px;
	border: 3px solid #262d35;
	margin-right: 5px;
	overflow: hidden;
}
.slider-nav ul li button{
	background: transparent;
	font-size: 0;
	width: 20px;
	height: 20px;
	border: 0;
	outline: 0;
}
.slider-nav ul li.slick-active button{
	background: #f1ca2c;
}
.grayandyellow > div{
	background-color: #303a46;
	text-align: right;
	font-weight: 700;
	padding: 10px 30px;
}
.grayandyellow > div:last-child{
	background-color: #f1ca2c;
	text-align: left;
}
.title-slider-nav{
	position: relative;
	top:0;
	color: white;
}
.title-slider-nav > div{
	background-color: #303a46;
	text-align: center;
}
.title-slider-nav p{
	margin: 0;
}
.brands{
	text-align: center;
}
.brands > div{
	padding: 10px 5px;
}
.home-h1{
	margin: 30px 0;
}
.special-price{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
}
.special-price .yellow{
	font-size: 28px;
}
.NPPS-legend{
	display: block;
	margin: -110px auto 35px;
}
.subbg{
	background: url('img/sub-bg.jpg');
	padding: 150px 0;
	background-size: cover;
}
.contact-form-contain > div{
	padding: 30px;
}
.contactinfo{
	font-weight: 700;
	padding-top: 20px;
}
.contactinfo a{
	color: white;
}
.contactinfo strong{
	color: #324755;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.about .grayandyellow > div{
	padding: 10px;
}
#map {
	height: 600px;
	position: relative;
}
ul.twocol{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  margin:0;
  padding:0;
}
.industries{
	text-align: center;
}

/*        PRODUCTS       */

.heading-primary {
  font-size: 2em;
  padding-top: 100px;
  padding-bottom: 10px;
  text-align: center;
}

.accordion dl,
.accordion-list {

}
.accordion-title,.accordion-title:hover, .accordion-title:focus{
	color: white;
	text-decoration: none;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #596a80;
}

.accordion dd,
.accordion__panel {
  background-color: #1c2125;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #111;
  color: white;
}


.accordionTitle,
.accordion__Heading {
  background-color: #5f7086;
  text-align: center;
  font-weight: 700;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  font-size: 32px;
  border-bottom: 2px solid #556374;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 60px;
  float: left;
  line-height: .85em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordion-content > div{
	padding: 30px;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #556374;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #5f7086;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}

.box-inner h2{
	margin: 15px 0;
}
.hours{
	margin: 10px 0 25px;
}
.hours > div{
	padding: 0;
}
.hours ul{
	padding: 0;
	list-style: none;
}
.since{
	font-size: 22px;
	font-weight: bold;
}
.underline{
	border-bottom: 1px solid #515e6e;
	padding: 10px 0;
	margin-bottom: 5px;
}
.footer > div{
	padding: 0;
}
.footer img{
	height: 70px;
	margin-top: 15px;
}

/*------------------------------------*\
    PLUGINS
\*------------------------------------*/
.wpcf7-form input, .wpcf7-form textarea{
	width: 100%;
	margin: 8px 0;
	padding: 10px 20px 10px 60px;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 200;
	color: #29a129;
	font-size: 18px;
	max-height: 130px;
	background-color: transparent;
	border: 2px solid #f1ca2c;
	background-image: url(img/asterisk.png);
	background-repeat: no-repeat;
}
.wpcf7-form strong{
	color: #6a6a6a;
}
.wpcf7-submit{
	background: transparent;
	border: none!important;
	text-align: right;
	transition:all 0.3s ease;
	font-weight: 700!important;
	color: #f1ca2c!important;
	font-style: normal!important;
	text-transform: uppercase;
	background-image: none!important;
}
.wpcf7-submit:hover{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    z-index:9999;
    cursor: pointer;
}
.industries-contain{
	position: relative;
	top: -50px;
	background-color: #1c2125;
}
.industries h3{
	margin: 20px 0 50px 0;
}
.industries img{
	margin: 30px 0;
}
.industries > div{
	border-right: 1px solid #515e6e;
}
.industries > div:last-child{
	border-right: none;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.grid-bg{
	  background-image: url(img/tlgrid.png), url(img/brgrid.png);
	  background-repeat: no-repeat, no-repeat;
	  background-position: top left, bottom right;
	  height: 290px;
	}
	.whitebg{
		padding-top: 200px;
	}
	.home .yellowtitle{
		position: relative;
		top: -50px;
	}
	.industries-contain{
		position: relative;
		top: -50px;
	}
	.hours{
		border-right: 1px solid black;
	}
	.grayboxes{
	    background: linear-gradient(90deg, #303a46 50%, #515e6e 50%);
	}
	.about .grayboxes{
	    background: linear-gradient(90deg, #303a46 50%, #515e6e 50%);
	}
	.home .box-inner{
		margin-top:50px;
	}
.titlebox .borderline{
	border: 1px solid #4e5a6a;
	padding: 50px 100px;
	
}
.title-slider-nav{
	position: relative;
	top:-150px;
	color: white;
}
.darkbox{
	background-color: black;
	color: white;
	padding: 20px;
	text-transform: uppercase;
		font-size: 32px;
	color: white;
	text-align: center;
	font-weight: 700;
	line-height: 38px;

}

}
@media only screen and (min-width:1024px) {
	.nav {
		text-align: right;
		vertical-align: bottom;
		padding: 0 0 0 0;
		font-size: 18px;
	}
	.nav ul li a{
		width: auto;
		border-right: 1px solid #515e6e;
	}
	.nav ul li a:hover{
		border-bottom: 1px solid #f1ca2c;
	}
	.home .box-inner{
		margin-top: 0;
	}
	h1{
		font-size: 36px;
	}
.brands > div{
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.brands > div:nth-child(6n){
	border-right: 0;
}

}
@media only screen and (min-width:1140px) {
	.special-price{
		font-size: 56px;
		border: 1px solid #515e6e;
		text-align: center;
		padding: 25px;
		font-weight: 700;
	}
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
