@import url('fonts.css');
@import url('header.css');
/* BASE
------------------------------------- */
html, body {
    color: #626262;
    font-size: 18px;
    line-height: 33px;
    background: #fefefe;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .blog #main h1 a {
    color: #000;
    font-family: 'Cinzel', sans-serif;
    font-weight: 400;
    margin: 0;
}
h1, .blog #main h1 a {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 0px;
}
h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 0px;
}
h3 {
    font-size: 30px;
    line-height: 35px;
}
#wrapper, .aff .columns span {
    transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1025px) {
    #chat-container-1550253617614, #kleer-dentist-widget {
        display: none !important;
    }
}
.main-btn, a.main-btn, .bp-forms-btn, a.bp-forms-btn {
    display: inline-block;
    margin: 10px 0;
    border: none;
    padding: 10px 25px;
    color: #fff;
    background-color: #33679f;
    font-family: 'Museo Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.main-btn:hover, a.main-btn:hover, .bp-forms-btn:hover, a.bp-forms-btn:hover {
    color: #fff;
    background-color: #5f8ab8;
    text-decoration: none;
}
/* RESPONSIVE
---------------------------------------------------------- */