body {
  /* font-family: 'Arimo', sans-serif; */
  font-family: 'trebuchet ms', sans-serif !important;
  /*font-family: 'PT Sans', Arial, sans-serif;*/
  font-size: 16px !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', Georgia, serif;
  margin-bottom: 20px !important;
}
h1 {
  font-size: 32px !important;
}
ul,ol {
  margin: 0 0 1.5em 1em;
}
a,
a:before,
a:after {
-webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; 
transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; 
}
a:visited {
  color: royalblue;
}
/* BG Color Changes */
.above-cat {
  background-color: #fff;  
  padding: 15px 30px !important;
  min-height: 60px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.above-cat p {
  color: #aaa;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  padding: 3px 0;
}
.above-cat p a:hover {
  text-decoration: none !important;
}
.left-cat {
  float: left;
}
.left-cat a,
.right-com a {
  color: #aaa;
}
.right-com {
  float: right;
}
.entry-meta {
  text-transform: uppercase;
  color: #aaa;
  font-size: 13px;
}
.entry-title {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 5px !important;
}
.entry-title,
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  text-decoration: none;
}
.columned-post .entry-title {
  font-size: 22px;
}
.entry-content blockquote {
    position: relative;
    color: #555;
    margin: 0 0 20px;
    padding-left: 50px;
    font-style: italic;
    border-left: none;
        font-size: 16px;
}
.entry-content blockquote:before {
  content: "\f10d";
  color: #ccc;
  font-size: 32px;
  font-style: normal;
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.entry-content h5 {
    font-size: 1.25em;
    font-weight: 600;
}
.entry-footer span {
  margin-right: 30px;
}
.entry-meta p {
  margin-bottom: 0;
}
.divider {
    padding-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.blog-landing,
.archive .blog-content {
  padding-top: 40px;
}
.newest-post {
  border-bottom: 1px solid #eaeaea;
    padding-bottom: 25px;
}
.posts-navigation {
  margin-top: 25px !important;
}
.lwp-post-comments {
  float: right;
}
.site-main {
  /*background-color: #eaeaea*/;
  background: #eaeaea;
  background: -webkit-linear-gradient(#ffffff, #eaeaea);
  background: -o-linear-gradient(#ffffff, #eaeaea);
  background: -moz-linear-gradient(#ffffff, #eaeaea);
  background: linear-gradient(#ffffff, #eaeaea);
}
.page-layout {
  background-color: #fff;
  background: url(//www.legalwritingpro.com/wp-content/uploads/2016/10/s-right-s1.png) repeat-y right 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
}
.page-full {
  display: block !important;
}
.lwp-content {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.page-full .lwp-content {
  min-height: 600px;
}
.blog-content {
  /*min-height: 3122px !important;*/
}
.lwp-sidebar {
  background-color: #f0f0f0;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.lwp-sidebar .img-border {
  border: 1px solid #a9a9a9;
}
.blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*margin-left: 15px;*/
}
.blog-sidebar ul a:hover {
  color: #444;
  text-decoration: none;
}
.blog-sidebar ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
.blog-sidebar .widget a {
  color: #777;
}
.blog-sdebar .widget a:hover {
  color: #444;
}
.blog-sidebar .widget_recent_entries ul li a:before { 
  font-family: 'FontAwesome';
  content: '\f017';
  font-size: 12px;
  margin-right: 6px;
  display: inline-block!important;
  width: 1em;
  text-align: center;
}
.blog-sidebar .widget_recent_comments ul li:before { 
  font-family: 'FontAwesome';
  content: '\f075';
  color: #ccc;
  font-size: 12px;
  margin-right: 6px;
  display: inline-block!important;
  width: 1em;
  text-align: center;
}
.blog-sidebar .widget_categories ul li a:before { 
  font-family: 'FontAwesome';
  content: '\f07c';
  font-size: 12px;
  margin-right: 6px;
  display: inline-block!important;
  width: 1em;
  text-align: center;
}
.blog-sidebar .widget_archive ul li a:before { 
  font-family: 'FontAwesome';
  content: '\f073';
  font-size: 12px;
  margin-right: 6px;
  display: inline-block!important;
  width: 1em;
  text-align: center;
}
.blog-sidebar h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-sidebar .search-submit {
  display: none;
}
.blog-sidebar .search-field {
  width: 260px;
}
.blog-sidebar .widget {
  padding-bottom: 20px;
}
.post-nav li {
  width: 100%;
  display: inline;
  float: left;
  text-align: center;
  -webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  -moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
  -o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; 
  transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; 
}
.post-nav li:hover {
  background-color: #eaeaea;
}
.post-nav li i {
  color: #ccc;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.post-nav li a {
  position: relative;
  min-height: 73px;
  display: block;
  padding: 16px 60px 24px;
  border-top: 1px solid #eee;
}
.post-nav li a strong {
  display: block;
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: uppercase;
}
.post-nav li a span {
  font-size: 15px;
  color: #666;
}
.post-nav li.next a {
  /*border-bottom: 1px solid #ddd;*/
}
.post-nav li.next i {
  right: 20px;
}
.post-nav li.previous {
  margin-bottom: 30px;
}
.post-nav li.previous i {
  left: 20px;
}
.page-content, .entry-content, .entry-summary {
    margin: 1em 0 0;
}
.remove-pad {
  padding: 0 !important;
}
.fix-pad {
  margin-left: -30px;
  margin-right: -30px;
}
.sidebar-top {
  background-color: #3b8dbd;
  padding: 15px 30px;
  min-height: 60px;
}
.sidebar-top p {
  float: left;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  padding: 3px 0;
}
.social-links {
  float: right;
  position: relative;
  padding-top: 2px;
  list-style: none;
}
.social-links li {
  display: inline-block;
  margin-left: 8px;
  line-height: 16px;
  font-size: 0;
}
.social-links .social-tooltip {
  font-size: 24px;
  position: relative;
  z-index: 98;
}
.social-links a {
  color: rgba(255,255,255,0.7) !important;
}
.social-links a:hover {
  color: #fff !important;
}
.lwp-share {
    position: fixed;
    left: 5px;
    top: 50%;
    max-width: 125px;
}
/*.content-area a,
.content-area a:active,
.content-area a:visited {
  color: #858994;
}*/
/*.content-area a:visited {
  color: #337ab7;
}*/
.content-area a:hover {
  color: #e82c2e;
}
.indent-content {
  margin-left: 35px;
}
.page-layout h1 {
  color: #e82c2e;
}
.widget-area {
  margin-top: 20px;
}
.widget-area h4 {
  margin-top: 25px !important;
  font-weight: 700;
}
footer .container {
  width: 90%;
}
.site-footer {
  background-color: #2d2e2c;
  border-top: 7px solid #1b1c1d;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer p {
  color: #999999;
}
.site-footer a {
  color: #fff;
}
.site-footer .menu {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}
.site-footer .menu li {
    float: left;
    border-right: 1px solid #7b7b7b;
}
.site-footer .menu li:last-child {
    border-right: none;
}
.site-footer .menu li a {
    display: block;
    color: white;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    font-size: 18px;
}
.site-footer .menu li a:hover,
.site-footer .menu li a:active {
    text-decoration: underline;
}
.foot-menu {
  float: none;
  text-align: center;
}
.foot-addy {
  text-align:right;
}
.entry-content li {
  /* margin-bottom: 10px; */
}
#menu-footer-2 {
  margin-top: 10px;
}
/* Main Header & Menu */
.site-branding {
  padding: 3% 0;
}
.header-quote {
  float: right;
  font-size: 24px;
  margin-top: 3%
}
/*#site-navigation {
  text-align: center;
}
#site-navigation ul#primary-menu {
  display: inline-block;
  border-bottom: 5px solid #e82c2e;
}
#site-navigation #primary-menu li {
  background-color: #2c2b2f;
  border-right: 2px solid #484848;
}
#site-navigation #primary-menu li:hover {
  background-color: #424146;
}
#site-navigation #primary-menu li:first-child {
  border-radius: 10px 0 0 0;
}
#site-navigation #primary-menu li:last-child {
  border-right: none;
  border-radius: 0 10px 0 0;
}
#site-navigation #primary-menu li a {
  color: #fff;
  font-weight: 700;
  padding: 25px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
#site-navigation #primary-menu li a:hover {
  text-decoration: none;
}
#site-navigation #primary-menu li.current-menu-item a {
  color: #ff0000;
}*/
/* Mobile Nav */
/*.mobile-nav {
  text-align: center;
}
.mobile-nav #mobile-menu {
  list-style-type: none; 
  padding: 0;
  margin: 0;  
}
.mobile-nav #mobile-menu li {
  background-color: #3a3a3a;
  border-bottom: 1px solid #949494;
  padding: 2%;
}
.mobile-nav #mobile-menu li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-nav #mobile-menu li a:hover {
  text-decoration: none;
  color: #ff0000;
}
.mobile-nav #mobile-menu li.current-menu-item a {
  color: #ff0000;
}
.mobile-menu-toggle {
  width: 100%;
  color: #fff;
  background-color: #2e2e2e;
  box-shadow: none;
  padding: 5%;
  border-radius: 10px 10px 0 0;
  text-shadow: none;
  border: none;
  border-color: #949494;
  border-bottom: 1px solid #949494;
}
.mobile-menu-toggle:hover {
  border-color: #949494;
  box-shadow: none;
  color: #ff0000;
  text-shadow: none;
}
.basic-table {
  width: 50%;
  float: left;
  border: 1px solid #ccc;
  padding: 1%;
}
.table-border td {
  border: 1px solid #ccc;
  padding: 1%;
}*/
/*  Bootstrap Navbar Customizations
----------------------------------------------*/
.navbar-inverse {
    background-image: url(//www.legalwritingpro.com/wp-content/themes/lwp/images/navbar-bg.png);
    background-repeat: repeat-x;
    border: 0;
    border-bottom: 5px solid #e82c2e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-header {
  text-align: center;
}
.navbar-toggle {
  margin: 10px 0px;
  float: none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
  background-image: url(//www.legalwritingpro.com/wp-content/themes/lwp/images/navbar-bg.png);
}
@media (max-width: 800px) {
  .navbar-inverse {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header, .navbar-nav {
    margin:0px;
  }
}
.navbar-nav > li {
    border-right: 2px solid #484848;
}
.navbar-nav > li:last-child {
    border-right: none;
}
.navbar-inverse .navbar-nav >li > a {
  color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 24px 21px;
    /* text-transform: uppercase; */
}
.navbar-inverse .navbar-nav >li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #ff0000;
}
/* Endorsements Page */
.endorsee {
  color: #666666;
    margin-top: 20px;
    font-weight: bold;
}
.endorsement {
  margin-left: 25px;
}
.new-nav {
  background: url("//www.legalwritingpro.com/wp-content/uploads/2016/10/header-test-no-border.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.new-nav #primary-menu {
  list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border-bottom: 5px solid #e82c2e;
    width: 95%;
}
.new-nav #primary-menu li {
    float: left;
    border-right: 2px solid #484848;
}
.new-nav #primary-menu li:last-child {
    border-right: none;
}
.new-nav #primary-menu li a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 24px 28px;
    text-transform: uppercase;
}
.new-nav #primary-menu li.current-menu-item a {
  color: #ff0000;
}
.new-nav #primary-menu li a:hover {
  color: #ff0000;
}
.site-header {
  padding: 0 !important;
}
.lwp-contact {
  padding: 5%;
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 80%;
    margin-top: 20px;
}


.lwp-send {
  background: #5cb85c !important;
  border: 0 !important;
  border-radius: 5px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 1em !important;
  font-weight: bold !important;
  padding: 10px 15px !important;
  transition: background .3s !important;
  margin-top: 20px !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.lwp-send:hover {
  background: #4F9D4F !important;
}
.auto-style1 {
    text-decoration: underline;
}
.alpha-list {
  list-style-type: upper-alpha;
}
/* Homepage */ 
.slider-image {
  float: left;
}
.slider-text {
  margin-top: 25px;
}
.slider-text p {
  font-size: 32px;
}
.slider-text a,
.slider-text a:visited,
.slider-text a:hover,
.slider-text a:active {
  color: #ff0000;
}
.slider-text a:hover {
  text-decoration: none;
}
.serif-text {
  font-family: serif;
}
.lwp-slide1 .slider-text {
  margin-left: 100px;
  margin-top: 50px;
}
.slider-red {
  color: #ff0000;
  margin-left: 75px;
  margin-top: 25px;
  font-size: 24px !important;
}
.slider-red a { 
  color: #ff0000;
} 
.slider-signature {
  background-color: #5b5b5b;
  color: #fff;
  margin-top: 50px;
  max-width: 60%;
  padding: 1% 5%;
}
.slider-signature p {
  font-size: 24px;
  font-family: serif;
}
.sig-name {
  font-size: 32px !important;
  margin-bottom: 0 !important;
}
.sig-title  {
  margin-bottom: 1em;
}
.quote-text {
  font-size: 20px !important;
  margin-right: 100px;
}
.quote-name {
  font-style: italic !important;
  margin-left: 40px !important; 
}
.gray-bg {
  background-color: #dedede;
}
.hp-section-head {
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
    padding: 1%;
}
.hp-section-head h2 {
  font-family: serif;
  font-size: 26px;
}
.hp-blurbs {
  margin-bottom: 40px;
}
.hp-white-blurb {
  background-color: #fff;
  position: relative !important;
  border-right: 4px solid #eaeaea;
  min-height: 384px !important;
  padding-bottom: 58px;
}
.hp-white-blurb:last-child {
  border-right: none;
}
.hp-white-blurb h3 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;  
}
.hp-section-more {
  background-color: #2e2e2e;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding-top: 10px;
}
.hp-section-more a {
  color: #fff !important;
}
.carousel-indicators {
  bottom: -20px;
}
.carousel-indicators li {
  border: 1px solid #868686;
}
.carousel-indicators .active {
  background-color: #868686;
}
.mob-home {
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
}
/* sidebar */
#ctct-submitted {
  font-size: 1.5rem;
  padding: 20px 40px;
}
.ctct-email,
.ctct-text {
    width: 100%;
    font-size: 1.5rem;
}
.above-cat p,
.sidebar-top p,
.sidebar-top ul {
  margin-bottom: 0;
}
.gf-hide-label .gfield_label {
  display: none !important;
}
.search-field {
  font-size: 1.5rem;
  padding: 10px !important;
}
/* Gravity Forms */
.gf-add-border .gform_fields {
  border: 1px solid #ddd;
  /*width: 80%;
  background-color: #f0f0f0;*/
  padding-bottom: 20px !important;
  border-radius: 5px;
}
.gf-add-border .gform_fields li {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.gform_confirmation_wrapper {
  background-color: #dff0d8;
  border: 1px solid #b6ff97;
  padding: 2%;
}
/* Lists */
.list-second {
    list-style-type: circle;  
}
/* Dec 2018 Adjustments. This whole theme needs to be redone eventually... */
#masthead .mline a {
  padding: 16px 24px;
}
#primary-menu li {
  min-height: 72px;
}
#primary-menu {
  width: 95%;
  margin: 0 auto;
  float: none;
}
/* E-Learning Page */
#gform_wrapper_19 .gform_body,
#gform_wrapper_20 .gform_body,
#gform_wrapper_21 .gform_body,
#gform_wrapper_22 .gform_body,
#gform_wrapper_23 .gform_body,
#gform_wrapper_27 .gform_body,
.payment-form .gform_body {
  border: 1px solid #ddd;
  padding: 2% 4% 5% 4%;
  background-color: #f0f0f0;
  border-radius: 5px;
}
#gform_wrapper_27 {
  width: 75%;
  margin: 0 auto;
}
#gform_wrapper_27 h4 {
  text-align: center;
  color: #000;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
