/* Purple: #784392 */

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 1.1em !important;
    font-family: 'Open Sans', sans-serif !important;
    background: #fff !important;
    color: #353a4b !important;
}

a {
    color: #784392;
    text-decoration: underline;
    font-weight: bold;
}


main {
    flex: 1;
    margin-top: 2em;
    margin-bottom: 2em;
}

.list-group-item {
    font-weight: 400 !important;
}

.list-group-item.active {
    background-color: #59316b !important;
    border-color: #59316b !important;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
}

.navbar {
    min-height: 80px !important;
}

.navbar a {
    color: #784392 !important;
    font-weight: bold;
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
    font-size: 1em !important;
    border-bottom: 1px solid transparent !important;
}

.navbar a:hover {
    border-bottom: 1px solid #784392 !important;
}

.navbar .site-title {
    margin-left: 0px !important;
}

.navbar .site-title:hover {
    border: 0px !important;
}

.searchbox {
    border: 1px solid #e3e6e9;
}

.searchbox .form-control {
    background: #fff !important;
    border: 0px !important;
    border-radius: 3px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.searchbox .btn {
    background: #fff !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 100% !important;
}


footer {
    background: #5a316a !important;
    padding-top: 3.1em;
    padding-bottom: 3.1em;
    color: #fff !important
}

footer #logo {
    margin-bottom: 1em;
}

footer h5 {
    color: #fff !important;
    font-weight: bold !important;
}

footer a {
    color: #979797 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

footer a:hover {
    color: #784392 !important;
}

.result {
    margin-bottom: 1em !important;
}

.result #title {
    margin-bottom: 0px !important;
    word-break: break-all;
}

.result #title a {
    color: #784392 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    word-break: break-all;
}

.result #link a {
    color: #ca8ddd !important;
    text-decoration: none !important;
    font-weight: bold !important;
    word-break: break-all;
}

.result #link {
    margin-bottom: 0px !important;
}

.result #desc {
    color: #784392 !important;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.card {
    background: #fff !important;
    border: 1px solid #dfdfdf;
}

.card-header {
    background: #fff;
}

.latest-searches a {
    text-decoration: none !important;
    color: #784392 !important;
    font-weight: 400 !important;
}

.latest-searches a:hover {
    text-decoration: underline !important;
}

.pagebuttons a {
    color: #784392 !important;
    text-decoration: none;
    font-size: 1.1em;
}

.alert-danger {
    background: #ff0033 !important;
    border-color: #ff0033 !important;
    color: #fff !important;
}

.adselect {
    cursor: pointer !important;
    border: 2px solid transparent !important;
    background: #eee !important;
}

.adselect:hover,
.adtoggle:checked ~ .adselected {
    border: 2px solid #784392 !important;
}

#keywords-tab {
    display:none;
}

#keywords-tab:target {
    display: flex;
}

#keywords-tab:target ~ #banners-tab {
    display: none !important;
    background: #000 !important;
}

.dirsearch .form-control {
    border-right: 0px !important;
}

.dirsearch .btn-default {
    border: 1px solid #ced4da;
    border-left: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#recommendations {
    margin-top: 2px !important;
    text-align: left !important;
    border: 1px solid #e3e6e9 !important;
    background: #fff !important;
    position: absolute !important;
    z-index: 100 !important;
    display: none;
    width: 100%;
}

#recommendations div {
    padding: 0.5rem 1rem;
}

#recommendations a {
    color: #784392 !important;
    font-weight: bold !important;
}


.forumpost {
    border: 1px solid #e5e5e5 !important;
    padding: 1em;
    margin-bottom: 1em;
}


.seohold {
    background: #000;
    color: #fff;
    font-family: monospace;
    margin-top: 5em;
    margin-bottom: 5em;
}



.homeads {
    width: 100%;
    max-height: 68px;
}

@media (min-width: 768px) {
    .homeads {
        width: 468px !important;
        max-height: 68px;
    }
}


.about-pushhold {
    padding-bottom: 150px;
}

.web_header h1 {
    font-size: 3em;
}

.web_header {
    background: linear-gradient(45deg, #5B346D 0%, #325495 100%) !important;
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff !important;
}

.promots_seo {
    padding-top: 100px;
    padding-bottom: 100px;
}


.masonry {
    column-gap: 1rem;
  }
  @media (min-width: 576px)  { .masonry { column-count: 3; } }
  @media (min-width: 768px)  { .masonry { column-count: 4; } }
  @media (min-width: 992px)  { .masonry { column-count: 5; } }
  @media (min-width: 1200px) { .masonry { column-count: 6; } }
  
  .masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
  }
  
  .masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.1);
  }