/*
Theme Name: NY Propane
Theme URI: http://www.warmthoughts.com
Author: Spencer Hass
Description: Custom built wordpress theme by Warm Thoughts Communications Inc..
Version: 1.0
*/

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

body {
	color: #5a5a5a;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

h1,
.h1 {
	
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
}

h2,
.h2 {
	color: #000;
	margin: 10px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 28px;
}

h3,
.h3 {
	color: #666666;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

h4 {
	color: #000;
	font-size: 22px;
	line-height: 24px;
}

 li {
    margin-bottom: 1rem;
}


hr {
       margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgba(0,0,0,.1);
}

.innercopy a {
	color: #3bacf3;
    text-decoration: none;
}

.innercopy a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #3bacf3;
}

.innercopy h1 {
	color:#000;
}

.innercopy h2 {
	color: #2e2f81;
}

.innercopy h3 {
	color: #f87622;
}

.innercopy a {
	color: #3bacf3;
    text-decoration: none;
}

.main-content {
	min-height: 500px;
}
/* PERMANANT ELEMENTS
-------------------------------------------------- */

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
    line-height: 60px;
    float: right;
}
blockquote p {
  display: inline;
}

/* CUSTOMIZE THE MAINNAV (based on WT-Menu Plugin)
-------------------------------------------------- */

.alignright {
	float: right;
	padding-left: 20px;
}

.alignleft {
	float: left;
	padding-right: 20px;
}

#menu {
	text-align: center;
	margin-top: 15px;
}

.mainnav {
	position: inherit;
	top: inherit;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
}

.mainnav a {
	color: #5a5a5a;
	padding: 5px;
	font-size: 15px;
	text-transform: uppercase;
}

.mainnav ul li {
	display: inline-block;
	float: none;
}

.mainnav ul ul li {
	display: block;
	text-align: left;
}

.mainnav ul li:hover>a,
.mainnav ul li.active>a {
	background: #fff;
	color: #000;
}

.current-menu-ancestor {
	/*	background: #f9f9f9;
	color: #666;*/
}

.mainnav ul ul li:hover>a {
	background: #e9e9e9;
	color: #666;
}

.mainnav ul ul a {
	background: #fff;
	color: #666;
	border: 0;
}

.mainnav ul {
	text-transform: capitalize;
}

.mainnav ul ul ul {
	left: 227px;
}

.top-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
}

.top-nav a {
	color: #666666;
}

.top-nav li {
	margin-left: 10px;
}


.top-nav li {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 10px;
    background-color: #9cdefa
}

.top-nav li:first-child:before {
	content: "";
}

.sidebar-nav ul {
	list-style: none;
	padding-left: 10px;
}

.sidebar-nav li {
	margin-top: 5px;
}

.sidebar-nav a {
	color: #f87622;
	font-weight: bold;
}

.sidebar-nav ul a {
	color: #f87622;
	font-weight: bold;
}

.sidebar-nav ul ul a {
	color: #2e2f81;
	font-weight: bold;
}

.sidebar-nav ul ul .children a {
	color: #2e2f81;
	font-weight: normal;
}

.sidebar-nav .current_page_item:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 10px;
	position: absolute;
	margin-left: -20px;
	color: #f87622;
}

.sidebar-nav .current_page_item {}

/* CUSTOMIZE THE CAROUSEL (FADING!)
-------------------------------------------------- */

.carousel {
	margin-top: 15px;
}

.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

.carousel.fade {
	opacity: 1;
}

.carousel.fade .carousel-item {
	transition: opacity ease-out .7s;
	left: 0;
	opacity: 0;
	/* hide all slides */
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}

.carousel.fade .carousel-item:first-child {
	top: auto;
	opacity: 1;
	/* show first slide */
	position: relative;
}

.carousel.fade .carousel-item.active {
	opacity: 1;
}

/* GENERIC TEMPLATE/LAYOUT CONTENT
-------------------------------------------------- */

.top {
	background-color: #cdc4bb;
	color: #fff;
}

.logo {
	width: 80%;
}

.responsive-align-left {
	text-align: center;
}

.responsive-align-right {
	text-align: center;
}

#table-service-area td {
	padding-left: 3px;
	padding-right: 3px;
}

#table-service-area th {
	padding-left: 3px;
	padding-right: 3px;
}

/* UNIQUE WEBSITE CONTENT (This can be deleted per website)
-------------------------------------------------- */
.innerbanner {
    background: no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
}
.innerbanner .h1 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 2px 2px 1px #333;
    text-transform: uppercase;
}


b,strong {
	color:#005478;
}
.btn-danger {
	background-color: #8b1425;
	border: 2px solid #fff;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-primary {
	background-color: #064e81;
	border: 0px;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
		color:#fff;
}
.btn {
		color:#fff !important;
}
.zipbox {
	    width: 50%;
    line-height: 50px;
    font-size: 20px;
}
.footer {
	background-color:#9cdefa;
	color:#000;
    font-size: 13px;
}
.footer a{
	color:#000;
    
}
.footnav {
	background-color:#fff;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
}
.nav-item .footnav{
	color:#005478;
}

.box {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border:2px solid #fff;
    padding: 40px;
    color:#000;
}


.box:hover {
    background-color: #fff;
    font-weight: bold;
}

.safety {
	background-image: url(images/safety.jpg);
    background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.member {
    background-image: url(images/member.jpg);
    background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.building {
background-image: url(images/building.jpg);
    background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin:auto;
}



.hp-img {
   height: 463px;
}


.industry {
    background-image: url(images/industry.jpg);
     background-repeat: no-repeat;
  background-size: cover;
  margin:auto;
  color: #fff;
  background-position: 50% 50%;
}

.industry h2 {
    color:#fff;
}

.industry a {
    color:#fff;
}

.home-span  {
  display: flex;
  flex-direction: row;
}
.home-span:before, .home-span:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #9cdefa;
  margin: auto;
}


.spon-img li {
    display: inline-block;
}

.blog-sidebar ul {
    padding-left: 0px;
}

.blog-sidebar ul li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-sidebar h3 a {
    color:#007bff;
}

.blog-sidebar a{
    color:#394554;
}
.blog-sidebar .current_page_item a{
    color:#007bff;
}
.blog-sidebar a:hover{
    color:#007bff;
}

.blog-sidebar li {
    margin-bottom: 0;
}

.box-grey {
    background: #f1f1f1;
    padding: 20px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
	.responsive-align-left {
		text-align: left;
	}
	.responsive-align-right {
		text-align: right;
	}
}

@media only screen and (min-width: 992px){
.icons .col-md-4:not(:first-child) {
    border-left: 2px solid #9cdefa;
}

.top-icon .col-lg-6:not(:first-child) {
    border-left: 3px solid #9cdefa;
}
}


@media (max-width: 767px) {

.alignright {
    display: block;
    float: none;
    margin: auto;
   }
}


.row:before, .row:after{ display: none; }