 

<style type="text/css">
/* =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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* RYNO Styles */
body {
  background: #ffffff;
  font-size: 0.875rem;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  color: #000000;
}

.clear {
  clear: both;
}

h1, h2, h3 {
  font-family: 'Lato', sans-serif;;
  font-weight: bold;
  margin-top: 0;
}

h1 {
  color: #ffffff;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 2.25rem;
}

h1.home-title {
  color: #1b3c90; 
  font-size: 2.125rem;
  line-height: 2.55rem;
}

h2 {
  color: #1b3c90;
  font-size: 1.75rem;
  line-height: 1.25em;
  margin-bottom: 10px;
}

h3 {
  color: #1b3c90;
  font-size: 1.375rem;
  font-weight: bold;
}

h4 {
  color: #549b36;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25em;
}

h5 {
  color: #1b3c90;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25em;
}

h6 {
  color: #1b3c90;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25em;
}

p, 
ul,
ol {
  font-size: 0.875rem;
  line-height: 1.075rem;
}

a,
a:link,
a:visited,
a:active {
  color: #0e1646;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

a:hover {
  color: #000028;
}

a.btn,
button,
.button {
  border-radius: 3px;
  box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 1);
  color: #ffffff !important;
  display: block;
  font-family: 'Lato', sans-serif;;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0.9rem 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  width: 100%;
}

a.btn-default,
button,
.button {
  background: #c93c06;
}

a.btn-secondary,
button.secondary,
.button.secondary {
  background: #1b3c90;
}

a.btn-alert,
button.alert,
.button.alert {
  background: #ff3310;
}

a.btn-default:hover,
button:hover,
.button:hover {
  background: #b52800;
}

a.btn-secondary:hover,
button.secondary:hover,
.button.secondary:hover {
  background: #07287c;
}

a.btn-alert:hover,
button.alert:hover,
.button.alert:hover {
  background: #eb1f00;
}

form input.cf-text,
form .cf-textarea,
form select {
  border: 1px solird #ccc;
  box-shadow: none;
}

form select {
  background-color: #fff !important;
}

form textarea {
  resize: none;
}

textarea[rows] {
  height: 0;
}

div.wpcf7 img.ajax-loader {
  bottom: 0;
  position: absolute;
}

div.wpcf7-response-output {
  bottom: -5px;
  margin: 0;
  position: absolute;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  margin: 0;
}

form p {
  margin-bottom: 1rem;
}

.wpcf7-not-valid-tip {
  width: 10rem;
}

::-webkit-input-placeholder {
 color: #cccccc;
 opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
 color: #cccccc;  
 opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #cccccc;  
 opacity: 1;
}

:-ms-input-placeholder {  
 color: #cccccc;   
 opacity: 1;
}

/* Sink */
.hvr-sink {
  position: relative;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  margin-top: 8px !important; 
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}
 
 /* Social Bar */
.social-bar {
  background: #c3c3c3;
}

.social-bar-left .social-heading {
  color: #0e1646;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.575rem;
  margin: 0;
  margin-right: 0.75rem;
  padding: 0.625rem 0;
  text-transform: uppercase;
  font-weight: bold;
} 

