.main-container {
    min-height: 400px;
}

.logo {
    height: 24px;
}

footer {
    background-color: #373a3c!important;
}

.f-links {
    padding-left: 19px;
}

.f-links a {
    color: #fff;
    text-decoration: underline;
}

.f-links a:hover {
    font-weight: bold;
}

.thumbnail {
    border-radius: 8px;
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 26%);
    max-height: 200px;
    object-fit: contain;
    width: 100%;

}

.search-box{
    width: 70%;
    margin: 0 auto;
}

.name-tag {
    font-weight: bold;
    /* text-transform: uppercase; */
    text-decoration: underline;
}

.tick::before {
    content: "✅";
}
.cross::before {
    content: "❌";
}

.page-content>h1::first-letter, h1.site-title::first-letter {
    font-size: 50px;
    font-weight: bold;
}

.page-content img {
    max-width: 100%;
}

.s-links a {
    padding: 10px 21px;
    border: 1px solid;
    border-radius: 22px;
    margin-right: 18px;
    margin-bottom: 12px;
    display: inline-block;
}

.download-form [type='url'] {
    border-radius: 20px 0 0 20px;
    background: #e2e2e2;
    border: none;
    box-shadow: 0px 1px 6px 0px #afb1b3;
    transition: all 0.5s;
}

.download-form [type='url']:focus {
    background: #fff;
}

.download-form button {
    border-radius: 0 20px 20px 0;
    box-shadow: 1px 3px 6px 0px #afb1b3;
}

.h-sites a img {
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.h-sites a img:hover {
    transform: scale(1.09);
}

.left-sidebar {
    width: 200px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.content {
    display: inline-block;
    width: calc(100% - 225px);
}

.editor {
    width: 100%;
    height: 400px;
}

blockquote {
    position: relative;
    text-align: left;
    padding: 1.2em 0 2em 38px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width:100%;
    display: block;
}

blockquote:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #66cc66;
    top: 0;
    background: -moz-linear-gradient(top,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%);
    /* background: linear-gradient(to bottom,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%); */
}

.loader {
    text-align: center;
}

.loader img {
    width: 300px;
}

@media only screen and (max-width: 600px) {
    .mp-0 {
      padding: 0px!important;
    }
    .search-box {
        width: 100%!important;
    }
}

.thumb {
    width: auto;
    height: 43px;
    margin-right: 10px;
    border-radius: 4px;
}

.thumb-big {
    width: 250px;
    height: 150px;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: cover;
}
.blog-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.blog p , .page-content p{
    margin-bottom: 8px;
}
.blog img {
    max-width: 100%;
}