/*
    Theme Name: Multixx Theme
    Description: Multixx Theme Designed for Local Pay Per Call Niche
    Author: MassPage Themes
    Author URI: https://www.inspiromedia.ca/
 
    Version: 1.0
 
    Template: genesis
    Template Version: 1.0
*/
/* Table of Contents

    01 Import Fonts
    02 Base Styles 
        Defaults
        Wraps
        Containers and Columns
        Entry Content Structure
        Headings and Titles
  -- Layout --  
    03 Header
    04 Navigation
       Primary Navigation Extras
       Pagination
    05 Meta and Comments
        Post Info and Meta
        Comments
    06 Post Content Styles
        Block Quotes
        Lists
    07 SideBar
    08 SideBar Alt
    09 Footer
        Footer Widgets
        Footer Navigation
  -- Modules --
    10 Forms and Buttons
    11 Images and Captions
    12 Author Box / Bread Crumbs / Sticky
    13 Widgets/Plugins
        eNews
        Gravity Forms
*/
/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Arimo:400,700|Varela);

/*
02 Base Styles
---------------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address,
big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, input, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Clearfix */
.site-inner:after,
.home-middle:after,
.site-header:after,
.nav-primary:after,
.nav-secondary:after,
.wrap:after,
.footer-widgets:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  background-color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

p.pages,
.clear,
.clear-line {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-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: #000d11;
  color: white;
}

::selection {
  background-color: #000d11;
  color: white;
}

a {
  color: #3e6b85;
  text-decoration: none;
}
a:hover {
  color: #2b4a5d;
}

a img {
  border: none;
}

/* Wraps */
.site-container {
  width: 100%;
}

.wrap {
  margin: 0 auto;
  max-width: 1152px;
}

.site-inner {
  overflow: hidden;
  *zoom: 1;
}

/* Containers and Columns */
.content-sidebar-sidebar .sidebar-secondary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area,
.sidebar-content-sidebar .sidebar-primary {
  float: right;
}

.five-sixths,
.content-sidebar-sidebar .sidebar-primary,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content-sidebar-sidebar .content,
.site-footer .gototop,
.sidebar-secondary,
.title-area,
.archive-page,
.content-sidebar .content,
.content-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
  margin-left: 4.16667%;
  /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths,
.content-sidebar-sidebar .content,
.archive-page {
  width: 47.91667%;
  /* 552px / 1152px */
}

.one-third,
.two-sixths,
.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.title-area {
  width: 30.55556%;
  /* 352px / 1152px */
}

.four-sixths,
.two-thirds,
.content-sidebar .content,
.sidebar-content .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.site-header .widget-area {
  width: 65.27778%;
  /* 752px / 1152px */
}

.one-fourth {
  width: 21.875%;
  /* 252px / 1152px */
}

.three-fourths {
  width: 73.95833%;
  /* 852px / 1152px */
}

.one-fifth {
  width: 16.66667%;
  /* 192px / 1152px */
}

.two-fifths {
  width: 37.5%;
  /* 432px / 1152px */
}

.three-fifths {
  width: 58.33333%;
  /* 672px / 1152px */
}

.four-fifths {
  width: 79.16667%;
  /* 912px / 1152px */
}

.one-sixth,
.sidebar-secondary {
  width: 13.19444%;
  /* 152px / 1152px */
}

.five-sixths,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 82.63889%;
  /* 952px / 1152px */
}

.first,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.title-area,
.content-sidebar .content,
.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .sidebar-primary {
  margin-left: 0;
  clear: both;
}

.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.sidebar-sidebar-content .sidebar-primary {
  clear: none;
}

.archive-page {
  margin-left: 0;
}

/* Entry Content Structure */
.content {
  padding-bottom: 40px;
  padding-bottom: 4rem;
}

.entry,
.page .post.entry {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.single .entry {
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}

.page .entry {
  margin: 0;
}

.entry-content {
  overflow: hidden;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-family: Arimo, Varela, sans-serif;
  font-weight: 700;
}

h1,
.entry-title,
.entry-title a,
.site-title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #0084c2;
}

/* Title Class for SEO / No Overuse of H Tags */
.title,
h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h2 a,
h2 a:visited {
  color: #3b3d42;
}
h2 a:hover,
h2 a:visited:hover {
  color: #2b4a5d;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
  font-size: 20px;
  font-size: 2rem;
}

