article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.archive-pagination:before,
.content-sidebar-wrap:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}
.archive-pagination:after,
.content-sidebar-wrap:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #bbbcbf;
  color: #191c1e;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  background-color: #191c1e;
  color: #fff;
}
::selection {
  background-color: #191c1e;
  color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
a {
  color: #0058a8;
  text-decoration: none;
}
a img {
  margin-bottom: -4px;
  margin-bottom: -0.4rem;
}
a:hover {
  color: #ddd;
}
p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0;
}
strong {
  font-weight: 700;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
blockquote,
blockquote::before {
  color: #bbbcbf;
}
blockquote {
  margin: 45px 45px 24px;
  margin: 4.5rem 4.5rem 2.4rem;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 50px;
  font-family: 'Georgia', Arial;
  font-size: 5rem;
  height: 0;
  left: -25px;
  position: relative;
  top: -25px;
}
cite {
  font-style: normal;
}
.monospace,
var {
  font-family: courier new, courier, monospace;
}
code {
  background-color: #f6f6f6;
  color: #bbbcbf;
  padding: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d8d9dd;
  font-family: courier new, courier, monospace;
}
.amp {
  font-style: italic;
  font-family: baskerville, palatino, palatino linotype, book antiqua, georgia, times, times new roman, serif;
  font-weight: normal;
}
.no-bullets li {
  list-style-type: none !important;
}
.no-bullets i {
  margin-right: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Georgia', 'Book Antiqua', serif;
  font-weight: normal !important;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
.entry h4 {
  color: #0058a8;
}
.entry h5 {
  color: #0058a8;
  text-transform: uppercase;
}
.entry h6 {
  color: #A85100;
}
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
  width: auto;
}
.divider {
  border-top: 1px solid #d8d9dd;
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d8d9dd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  padding: 1rem;
  width: 100%;
  max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
input:focus,
textarea:focus {
  border: 1px solid #bbb;
  outline: none;
  box-shadow: 0 0 5px #328cde inset;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #191c1e;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  text-transform: uppercase;
  width: auto;
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.8);
  -webkit-appearance: button;
  padding: 1em 1.2em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #f2f2f2;
}
.entry-content .button:hover {
  color: #fff;
}
.button {
  border-radius: 3px;
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #d8d9dd;
}
th,
td {
  text-align: left;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #d8d9dd;
  padding: 6px 0;
  padding: 0.6rem 0;
}
.ie nav li {
  float: left;
}
.ie .nav-primary li > a:after,
.ie .nav-primary li > a:hover:after {
  content: "";
}
.home .site-inner {
  background: #fefefe;
}
.site-inner {
  background: #fefefe url('https://hometownin.com/wp-content/themes/hometown/images/white_plaster.jpg') repeat;
}
.site-inner .wrap,
.wrap {
  width: 1140px;
  margin: 0 auto;
}
.site-inner {
  clear: both;
  padding-bottom: 0;
}
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
.content {
  float: right;
  width: 740px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px;
}
.full-width-content .content {
  width: 100%;
}
.sidebar-primary {
  float: right;
  width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}
.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
.sidebar-home {
  padding-bottom: 0 !important;
}
.sidebar-home .widget {
  background: transparent !important;
  margin: 0 !important;
}
.sidebar-home .widget h6 {
  text-transform: uppercase;
}
.sidebar-home .widget ul {
  margin-left: 25px;
  font-style: italic;
}
.sidebar-home .widget li:before {
  content: '\00BB';
  margin-right: 8px;
}
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
.avatar {
  float: left;
}
.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}
.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.center {
  text-align: center;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}