#gform_wrapper_27 hr {
  width: 70%;
  border-color: #000;
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
}
#gform_wrapper_27 .desc {
  font-size: 14px;
}
.filelink {
  font-size: 20px;
}
.payment-form .custom-label input {
  margin-top: 7px !important;
}
.payment-form .new-label {
  font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}
.page-id-1109 #text-32 .widget-title {
  color: #e82c2e;
}
.page-id-1109 .lwp-content,
.page-id-1610 .lwp-content {
  height: auto !important;
}
/* Google Embed */
.gde-text {
  display: none;
}
/* Toolkit */
.pwbtn {
  font-size: 16px !important;
}
input[type="password"] {
  font-size: 18px !important;
}
/* Workshop Resources */
.post-password-required .resource-content {
  display: none;
  visibility: hidden;
}

/* Contact Page Fixes */
.page-id-23 .lwp-content {
  height: 100% !important;
}
.page-id-23 .lwp-content h3 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px !important;
}

.hbspt-form {
    border: 1px solid #ddd;
    padding-bottom: 20px !important;
    border-radius: 5px;
    padding: 2% 5%;
}

.page-id-23 .gform_body input {
      background-color: #f9f9f9;
}

/* Media Queries */
@media (max-width: 1460px) {
  .lwp-share {
    display: none;
  }
}
@media (max-width: 1200px) {
  #site-navigation #primary-menu li a {
    padding: 20px;
    font-size: 15px;
  }
  .new-nav #primary-menu li a {
    padding: 19px 17px;
    font-size: 16px;
  }
  .navbar-inverse .navbar-nav > li > a,
  #masthead .mline a {
    padding: 19px 17px;
    font-size: 16px;
  }
  .slider-text,
  .slider-signature {
    margin-top: 25px;
  }
  .quote-text {
    font-size: 18px !important;
    margin-right: 50px;
    margin-bottom: 1em;
  }
  .quote-name {
    font-size: 18px !important;
  }
  .lwp-slide1 .slider-text {
    margin-left: 50px;
    margin-top: 25px;
  }
  .hp-third-box {
    border-right: none;
  }
  .blog-content {
    /*min-height: 3210px !important;*/
  }
  .g-recaptcha {
    margin-left: -20px;
  }
  #primary-menu li {
    min-height: auto;
  }
  #primary-menu .htext {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-layout {
    display: block;
  }
  #site-navigation #primary-menu li a {
    padding: 12px;
    font-size: 12px;
  }
  .new-nav #primary-menu li a {
    padding: 14px 13px;
    font-size: 14px;
  }
  .navbar-inverse .navbar-nav > li > a,
  #masthead .mline a {
    padding: 14px 9px;
    font-size: 14px;
  }
  .slider-text {
    margin-top: 10px;
  }
  .slider-text p {
    font-size: 24px;
  }
  .slider-red {
    font-size: 20px;
  }  
  .slider-signature {
    max-width: 75%;
    margin-top: 0;
  }
  .sig-name {
    font-size: 28px !important;
  }
  .sig-title {
    font-size: 21px !important;
  }
  .lwp-slide1 .slider-text {
    margin-left: 25px;
    margin-top: 10px;
  }
  .lwp-slide1 .slider-red {
    margin-top: 0;
    margin-bottom: 1em; 
  }
  .quote2 {
    display: none;
  }
  .hp-white-blurb {
    min-height: 275px !important;
  }
  .hp-second-box {
    border-right: none;
  }
  .hp-third-box {
    border-right: 4px solid #eaeaea;
  }
  .blog-content {
    /*min-height: auto !important;*/
  }
  .g-recaptcha {
    margin-left: 0;
  }
  #gform_wrapper_19 .gform_body,
  #gform_wrapper_20 .gform_body,
  #gform_wrapper_21 .gform_body,
  #gform_wrapper_22 .gform_body,
  #gform_wrapper_23 .gform_body,
  #gform_wrapper_27 .gform_body,
  .payment-form .gform_body {
    padding: 5%;
  }
  #gform_wrapper_27 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #site-navigation #primary-menu li a {
    padding: 10px;
    font-size: 14px;
  }
  .navbar-inverse .navbar-nav > li {
    border-bottom: 1px solid #353535;
  }
  .navbar-inverse .navbar-nav > li:last-child {
    border-bottom: none;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px;
    font-size: 14px;
  }
  .gray-bg {
    background-color: #fff !important;
  }  
  .lwp-contact {
    width: 100%;
  }
  .wpcf7 input {
    width: 100%;
  }
  .site-footer {
    text-align: center;
  }
  .foot-menu {
    float: none;
  }
  .foot-addy {
    text-align:inherit;
  }
  .hp-blurbs {
    background-color: #fff;
  }
  .gf-add-border .gform_fields {
    width: 100%;
  }
  #primary-menu {
    width: 100%;
  }
  #primary-menu .htext {
    display: inline;
  }
}
@media (max-width: 767px) {
  .hp-white-blurb {
    border-right: none;
  }
  .slider-red {
    margin-left: 0;
  } 
  .slider-signature {
    max-width: 100%; 
  }
}
@media (max-width: 680px) {
  .above-cat {
    min-height: 90px;
  }
}
@media (max-width: 600px) {
  .header-quote {
    float: none;
  }
  .site-branding {
    text-align: center;
  }
}
@media (min-width: 1460px) {
  .lwp-share-above {
    display: none;
  }
}