h4.widgettitle a {
  color: #3e6b85;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6,
.author-box h1,
.sidebar h2 a {
  font-size: 14px;
  font-size: 1.4rem;
}

.author-box h1 {
  margin: 0;
  line-height: 1.5;
}

.taxonomy-description h1 {
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

.archive-title {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

/*********************************************************************************************

            LAYOUT

**********************************************************************************************/
/*
03 Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  min-height: 100px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-bottom: .5rem;
}

.site-title {
  margin: 40px 0 8px;
  margin: 4rem 0 0.8rem;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: Arimo, Varela, sans-serif;
  font-weight: 700;
}
.site-title a {
  color: #3b3d42;
}
.site-title a:hover {
  color: #3e6b85;
}

.header-image .site-title {
  margin: 0;
}

.site-description {
  line-height: 1.25;
  color: #3b3d42;
}

.header-full-width .site-title,
.header-full-width .site-title a,
.header-full-width .title-area {
  width: 100%;
}

.header-image .site-title,
.header-image .site-title a,
.header-image .title-area {
  display: block;
  float: left;
  min-height: 75px;
  overflow: hidden;
  width: 50%;
}

.header-image .site-description {
  display: none;
}

.site-header .search-form {
  float: right;
  margin-top: 56px;
  margin-top: 5.6rem;
  width: 100%;
}

/*
04 Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a {
  border: none;
  color: white;
  display: block;
  padding: 28px 24px;
  padding: 2.8rem 2.4rem;
  position: relative;
}
.genesis-nav-menu a:hover {
  color: #000d11;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
  position: relative;
  width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 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 > .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: 28px 0;
  padding: 2.8rem 0;
  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: 14px 0 0;
  padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu a {
  color: #000d11;
}

.site-header .sub-menu {
  border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #3b3d42;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #fff;
}

.nav-primary .sub-menu a {
  border: 1px solid #333;
}

.nav-primary .sub-menu a {
  background-color: #3b3d42;
}
.nav-primary .sub-menu a:hover {
  color: white;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary a {
  color: #000d11;
}

.nav-secondary .sub-menu {
  border-top: 1px solid #eee;
}
.nav-secondary .sub-menu .sub-menu {
  margin-top: -55px;
}

/* Mobile Menu */
.genesis-nav-menu.menu-mobile {
  display: none;
}
.genesis-nav-menu.menu-mobile .menu-item {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
.genesis-nav-menu.menu-mobile .menu-item:hover {
  position: static;
  display: block;
}
.genesis-nav-menu.menu-mobile .menu-item:hover > .sub-menu {
  font-size: 14px;
  display: block;
}
.genesis-nav-menu.menu-mobile a {
  display: block;
  padding: 24px 20px;
  padding: cr(24) cr(20);
  position: relative;
  color: white;
  font-size: 14px;
}
.genesis-nav-menu.menu-mobile a:hover {
  background-color: #323232;
}
.genesis-nav-menu.menu-mobile .sub-menu {
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  z-index: 99;
  display: none;
  background-color: #666666;
}
.genesis-nav-menu.menu-mobile .sub-menu .sub-menu {
  margin: 0 0 0 10px;
}

/*  Primary Navigation Extras */
.genesis-nav-menu li.right {
  float: right;
  padding: 24px 20px;
  padding: 2.4rem 2rem;
  list-style-type: none;
}

.genesis-nav-menu li.right a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu li.search {
  padding: 6px 0 0;
  padding: 0.6rem 0 0;
}

.genesis-nav-menu li.rss a {
  background: url(images/rss.png) no-repeat center left;
  margin-left: 20px;
  margin-left: 2rem;
  padding-left: 20px;
  padding-left: 2rem;
}

.genesis-nav-menu li.twitter a {
  background: url(images/twitter-nav.png) no-repeat center left;
  padding-left: 24px;
  padding-left: 2.4rem;
}

/* Pagination */
.archive-pagination li {
  display: inline;
}

.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
  background-color: #4c5558;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 1.2rem;
  color: white;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: white;
  color: #000d11;
}

.portfolio-widgetized .archive-pagination {
  clear: both;
}

/*
05 Meta and Comments
---------------------------------------------------------------------------------------------------- */
/* Post Info and Meta */
.entry-meta {
  clear: both;
  line-height: 1.5;
  color: #4c4c4c;
  /*@include rem(font-size, 14px)*/
}

.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
  padding-top: 24px;
  padding-top: 2.4rem;
}

.entry-meta .entry-comments {
  background: url(images/post-comments.png) no-repeat center left;
  margin-left: 16px;
  margin-left: 1.6rem;
  padding-left: 20px;
  padding-left: 2rem;
  color: #333333;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-time {
  color: #000d11;
}

/* Comments */
.entry-comments,
#respond {
  line-height: 1.5;
  overflow: hidden;
}

.ping-list,
.entry-comments {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 50%;
}

.commentmetadata,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.comment-form-comment {
  margin: 12px 0;
  margin: 1.2rem 0;
}

/*label {
  margin-left: 12px;
  @include rem(margin-left, 12);
}*/
.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem;
  border-radius: 10px;
}

.comment-list li ul li {
  margin-right: -32px;
  margin-right: -3.2rem;
}

.comment-header {
  overflow: hidden;
}

.comment {
  background-color: #f4f4f4;
  border: 1px solid #e5e5e5;
}

.comment-content p {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.entry-comments .navigation {
  margin-top: 32px;
  margin-top: 3.2rem;
}

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
  border-radius: 8px;
}

/*
06 Post Content Styles
---------------------------------------------------------------------------------------------------- */
.entry-content p {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

/* After Post */
.after-post {
  
}

/* Blockquotes */
blockquote {
  padding: 24px 64px;
  padding: 2.4rem 6.4rem;
}

blockquote::before {
  content: "“";
  display: block;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

blockquote::before,
blockquote p {
  color: #7f7f7f;
}

blockquote::before {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 58px;
  line-height: 5.8rem;
}

/* Lists */
.entry-content ol,
.entry-content ul {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
  line-height: 1.625;
  margin-left: 40px;
  margin-left: 4rem;
}

.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;
}

/*
07 Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  line-height: 1.5;
}

.sidebar p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.sidebar .widget {
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
  overflow: hidden;
}

.sidebar.widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

/*
08 Sidebar Alt
---------------------------------------------------------------------------------------------------- */
/* SideBar Alt Styles */
/*
09 Footer
---------------------------------------------------------------------------------------------------- */
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  clear: both;
  margin: 0 0 0;
  margin: 0 0 0;
}

