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

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
body {
  font-family: "Ubuntu",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a;
  background: #ffffff;
  font-size: 18px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a {
font-family: "Ubuntu",Helvetica,Roboto,Arial,sans-serif;
color: #1a1a1a;
}
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0;
  padding-left: 20px; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 60px; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
.content, header.header, .inner-footer {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding: 0 10px;
}
.top-bar {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
}
.top-bar, .top-bar ul {
background: rgba(0,0,0,0);
}

header.header, .inner-footer {
  text-align: center;
}

footer.footer {
  background: #f1f1f1;
  padding: 15px;
}

.inner-footer p {
  margin-bottom: 0;
  font-size: 16px;
}

.logo img {
  height: 120px;
  width: auto;
}

header.header {
  margin-top: 30px;
}

.top-bar-left ul.menu {
  justify-content: center;
  font-size: 20px;
}

.top-bar-left ul.menu li a {
transition: all 0.1s ease-in;
}

.menu .active>a {
background: rgba(0,0,0,0);
color: #6DB35D;
}

.header-wrap {
  position: relative;
}

.header-car-locksmith-contact {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background: #6DB35D;
  padding: 12px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  transition: all 0.1s ease-in;
}

.header-car-locksmith-contact:hover {
background: #27913F;
}

.header-car-locksmith-contact img {
  width: 50px;
  height: auto;
  padding-right: 10px;
}

p a, .entry-content a {
  color: #6DB35D;
}

a:focus, a:hover {
color: #6DB35D;
text-decoration: underline;
}

.footer a, .footer a:focus, .footer a:hover {
  color: #1a1a1a;
}

.green-background a:focus, .green-background a:hover {
color: #1a1a1a;
}

h1 {
  font-weight: 700;
}

.splash {
position: relative;
}

.splash .widget_text {
position: absolute;
top: 70%;
-ms-transform: translateY(-70%);
transform: translateY(-70%);
width: 100%;
}

.splash .splash-title {
color: #ffffff;
text-align: center;
width: 100%;
line-height: 40px;
font-size: 50px;
}

.splash .splash-title h1 {
font-size: 60px;
line-height: 70px;
margin-bottom: 0;
letter-spacing: -1.2px;
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"] {
background: linear-gradient(rgba(26,26,26,0) 0%, rgba(26,26,26,0) 35%, rgba(26,26,26,1) 100%) !important;
}

.narrow-width {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

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

h3.widget-title {
  color: #6DB35D;
  font-weight: 700;
}

.text-white h3.widget-title {
  color: #ffffff;
}

a.button {
background-color: #6DB35D;
color: #ffffff;
border-radius: 10px;
padding: 12px 25px;
font-size: 18px;
}

a.button:focus, a.button:hover {
background-color: #27913F;
}

a.button-large {
  font-size: 24px;
}

a.button-white {
background-color: rgba(255,255,255,1);
color: #6DB35D;
}

a.button-white:focus, a.button-white:hover {
background-color: rgba(255,255,255,0.85);
color: #6DB35D;
}

.home-services .textwidget img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  float: left;
  position: relative;
top: 9px;
}

.home-services .widget_media_image img {
  border-radius: 10px;
}

.home-services .textwidget p {
  margin-bottom: 0;
}

.why-choose-us .panel-layout .widget_text {
  border-left: 5px solid #ffffff;
  padding-left: 10px;
}

.why-choose-us .panel-layout .widget_text p {
  margin-bottom: 8px;
}

.emergency-cta .cta {
  background-color: #6DB35D;
color: #ffffff;
border-radius: 10px;
padding: 25px 35px;
font-size: 18px;
max-width: 600px;
display: inline-block;
transition: all 0.1s ease-in;
}

.emergency-cta .cta a:hover, .emergency-cta .cta a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.emergency-cta .cta img {
  width: 70px;
  height: auto;
}

.emergency-cta .cta p {
  margin-bottom: 0;
  font-size: 20px;
}

.social-media {
  padding: 10px 0;
}

.social-media img {
  width: 40px;
  height: auto;
  margin: 0 10px;
}

p ul li, .textwidget ul li {
  margin-bottom: 10px;
}

.splash-title img {
  width: 100px;
  height: auto;
  margin-top: 20px;
}

[type=email], [type=tel], [type=text], textarea {
padding: 10px;
border: 0px none;
border-radius: 6px;
background-color: #ffffff;
border: 3px solid #ffffff;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
font-size: 20px;
line-height: normal;
color: #0a0a0a;
}

[type=email]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
outline: 0;
border: 3px solid #6DB35D;
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 5px #6DB35D;
box-shadow: 0px 0px 5px #6DB35D;
}

