/*
    Theme Name: LineshJose.Com
    Text Domain: linesh
    Version: 25.11
    Theme URI: 
    Author: Linesh Jose
    Author URI: https://lineshjose.com/
    Description: 
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Tested up to: 5.x
    Requires at least: 4.7
    Requires PHP: 7.00
    Tags: one-column, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(./assets/webfonts/Poppins-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(./assets/webfonts/Poppins-Medium.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(./assets/webfonts/Poppins-SemiBold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(./assets/webfonts/Poppins-Bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(./assets/webfonts/Poppins-ExtraBold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Poppins Black'), local('Poppins-Black'), url(./assets/webfonts/Poppins-Black.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor {}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.sr-only:focus,
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-caption {}

.wp-gallery {}

.wp-gallery .gallery-item,
.entry-content iframe {
    border: 1px solid #e2e2e2;
    padding: 2px;
    margin: 0px;
    height: 350px;
}

.btn,
#primary-nav>li>a {
    transition: all .28s cubic-bezier(.15, 0, .15, 1);
}

.btn-outline-primary {
    color: #122efd;
    border-color: #122efd;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #122efd;
    border-color: #122efd;
}

/* bootstrap */
a {
    color: #122efd;
}

a:hover {
    color: #dc3545;
}

.container {
    max-width: 1300px !important;
}

.btn {
    font-size: 13px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal
}

.input-group .btn {
    padding: 5px 10px;
}

.input-group .form-control {
    height: auto;
}

.form-control:focus,
.btn.focus,
.btn:focus,
.page-link:focus {
    box-shadow: none;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 15px;
    padding: 15px;
    ;
}

#email-subscribe-box,
.card-items .card,
#archive-pagination {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
}

.card-items .card:hover,
.wp-gallery .gallery-item:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}

.card-items .card .card-link {
    outline: none;
    color: #333;
}

#site-main .page-header .card-image,
.card-items .card .card-image {
    position: relative;
    display: block;
    max-height: 250px;
    overflow: hidden;
    width: 100%;
    height: 425px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ddd;
    background-image: url('./assets/images/preloader.gif');
}


#site-main .page-header .card-image img,
.card-items .card .card-image img {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
}

.entry-header.no-bg .post-thumbnail,
.page-header.no-bg .post-thumbnail {
    height: auto !important;
    max-height: 300px !important;
    padding: 150px 0;
}

.entry-header.no-bg .post-thumbnail img,
.page-header.no-bg .post-thumbnail img {
    object-fit: contain !important;
}

.card-items .card .card-image .btn-group {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    border-top-right-radius: 5px;
}

.card-items .card .card-image .btn-group .btn {
    padding: 8px 18px;
}


.card-items .card .card-content {
    position: relative;
    z-index: 11;
    display: block;
    height: 100%;
}

.card-items .card .card-title {
    font-size: 17px;
    margin: 0px 0px 10px;
    font-weight: 700;
    line-height: normal;
}

.card-items .card .card-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #666;
}

