/*------------------------------------------------------------------------------ html */
.clear {
    clear: both;
}

h1 {
    color: #282f38;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

h2 {
    color: #282f38;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}

h3 {
    color: #b9d55a;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

h4 {
    color: #282f38;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

h5 {
    color: #cf2e00;
}

h6 {
    color: #ffffff;
    font-size: 18px;
}

h7 {
    color: #6a6a6a;
    font-size: 9px;
}

h8 {
    color: #b9d55a;
    font-size: 12px;
}

p {
    color: #9a9e9f;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 20px;
    font-weight: 300;
}

a {
    color: #3bbded;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    color: #2fb0e0;
}

strong {
    font-weight: 600;
}

hr {
    margin-bottom: 20px;
    height: 1px;
    border: none;
    background: #eee;
}

hr.space-top {
    margin-top: 35px;
}

blockquote {
    position: relative;
}

blockquote:before {
    content: ',,';
    font-size: 75px;
    color: #282f38;
    position: absolute;
    left: 0;
    top: -60px;
    font-style: italic;
}

blockquote p {
    font-style: italic;
    padding-left: 50px;
}

.tips-for-pet .single-tip {
    background: #f0f3f6;
}