/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* Remove border from nav bar */
.fl-page-header-primary .fl-page-nav-wrap {
border-top: none;
border-bottom: none;
}
.content-menu-item {
  position: relative;
}
.content-sub-menu {
  display: none;

  position: absolute;
  background-color: #1788cf;
    border-top: 3px solid #8bb4b8;
    padding: 10px 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
}
.content-menu-item:hover .content-sub-menu .content-sub-menu {
  display: none;
  left: 100%;
  top: -13px;
}
.content-menu-item:hover .content-sub-menu,
.content-menu-item .content-sub-menu li:hover .content-sub-menu {
  display: block;
}
.content-sub-menu li {
  padding: 5px 20px;
  text-align: left;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
    line-height: 20px;
    position: relative;
}
.content-sub-menu li a {
  color: #ffffff;
  text-decoration: none;
}
.content-sub-menu li a:focus,
.content-sub-menu li a:hover {
  color: #ffdfa0;
}

.fl-page-footer a *,
.fl-page-footer .navbar-nav li > a {
  color: #1788cf;
}

.fl-logo-newtext {
  font-family: "Open Sans Condensed", "Open Sans", sans-serif;
  font-size: 1.4em;
  padding-left: 10px;
}
.fl-logo-newtext span {
  font-family: "Open Sans Condensed", "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-shadow: 2px 2px 4px #777777;
}

.fl-photo-content {
  text-align: center;
}
.fl-photo-img.ad-image {
  max-width: 85% !important;
}
.fa-chain {
  font-size: 48px;
}

.fa-question-circle-o {
  display: inline-block;
    width:  250px;
    height:  168px;
    font-size: 85px;
    background: #fff3e3;
    padding-top: 40px;
}
.fa-question-circle-o:before {
  padding-top: 40px;
}

.fl-page-footer-wrap .container {
  margin-top: 10px;
  /*border-top: 1px solid #ccc;*/
}

.fl-page-footer .navbar-nav li:first-child {
  color: black;
  padding: 15px 0;
}

.fl-page-footer .fl-social-icons {
  margin-top: 10px;
}

.privacy-policy {
  font-size: 13px;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.privacy-policy table {
  background-color: #f4e5ce;
  border: 1px solid #333;
  margin: 5px auto;
}
.privacy-policy table td {
  padding: 5px 10px 0;
  text-align: center;
}

.privacy-policy table td.top {
  font-weight: bold;
}

.privacy-policy table td.form {
  padding-bottom: 5px;
}

.privacy-policy form label,
.privacy-policy form input[type=text] {
  display: block;
  font-weight: normal;

}

.privacy-policy form input[type=text] {
  width: 100%;
    height: 35px;
    margin-bottom: 5px;
}

.info-footer {
  display: none;
}

.footer-nav {
  margin: 20px 0;
    font-size: 0;
}

.footer-nav a {
  display: inline-table;
    margin: 0;
    width: 100%;
    border: 1px solid #efefef;
    font-size: 13px;
    text-align: center;
    padding: 5px;
}

.miss-the-old {
  margin-top: 30px;
}

.cookie {
  width: 100%;
    background-color: #d5e8f3;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
    display: none;
}

.status-content-top {
  background-color: #f4e5ce;
  padding-top: 20px;
}

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

.status-content-list {
  margin-bottom: 40px;
  margin-top: 20px;
}

.status-content-list .col-sm-3 {
  padding-top: 15px;
}

.rich-text,
.link-to-dentist {
  padding-top: 20px;
}

.rich-text h3 {
  font-size: 20px;
}

.link-to-dentist a.fl-button {
  display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f4cb9c;
    border: 1px solid #e8bf90;
    padding: 24px 48px;
}

.link-to-dentist a.fl-button:hover {
  text-decoration: none;
}


.link-to-dentist a.fl-button * {
  display: inline-block;
  font-size: 24px;
    line-height: 26px;
    color: #0074b2;
}

.link-to-dentist a.fl-button span {
    padding-right: 7px;
}

.fl-page-footer .navbar-nav li > a:hover,
.fl-page-footer .navbar-nav li > a:focus {
  color: #0074b2;
  background: transparent;
  text-decoration: underline;
}








@media (min-width: 768px) {
  .miss-the-old {
    margin-top: 100px;
  }

  .privacy-policy table td {
    padding-left: 80px;
    padding-right: 80px;
  }

  .privacy-policy form label,
  .privacy-policy form input[type=text] {
    display: inline-block;
    margin-right: 10px;
  }

  .privacy-policy form input[type=text] {
    width: 255px;
  }

  .info-footer {
    display: block;
  }

  .footer-nav a {
      width: 50%;
      color: #0074b2;
  }

}

.fl-page-footer a:hover,
.fl-page-footer a:focus,
.fl-page-footer a:hover *,
.fl-page-footer a:focus *,
.fl-page-footer a.fa:hover,
.fl-page-footer a.fa:focus {
  color: #0074b2;
}

.fl-social-icons .fa-stack {
  width: 35px;
  height: 35px;
}
.fl-social-icons .fa-stack .fa {
  font-size: 30px;
}

/*Update 02/2022*/
.content-menu-item h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    min-height: 55px;
}
.status-content-photo {
    min-height: 215px;
    padding-top: 15px;
}
.status-content-photo img {
    max-height: 200px;
}
.content-menu-item {
    position: relative;
}
.content-menu-item:hover .content-sub-menu,
.content-menu-item .content-sub-menu li:hover .content-sub-menu {
    display: block;
}
.content-sub-menu {
    display: none;
    position: absolute;
    background-color: #1788cf;
    border-top: 3px solid #8bb4b8;
    padding: 10px 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
}
/*Update 02/2022*/

@media (min-width: 1100px) {
  .fl-full-width .container {
    width: 1085px;
  }

  .footer-nav a {
      width: 25%;
  }
}

hr {
    color:black;
    background-color:black;
    border-color:inherit;
}