.card-items .card .card-btn {
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.card-items .card .card-btn i {
    margin-left: 5px;
}

.card-items .card:hover .card-btn {
    color: #fff;
    background-color: #122efd;
    border-color: #122efd;
}

.card-items .card.floated .card-content p.btn {
    text-shadow: none;
}

/* Typography */
.entry-content {
    font-size: 16px;
    line-height: normal;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    line-height: normal;
}

.entry-content h1 {
    font-size: 40px;
    font-weight: 900;
}

.entry-content h2 {
    font-size: 33px;
    font-weight: 800;
}

.entry-content h3 {
    font-size: 27px;
    font-weight: 700;
}

.entry-content h4 {
    font-size: 23px;
}

.entry-content h5 {
    font-size: 19px;
}

.entry-content h6 {
    font-size: 17px;
}

.entry-content ul,
.entry-content ol,
.entry-content dl {
    margin: 0 0 0px 30px;
    padding: 0px;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ul dl,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ol dl,
.entry-content dl dl,
.entry-content dl ol,
.entry-content dl ul {
    margin-left: 15px;
}

.entry-content li,
.entry-content dd {
    padding: 0px;
    margin: 10px;
}

.entry-content dd {
    margin: 0 10px 10px;
}

.entry-content blockquote {
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

.entry-content blockquote:before,
.entry-content blockquote:after,
q:before,
q:after {
    content: "";
}

.entry-content blockquote:before {
    display: block;
    content: "\f10d";
    font-size: 40px;
    position: absolute;
    left: -12px;
    top: -13px;
    color: #3263ca;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.entry-content pre {
    display: block;
    margin: 10px auto;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #222;
    background-color: #f5f5f5;
    border-radius: 4px;
    position: relative;
    background: #f7fafc;
    padding: 20px 30px 20px 70px;
    overflow: auto;
    width: 100%;
    border: 1px solid #484848;
}

.entry-content pre:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f121";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    font-size: 18px;
    color: #fff;
    background: #505050;
    padding: 15px 13px;
    float: left;
    width: 50px;
}

.entry-content iframe {
    width: 100%;
    margin: 0 0 15px;
    background-color: #fff;
}

.entry-content .gads {
    float: right;
    width: 370px;
}

/* Common */
#site-header .header-search .search-form .btn {
    display: none !important;
}

.archive-header {
    position: relative;
}

.archive-header a.subscribe {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    font-size: 13px;
    background: #dc7400;
    color: #fff;
    padding: 5px 10px;
    font-weight: 500;
    -webkit-user-select: none;
    user-select: none;
}

.page-section {
    position: relative;
    clear: both;
    padding: 80px 0;
}

.br-5 {
    border-radius: 5px;
}

.transition {
    transition: all .28s cubic-bezier(.15, 0, .15, 1);
}

.social-icons {
    text-align: center;
}

.social-icons a {
    display: block;
    font-size: 20px;
    color: #3b5998;
    line-height: 23px;
    background: transparent;
    border: 1px solid #3b5998;
    padding-top: 6px;
    width: 40px;
    height: 37px;
    text-decoration: none;
}

.social-icons a:hover {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    color: #fff !important;
}


.social-icons a.youtube {
    color: #FF0000;
    border-color: #FF0000;
}

.social-icons a.youtube:hover {
    background: #FF0000;
    color: #fff;
}

.social-icons a.facebook {
    color: #3b5998;
    border-color: #3b5998;
}

#author-info .social-icons a.facebook,
.social-icons a.facebook:hover {
    background: #3b5998;
}

.social-icons a.twitter {
    color: #55acee;
    border-color: #55acee;
}

#author-info .social-icons a.twitter,
.social-icons a.twitter:hover {
    background: #55acee;
}


.social-icons a.instagram {
    color: #bc2a8d;
    border-color: #bc2a8d;
}

#author-info .social-icons a.instagram,
.social-icons a.instagram:hover {
    background: #bc2a8d;
}

.social-icons a.whatsapp {
    color: #4dc247;
    border-color: #4dc247;
}

#author-info .social-icons a.whatsapp,
.social-icons a.whatsapp:hover {
    background: #4dc247;
}

.social-icons a.spotify {
    color: #00e461;
    border-color: #00e461;
}

#author-info .social-icons a.spotify,
.social-icons a.spotify:hover {
    background: #00e461;
}

.social-icons a.soundcloud {
    color: #f50;
    border-color: #f50;
}

#author-info .social-icons a.soundcloud,
.social-icons a.soundcloud:hover {
    background: #f50;
}

.social-icons a.wordpress {
    color: #21759b;
    border-color: #21759b;
}

#author-info .social-icons a.wordpress,
.social-icons a.wordpress:hover {
    background: #21759b;
}

.social-icons a.linkedin {
    color: #007bb5;
    border-color: #007bb5;
}

#author-info .social-icons a.linkedin,
.social-icons a.linkedin:hover {
    background: #007bb5;
}


.social-icons a.github {
    color: #222;
    border-color: #222;
}

#author-info .social-icons a.github,
.social-icons a.github:hover {
    background: #222;
}


/* Layout */
body {
    margin: 0;
    padding: 0px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center top;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

#site-main {
    position: relative;
    z-index: 1;
}

.color-mode {
    background-color: #fff;
    /*backdrop-filter: blur(5px);*/
    border-radius: 5px;
    color: #333;
    position: relative;
    z-index: 111;
}

.color-mode.transparent {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: none;
}

/* Header */

#site-header {}

#site-header .header-search {
    background: rgba(0, 0, 0, 0.70);
    color: #fff;
    text-align: center;
    padding: 0px !important;
    border-radius: 0 0 5px 5px;
}

#site-header .header-search .header-search-inner {
    padding: 30px 0;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
    max-width: 1000px !important;
}

#site-header .header-search .btn.close-button {
    color: #ff8b8b;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1;
    font-size: 13px;
}

#site-header .header-search p.title {
    font-size: 20px;
    margin-bottom: 15px;
}

#site-content.search-page .search-form,
#site-header .header-search .search-form {
    background-color: #fff;
    padding: 1px 10px;
    border-radius: 50px;
}

#site-header .header-search .input-group-text,
#site-header .header-search .form-control {
    border: none;
    background: none;
    font-size: 19px;
    outline: none;
}