::placeholder {
  color: #6DB35D;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #6DB35D;
}

h1.page-title {
  text-align: center;
  margin-bottom: 30px;
}

[type=button], [type=submit] {
background-color: #6DB35D;
color: #ffffff;
padding: 10px 20px;
border-radius: 6px;
border: 0px none;
transition: all 0.1s ease-in;
}

[type=button]:hover, [type=submit]:hover {
  cursor: pointer;
  background: #27913F;
}

h3 {
  font-size: 28px;
}

img.logo {
  max-height: 100px;
}

.page-template-template-hrdept .login-bar {
background-color: #522383;
background: linear-gradient(270deg,rgba(20,152,66,1) 0%,rgba(82,36,131,1) 100%);
padding: 20px;
color: #ffffff;
}

.page-template-template-hrdept .login-bar a, .page-template-template-hrdept .login-bar a:hover {
  color: #ffffff;
}

.login-bar {
  display: flex;
}

.login-bar-right {
  margin-left: auto;
  order: 2;
}

.login-bar a {
  padding: 10px 20px;
}

.lwa-login {
  max-width: 400px;
margin-left: auto;
margin-right: auto;
}

.lwa-bones .pixelbones .button.button-primary, .lwa-bones .pixelbones button.button-primary, .lwa-bones .pixelbones input[type=button].button-primary, .lwa-bones .pixelbones input[type=reset].button-primary, .lwa-bones .pixelbones input[type=submit].button-primary {
background-color: #6DB35D !important;
border-color: #6DB35D !important;
}

.lwa-bones .pixelbones .button.button-primary:focus:not([disabled]), .lwa-bones .pixelbones .button.button-primary:hover:not([disabled]), .lwa-bones .pixelbones button.button-primary:focus:not([disabled]), .lwa-bones .pixelbones button.button-primary:hover:not([disabled]), .lwa-bones .pixelbones input[type=button].button-primary:focus:not([disabled]), .lwa-bones .pixelbones input[type=button].button-primary:hover:not([disabled]), .lwa-bones .pixelbones input[type=reset].button-primary:focus:not([disabled]), .lwa-bones .pixelbones input[type=reset].button-primary:hover:not([disabled]), .lwa-bones .pixelbones input[type=submit].button-primary:focus:not([disabled]), .lwa-bones .pixelbones input[type=submit].button-primary:hover:not([disabled]) {
background-color: #5CA24C !important;
border-color: #5CA24C !important;
}

[type=email], [type=tel], [type=text], textarea {
background-color: #f1f1f1;
border: 3px solid #eeeeee;
color: #0a0a0a;
}

.form-row {
  display: flex;
gap: 20px;
}

.top-bar-right ul {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px 0;
}

.top-bar-right li a {
  background: #eeeeee !important;
border-radius: 6px;
border: 1px #dddddd solid;
color: #1a1a1a !important;
}

.top-bar-right li a:hover {
background: #dddddd !important;
text-decoration: none;
}

.top-bar-right li {
  margin: 0 20px;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 800px) {
  .splash .splash-title h1, h1.page-title {
font-size: 40px;
line-height: normal;
}
.splash .splash-title {
line-height: 20px;
font-size: 30px;
}
h3 {
  font-size: 24px;
}
}

@media only screen and (max-width: 640px) {
  .splash .splash-title h1, h1.page-title {
font-size: 30px;
line-height: normal;
}
.splash .splash-title {
line-height: 20px;
font-size: 30px;
}
.form-row {
  display: block;
gap: 0px;
}
}