.social-bar-left ul {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.social-bar-left ul li {
  display: inline-block;
  margin-right: 0.3125rem;
}

.social-bar-left .fa-stack {
  height: 1.5rem;
  width: 1.5rem;
}

.social-bar-left .fa-stack-1x {
  font-size: 0.875rem;
  line-height: 1.563rem;
}

.social-bar-left .fa-stack-2x {
  font-size: 1.563rem;
}

.social-bar-inner > a {
  display: block;
}

.social-bar-right {
  background: #c93c06;
  padding: 0.65rem 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.social-bar-right:hover {
  background: #b52800; 
}

.social-bar-right .fa,
.social-bar-right .social-heading {
  color: #fff;
  display: inline;
  margin-right: 0.9375rem;
}

.social-bar-right .fa {
  font-size: 1.25rem;
}

.social-bar-right .social-heading {
  font-size: 1.125rem;
  font-weight: 900;
  margin: 0;
}
 
/* Header */
.header {
  background-color: ;
  background-image: url();
  background-repeat: no-repeat;
  background-position:  ;
  background-size: cover;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  border-bottom: 0.25rem solid #0e1646;
  padding: 1.563rem 0;
}

.header-logo,
.header-phone {
  transform-style: preserve-3d;
}

.header-phone {
  text-align: right;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; 
}

.emergency,
.header-phone-text {
  color: #c93c06;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 3px;
  line-height: 1.25em;
}

.header-phone-number {
  color: ;
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 38px;
}

.header-phone-inner {
  position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

/* Navigation */
.nav-bar {
  border-bottom: 0.25rem solid #daa533;
  position: relative;
  z-index: 3;
}

.nav-bar.contain-to-grid, .top-bar {
  background: #0e1646;
}

.top-bar {
  height: 2.375rem;
  line-height: 2.375rem;
}

.top-bar-section > ul {
  display: flex;
  height: auto !important;
  justify-content: space-between;
  width: 100%;
}

.top-bar-section li.active:not(.has-form) a:not(.button), 
.top-bar-section li:not(.has-form) a:not(.button){
  line-height: 2.375rem;
}
  
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
}

.top-bar-section > ul > li {
  border-right: 2px solid #0e1646;
}

.top-bar-section > ul > li:last-child {
  border-right: 0 none;
}

.top-bar-section ul li > a {
  color: $nav-link-color !important;
  font-family: 'Lato', sans-serif;;
  font-size: 0.9375rem;
  font-weight: bold !important;
  text-transform: uppercase;
}

.top-bar-section .has-dropdown > a::after {
  display: none;
}

.top-bar-section .main-navigation li.active > a,
.top-bar-section .main-navigation a:hover,
.top-bar-section ul li:hover:not(.has-form) > a {
  background: #daa533 !important;
  color: #ffffff !important;
  text-decoration: none;
}

.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section .has-dropdown > a {
  padding: 0 1.25rem !important;
}

.top-bar-section .main-navigation .dropdown li.active > a {
  background: #0e1646 !important;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: #daa533;
  /*border-top: 0.0625rem solid #878787;*/
  font-size: 0.875rem;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
  background: #0e1646 !important;
} 

/*.top-bar-section ul li.has-dropdown .dropdown {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  visibility: hidden;
}

.top-bar-section ul li.has-dropdown:hover > .dropdown {
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  visibility: visible;
}
*/
/* SLIDER */
.slider {
  backface-visibility: hidden;
  height: auto;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  width: 100%;
  z-index: 1;
}

.slider img {
  height: auto;
  width: 100%;
}

.cycle-slideshow,
.slide {
  width: 100% !important;
}

/* Arrows */
.cycle-prev,
.cycle-next {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 1.875rem;
  height: 2.813rem;
  line-height: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  width: 2.813rem;
  z-index: 101;
}

.cycle-slideshow:hover .cycle-prev,
.cycle-slideshow:hover .cycle-next {
  opacity: .75 !important;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.cycle-prev {
  left: 20px;
}

.cycle-next {
  right: 20px;
}

ul.slides {
  list-style: none;
  margin: 0;
  width: 100%;
}

/* Page Title */
.page-title {
  background: #b1b1b1;
  background: #1b3c90;
  background: -moz-linear-gradient(left, #1b3c90 0%, #0e1545 100%);
  background: -webkit-linear-gradient(left, #1b3c90 0%, #0e1545 100%);
  background: linear-gradient(to right, #1b3c90 0%, #0e1545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3c90', endColorstr='#0e1545',GradientType=1 );
  padding: 1rem 0;
}

/* Home Prefix */
#home_prefix {
  background: #fff;
  padding: 3.125rem 0;
  position: relative;
}

.home-prefix-box a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rollover {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
} 

.rollover img {
  border: 0.625rem solid #0e1646;
  border-radius: 0 1.25rem;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  width: 100%;
}

.home-prefix-box-title {
  font-size: 1.375rem;
  font-weight: 900;
  margin: 1.563rem 0 ;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.rollover:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.home-prefix-box-title:hover {
  color: #daa533;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
}

.rollover:hover img {
  border-color: #daa533;
}

.home-prefix-box p {
  margin-bottom: 0.375rem;
  text-align: center;
}

.home-prefix-box p a {
  font-size: 1rem;
}

/* Contact Bar */
.contact-bar {
  background: #0e1646;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1646', endColorstr='#daa533',GradientType=1 ); /* IE6-8 */
  background-image: -webkit-linear-gradient(to right, #0e1646 50%, #daa533 50%);
  background-image: -moz-linear-gradient(to right, #0e1646 50%, #daa533 50%);
  background-image: linear-gradient(to right, #0e1646 50%, #daa533 50%);
  -webkit-box-shadow: inset 0 0 0.3125rem 0 rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0 0 0.3125rem 0 rgba(0,0,0,0.75);
  box-shadow: inset 0 0 0.3125rem 0 rgba(0,0,0,0.75);
  padding: 0.3125rem 0;

  background: ;
  background: -moz-linear-gradient(left,  0%,  100%);
  background: -webkit-linear-gradient(left,  0%,  100%);
  background: linear-gradient(to right,  0%,  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=1 );

}

.contact-bar h2 {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 2.375rem;
  margin: 0;
  margin-bottom: 1.563rem;
  text-transform: uppercase;
}

.contact-bar-left,
.contact-bar-right {
  color: #fff;
  padding: 3.438rem 0.9375rem;
}
.contact-bar-left{
  padding-right: 65px!important;
}

.contact-bar .button {
  font-family: 'Lato', sans-serif;;
  font-size: 1.375rem;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
}

.contact-bar-left {
  background: #0e1646;
  background: transparent;
}

.contact-bar-left p.testimonial-text {
  font-style: italic;
}

.contact-bar-right {
  background: #daa533;
  background: transparent;
} 

.contact-bar-right h2,
.contact-bar-right p.disclaimer {    
  text-align: right;
}

.contact-bar-right p.disclaimer {
  font-size: 0.625rem;
  font-style: italic;
  margin-bottom: 0;
  position: relative;
  top: 0.3125rem;
}

.contact-bar-right .button {
  float: right;
  width: 100%;
}

.contact-bar-right form {
  float: right;
  width: 90%;
}

/* Home Page Form*/
span.prefix, 
label.prefix {
  background: #c3c3c3;
}

span.prefix .fa {
  color: #838383;
  font-size: 13px;
}

.cf-text,
.cf-textarea {
  height: 2.3125rem;
  min-height: 2.3125rem;
  padding: 0.5rem  !important;
}

/* Main Content Area */
.content-wrapper {
  padding: 3.75rem 0rem ;
}

.two-columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 1.875rem; /* Chrome, Safari, Opera */
  -moz-column-gap: 1.875rem; /* Firefox */
  column-gap: 1.875rem;
}
/* Sidebar */

  /*hide sidebar form on homepage*/
  .home div#wpcf7-f230-o2 { display: none; }

.sidebar-form {
  background: #eee;
  padding: 1.25rem ;
  margin-bottom: 25px;
}

.sidebar-form h2 {
  font-size: 2.25rem;
  line-height: 1em;
  text-align: center;
}

.sidebar-form p,
.sidebar-form input[type=submit] {
  margin-bottom: 0;
}

.sidebar-form > .row > .columns {
  margin-bottom: 0.625rem;
}

.sidebar-form br {
  display: none;
}

.sidebar-form .cf-text,
.sidebar-form .cf-textarea {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem !important;
}

.sidebar-form .cf-text {
  height: 1.85rem;
  min-height: 1.85rem;
}

.sidebar-form textarea {
  height: 75px;
}

.sidebar-form ::-webkit-input-placeholder {
 font-size: 0.75rem;
}

.sidebar-form :-moz-placeholder { /* Firefox 18- */
 font-size: 0.75rem;
}

.sidebar-form ::-moz-placeholder {  /* Firefox 19+ */
 font-size: 0.75rem;
}

.sidebar-form :-ms-input-placeholder {  
 font-size: 0.75rem;
}

/*Change margin on left sidebar*/
.left-sidebar aside {
    margin-right: 8.33333% !important;
    margin-left: 0 !important;
}

/* Products Section */
.product-table tr > td:first-child {
width: 25%;
}

.products-grid > li {
  position: relative;
}

.product-overlay {
  position: absolute;
  width: 91%;
  z-index: 2;
}

.products-grid > li a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 5%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  visibility: hidden;
}

.products-grid > li:hover a {
  background: #0e1646;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  visibility: visible;
}

.products-grid > li img {
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
}

/* Areas We Serve */
.postscript-cities {
  background: #daa533 no-repeat center top;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.postscript-cities {
  background-image: url(https://wellmannheating.com/wp-content/uploads/citybg.jpg); 
}

.postscript-cities h3 {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: calculateRem(60px);
  margin: 0rem 0rem 2.25rem 0rem ;
  text-align: center;
}

p.ps-pre {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 27px solid #fff;
  height: 0;
  margin: 0 auto 30px;
  width: 0;
}

.postscript-inner {
  padding: 0rem 0rem 3.125rem 0rem ; 
}

.ryno-cities .ryno-column {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.ryno-cities .ryno-column li > a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.ryno-cities .ryno-column li > a:hover {
  color: #ffffff;
}

.postscript-two {
  background: #ccc url(https://wellmannheating.com/wp-content/uploads/trust-icons-bg.jpg) no-repeat;
  background-size: cover;
  border-bottom: 7px solid #fff;
  border-top: 7px solid #fff;
  padding: 3.75rem 0;
}

.trust-branding-title {
  border-bottom: 1px solid #c93c06;
  border-top: 1px solid #c93c06;
  color: #c93c06;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 0;
  padding: 1.875rem 0;
  text-align: center;
  text-transform: uppercase;
}

.postscript-two .ps-two-widget div:first-of-type {
  margin-top: 2.25rem
} 

/* Footer */
.footer-top {
  background: #0e1646;
  background: #1b3c90;
  background: -moz-linear-gradient(top, #1b3c90 0%, #0e1545 100%);
  background: -webkit-linear-gradient(top, #1b3c90 0%, #0e1545 100%);
  background: linear-gradient(to bottom, #1b3c90 0%, #0e1545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3c90', endColorstr='#0e1545',GradientType=0 );
  padding: 3.75rem 0;
}

.footer-top h2,
.footer-top p,
.footer-top a {
  color: #ffffff;
}

.footer-top h2 {
  font-size: 1.375rem;
  font-weight: 900;
}

.footer-top a {
  font-weight: bold;
}

.footer-top a:hover {
  text-decoration: underline;
}

.footer-main {
  padding: 1.25rem 0rem ;
  position: relative;
  z-index: 4;
}

.footer-main ul.social-icons {
  list-style: none;
  margin: 0;
}

.footer-main ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

.footer-main .fa-stack {
  height: 4.375rem;
  margin-bottom: 2.188rem;
  width: 4.375rem;
}

.footer-main .fa-stack-1x {
  font-size: 2.188rem;
  line-height: 4.375rem;
}

.footer-main .fa-stack-2x {
  font-size: 4.375rem;
}

.footer-main p.copyright {
  margin-bottom: 0;
  text-align: center;
}

.footer-main .copyright a {
  color: #383838;
  font-weight: bold;
  text-decoration: none;
}

.footer-main .copyright a:hover {
  text-decoration: underline;
}

/*Contact Page Form*/
.main-contact-form .cf-text, .main-contact-form .cf-textarea {
  background-color: #eaeaea;
  border: 0.0625rem solid #b8b8b8;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  width: 100%; 
}

.main-contact-form .cf-textarea {
  height: 4.6875rem; 
}

.main-contact-form div > label, .main-contact-form legend {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase; 
}

.main-contact-form fieldset br {
  display: none; 
}

.main-contact-form fieldset p {
  margin: 0; 
}

.main-contact-form .wpcf7-list-item {
  clear: both;
  display: block; 
}

.main-contact-form .wpcf7-list-item input[type="checkbox"] {
  margin-bottom: 0; 
}

.main-contact-form .wpcf7-list-item-label {
  font-weight: bold; 
}

.main-contact-form input[type="submit"] {
  background: none;
  border: 2px solid #0e1646;
  color: #0e1646;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.625rem;
  padding: 10px 0px;
  padding: 0.62522rem 0rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;;
  width: 100%; 
}

.main-contact-form input[type="submit"]:hover {
  background: #0e1646;
  color: #fff; 
}

/* Coupons */
.coupon {
  background: #f5f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #cfcfcf 100%);
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cfcfcf 100%);
  background: linear-gradient(to bottom,  #f5f5f5 0%,#cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cfcfcf',GradientType=0 );
  -moz-background-clip: padding;     /* Firefox 3.6 */
  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  border: 3px dashed #0e1646;
  margin-bottom: 1.875rem;
  text-align: center;
}

.coupon-inner {
  background-image: url(https://wellmannheating.com/wp-content/uploads/coupon-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.coupon-text h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.coupon-text {  
  box-sizing: border-box;
  padding: 1.875rem ;
}

p.coupon-details {
  font-size: 1rem;
  margin: 0 auto 20px;
  width: 75%;
}

p.coupon-disclaimer {
  font-size: 0.6875rem;
}

.coupon-text button {
  display: inline-block;
  margin: 0 auto;
  width: 33.34%
}

/*Weather*/
#wpc-weather .today {
    display: none;
}

/*Blog*/
.content-area .post-listing {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    text-align: center;
}
.content-area .post-listing:last-child {
    border-bottom: none;
}
.post-listing .date {
    margin-bottom: 15px;
}
.single article.post {
    text-align: left;
}
h2.single-post-h2 {
    margin-bottom: 25px;
}
.view-article {
    display: none;
}

/*404 Error Page*/
.error404 h3{
  margin:18px 0;
}
.error404 input[type="search"], .search-no-results input[type="search"]{
  border:3px solid #b1b1b1;
}
.error404 ul.primary-pages, .search-no-results ul.primary-pages{
  list-style-type: none;
  margin-left: 0;
}
.error404 ul.primary-pages li, .search-no-results ul.primary-pages li{
  margin-bottom:10px;
}
.error404 ul.primary-pages li a, .search-no-results ul.primary-pages li a{
  color: #5395ea;
}
.error404 input[type="search"], .search-no-results input[type="search"] {
    border: 3px solid #b1b1b1;
    display: inline-block;
    width: 90%;
}

.error404 .search-wrap input[type="submit"]{
  background: none;
  height: 36px;
}

.error404 .search-wrap input[type="submit"]:hover{
  background: #ccc;
    color: #fff;
    cursor: pointer;
}
ul.right-column {float:left; width:45%;}
ul.left-column {float:left; width:45%;}

/*Products Table Rebuilt with Foundations grid*/
.ryno-products-table {
    border: 1px solid #ddd;
}
.ryno-products-table .row {
    margin: 0!important;
}
.ryno-products-table .ryno-dark-row {
    background-color: #F9F9F9;
}
.ryno-products-table .row {
    padding-top: 13px;
}
.ryno-flex-center {
    min-height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.img-hover:hover{
  opacity: .7;
}

.ryno-cities .ryno-column {
    padding-left: 75px;
}


/* Media Queries */

/* 1024px */
@media screen and (max-width: 64em) {
  .header-phone span {
    display: block;
  }
  .scrolling-side-button {
    display: none !important;
  }
  .ryno-cities .ryno-column {
    padding-left: 10px;
  }
  .sidebar iframe {
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .ryno-button {
    margin: 0 auto 25px;
  }
  .home-prefix-box a:hover, .home-prefix-box:hover a {
    margin: -285px 0 0;
    padding: 130px 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 64em) {
  .postscript-cities {
      padding-left: 20px;
      padding-right: 20px;
  }
  .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section .has-dropdown > a {
      padding: 0 9px !important;
      font-size: 12px;
  }
  aside.sidebar.medium-3.medium-offset-1.columns {
      margin-left: 0 !important;
      width: 33%;
  }
}

/* 767px */
@media screen and (max-width: 48em) {
  .ryno-button {
      width: 180px;
  }
}

/* 640px */
@media screen and (max-width: 40em) {
  .header-logo img {
    margin-bottom: 2.5rem !important;
  }
  .footer .fa-stack {
    height: 2.75rem;
    margin-bottom: 1rem;
    width: 2.75rem;
  }
  .footer .fa-stack-2x {
    font-size: 2.75rem;
  }
  .footer .fa-stack-1x {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .header-logo img {
     margin-bottom: 3rem !important;
  }
  .header-phone-number {
      font-size: 2rem;
  }
  .header-phone h2 {
      padding-bottom: .6rem;
  }
  .fix-hp {
      height: 120px!important;
      padding-bottom: 75px!important;
      padding-top: 0px!important;
  }
  h2 {
      text-align: center;
  }
  .top-bar {
      height: 2.8rem;
  }
  h1, h2.blog-title {
      font-size: 1.75rem;
  }
  .alignleft {
      float: none;
      margin: 0px auto;
      padding-bottom: 15px;
  }
  .alignright {
      float: none;
      margin: 0px auto;
      padding-bottom: 15px;
  }
  img {
      display: block;
      vertical-align: none;
      margin: 0px auto;
      float: none;
  }
  .page-title {
      padding: 1.9rem;
  }
  h1 {
      line-height: 2.5rem;
      text-align: center;
  }
  .emergency {
      padding-top: 0px;
  }
  .fix-hp {
      height: 120px!important;
      padding-bottom: 75px!important;
      padding-top: 0px!important;
  }
  .small-9 {
      width: 65%;
  }
  .contact-bar-left {
      padding-right: 15px!important;
  }
  .postscript-cities .row .row {
      margin: 0;
  }
  .footer-top h2 {
      padding-top: 10px;
  }
  .forecast .temp_min {
      margin-left: 0px;
  }
  h1.home-title {
      padding-bottom: 20px;
  }
  .emergency {
    margin-top: 20px;
  }
  .home-prefix-box a {
    margin-top: 0;
  }
  .contact-bar {
    background: none;
    box-shadow: none;
  }
  .contact-bar .button {
    width: 100%;
  }
  .contact-bar-right h2,
  .contact-bar-right p.disclaimer {    
    text-align: center;
  }
  .contact-bar-right .button {
    float: none;
  }
  .contact-bar-right form {
    float: none;
    width: 100%;
  }
  .top-bar-section .dropdown > .menu-item > a {
      -webkit-box-shadow: inset 0 9px 14px -9px rgba(0, 0, 0, 1);
      -moz-box-shadow: inset 0 9px 14px -9px rgba(0, 0, 0, 1);
       box-shadow: inset 0 9px 14px -9px rgba(0, 0, 0, 1);
  }
  .top-bar-section .dropdown > .menu-item ~ .menu-item > a {
      box-shadow: none; 
  }
  .ryno-cities .ryno-column {
      margin: -5px 0 0;
  }
  .postscript-cities,
  .postscript-two {
      background-image: none; 
  }
  .ryno-button {
      margin: 20px auto 0;
  }
  .rollover img {
    width: 200px;
  }
  #home_prefix {
    padding: 40px 0 0;
  }
  .home-prefix-box {
    margin-bottom: 50px;
  }
  .home-prefix-box p {
    max-width: 300px;
    margin: auto;
  }
  .contact-bar-left, .contact-bar-right {
    padding: 20px 10px;
  }
  .social-bar-left {
    padding-bottom: 10px;
  }
  .header-phone-inner {
    top: 20px;
  }
  .footer-top {
    padding: 40px 0 20px;
  }
  .footer .medium-4.columns {
    margin-bottom: 20px;
  }
  .row .row {
	margin: 0;
  }
}

</style>