#site-header .header-main {
    padding: 15px 20px;
    margin-top: 20px;
}

#site-header .navbar .site-logo a {
    display: block;
    position: relative;
}

#site-header .navbar .site-logo img {
    max-height: 50px;
    width: auto;
}

#site-header .navbar .site-logo .site-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    position: absolute;
    top: 16px;
    left: 55px;
    color: #333333;
    line-height: 18px;
    letter-spacing: .2px;
}

#site-header .navbar-toggler {
    background: none;
    color: #3f2365;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    width: auto;
    height: 35px;
    outline: none;
    font-weight: 500;
}

#site-header .navbar .search-button.d-md-block {
    font-weight: bold;
    padding: 0px 0 0;
    font-size: 15px;
    line-height: 15px;
    width: 35px;
}

#primary-nav>li {
    margin-left: 5px;
}

#primary-nav>li>a {
    color: #444;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
}

#primary-nav>li.current-menu-item>a,
#primary-nav>li.current_page_item>a,
#primary-nav>li.active>a {
    font-weight: 700;
}

#primary-nav>li.current-menu-item>a,
#primary-nav>li.current_page_item>a,
#primary-nav>li.current_page_parent>a,
#primary-nav>li.active>a,
#primary-nav>li>a:hover {
    color: #122efd;
    background: #eee;
}

/* Footer */
#site-footer {}

#site-footer .footer-bottom {
    padding: 25px;
    font-size: 13px;

    font-weight: 500;
}

#site-footer .footer-nav li {}

#site-footer .footer-nav a.nav-link {
    padding: 5px;
    background: none !important;
    color: #555;
}

#site-footer .site-info,
#site-footer .site-info a {
    color: #555;

}

/* All Pages */
#site-main .page-header,
#home-hero-banner {
    /*background: #fff url('./assets/images/bg.jpg') center repeat;*/
    /*background-size: contain;*/
    text-align: left;
    margin: 50px 0 0;
    padding: 50px 60px;
    z-index: 1;
    position: relative;
}

#site-main .page-header {
    padding: 35px 30px;
}

#site-main .page-header .page-title {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 35px;
    font-weight: 800;
    text-shadow: none;
    text-transform: uppercase;
}

#site-main .page-header .page-sub-title {
    font-size: 19px;
    font-weight: 600;
}

#site-main .page-header .page-title.entry-title {
    font-size: 50px;
    line-height: 55px;
    text-shadow: 3px 3px 20px #252323;
}

#site-main .page-header .page-desc,
#home-hero-banner .btn {
    font-size: 16px;
    font-weight: 500;
}

#site-main .page-header .card-image {
    max-height: 410px;
    height: 400px;
}

#related_posts .card-items .card .card-image {
    max-height: 200px;
}

#site-main .page-header .header-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 11;
    padding: 10px 15px;
    border-radius: 0px;
    backdrop-filter: blur(2px);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#site-main .archive-cates {
    background: #f1f1f1;
    border-radius: 5px;
    margin-top: 10px;
}

#site-main .archive-cates .menu-item {
    margin: 2px !important;
}
#site-main .archive-cates .menu-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #122efd;
}

#site-main .archive-cates .nav-pills .active a.nav-link,
#site-main .archive-cates .nav-pills .show>.nav-link {
 color: #000;
    font-weight: 700;
}

#site-main .single-item-post .entry-meta {

    border-bottom: 1px solid #eee;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#site-main .single-item-post .list-group-item {
    padding: 10px 15px;
}

#site-main .single-item-post .list-group-item.back-to-posts {
    border: 0px;
    border-radius: 0;
    border-right: 1px solid #dddddd;
}


/* Page sections */
.page-section {
    position: relative;
    clear: both;
    padding: 80px 0;
}

.page-section-header {
    padding-left: 10px;
    border-left: 6px solid #122efd;
    margin-left: 5px;
}

.archive-header .archive-title,
.page-section .page-section-title {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.archive-header .archive-title strong {
    font-weight: 700;
}

.archive-header .archive-title span.dot,
.page-section .page-section-title span {
    position: relative;
}

/*.archive-header .archive-title span.dot:after,
.page-section .page-section-title span:after {
    position: absolute;
    bottom: 11px;
    right: -11px;
    width: 7px;
    height: 7px;
    content: '';
    background: #122efd;
    border-radius: 0px;
}*/

.page-section .page-section-desc {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

/* Home Page */
.page-section.home-page-section {
    padding: 0;
    margin: 80px 0 0;
}

#home-hero-banner .heading {
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 20px;
}

#home-hero-banner .heading span {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 50px !important;
    display: block;
    color: #000;
    text-transform: capitalize;
    margin-top: 10px;
}

