/* ==========================================================================
    	css
   ========================================================================== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
    font-family: 'Rubik', sans-serif !important;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

.blog-section {
}

.blog-wrap {
}

.blog-classic .col-lg-12:not(:last-of-type) {
    margin-bottom: 30px;
}

.blog-grid {
    margin-top: -15px;
}

.blog-item {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.page-item {
    margin-left: 15px;
    
}
.search-blog{
    z-index: 1;
    box-shadow: 0 0 4pt 0.2pt #D3D3D3;
    height: 45px;
    min-height: 30px;
}
.search-blog::placeholder {
  color: grey;
}
.input-group-append {
    margin-left: -50px !important;
    z-index: 3 !important;
}
.pagination .page-item.active .page-link {
    background: #f4d500 !important;
        border-color: #f4d500 !important;
        color: #000 !important;
}
.page-item .page-link {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px !important;
    height: 35px;
    width: 35px;
    line-height: 1;
}
.page-item .page-link, .page-item.disabled .page-link {
        background-color: #fff;
    border: 1px solid #fff;
}

.padding-15 {
    padding: 15px;
}

@media (max-width: 992px) {
    .sm-padding {
        padding: 15px;
    }
}

.description {
}
.input-group .form-control {
        border-radius: 25px 0px 0px 25px !important;
}
.search-btn{
    border-radius: 25px 25px 25px 25px !important;
    width: 50px;
    background-color: #FCFF61;
    border: none;
}
.description p img {
    width: 100% !important;
    height: auto !important;
}

.description img {
    width: 100% !important;
    height: auto !important;
}

.blog-item .blog-thumb {
    position: relative;
        box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}

.blog-item .blog-thumb .category {
    background-color: #f4d500;
    padding: 5px 30px;
    text-align: center;
    color: #000 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 10px;
    bottom: 10px;
    border-radius: 25px;
}

.blog-item .blog-thumb .category a {
    color: #000;
}

.blog-item .blog-thumb img {
    width: 100%;
    height: 230px;
    margin: 0;
}

.blog-item .blog-thumb img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.blog-content {
    background-color: #000007;
    padding: 10px 10px 20px 20px;
    min-height: 120px;
    box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}

.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    color: white;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.blog-content h3 a:hover {
    color: #f4d500;
}

.blog-content .read-more {
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    float: right; 
    margin-top: 10%;
}

.blog-content .read-more:hover {
    color: #f4d500;
}

/*.blog-content .read-more:before {*/
/*    background-color: #f4d500;*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 30px;*/
/*    height: 4px;*/
/*    left: 0;*/
/*    top: calc(50% - 2px);*/
/*}*/

.pagination-wrap {
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: white;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #f4d500;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #f4d500;
    border: 1px solid #f4d500;
    color: #fff;
}

.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    color: white;
}


.sidebar-wrap .widget-content .widget-links li a {
    color: white;
    line-height: 30px;
    font-weight: 300;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline !important;
}

.search-form {
    position: relative;
    margin-left: -2px;
}

/*.search-form .form-control {*/
/*    box-shadow: none;*/
/*    width: 100%;*/
/*    display: block;*/
/*    border: 1px solid #f4d500;*/
/*    color: white;*/
/*    height: auto;*/
    /*padding: 15px 20px;*/
/*    border-radius: 2px;*/
    /*padding-right: 60px;*/
/*}*/

/*.search-form .search-btn {*/
/*    background-color: #f4d500;*/
/*    font-size: 15px;*/
/*    border: none;*/
/*    color: #fff;*/
/*    width: 60px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    display: block;*/
/*    padding: 10px 0;*/
    /*opacity: 0.6;*/
/*    border-top-right-radius: 10px;*/
/*    border-bottom-right-radius: 10px;*/
/*}*/

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: white !important;
}

.search-form input:-moz-placeholder {
    color: white !important;
}

.search-form input::-moz-placeholder {
    color: white !important;
}

.search-form input:-ms-input-placeholder {
    color: white !important;
}

.thumb-post {
}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;
    height: 100%;
}

.thumb-post li a {
    font-family: prata, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    padding-left: 5px;
    letter-spacing: -0.5px;
    height: 70px;
    max-width: 52%;
}

.thumb-post li a:hover {
    color: #f4d500;
    text-decoration: underline;
}

.widget-content .tags {
}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #f4d500;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: white;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}



.blog-thumb img {
    width: 100%;
    margin-bottom: 20px;
    height: 100%;
    object-fit: cover;
}

.blog-single-content {
}

.blog-single-content h2 a {
    font-size: 28px;
    color: white;
}

.blog-single-content h2 a:hover {
    color: #f4d500;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #f4d500;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

blockquote {
    background-color: #f4d50021;
    padding: 40px;
    border-left: 4px solid #f4d500;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote p {
    font-family: prata, sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: white;
    font-size: 20px;
}

blockquote span {
    display: block;
    margin-top: 20px;
    color: white;
}

.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #FCFF61;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #000;
    margin: 3px;
}

.post-tags li a:hover {
    /*background-color: #c5ac00;*/
    /*color: #fff;*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
}

.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #f4d500;
    background-color: #f4d50021;
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon {
}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: white;
}

.author-box .social-icon li a:hover {
    color: #9e8a78;
}

.post-navigation {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
.next-btn{
  background-color: #FCFF61 !important;
  border-radius: 25px;
  box-shadow: 0 0 8pt 0.6pt #f4d500;
  float: right;
  color: black !important;
}
.prev-btn{
    border: 1px solid grey;
  border-radius: 25px;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: white;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    align-items: center;
        max-width: max-content;
}


.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    /*color: #fff !important;*/
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li > div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 120px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

@media (max-width: 992px) {
    .sidebar-wrap {
        padding-left: 0;
    }
}

.blog-single-wrap p {
    font-size: 16px;
    color: white;
    line-height: 26px;
}

.blog-single-wrap h1, h2, h3, h4, h5, h6  {

    color: white;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: "Nunito Sans", sans-serif
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: "Nunito Sans", sans-serif
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Nunito Sans", sans-serif
    font-size: 12px;
    font-weight: 600;
    color: #f4d500;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #f4d500;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {
}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #f4d500;
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: "Nunito Sans", sans-serif
    max-width: 180px;
    background-color: #f4d500;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