.site-footer .wrap {
  overflow: hidden;
  padding: 48px 0;
  padding: 4.8rem 0;
}

.site-footer p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

/* Footer Widgets */
.footer-widgets {
  border-top: 1px solid #0e0e0e;
  clear: both;
  line-height: 1.5;
  overflow: hidden;
  padding: 15px 0 9px;
  padding: 1.5rem 0 1rem;
  background-color: #0e0e0e;
  margin-bottom: 0; 
}
.footer-widgets p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.footer-widgets .widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

.footer-widgets .wrap > div {
  display: block;
  float: none;
  width: auto;
}

/* Footer Navigation */
.site-footer #footer-nav .wrap {
  border: none;
  padding: 0;
}

.site-footer ul.menu-footer {
  font-size: 13px;
  font-weight: normal;
}

.site-footer ul.menu-footer a {
  padding: 0rem .75rem;
}

/*********************************************************************************************

            MODULES

**********************************************************************************************/
/*
10 Forms and Buttons
---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 5px #ddd inset;
  padding: 16px;
  padding: 1.6rem;
  width: 100%;
  color: #7f7f7f;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  background-color: #4c5558;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  width: auto;
  color: #fff;
  font-size: inherit;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
  background-color: #2b4a5d;
}

/*
11 Images and Captions
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

.author-box .avatar {
  float: left;
  margin-right: 24px;
  margin-right: 2.4rem;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  display: inline;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
  display: inline;
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
  display: inline;
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 1.2rem;
}

.wp-caption {
  text-align: center;
}

/*
12 Author Box / Bread Crumbs / Sticky
---------------------------------------------------------------------------------------------------- */
.author-box,
.sticky {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.author-box,
.taxonomy-description {
  line-height: 1.5;
}

.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  overflow: hidden;
  padding: 32px;
  padding: 3.2rem;
}

.breadcrumb {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 10px;
  padding: 1rem;
}

/*
13 Widgets/Plugins
---------------------------------------------------------------------------------------------------- */
/* eNews */
.enews input[type="submit"],
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Gravity Forms */
.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  padding: 1.6rem;
}

.content div.gform_wrapper input[type="submit"] {
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
}

.content 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;
}

