/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}
@media (max-width: 768px) {
    .category-name {
        padding-left: 14px !important;
    }
    .sidebar {
        display: none;
    }
}
body {
    background-color: #FFFAF6 !important;
}
h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', Arial;
}
.header-c {
    background-color: #1A809F;
}
header .navbar {
    min-height: 80px;
}
.nav-link {
    color: rgba(255, 255, 255, .8) !important;
}
.logotype {
    font-size: 30px !important;
    font-weight: bold !important;
}
.btn-search {
    color: #fff !important;
    background-color: #C23054 !important;
    border-color: #C23054 !important;
}
.sidebar {
    background-color: #E8F1FA;
}
.sidebar h4 {
    font: 700 20px/20px 'Open Sans', Arial;
    text-transform: uppercase;
}
.sidebar li {
    border-bottom: 1px solid #1A809F;
}
.sidebar a:hover {
    color: #C23054 !important;
}
.card-title a {
    color: #C23054 !important;
    /*font: 700 20px/20px 'Open Sans', Arial;*/
    text-transform: uppercase;
}
.footer {
    padding: 2.5rem 0;
    color: #fff;
    text-align: center;
    background-color: #1A809F;
    border-top: .05rem solid #e5e5e5;
}
.category-name {
    padding-left: 300px;
    font: 700 20px/20px 'Open Sans', Arial;
    text-transform: uppercase;
}
.active-page a {
    background-color: #1A809F!important;
    z-index: 1;
    color: #fff;
    border-color: #1A809F;
}
.active-page a:hover {
    color: #C23054;
}
.tags-sidebar {
    background: #fff;
}
.tags a {
    background: #C23054;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 3px;
    margin-bottom: 3px;
}
.tags a {
    color: #fff;
}
.tags a:hover {
    color: #fff;
    text-decoration: none;
}
.recent-posts li {
    min-height: 50px;
}
.recent-posts img {
    margin-right: 5px;
}
.list_contents {
    background: #fff;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}
.list_contents li {
    list-style-type: decimal;
}
.related-posts img {
    margin-right: 10px;
}
.blog-post {
    max-width: 100%;
}
.blog-post img {
    max-width: 100%;
    display: block;
    margin: 2em auto;
}
h1 {
    font-size: 2em !important;
}
h2 {
    font-size: 1.8em !important;
}
h3 {
    font-size: 1.6em !important;
}
h4 {
    font-size: 1.4em !important;
}
h5 {
    font-size: 1.2em !important;
}
h5 {
    font-size: 1.1em !important;
}
h2.card-title {
    font-size: 1em !important;
}
.first-block {
    background: url('/assets/img/similarweb.intro.bg.jpg');
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1a1a1a;
    opacity: 0.8;
    color: #f7f7f7;
}
.overlay {
    background-color: rgb(0 0 0 / 60%);
    padding: 20px;
}
.card-deck .card {
    flex: 1 0 25%!important;
    margin-bottom: 30px!important;
}
.card-deck {
    display: flex;
    flex-direction: column;
}
@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}
.icon-shape {
    padding: 12px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.icon {
    width: 3rem;
    height: 3rem;
}
.shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15)!important;
}
.bg-gradient-green {
    background: linear-gradient(87deg, #2dce89, #2dcecc)!important;
}
.bg-gradient-danger {
    background: linear-gradient(87deg, #f5365c, #f56036)!important;
}
.bg-gradient-dark {
    background: linear-gradient(87deg, #212529, #212229)!important;
}
.bg-gradient-info {
    background: linear-gradient(87deg, #11cdef, #1171ef)!important;
}
.bg-gradient-purple {
    background: linear-gradient(87deg, #8965e0, #bc65e0)!important;
}
.bg-gradient-blue {
    background: linear-gradient(87deg, #5e72e4, #825ee4)!important;
}
.traffic-amount {
    font-size: 1.6275rem;
}