/*
 Theme Name:     Twentyseventeen Child Theme updated October 2025
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    A bare-bones child theme for use with BB Dental Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/blog/
 Template:       twentyseventeen
 Version:        1.0.0
*/

/* Add Custom CSS after this line */

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */

@font-face {
  font-family: "montserrat bold";
  src: url("fonts/montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "montserrat medium";
  src: url("fonts/montserrat/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "montserrat semibold";
  src: url("fonts/montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "montserrat semibolditalic";
  src: url("fonts/montserrat/Montserrat-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "montserrat light";
  src: url("fonts/montserrat/Montserrat-Light.ttf");
}
@font-face {
  font-family: "montserrat boldItalic";
  src: url("fonts/montserrat/Montserrat-BoldItalic.ttf");
}
@font-face {
  font-family: "montserrat mediumItalic";
  src: url("fonts/montserrat/Montserrat-MediumItalic.ttf");
}
@font-face {
  font-family: "montserrat semibolditalic";
  src: url("fonts/montserrat/Montserrat-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "montserrat regular";
  src: url("fonts/montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "montserrat extrabold";
  src: url("fonts/montserrat/Montserrat-ExtraBold.ttf");
}

.johnson1 {
  padding: 20px;
  background: #ffff99;
  width: 90%;
  margin: 20px auto;
}
.johnson6 {
  padding: 20px;
  background: #ffff99;
  width: 90%;
  margin: 20px auto;
  border: 3px dashed #ee0000;
}
.johnson8 {
  padding: 20px;
  background: #ccffcc;
  width: 90%;
  margin: 20px auto;
  border-left: 5px solid #ff8080;
}
body {
  font-size: 16px;
  font-family: "montserrat regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserrat semibold";
}
.contact-info-list {
  list-style: none;
  font-family: "montserrat medium";
  padding-top: 15px;
  padding-left: 15px;
}
.contact-info-list li {
  color: #fff;
  font-family: "montserrat medium";
  font-size: 18px;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-info-list li:nth-child(1) {
  background-image: url("images/address.png");
}
.contact-info-list li:nth-child(2) {
  background-image: url("images/phone.png");
}
.contact-info-list li:nth-child(3) {
  background-image: url("images/mail.png");
}
.blog-section .blog-row .short-desc p:last-child {
  display: none;
}
#quotePostcodeError {
  display: none;
}
#quoteRegistrationError {
  display: none;
}
#quoteNameError {
  display: none;
}
#quoteMobileError {
  display: none;
}
#quotePrivacyError {
  display: none;
}
#quoteEmailError {
  display: none;
}
#quoteStartsDrivesError {
  display: none;
}
header .soc-media .social-navigation {
  width: 100%;
  text-align: right;
}
header .soc-media a {
  background-color: unset;
  -webkit-border-radius: 0px;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  height: unset;
  margin: 0 0.8em 0em 0;
  text-align: center;
  width: unset;
  font-size: 18px;
  padding-top: 3px;
}
header .soc-media a:hover {
  background-color: unset;
  color: #fff;
}
.top-bar {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: #444345 !important;
}
header .navigation-top {
  margin-top: 50px;
}
.bottom-icon {
  position: fixed;
  z-index: 1;
  bottom: 12px;
  right: 21px;
}
.bottom-icon a {
  color: #ffffff;
  font-size: 20px;
  padding: 0px;
  border: 1px solid #444345;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #e83b7a;
}

@media (max-width: 767px) {
  #map {
    display: none;
  }
  #map1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) {
  #map1 {
    display: none;
  }
}