/* Custom ST Styles */
.site-footer, .footer-widgets, .menu-footer-menu-container { background-color: #4b4b4b; }
.menu-footer-menu-container { padding-top: 1em; }
.site-footer .wrap { padding: 0 0 10px; padding: 0 0 1em; }
.site-footer .wrap p { font-size: 13px!important; font-size: .80em!important; color: #fff; }
.site-footer .wrap p a { color: #fff; }
.pagination, .entry-header .entry-meta { display: none; }
/* .entry-footer .entry-meta */

.header-image .site-title { min-height: auto;  }
.site-header .title-area { width: 50%; overflow:hidden; }
.site-header .site-title { display: block; float: left; overflow: hidden; width: 100%!important; }
.site-header .site-title { margin-top: 12px; }
.site-header .site-title a { background-repeat: no-repeat; background-position: 0 0; width:210px; text-indent: -99999em; margin: 0; min-height: auto; height: 50px; }
.sf-right-box { margin: 12px 0 0; text-align: right; float: right; width: 50%; }
.sf-right-box span { display: block; }
.sf_top_rght { font-size: 1.1rem; font-weight: 600; }
.top-phone { font-size: 3rem; font-weight: 700; margin: .35em 0 0; line-height: 1; }
.top-phone a { text-decoration: none!important; }
.top_right_bottom { text-transform: uppercase; font-size: 1.3rem; font-weight: 600; }

.menu-footer-menu-container { text-align: center; }
#menu-footer-menu>li { display: inline-block; }
#menu-footer-menu>li>a { display: inline-block; color: #fff; font-size: 1.25rem; margin: 0 8px; }
.footer-widgets .widget { margin-bottom: 0; }

/* Bootstrap panel */
.panel.panel-default { border: 0!important; border-radius: 0!important; box-shadow: none!important; margin-bottom: 10px!important; }
.panel-default>.panel-heading+.panel-collapse .panel-body { border: 1px solid transparent!important; border-bottom-color: #ddd!important; }
.panel-default>.panel-heading { padding: 0; background: transparent!important; border: 0; }
.panel-body { padding: .4rem 0 1.5em!important;  }
.panel-body form:last-child { display: none!important; }
.panel-body p:last-child { margin-bottom: 0!important; }
.panel-heading .panel-title a { outline: none!important; background-color: transparent; display: block; padding: .3em 0; font-size: 2.5rem; text-decoration: none; background-image: url('images/icon-open-minus.png')!important; background-position: 100% 50%; background-repeat: no-repeat; color: #298fbd; }
.panel-heading .panel-title a.collapsed { background-image: url('images/icon-close-plus.png')!important; color: #222222!important;  }
#videoInfo .panel-body h2 { display: none; }

.bing_local_search ul {  margin: 0; padding: 0; }
.bing_local_search ul li { margin-bottom: 15px; margin-left: 0!important;  }
.bing_local_search ul li h3 { font-size: 1.8rem; margin-bottom: 0!important;  }
.bing_local_search ul li .rss_excerpt { font-size: 1.4rem;  }

.wrap { max-width: 980px; }
.entry-header h1, .entry-header .entry-title,
.entry-header .entry-title a, .entry-header .site-title { color: #0084c2; }
#featured .entry-title, #featured .entry-title a { text-decoration: none!important; }
        .site-container { overflow: hidden; }
        .site-container { width: 100%; }
.embed-container { position: relative; padding-bottom: 39.25%; height: 0; overflow: hidden; max-width: 100%; } 
        .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
        .site-header { min-height: 55px; overflow: hidden; padding-bottom: 0; padding-bottom: 0; border: 0; border-top: 5px solid transparent;  }

        .sf-companyinfo { border-radius: 22px; border: 3px solid #d7d6d7; box-shadow: 2px 2px .5rem #e6e6e6; padding: 20px 25px 30px; background-color: #fff; }
        .sf-companyinfo h2 { font-weight: 600; border-bottom: 1px solid #ecebec; margin: 0 0 .5em; padding-bottom: 4px; font-size: 2.5rem; }
        .sf-companyinfo .rating { margin-bottom: 8px; font-size: 1.10rem; }
        .sf-companyinfo .rating img { margin-right: 5px; float: left; }
        .sf-companyinfo .rating span { display: inline-block; margin-top: 4px; }
        .sf-companyinfo .address { margin: 8px 0 8px; }
        .sf-companyinfo .address p { margin-bottom: 0; line-height: 1.4; font-size: 1.40rem; font-weight: 600; }
        .sf-companyinfo .address p span { font-weight: 400; }
        .sf-companyinfo .callnow, .biz-open-hours { position: relative; text-align: center; font-style: italic; margin: 10px 0; }
        .sf-companyinfo .callnow:before, .sf-companyinfo .callnow:after,
        .biz-open-hours:before, .biz-open-hours:after { top: 10px; content: ""; position: absolute; height: 1px; width: 38%; background-color: #e6e6e6; }
        .sf-companyinfo .callnow:before { left: 0; }
        .sf-companyinfo .callnow:after { right: 0; }
        .sf-companyinfo .phone { font-size: 3.5rem; font-weight: 700; margin: 0; line-height: 1; color: #ef571a; text-align: center; }
        .sf-companyinfo .phone a { text-decoration: none; color: #ef571a; }
        .sf-companyinfo > p { text-align: center; margin: 5px 0 0; }
        .biz-top-mobilde h2 { font-weight: 600;  }
        .biz-top-info { margin-top: 20px; margin-bottom: 0; }
        .mobile-header { margin: 10px 0; }
        .callBtn .btn { background-color: #198e09; border-color: #198e09; font-size: 2.5rem; font-weight: 700;  }
        .biz-open-hours { margin-bottom: 15px; display: none; }
        .biz-open-hours:before, .biz-open-hours:after { width: 28%;  }
        .biz-open-hours:before { left: 0; }
        .biz-open-hours:after { right: 0; }
        .biz-item-list ul { list-style-type: none; margin: 15px 0; padding: 0; text-align: left; }
        .biz-item-list ul li { padding-left: 25px; list-style-type: none; font-size: 1.6rem; line-height: 1.8; font-weight: 600; position: relative; }
        .biz-item-list ul li:before { content: "\f00c"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 18px; padding-right: 0.5em; position: absolute; top: 0; left: 0; }
        .biz-top-mobile { margin-bottom: 30px; }
        .biz-top-mobile h2 { margin-top: 0; }
        .expert-info { margin-bottom: 15px; }
        .featured2 .box-top-info h2 { margin-top: 0; }

       .get_quote { padding: 15px 30px; color: #fff; font-size: 3rem; text-align: center; background-color:#198e09; border-radius: 6px; margin:15px 0; line-height: 1.1; }
        .get_quote a, .get_quote a:hover { color: #fff!important; font-weight: 700; text-decoration: none; }


        #featured .carousel-control { position: absolute; z-index: 9999; top: calc(50% - 15px); width: 19px; height: 39px; cursor: pointer;background-image: none; opacity: 1; }
         #featured .carousel-control.left { left: 30px; background-image: none; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAnCAYAAADtu3N3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCNjlCRUVFNTZFQjAxMUU3ODYyN0ZDRTE3QzAxQzA4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERDkwOUM5QzZFQjAxMUU3QTg4MTlERTQ3M0Q1OUQzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERDkwOUM5QjZFQjAxMUU3QTg4MTlERTQ3M0Q1OUQzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkZDBlM2QwZC1mMWUxLWQ4NGYtOGMwZi0zY2NjNjQzZTY1NGIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjY5QkVFRTU2RUIwMTFFNzg2MjdGQ0UxN0MwMUMwODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz51tYnBAAADDUlEQVR42mL8//8/g29WEQMp4NjKJUz//v3mcXB2t169YslkFhYW5R8/f3UzMZABQAYxMjLrTJ82tQlkEFDoUGhhRRnJhl3aspZVVExScNGylckSYsImf4Hg6fPXqSA5JlK9x87JLRUWFurh7e6UCBJ7/uJVTEZz+y2SDQN5783rV9IN9bWljEAACqfM1u4VMHmiDTuyfD4fKJzOnT9fCQqnP3/+3N2062Q9shomUsJpweLlfgrysj6gcHr5+r3X4u3rv5NkGCicPn3+xKmtq6fl7eFUAhJjZmbOhIUTSYbBksHsmTP6gIYwf/7ydT0wXc7GppaJGO9t2rKjRkRYQAMUTp8/f0/CpZ4Fn0GgZJCTVxxhY2XiCcwp/1+/eRud3tz5AZceJkLhlJUeD06QT5+/qk9r6jyJzydMxGaXzJbOZkLhy4QrnFZu2hGJnl1IMgw5u7hYG2ejZxeSDAN5DxROuLIL0YbBskt/b3cWruxClGHEZheiDCM2uxBlGB8v3/eD+/Z8fP32w3moeAw5JTDYsC9fv//9///vlcys7DqQF4FCdtNrymvJMswqPOYfyHVXL1+6NnXGgmqQmLSkWOOsunJzkg0DAT2f4N8/v399NmVS74ojx85sByUNURHhpTNrqwRINgxm4OtXz9/7+Xi0vHn74QYoifDycs4jyzCwABPrFxFRsaep6RlFoPDj5eEO3DytL5Usw0DhB/IuKPy27tjXAxIDmjl9Rm2lGsmGIXs3ITZy04OHj7eASlhxUcFtsZ6BnCQbBgI2kYmfQMmlsLh0GihrgcLPz828kSzDYOEH8m5DY3M3qKTlYGcrnV5dGkGWYbDwW7Vq9Y6tO/fNB4lJSogtwRV+BGsnWPjFRYXPffHq7RlQ+ElLis4myzCYd2HZDRR+oOy2ur+jiyzDkLPbtJkLwa4Chd+06lJ3kg3Dlt3A4ScuOhU5u5HUCiKU3Uhu7MHCD1t2I9kw5PCDZTdgEpwJSi5ktWlh4QfLbqDiSliIP4Usw2AGgrzr5uae8+Tp80hQAxkgwAD+Y9slwtqyIgAAAABJRU5ErkJggg==); }
         #featured .carousel-control.right { right: 30px; background-image: none; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAnCAYAAADtu3N3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdGODg0MDRBNkVBRTExRTdCRjRCQjY2Qzc4RDQ5NjJFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdGODg0MDRCNkVBRTExRTdCRjRCQjY2Qzc4RDQ5NjJFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0Y1MTAyNzA2RUFFMTFFN0JGNEJCNjZDNzhENDk2MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0Y1MTAyNzE2RUFFMTFFN0JGNEJCNjZDNzhENDk2MkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5AB837AAADFklEQVR42mL8//8/w4+fv7o42NlK//z5czc0Iib3wN6dR5mYWL9Yhcf8YyABMIGI0MKKMiB1iIWFRXn6tKlNjIzMOv/+/eZhIBEwwRhPn79O/QsEEmLCJouWrUwWFZMUvLRlLStZhmU0t996/uJVDIjt7e6UGBYW6sHOyS11bOUSJpINA4HM1u4VwPDrZgSChvra0jevX0mT4l0MWzftOlkPighQ+J07f74SFH5Hls/nI8uwxdvXf3/5+r0XKPwU5GV9Fixe7kds+GEND1D4MTMzZ4LDz8OpRFtXT+vT50+chMIPp6RvVtHsz1++rgcayjx75ow+YpILXps+f/6eBAo/EWEBjU1bdtQQ8i5ew9Kb2z68fvM2GphL/ttYmXjm5BVHgJILLgMJpqG0ps6TT5+/qgexs9LjU/GFH1EJMrOls5mY7EZ06kbObis37YjEFn5EG4ac3VysjbOxZTcmUjIyenYDhR+yd5lILWaQs1t/b3cWcnYj2TB82Y1kw/BlN7IMgwJwZLx+++H8wX17PvLx8n0ny7DpNeW1QMoO5NXMrOy6////Xvny9ftfkg2bVVduLi0p1ghiT52xoPrq5UvXQK4CVT4spBg0s7ZKQFREYCkoaRw5dmb7lEm9K35+//pMzyf4N0ieJMN4eTnngZLEm7cfbvj5eLQAvffeJjLxN8npbPO0vlReHu5AUDilpmcUiYiKPQXVrSRnpxm1lWpAM6aD2Ft37OsBhRPIe+iVNEFvxnoGcoqLCm4DlbgPHj7ekhAbuQnde0S7zM/NvBEUTqAsVFhcOg2UDIAGfSK5cJxeXRoBaoOAStqGxuZukPfQw4kob4LCSUJMaAk4nHbum79q1eod2MKJKMOkJUVnAynmF6/enomLCp+LK5wIenN1f0cXKLuAwgmWXfB5D6fLplWXuoPCCcyeuXA2LLsAU/k/kgwDZRcxUYGpIDa27EKSYYSyC9GGgbILkIJnF2LDCcMwUDIAJqWZwMIAnl2IDSeM2BQW4k8BFSuw7EJKOGFtID95+jzSzc09B+Q9cgwCAYAAAwDRmt4KYtvcrgAAAABJRU5ErkJggg==); }

         .biz-top-info.featured2 h3 { font-size: 2.5rem; line-height: 1; margin: 0 0 .3em; }
         .biz-top-info.featured2 h2 { font-size: 3.3rem; font-weight: 700; margin: 0 0 .3em; line-height: 1; color: #f55614; }
         .biz-top-info.featured2 p { font-size: 1.95rem; }
         .featured2 ol { list-style-type: none; margin: 0 0 .5em; padding: 0; display: block; }
         .featured2 ol li { word-wrap: break-word; margin: 0 0 5px; min-height: 30px; line-height: 28px; font-size: 1.7rem; position: relative; padding-left: 38px; }
         .featured2 ol li::before { content: "";width:28px;height:28px;top:-6px;font-size:15.5px;color:rgba(0,0,0,1);margin-right:7px; background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxnPgogICAgICA8cGF0aCBkPSJtNDAuNSw2MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDE4LjksMTguOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAwLjEsMCAwLjEsMCAwLjIsMCAxLjEtMC4xIDIuMi0wLjYgMy0xLjVsNDcuMy01Ni43YzEuNC0xLjcgMS4yLTQuMy0wLjUtNS44LTEuNy0xLjQtNC4zLTEuMi01LjgsMC41bC00NC41LDUzLjMtMTUuNy0xNS43eiIgZmlsbD0iIzAwMDAwMCIvPgogICAgICA8cGF0aCBkPSJtOTUuMSwxNS4zYy0yMy0xNC40LTUyLjUtMTEtNzEuNyw4LjItMjIuNiwyMi42LTIyLjYsNTkuNSA3LjEwNTQzZS0xNSw4Mi4xIDExLjMsMTEuMyAyNi4yLDE3IDQxLDE3czI5LjctNS43IDQxLTE3YzE5LjMtMTkuMyAyMi42LTQ4LjkgOC4xLTcxLjktMS4yLTEuOS0zLjctMi41LTUuNi0xLjMtMS45LDEuMi0yLjUsMy43LTEuMyw1LjYgMTIuNSwxOS44IDkuNiw0NS4yLTcsNjEuOC0xOS40LDE5LjQtNTEuMSwxOS40LTcwLjUsMC0xOS40LTE5LjQtMTkuNC01MS4xIDAtNzAuNSAxNi42LTE2LjUgNDEuOS0xOS40IDYxLjctNy4xIDEuOSwxLjIgNC40LDAuNiA1LjYtMS4zIDEuMi0xLjkgMC42LTQuNC0xLjMtNS42eiIgZmlsbD0iIzAwMDAwMCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);background-repeat: no-repeat;position:absolute;top:0px;left:0; background-size:cover; }
         
         .btn.btn-warning { text-transform: uppercase; background-color: #198e09!important; border-color: #198e09!important; font-weight: 700; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; color: rgba(255,255,255,1); line-height: 42px; height: 55px; font-size: 1.7rem; padding-right: 22px; }
         .btn.btn-warning span { width: 30px; height: 30px; color: rgb(0, 0, 0); background-repeat: no-repeat; object-fit: cover; background-color: rgba(255, 255, 255, 0); background-size: cover; background-origin: content-box; background-position: center top; display: table-cell; vertical-align: middle; float: left; margin: 5px 8px 0 2px;  }

        .callus-botton { height: 50px; padding-left: 10px; padding-right: 20px; display: block; background-color:#198e09; border-radius: 6px; margin-top: 15px; width: auto; color: #fff!important; position:relative; text-align: center; font-size: 1.875rem; font-weight: 700; text-transform: uppercase; float: right; line-height: 50px; text-decoration: none!important;  }
        .callus-botton:hover { color: #fff; }
        .callus-botton span { width: 22px; height: 22px; background-repeat: no-repeat; background-size: cover; color: rgba(255, 255, 255, 0); display: table-cell; vertical-align: middle; display: inline-block; margin: -5px 5px 0 8px; background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDUxMi4wMDEgNTEyLjAwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjAwMSA1MTIuMDAxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQ2Mi40OTEsNDY4LjIwNmwtMzMuOTM4LDMzLjkzN2MtNi4wNjIsNi4wMzEtMjMuODEyLDkuODQ0LTI0LjM0Myw5Ljg0NGMtMTA3LjQzNSwwLjkwNS0yMTAuODY5LTQxLjI3OS0yODYuODgyLTExNy4zMSAgIEM0MS4wOTcsMzE4LjQ2LTEuMTM2LDIxNC42MTksMC4wMzYsMTA2Ljg3MmMwLTAuMDYzLDMuODkxLTE3LjMxMiw5LjkzOC0yMy4zMTJsMzMuOTM3LTMzLjk2OCAgIGMxMi40NTMtMTIuNDM3LDM2LjI5NS0xOC4wNjIsNTIuOTk4LTEyLjVsNy4xNTYsMi40MDZjMTYuNzAzLDUuNTYyLDM0LjE1NSwyMy45OTksMzguNzgsNDAuOTY3bDE3LjA5Myw2Mi43MTcgICBjNC42NCwxNy0xLjU5NCw0MS4xODYtMTQuMDMxLDUzLjYyM2wtMjIuNjg3LDIyLjY4N2MyMi4yNSw4Mi40NjcsODYuOTE5LDE0Ny4xMjEsMTY5LjMzOSwxNjkuNDAybDIyLjY4Ny0yMi42ODggICBjMTIuNDM4LTEyLjQzOCwzNi42ODctMTguNjU2LDUzLjY4Ny0xNC4wMzFsNjIuNzE4LDE3LjEyNWMxNi45MzcsNC41OTQsMzUuMzc0LDIyLjAzLDQwLjk2OCwzOC43NDhsMi4zNzUsNy4xNTYgICBDNDgwLjU1Miw0MzEuOTI2LDQ3NC45MjgsNDU1Ljc2OSw0NjIuNDkxLDQ2OC4yMDZ6IE0yODcuOTk2LDI1NS45OTNoMzEuOTk5YzAtMzUuMzQzLTI4LjY1NS02My45OTgtNjMuOTk4LTYzLjk5OHYzMS45OTkgICBDMjczLjYzNiwyMjMuOTk0LDI4Ny45OTYsMjM4LjM2OCwyODcuOTk2LDI1NS45OTN6IE00MTUuOTkyLDI1NS45OTNjMC04OC4zNzMtNzEuNjIzLTE1OS45OTYtMTU5Ljk5NS0xNTkuOTk2djMyICAgYzcwLjU5MSwwLDEyNy45OTYsNTcuNDM2LDEyNy45OTYsMTI3Ljk5Nkg0MTUuOTkyeiBNMjU1Ljk5NywwdjMxLjk5OWMxMjMuNDk2LDAsMjIzLjk5MywxMDAuNDk3LDIyMy45OTMsMjIzLjk5NGgzMS45OTkgICBDNTExLjk4OSwxMTQuNjIyLDM5Ny4zNjgsMCwyNTUuOTk3LDB6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==); overflow:hidden; }

        /* .featured1 .callus-botton { display: none; } */
         .embed-container.video {  padding-bottom: 53.25%; } 
         .embed-container.map { padding-bottom: 53.25%; }  
        .featured1 .embed-container.map { padding-bottom: 41%; }  

        .after-header { margin-bottom: 3.5em; }

        html body .po-request-quotes-box div.po-request-quotes-box-wrap { background: rgba(255,255,255,.9)!important; }
        html body .po-request-quotes-box div.po-request-quotes-box-wrap h4 { font-size: 2.4rem!important; }
        /* .featured.featured-2, .featured.featured-3 { min-height: 22.4em; } */
        .featured3 .entry-header .entry-title { text-align: center; }
        .featured3 .biz-top-info h2 { margin-top: 30px; color: #f35714; }
        .featured3 .biz-top-info p { font-size: 1.80rem; }
        .featured.featured-2 .featured { border-radius: 16px; overflow: hidden; }

        .mapbox { border: 2px solid #ddd;  }
        
        #sectionbox { margin: 1em 0 0; }
        .home #sectionbox { margin: 0; } 
        .home .site-inner { display: none; }
        .section-box { padding: 20px 0 0; border-top:  2px solid #ccc; }
        .section-box h3, .section-box h4 { margin-bottom: .2em; }
        .section-box p { margin-bottom: 1em; }
        .localexpert { margin-bottom: 1em; text-align: center; }
        .localexpert a { display: inline-block; }

        .site-inner { padding-bottom: 2em; }
        .site-inner .content { padding-bottom: 0; }

        .page-template-default .type-page { background: transparent!important; padding: 5px 0!important; margin-top: 0; }
        .page-template-default.page_lander .type-page {  margin-top: 0; }
        .page-template-default .site-inner { padding-top: 1.5em; }

        .carousel-inner{ height: 100%!important; border: 1px solid transparent; }
        .sub-post-title { margin: 0 0 .5em; }
        .entry-page-title { margin: 0 0 .765em; }
        .site-inner { padding-bottom: 2em; }
        .homepage-wrap { padding: 1.5em 0 2em; }
        .home .homepage-wrap { padding: 0 0 1em; }
        .homepage-wrap h2, .homepage-wrap h3, .homepage-wrap h4 { margin-bottom: .5em; }
        .homepage-wrap h2 { margin-top: .7em!important; }
        .featured3 #featured .second-box { margin-top: 2em; }
        .adjacent-entry-pagination.pagination { display: none; }

         .sidebar.widget-area, .page.entry { padding-top: 2em; }
        .content_serps .sidebar.widget-area, .content_serps .page.entry { padding-top: 0; }

        .sidebar-content .entry-page-title,
        .content-sidebar .entry-page-title,
        .full-width-content .entry-page-title { font-size: 3.2rem; }

        #featured, #featured .entry-title, #featured .entry-title a { text-align: left; }

        /* Back to Top */
        .gototop { position: fixed; bottom: 40px; right: 40px; background: rgba(0,0,0,0.4); width: 36px; height: 36px; cursor: pointer; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; z-index: 999; }
        .gototop a { display: block; width: 36px; height: 36px; color: #fff!important; text-align: center; line-height: 34px; outline: none; font-size: 1em; }

        /* Footer Widgets */
        .mp-footer-widgets { padding: 1.2em 0 2.5em; color: #fff; }
        .mp-footer-widgets h5 { margin-bottom: .975em; font-size: 2rem; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: .756rem; }

         h1, h2, h3, h4, h5, h6 { margin-top: 0!important; }
.featured4 #featured .entry-title, 
.featured4 #featured .entry-title a { text-align: center!important; }

 .callusbtn.center{display:block;position:fixed;text-decoration:none;z-index:2147483647;width:100%;left:0;bottom:0;height:60px;border-top:1px solid #2dc62d;border-bottom:1px solid #006700;width:100%;left:0;bottom:0;height:60px;border-top:1px solid #2dc62d;border-bottom:1px solid #006700;text-shadow:0 1px #006700;text-align:center;color:#fff;font-weight:600;font-size:140%;padding-right:27px;overflow:hidden;background:#090;display:flex;justify-content:center;align-items:center}

        .callusbtn.left, .callusbtn.right { display:block; bottom: 20px; position:fixed;text-decoration:none;z-index:2147483647;width:60px;height:60px; border:2px solid #fff; text-align:center;color:#fff; overflow:hidden;background:#090;display:flex;justify-content:center;align-items:center; border-radius: 100%;}
        .callusbtn.left { left: 15px; }
        .callusbtn.right { right: 15px; }

@media screen and (min-width: 731px) {
           .callusbtn { display: none!important; }
        }



        /* pull-right on all except xs devices */
        @media screen and (min-width: 992px) {
            .featured3 .box-top-info h2 { margin-top: 2.5em; }
        }
        
         @media screen and (min-width: 640px) {
            .site-header .callus-botton, .featured2 .callus-botton, .featured3 .callus-botton { display: none; }
     }

        @media screen and (min-width: 768px) {
            .biz-top-mobile { display: none; }
        }

        @media (min-width: 992px) and (max-width: 1199px) { 
           .embed-container.map { padding-bottom: 53.25%; }
      
        }

        @media (min-width: 768px) and (max-width: 991px) { 
           .embed-container.map { padding-bottom: 86.25%; }  
           .featured2 .embed-container.map { padding-bottom: 40.25%; }
           .featured1 .embed-container.map { padding-bottom: 67% }
        }

         @media screen and (max-width: 991px) { 
           .featured-box { margin: 1em 0 1em; }
           .featured-box .btn { width: 100%; }
           .featured2 .btn.btn-warning span { float: none; display: inline-block; margin-top: -4px; }
           .carousel-inner>.item>a>img, .carousel-inner>.item>img { width:100%; }
           .featured-box .btn, .featured2 .expert-info, .featured3 .expert-info { display: none; }
           .get_quote.top-quote { margin: 0; }  
           #polyares_form_container #polyares_form { margin: 15px auto 30px!important; }
           .featured-box2 { text-align: center; }
           #sectionbox { margin-top: 1em; }
           .home #sectionbox { padding-bottom: 2em; }
         }

         @media screen and (max-width: 767px) {
            .wrap { padding-left: 15px!important; padding-right: 15px!important; }
            .featured1 .biz-top-info, .featured1 .expert-info, .featured1 .get_quote.top-quote { display: none; }
            .sf-companyinfo { margin-bottom: 25px; }
            .mobile-header img { width: 100%;  }
            .featured2 h3 { font-size: 2.4rem; }
            .featured2 h2 { font-size: 3.2rem; }
            .get_quote { font-size: 2.5rem; }
            .site-footer .wrap { padding-top:0!important; }
            .get_quote { margin: 0; }
            .site-footer, .footer-widgets { padding-bottom: 0px; }
            #sectionbox iframe { margin-bottom: 2em; }
            .header-image .title-area { width: 50%!important; }
            .gototop { bottom: 20px; right: 20px; }
            .sidebar-content .entry-page-title,
        .content-sidebar .entry-page-title,
        .full-width-content .entry-page-title { font-size: 2.6rem; }
           .header-image .site-title { min-height: auto!important; }
           .site-header .site-title { margin: 10px 0; }
           .biz-top-mobile { margin-bottom: 0; }
        }

         @media screen and (max-width: 730px) {
            .gototop, .callus-botton { display: none!important; }
            .homepage-wrap h2, .homepage-wrap h3, .homepage-wrap h4 { margin-top: 1em!important; }
        }

        @media screen and (max-width: 729px) {
            h2.collapseomatic { font-size: 2.2rem; } 
        }
      
      @media screen and (max-width: 640px) {
         .site-header .sf-right-box { display: none; }
         
        .featured2 .embed-container.map { padding-bottom: 60.25%; margin-bottom:1em; }
         .panel-heading .panel-title a  { font-size: 1.875rem; }
         #featured, #featured .entry-title, #featured .entry-title a { text-align: center; }
         .featured2 #featured { text-align: left; }
         .featured2 .featured-box { text-align: left; }
         .biz-top-info.featured2 h3 { font-size: 2.2rem; }
         .biz-top-info.featured2 h2 { font-size: 3rem; }
         .biz-top-mobile h2 { margin-top: 0; text-align: left; }
         .featured1 #featured .btn.btn-warning, .featured2 #featured .btn.btn-warning,
            .featured3 #featured .btn.btn-warning, .featured4 #featured .btn.btn-warning  { width: 210px; margin: 0; font-size: 2.2rem; }
      }

      @media screen and (max-width: 440px) {
        .header-image .title-area { width: 100%!important; }
        .site-header .callus-botton { display: none; }
      }