img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
#respond {
  padding: 45px !important;
  padding: 4.5rem !important;
}
.sidebar ul.children,
.content-right ul.children,
.footer-widgets ul.children,
.footer-widgets .sub-menu {
  margin-top: 5px;
  margin-top: .5rem;
  margin-left: 25px;
  margin-left: 2.5rem;
}
.sidebar ul.children li:before,
.content-right ul.children li:before,
.footer-widgets ul.children li:before,
.footer-widgets .sub-menu li:before {
  content: '\00BB  ';
}
.entry li {
  padding: 5px 0;
}
.breadcrumb {
  margin: 22.5px 0;
  margin: 2.25rem 0;
  border-bottom: 1px solid #d8d9dd;
}
.breadcrumb a {
  color: #0058a8;
}
.breadcrumb a:hover {
  color: #A85100;
}
.archive-description,
.author-box {
  background-color: #fefefe;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.archive-description {
  padding: 45px;
  padding: 4.5rem;
}
.author-box {
  padding: 45px;
  padding: 4.5rem;
}
.author-box-title {
  color: #191c1e;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
.author-box a {
  border-bottom: 1px solid #d8d9dd;
}
.author-box p {
  margin-bottom: 0;
}
.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}
.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
.sidebar .widget-title {
  color: #fefefe;
  text-transform: uppercase;
}
.entry-title a,
.sidebar .widget-title a {
  color: #fefefe;
}
.entry-title a:hover {
  color: #ddd;
}
.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.sidebar .widget-title a {
  border: none;
}
.footer-widgets .widget-title {
  color: #fefefe;
  font-size: 24px;
  font-size: 2.4rem;
}
.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
.red {
  color: #c0392b;
}
input[type="email"],
input[type="text"],
input[type="search"] {
  padding: 10px;
}
.top-border {
  border-top: 5px solid #0058a8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-border .header-phone {
  font-family: Georgia;
  font-size: 24px;
  font-size: 2.4rem;
  float: right;
  padding: 0 15px;
  padding: 0 1.5rem;
  padding-bottom: 5px;
  padding-bottom: .5rem;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 0;
  background: #0058a8;
  color: #fefefe;
}
.box {
  border-left: 4px solid #d6d6d6;
  background: #fefefe;
  padding: 22.5px;
  margin: 22.5px 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.box p:last-child {
  margin-bottom: 0 !important;
}
.box h4 {
  color: #bfbfbf;
  font-family: Calibri, Verdana, Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
}
.box i.fa {
  color: #dfdfdf;
  margin-right: 11.25px;
  float: left;
}
.box a:hover {
  text-decoration: underline;
}
.box:first-of-type {
  margin-top: 0;
}
.box.outline {
  background: transparent;
  border: 1px solid #dfdfdf;
  box-shadow: none;
}
.box.success {
  border-left-color: #AFD28A;
}
.box.success a,
.box.success h4,
.box.success i.fa {
  color: #AFD28A;
}
.box.info {
  border-left-color: #a4cadf;
}
.box.info a,
.box.info h4,
.box.info i.fa {
  color: #a4cadf;
}
.box.note {
  border-left-color: #ffeea1;
}
.box.note a,
.box.note h4,
.box.note i.fa {
  color: #ffeea1;
}
.box.alert {
  border-left-color: #F59D22;
}
.box.alert a,
.box.alert h4,
.box.alert i.fa {
  color: #F59D22;
}
.box.warning {
  border-left-color: #eb7373;
}
.box.warning a,
.box.warning h4,
.box.warning i.fa {
  color: #eb7373;
}
.box.main {
  border-left-color: #0058a8;
}
.box.main a,
.box.main h4,
.box.main i.fa {
  color: #0058a8;
}
.widget-socials a.social-icon {
  border: 0;
}
.widget-socials i {
  color: #bbbcbf !important;
  margin-right: 15px !important;
  margin-right: 1.5rem !important;
}
.widget-socials a:hover i {
  color: #0058a8 !important;
}
.featured-content .entry {
  border-bottom: 2px solid #586876;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  padding: 0 0 45px;
  padding: 0 0 4.5rem;
}
.featured-content .entry-title {
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.featured-content .entry-title a {
  border: none;
}
.wpcf7 .wpcf7-response-output {
  border: 0;
  border-left: 4px solid #d6d6d6;
  background: #fefefe;
  padding: 22.5px;
  margin: 22.5px 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.wpcf7 .wpcf7-response-output p:last-child {
  margin-bottom: 0 !important;
}
.wpcf7 .wpcf7-response-output h4 {
  color: #bfbfbf;
  font-family: Calibri, Verdana, Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
}
.wpcf7 .wpcf7-response-output i.fa {
  color: #dfdfdf;
  margin-right: 11.25px;
  float: left;
}
.wpcf7 .wpcf7-response-output a:hover {
  text-decoration: underline;
}
.wpcf7 .wpcf7-validation-errors {
  border-left: 4px solid #d6d6d6;
  background: #fefefe;
  padding: 22.5px;
  margin: 22.5px 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  border-left-color: #eb7373;
}
.wpcf7 .wpcf7-validation-errors p:last-child {
  margin-bottom: 0 !important;
}
.wpcf7 .wpcf7-validation-errors h4 {
  color: #bfbfbf;
  font-family: Calibri, Verdana, Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
}
.wpcf7 .wpcf7-validation-errors i.fa {
  color: #dfdfdf;
  margin-right: 11.25px;
  float: left;
}
.wpcf7 .wpcf7-validation-errors a:hover {
  text-decoration: underline;
}
.wpcf7 .wpcf7-validation-errors a,
.wpcf7 .wpcf7-validation-errors h4,
.wpcf7 .wpcf7-validation-errors i.fa {
  color: #eb7373;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border-left: 4px solid #d6d6d6;
  background: #fefefe;
  padding: 22.5px;
  margin: 22.5px 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  border-left-color: #AFD28A;
}
.wpcf7 .wpcf7-mail-sent-ok p:last-child {
  margin-bottom: 0 !important;
}
.wpcf7 .wpcf7-mail-sent-ok h4 {
  color: #bfbfbf;
  font-family: Calibri, Verdana, Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
}
.wpcf7 .wpcf7-mail-sent-ok i.fa {
  color: #dfdfdf;
  margin-right: 11.25px;
  float: left;
}
.wpcf7 .wpcf7-mail-sent-ok a:hover {
  text-decoration: underline;
}
.wpcf7 .wpcf7-mail-sent-ok a,
.wpcf7 .wpcf7-mail-sent-ok h4,
.wpcf7 .wpcf7-mail-sent-ok i.fa {
  color: #AFD28A;
}
.wpcf7 .wpcf7-mail-sent-ng {
  border-left: 4px solid #d6d6d6;
  background: #fefefe;
  padding: 22.5px;
  margin: 22.5px 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  border-left-color: #F59D22;
}
.wpcf7 .wpcf7-mail-sent-ng p:last-child {
  margin-bottom: 0 !important;
}
.wpcf7 .wpcf7-mail-sent-ng h4 {
  color: #bfbfbf;
  font-family: Calibri, Verdana, Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
}
.wpcf7 .wpcf7-mail-sent-ng i.fa {
  color: #dfdfdf;
  margin-right: 11.25px;
  float: left;
}
.wpcf7 .wpcf7-mail-sent-ng a:hover {
  text-decoration: underline;
}
.wpcf7 .wpcf7-mail-sent-ng a,
.wpcf7 .wpcf7-mail-sent-ng h4,
.wpcf7 .wpcf7-mail-sent-ng i.fa {
  color: #F59D22;
}
.wpcf7 .wpcf7-captcha img,
.wpcf7 .wpcf7-captcha input {
  display: block;
}
.wpcf7 .wpcf7-captcha img {
  margin: 5px 0 10px;
}
.wpcf7 .wpcf7-captcha br {
  display: none;
}
.wpcf7 .required {
  color: #c0392b;
}
.wpcf7 .wpcf7-submit {
  padding: 10px 20px;
  padding: 1rem 2rem;
}
.wpcf7 .wpcf7-not-valid {
  border: 1px solid #c0392b;
}
.wpcf7 .wpcf7-not-valid:focus {
  border-color: #f6f6f6;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #c0392b;
  font-style: italic;
  padding-top: 2px;
}
.enews-widget {
  color: #bbbcbf;
}
.enews-widget .widget-title {
  color: #fff;
}
.enews-widget input {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.enews-widget input:focus {
  border: 1px solid #d8d9dd;
}
.enews-widget input[type="submit"] {
  background-color: #0058a8;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #191c1e;
}
.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px;
  padding: .8rem;
}
div.gform_wrapper .ginput_complex label {
  padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
}
img#wpstats {
  display: none;
}
#colorbox,
#cboxLoadedContent,
#cboxContent {
  box-sizing: content-box;
}
.soliloquy-container a {
  color: #328cde;
  text-decoration: underline;
  display: inline !important;
}
.soliloquy-container a:hover {
  color: #A85100;
}
.soliloquy-container h1,
.soliloquy-container h2 {
  color: #fefefe;
}
.soliloquy-container h2 {
  font-size: 32px;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.soliloquy-container p {
  line-height: 1.4 !important;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.soliloquy-container .soliloquy-direction-nav {
  display: block !important;
}
.soliloquy-container .soliloquy-control-nav {
  margin-left: 45px !important;
  margin-left: 4.5rem !important;
  width: 100% !important;
}
.soliloquy-container .soliloquy-slides {
  width: 100% !important;
}
.soliloquy-container .soliloquy-item {
  overflow: hidden !important;
}
.soliloquy-container .soliloquy-caption {
  background: #191c1e !important;
  padding: 22.5px 45px !important;
  padding: 2.25rem 4.5rem !important;
  max-width: 40% !important;
  min-height: 450px;
  left: 0 !important;
  bottom: auto !important;
  right: auto !important;
  top: 0 !important;
}
.soliloquy-container .soliloquy-caption .agent {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  margin-left: 10px;
  margin-left: 1rem;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  background: transparent !important;
}
.soliloquy-container .soliloquy-image {
  max-width: 60% !important;
  float: right;
}
.et-tabs-control,
.et_shortcodes_mobile_nav {
  background: #f6f6f6 !important;
  list-style-type: none !important;
}
.et-tabs-control li,
.et_shortcodes_mobile_nav li {
  list-style-type: none !important;
}
.js#responsive {
  position: relative;
}
.js#responsive.closed {
  max-height: none;
}
#nav-toggle {
  display: none;
}
.site-header {
  border-bottom: 1px solid #cecfcf;
  background: #fefefe;
  background: -moz-linear-gradient(top,#ffffff 0%,#fdfcfb 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#fdfcfb));
  background: -webkit-linear-gradient(top,#ffffff 0%,#fdfcfb 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#fdfcfb 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#fdfcfb 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#fdfcfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fdfcfb',GradientType=0);
}
.site-header .wrap {
  padding: 22.5px 0;
  padding: 2.25rem 0;
}
.title-area {
  float: left;
  font-family: Calibri, Verdana, Arial, sans-serif;
  font-weight: 700;
  padding: 16px 0;
  padding: 1.6rem 0;
  width: 350px;
}
.header-image .title-area {
  padding: 0;
}
.site-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 0 8px;
  margin: 0 0 0.8rem;
  padding-left: 45px !important;
  padding-left: 4.5rem !important;
  text-transform: uppercase;
}
.site-title a,
.site-title a:hover {
  color: #0058a8;
}
.site-description {
  font-style: italic;
  color: #bbbcbf;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 45px !important;
  padding-left: 4.5rem !important;
}
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}
.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
  margin-left: 0;
}
.header-image .site-header > .wrap {
  width: 1140px;
  margin: 0 auto;
  background: url('https://hometownin.com/wp-content/themes/hometown/images/logo.png') no-repeat left;
  padding: 0;
}
.header-image .site-header .site-title {
  padding-left: 0 !important;
  position: relative;
  z-index: 20;
}
.header-image .site-header .wrap {
  padding: 0;
}
.header-image .site-title a {
  float: left;
  min-height: 130px;
  width: 100%;
}
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 775px;
}
.site-header .widget-area .widget {
  padding: 2.25rem !important;
}
.site-header .widget-area .widget ul,
.site-header .widget-area .widget ol,
.site-header .widget-area .widget li {
  list-style-type: none;
}
.site-header .widget-area .widget_search {
  max-width: 65%;
  float: right;
  padding-top: 45px;
  padding-top: 4.5rem;
}
.header-image .site-header .widget-area {
  padding: 22.5px 0;
  padding: 2.25rem 0;
}
.site-header .search-form {
  float: right;
  margin-top: 45px;
}
.genesis-nav-menu {
  clear: both;
  color: #bbbcbf;
  font-family: Calibri, Verdana, Arial, sans-serif;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a {
  border: none;
  color: #191c1e;
  display: block;
  padding: 5px 12px;
  padding: .5rem 1.2rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.nav-header .current-page-ancestor a {
  color: #fff;
  background: #0058a8;
}
.genesis-nav-menu > .menu-item > a {
  font-family: 'Georgia', 'Book Antiqua', serif;
}
.genesis-nav-menu  .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  color: #87888a;
  background-color: #fefefe;
  border: 1px solid #d8d9dd;
  border-top: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 15px;
  padding: 1.2rem 1.5rem;
  position: relative;
  width: 200px;
  border-radius: 0;
}
.genesis-nav-menu .sub-menu a:before {
  content: "\00BB";
  margin-right: 5px;
  margin-right: .5rem;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu .menu-item .sub-menu a:hover {
  background: #f6f6f6;
  color: #191c1e;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 10px;
  padding: 1rem;
  text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
  padding: 3px 0;
}
.nav-header {
  float: right;
  padding: 22.5px 0 0 0;
  padding: 2.25rem 0 0 0;
  margin-top: 45px;
}
.site-header .sub-menu {
  border-top: 1px solid #d8d9dd;
}
.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}
.nav-header ul {
  margin: 0;
}
.nav-header li {
  list-style-type: none;
  margin: 0;
}
.nav-primary {
  background-color: #191c1e;
}
.nav-primary ul {
  width: auto;
  float: right;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #fff;
}
.nav-primary .sub-menu a:hover {
  color: #ddd;
}
.nav-primary li > a:after {
  content: "  \25BE";
}
.nav-primary li > a:hover:after {
  content: "  \25BE";
}
.nav-primary li > a:only-child:after {
  content: '';
}
.nav-primary .right input[type="search"] {
  max-width: 65%;
}
.nav-secondary {
  background-color: #bbbcbf;
}
.entry {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-bottom: 45px;
}
.entry i {
  margin-right: 5px;
  margin-right: .5rem;
}
.entry-content a,
.content-left a {
  border-bottom: 1px solid #d8d9dd;
  color: #0058a8;
}
.entry-content a:hover,
.content-left a:hover {
  color: #A85100;
}
.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 22.5px;
  margin-bottom: 2.25rem;
}
.entry-content ol,
.entry-content ul {
  margin-left: 45px;
  margin-left: 4.5rem;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content .search-form {
  width: 50%;
}
.entry-meta {
  color: #bbbcbf;
  font-size: 14px;
  font-size: 1.4rem;
}
.entry-meta a {
  border-bottom: 1px solid #d8d9dd;
}
.entry-header .entry-meta {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.entry-footer .entry-meta {
  border-top: 2px solid #d8d9dd;
  padding-left: 0 !important;
  padding: 10px;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}
.entry-categories,
.entry-tags {
  display: block;
}
.home .intro {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.home .intro div {
  display: table-cell;
}
.home .caption {
  width: 40%;
  color: #fefefe;
  background: #191c1e;
  padding: 22.5px 45px;
}
.home .caption a {
  color: #328cde;
  text-decoration: underline;
  display: inline !important;
}
.home .caption a:hover {
  color: #A85100;
}
.home .caption h1,
.home .caption h2 {
  color: #fefefe;
}
.home .caption h2 {
  font-size: 28px;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.home .caption p {
  line-height: 1.4 !important;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.home .caption .agent {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  margin-left: 10px;
  margin-left: 1rem;
}
.home .image {
  background: url('http://hometownin.com/wp-content/uploads/2020/12/2020-12-11-13.01.38.jpg') center no-repeat;
  background-size: cover;
}
.home .content-left,
.home .content-right {
  float: left;
}
.home .content-left {
  padding: 45px;
  padding: 4.5rem;
  width: 760px;
  border-bottom: 0;
}
.home .content-right {
  background: #f6f6f6;
  border-right: 1px solid #d8d9dd;
  border-left: 1px solid #d8d9dd;
  width: 380px;
}
.home .content-right .widget {
  border-bottom: 1px solid #d8d9dd;
  padding: 25px;
}
.home .content-right ul,
.home .content-right li {
  list-style-type: none;
}
.home .home-request-quote,
.home .home-blurbs {
  padding: 45px 0;
  padding: 4.5rem 0;
}
.home .home-request-quote .wrap,
.home .home-blurbs .wrap {
  width: 1000px;
}
.home .home-request-quote {
  background: #191c1e;
  color: #bbbcbf;
  clear: both;
  border-bottom: 4px solid #0058a8;
}
.home .home-request-quote h3 {
  color: #fff;
}
.home .home-request-quote a {
  color: #fff;
  padding: 15px 22.5px;
  padding: 1.5rem 2.25rem;
  background: #0058a8;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-right: 45px;
  margin-right: 4.5rem;
}
.home .home-request-quote a:hover {
  background: #328cde;
}
.home .home-blurbs {
  background: #fefefe;
}
.home .home-blurbs .insurance-blurb {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  overflow: hidden;
}
.home .home-blurbs .insurance-blurb p {
  margin-bottom: 11.25px;
  margin-bottom: 1.125rem;
}
.home .home-blurbs .insurance-blurb a {
  border-bottom: 1px solid #d8d9dd;
}
.home .home-blurbs .insurance-blurb a:hover {
  color: #A85100;
}
.home .home-blurbs .insurance-blurb .nonstandard,
.home .home-blurbs .insurance-blurb .life,
.home .home-blurbs .insurance-blurb .health,
.home .home-blurbs .insurance-blurb .business,
.home .home-blurbs .insurance-blurb .auto,
.home .home-blurbs .insurance-blurb div.home {
  background: url('https://hometownin.com/wp-content/themes/hometown/images/sprite.jpg');
}
.home .home-blurbs .insurance-blurb .nonstandard {
  background-position: -300px -200px;
  width: 300px;
  height: 100px;
}
.home .home-blurbs .insurance-blurb .life {
  background-position: -300px -100px;
  width: 300px;
  height: 100px;
}
.home .home-blurbs .insurance-blurb .health {
  background-position: -300px 0;
  width: 300px;
  height: 100px;
}
.home .home-blurbs .insurance-blurb .business {
  background-position: 0 -200px;
  width: 300px;
  height: 100px;
}
.home .home-blurbs .insurance-blurb .auto {
  background-position: 0 -100px;
  width: 300px;
  height: 100px;
}
.home .home-blurbs .insurance-blurb div.home {
  background-position: 0 0;
  width: 300px;
  height: 100px;
}
.home .home-blurbs .insurance-blurb .cabin {
  background: url('http://hometownin.com/wp-content/uploads/2017/01/cabin-insurance.jpg') center;
  width: 300px;
  height: 100px;
}
.archive-pagination,
.entry-pagination {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 45px 0;
  margin: 4.5rem 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #191c1e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  margin-right: 3px;
}
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #0058a8;
}
.entry-pagination a {
  border-bottom: 1px solid #d8d9dd;
}
div.pagination-previous {
  float: right !important;
  text-align: right !important;
  padding-right: 45px;
  padding-right: 4.5rem;
}
div.pagination-next {
  float: left !important;
  text-align: left !important;
  padding-left: 45px;
  padding-left: 4.5rem;
}
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.entry-comments {
  padding: 45px;
  padding: 4.5rem;
}
.comment-respond,
.entry-pings {
  padding: 45px 45px 16px;
  padding: 4.5rem 4.5rem 1.6rem;
}
.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #d8d9dd;
}
.comment-content {
  clear: both;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}
.comment-list li,
.ping-list li {
  list-style-type: none;
}
.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem;
}
.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem;
}
li.comment {
  background-color: #f6f6f6;
  border: 2px solid #d8d9dd;
}
li.comment img {
  border: 1px solid #d8d9dd;
}
li.comment .comment-header .comment-author {
  font-size: 18px;
  font-size: 1.8rem;
}
li.comment .comment-header .comment-author .says {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
li.comment .comment-header .comment-author .says:after {
  content: ':';
}
li.comment .comment-header .comment-meta time {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
li.comment .children li.comment {
  background: #fefefe;
  margin: 0;
  margin-top: 11.25px;
  margin-top: 1.125rem;
}
li.comment .children li.comment .children li.comment {
  background: #f6f6f6;
}
.comment .avatar,
.pingback .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
}
.entry-pings .reply {
  display: none;
}
.form-allowed-tags {
  background-color: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem;
}
.sidebar {
  color: #bbbcbf;
}
.sidebar a {
  border-bottom: 1px solid #232729;
  color: #328cde;
}
.sidebar a:hover {
  color: #ddd;
}
.sidebar p:last-child {
  margin-bottom: 0;
}
.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: #191c1e;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  padding: 45px;
  padding: 4.5rem;
}
.sidebar .enews-widget {
  background-color: #191c1e;
}
.footer-widgets {
  background-color: #191c1e;
  color: #bbbcbf;
  clear: both;
}
.footer-widgets .wrap {
  padding: 45px 0;
  padding: 4.5rem 0;
}
.home .footer-widgets .wrap {
  padding: 45px;
  padding: 4.5rem;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 350px;
}
.footer-widgets-1 {
  margin-right: 24px;
}
.footer-widgets-1 b {
  margin-right: 5px;
  margin-right: .5rem;
}
.home .footer-widgets-1 {
  margin-right: 0;
}
.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}
.footer-widgets-3 {
  float: right;
}
.footer-widgets a {
  border-bottom: 1px solid #191c1e;
  color: #328cde;
}
.footer-widgets a:hover {
  color: #b9deff;
}
.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
  border: 1px solid #d8d9dd;
}
.site-footer {
  background-color: #0b1013;
  color: #bbbcbf;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.site-footer .wrap {
  padding: 22.5px 0;
  padding: 2.25rem 0;
}
.site-footer .footer-left {
  text-align: left;
}
.site-footer .footer-left small {
  color: #273943;
}
.site-footer .footer-right {
  text-align: right;
}
.site-footer a {
  color: #0058a8 !important;
  border-bottom: 1px solid #191c1e;
}
.site-footer a:hover {
  color: #A85100 !important;
}
.site-footer p {
  margin-bottom: 0;
}
.home .site-footer .wrap {
  padding: 22.5px 45px;
  padding: 2.25rem 4.5rem;
}
@media only screen and (max-width: 1160px) {
  .soliloquy-container {
    width: 960px !important;
    margin: 0 auto !important;
  }
  .soliloquy-container .soliloquy-caption h2 {
    font-size: 28px;
  }
  .soliloquy-container .soliloquy-caption .agent {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .site-inner .wrap,
  .wrap {
    width: 960px;
  }
  .header-image .site-header > .wrap {
    width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content,
  .site-header .widget-area {
    width: 620px;
  }
  .home .content-left {
    width: 640px;
  }
  .home .content-right {
    width: 320px;
  }
  .home .home-request-quote .wrap,
  .home .home-blurbs .wrap {
    width: 890px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .title-area {
    width: 300px;
  }
  .home .footer-widgets-2 {
    width: 270px;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    background-color: #bbbcbf;
  }
  .soliloquy-container {
    width: 100% !important;
  }
  .header-image .site-header > .wrap,
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .home .content-left,
  .home .content-right,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .site-inner .wrap,
  .title-area,
  .wrap {
    width: 100%;
  }
  .footer-widgets .wrap {
    padding: 45px;
  }
  .footer-widgets-1 {
    width: 40%;
  }
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 30%;
  }
  .home .footer-widgets-1,
  .home .footer-widgets-2,
  .home .footer-widgets-3 {
    width: 33%;
  }
  .home .home-request-quote .wrap,
  .home .home-blurbs .wrap {
    width: 100%;
    padding: 0 45px;
  }
  .header-image .site-header .wrap {
    background-position: top center;
  }
  .header-widget-area .widget_search {
    float: none;
    margin: 0 auto;
  }
  .site-header .title-area .site-title,
  .site-header .title-area .site-description {
    padding-left: 0 !important;
  }
  .nav-header {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
    float: none;
    text-align: center;
  }
  .nav-header .genesis-nav-menu .menu-item {
    float: none;
    text-align: center;
    display: inline-block;
  }
  .nav-header .sub-menu a {
    text-align: left !important;
  }
  .home .intro {
    background: url('http://hometownin.com/wp-content/uploads/2013/10/car-house-insurance.jpg') center no-repeat / cover;
    display: block;
  }
  .home .intro .image {
    display: none;
  }
  .home .caption {
    display: block;
    background: rgba(25,28,30,0.6);
  }
  .entry {
    padding: 0 45px;
  }
  .header-image .site-header .widget-area,
  .site-header {
    padding: 0;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
    margin: 1.6rem auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .archive-pagination,
  .breadcrumb {
    margin: 45px;
    margin: 4.5rem;
  }
  .sidebar .widget.enews-widget {
    padding: 45px;
    padding: 4.5rem;
  }
  .sidebar-primary {
    background: #191c1e;
    border-bottom: 4px solid #0b1013;
  }
  .sidebar-primary .widget {
    margin-bottom: 0;
  }
  .site-footer .wrap {
    padding: 22.5px 45px;
    padding: 2.25rem 4.5rem;
  }
  .footer-widgets-1 {
    margin: 0;
  }
  .soliloquy-container .soliloquy-caption {
    overflow: hidden;
  }
  .breadcrumb,
  .archive-description,
  .taxonomy-description {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .header-phone {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .home .home-request-quote a {
    margin-right: 0;
  }
  .home .footer-widgets-1,
  .home .footer-widgets-2,
  .home .footer-widgets-3,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 100%;
  }
  .next-post,
  .previous-post {
    text-align: center;
  }
  .site-footer .footer-left,
  .site-footer .footer-right {
    text-align: center;
  }
  .soliloquy-container {
    max-height: 247px !important;
    overflow: hidden !important;
  }
  .soliloquy-container .soliloquy-control-nav,
  .soliloquy-container .soliloquy-direction-nav,
  .soliloquy-container .soliloquy-caption {
    display: none !important;
  }
  .soliloquy-container .soliloquy-image {
    width: 100% !important;
    max-width: 100% !important;
  }
  .nav-primary li > a:after {
    content: "";
  }
  .nav-primary li > a:hover:after {
    content: "";
  }
  #responsive ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: static;
  }
  #responsive ul li {
    margin: 0;
    padding: 0;
    position: static;
    float: none;
    text-align: center;
    display: block;
    width: 100%;
  }
  #responsive ul li a {
    display: block;
  }
  #responsive ul ul {
    position: static;
    opacity: 100;
    display: none;
    width: 100%;
    margin: 0;
  }
  #responsive ul ul li,
  #responsive ul ul li a {
    width: 100%;
    background: none;
    border: 0;
  }
  #responsive ul ul li ul {
    width: 100%;
    text-indent: 75px;
  }
  .js #responsive {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    zoom: 1;
  }
  #responsive.opened {
    max-height: 9999px;
  }
  #nav-toggle {
    display: block;
    float: right;
    padding-right: 45px;
    padding-right: 4.5rem;
    padding-top: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 70px;
    height: 43px;
    text-indent: -9999px;
    overflow: hidden;
    background: #bbbcbf url('https://hometownin.com/wp-content/themes/hometown/images/hamburger2.png') no-repeat 50% 50%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .header-image .site-header .wrap {
    background: url('https://hometownin.com/wp-content/themes/hometown/images/logo@2x.png') no-repeat left;
    background-size: 320px 164px;
  }
}