#home-hero-banner .lead {
    font-size: 18px;
    line-height: 25px;
}

#home-hero-banner .avatar {
    display: block;
    border-radius: 100%;
    border: 1px solid #bdbcbc;
}

.home-page-section .card-items {
    margin: 0 -3px;
}

.home-page-section .card-items .card {}

/*#home-posts.home-page-section .card-items .card .card-image img {
    opacity: .15;
}*/

#home-posts.home-page-section .card-items .card.card-big .card-image {
    max-height: 281px;
    height: 400px;
}

.home-page-section .card-items .card .card-image {
    max-height: 200px;
}


.home-page-section .card-items .card.card-big .card-body {
    padding: 30px 30px !important;
}

.home-page-section .card-items .card.card-big .card-title {
    font-size: 30px;
    line-height: 40px;
}

.home-page-section .card-items .card.card-big .card-text {
    font-size: 15px;
    line-height: 25px;
}

.home-page-section .card-items .card.card-big .card-text p {
    margin-bottom: 0px;
}

#post-pagination,
#archive-pagination {
    padding: 0px;
    margin-top: 25px;
    background: none;
}

#post-pagination .page-link-item,
#archive-pagination .page-link-item {
    margin: 0 5px;
}

#post-pagination .page-link,
#archive-pagination .page-link {
    border: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 7px 15px;
    text-decoration: none;
    margin: 0;
}

#post-pagination .page-link:hover,
#archive-pagination .page-link:hover {
    background: #122efd;
    color: #ffffff;
}

#post-pagination .active .page-link,
#archive-pagination .active .page-link {
    cursor: default;
    color: #929292;
    font-weight: 500;
}

#post-pagination .active .page-link:hover,
#archive-pagination .active .page-link:hover {}

#email-subscribe-box {
    /*background: #d9e2ff url('./assets/images/type-writer.jpg') center right no-repeat;*/
    padding: 30px;
    font-size: 15px;
    font-weight: 500;

}

#email-subscribe-box h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}

#email-subscribe-box .social-icons {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#email-subscribe-box .social-icons .col-2 {
    max-width: 50px;
    flex: 0 0 50px;
    margin: 4px;
}



.project-meta .widget-body {
    font-size: 12px;
    line-height: normal;
}

/* Single Project */
.project-features,
.project-screenshots,
.project-desc {}

.project-features .title,
.project-screenshots .title,
.project-desc .title {
    margin: 0px 0 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

/*.project-features ul {
    margin: 0px;
    list-style: none
}*/

/* Single Post */
.post-meta-single,
.post-meta-single a,
.widget .widget-body li a {
    color: #4a4a4a;
}

.post-meta-single a:hover,
.widget .widget-body li a:hover,
#author-info .author-title a:hover {
    color: #122efd;
}

.post-tags {
    margin-top: 5px;
}

.post-tags h6 {
    font-size: 15px;
}

.post-tags li {
    margin: 6px !important;
}

.post-tags li a {
    padding: 0px 0;
    font-size: 14px;
    line-height: 15px;
}


.widget {}

.widget .widget-header {
    padding: 10px !important;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.widget .widget-body {
    padding: 5px 20px;
}

.widget .widget-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget .widget-body li {
    margin-top: 10px;
}

.widget .tagcloud {
    padding: 10px 0 15px;
}

.widget .tagcloud a {
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 500;
    text-transform: capitalize;
}



#author-info {}

#site-main .single-item-post .author-info {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
}

#author-info .author-avatar {
    border-radius: 100%;
    overflow: hidden;
}

#author-info .author-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

#author-info .author-title a {
    color: #333;
    text-decoration: none;
}

#author-info .social-icons {
    max-width: 400px;
}

#author-info .social-icons a {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    width: 35px;
    height: 32px;
}

#author-info .social-icons a.posts {
    width: auto;
    background: #24a5dc;
    border-color: #24a5dc;
}

#author-info .social-icons a.rss {
    background: #ff6600;
    border-color: #ff6600;
}

#author-info .social-icons a.posts .count {
    font-weight: 600;
    margin-left: 5px;
    font-size: 14px;
    margin-top: 3px;
    line-height: 14px;
}





label.grunion-field-label {}

label.grunion-field-label span {
    color: red;
}

textarea.form-control {
    height: 200px;
}

.form-errors {
    margin: 0 0 25px !important;
    padding: 15px !important;
    list-style: none;
    background: #f00;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 13px;
    border-radius: 4px;
}

.form-errors li {
    color: #721c24;
    margin: 2px 0;
}

