.search-bar {
    float: right;
    width: 100%;
}

.search-bar input {
    border: 1px solid white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 6px;
    padding-left: 20px;
    background: #e9e9e9;
    outline: none;
    margin: 0;
}

.search-bar .nav-link {
    float: right;
    padding: 6px;
    background: transparent;
    border: 0px
}

.search-bar input.show {
    width: 80% !important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;

}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "\f185";
    height: 26px;
    font: normal normal normal 14px/1 FontAwesome;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 1s;
    text-align: center;
    padding-top: 6px;
    color: black;
    transition: 1s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "\f186";
    background: black;
    color: white;
    transition: 1s;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.search-title {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 64, 55, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow-effect {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidebar-blogs {
    border-radius: 0px 0px 10px 10px;
    background: white;
    padding: 0px 10px;
    margin-top: -10px;
    position: relative;
}

.blog-box-2 {
    background: white;
    /*border: 1px solid;*/
    border-radius: 10px;
}

.home_blog_list_image {
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2);
    transition: all .3s ease;
}

.home_blog_list_image_container {
    max-width: 41%;
    display: inline;
}

.home_blog_list_image:hover {
    box-shadow: 0 15px 45px -5px rgba(7, 10, 25, .25);
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
    transform: translate(0, -2px);
}

@media (max-width: 480px) {
    .blog-custom-build .blog-meta {
        margin: -10px 0rem 0;
    }

    .home_blog_list_image_container {
        max-width: 100%;
        display: inline;
    }

    .blog-box-2 {
        margin: 0;
    }

}

.moon {
    color: black;
}

.blog-box-2:hover {
    cursor: pointer;
}

.table-of-contents {
    border-radius: 10px;
    padding: 25px 15px 20px;
    max-width: 90%;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .1);
    box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .1);
    background: #fff;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
    text-decoration: unset;
}

.authorbox p a, .pp a, .blog-top .fa-rss, a:hover, a:focus {
    font-weight: bold !important;
    text-decoration: underline !important;
}

a:hover, a:focus {
    font-weight: bold !important;
    text-decoration: underline;
}

.page-wrapper h1 {
    border-bottom: 8px solid #78C0A8;
    -webkit-box-shadow: -12px 0px 0px -4px rgba(242, 170, 106, 1);
    -moz-box-shadow: -12px 0px 0px -4px rgba(242, 170, 106, 1);
    box-shadow: -12px 0px 0px -4px rgba(242, 170, 106, 1);
}

.page-wrapper h2 {
    border-left: 8px solid black;
    padding-left: 10px;
    border-bottom: 2px dashed black;
}

p {
    letter-spacing: -0.003em;
    font-size: 21px !important;
    color: rgb(67, 67, 67);
    word-break: break-word;
    line-height: 32px;
}

ul, ul > li {
    font-size: 18px;
}

ol, ol > li {
    font-size: 18px;
}

blockquote {
    font-size: 16px;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #df5e0e;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

blockquote::before {
    color: #78C0A8;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

@media (max-width: 768px) {
    p {
        font-size: 18px !important;
    }

    ul, ul > li {
        font-size: 16px;
    }

    ol, ol > li {
        font-size: 16px;
    }
}
