/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v1.1.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/


.element-cover-bg {
    background-image: url(../img/home.jpg);
}

.medium-logo {
    width: 30px;
    border-radius: 40%;
    border: 2px solid #000;
}

.medium-logo:hover {
    border: 2px solid #009e66;
}

.social-logo {
    font-size: 35px;
}

.blog-image {
    height: 230px !important;
}

.card-sm {
    margin: 5px !important;
    height: 430px;
    border: none !important;
    cursor: pointer;
}

.card-lg {
    margin: 20px !important;
    height: 430px;
    border: none !important;
    cursor: pointer;
}

.card-body {
    background-color: #111 !important;
}

.card-body:hover {
    border: 1px solid #fff;
    cursor: pointer;
}

.blog-tile-container {
    margin-top: 70px;
    padding-right: 80px;
    overflow-y: auto;
}

/* Hide scrollbar but keep scroll functionality */
.blog-tile-container {
    overflow: auto; /* allow scrolling */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.blog-tile-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.bt-title {
    color: #009e66;
}

.blog-lg-tile-container {
    overflow-y: auto;
    margin-top: 10px;
}

/* Hide scrollbar but keep scroll functionality */
.blog-lg-tile-container {
    overflow: auto; /* allow scrolling */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.blog-lg-tile-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.blog-wrapper .animated-bar {
    background-color: #009e66;
}

.blog-wrapper .animated-bar {
    content: '';
    display: block;
    height: 4px;
    left: 0;
    margin: 0 auto 0 auto;
    position: relative;
    right: 0;
    width: 75px;
}

.bt-lg-title {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.blog-wrapper .lightbox-content {
    margin-top: 70px;
}

.blog-wrapper .content-date {
    background-color: #009e66;
}

.blog-wrapper .content-date {
    top: 0;
    color: #fff;
    display: inline-block;
    left: 0;
    padding: 0 14px;
    position: absolute;
}

.contact-form .form-control::placeholder {
    color: #dad8d8;
}

.contact-form .form-control {
    background-color: #494747;
    border: none;
    border-bottom: 1px solid #1d1d1d;
    border-radius: 0;
    font-size: 15px;
    height: 44px;
    padding: 9px 14px;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    color: #fff;
}

.contact-form textarea.form-control {
    height: 120px;
}

.create-blog-container {
    overflow-y: auto;
}

/* Hide scrollbar but keep scroll functionality */
.create-blog-container {
    overflow: auto; /* allow scrolling */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.create-blog-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.close-btn {
    margin-top: 35px;
    float: right;
}

.add-btn {
    float: right;
}

/* General style for inline code */
code {
    font-family: 'Fira Code', 'JetBrains Mono', 'Source Code Pro', Consolas, Monaco, monospace;
    background-color: #f5f5f5;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.95em;
}

/*!* Style for multi-line code blocks *!*/
/*pre code {*/
/*    display: block;*/
/*    border-radius: 6px;*/
/*    font-family: 'Fira Code', 'JetBrains Mono', 'Source Code Pro', Consolas, Monaco, monospace;*/
/*    line-height: 1.5;*/
/*    color: #c1bcbc;*/
/*    background-color: #4b4949;*/
/*    padding: 10px;*/
/*    border: 1px solid grey;*/
/*    overflow: auto;*/
/*}*/

/*!* Style for multi-line code blocks *!*/
/*pre {*/
/*    display: block;*/
/*    border-radius: 6px;*/
/*    font-family: 'Fira Code', 'JetBrains Mono', 'Source Code Pro', Consolas, Monaco, monospace;*/
/*    line-height: 1.5;*/
/*    color: #c1bcbc;*/
/*    background-color: #4b4949;*/
/*    padding: 10px;*/
/*    border: 1px solid grey;*/
/*    overflow: auto;*/
/*    margin-top: 10px;*/
/*}*/

pre code{
    font-size: 13px !important;
}

.post-content-container {
    border: 1px solid grey;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: 0 !important;
}

.summary-para {
    margin-top: 10px;
    font-style: italic;
}

.content-para {
    margin-top: 10px;
    color: #CCCCCC;
    font-weight: lighter;
    font-size: 15px;
}

.content-para a{
    color: #ffc107 !important;
    text-decoration: underline !important;
}

.tags-container {
    margin-top: 35px;
}

.tags-container label.tag {
    background-color: grey;
    padding: 7px;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    margin-right: 3px;
}

.tags-container label.tag:hover {
    color: #f1adad;
}

.tags-container label.tag i {
    padding-left: 3px;
}

.para-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.para-subtitle {
    margin-top: 10px;
    margin-bottom: 5px;
}

.lbl-info {
    color: aliceblue;
    text-decoration: underline;
}

.lbl-cmnt-author {
    font-size: 12px;
    color: antiquewhite;
}

.col-cmnt-date {
    margin-top: -14px;
}

.lbl-cmnt-date {
    font-size: 12px;
    font-style: italic;
    margin-left: 5px
}

.col-cmnt {
    margin-top: -10px;
}

.lbl-cmnt {
    margin-left: 10px;
    color: white;
    font-size: 13px;
}

#contact-single .contact-section .contact-info .list-info > li:first-child .info-icon {
    margin-bottom: 13px;
}

#contact-single .contact-section .contact-info .list-info .info-icon {
    font-size: 36px;
    margin-right: 50px;
    position: relative;
}

#contact-single .contact-section .contact-info .list-info .info-icon i {
    color: #009e66;
}

#contact-single .contact-section .contact-info .list-info .info-icon i {
    -webkit-transform: translate(0, -50%);
    left: 0;
    line-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

#about-single .info-section .info-content .content-follow li a {
    color: #cecece;
}

#about-single .services-section .single-service {
    background-color: #161616;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 38px 42px;
    transition: all 0.15s ease-in-out;
}

#about-single .services-section .single-service .service-icon {
    color: #009e66;
}

#about-single .services-section .single-service .service-icon {
    display: inline-block;
    font-size: 58px;
    margin-bottom: 22px;
}

a.blog {
    color: #ffc107 !important;
    font-size: 20px !important;
    margin-top: -5px !important;
}

.b-modal {
    background-color: #555657;
}

.b-modal p {
    color: #fff;
    text-align: center;
}

.lbl-sub-msg {
    color: antiquewhite;
    font-style: italic;
}

.information {
    color: darkgoldenrod;
    font-size: 12px;
    font-style: italic;
}

footer a, footer p {
    position: absolute;
    color: #c2dcd3 !important;
    top: 95%;
    z-index: 2000;
    padding-left: 2px;
    padding-right: 2px;
}

footer p.first {
    left: 10px;

}

footer a.second {
    left: 280px;
    text-decoration: underline;
}

footer a.third {
    left: 360px;
    text-decoration: underline;
}

.resume-li a{
    margin-left: 10px;
    font-size: 12px !important;
    text-decoration: underline;
    margin-top: 2px;
}

p.encrypt-text{
    color: #fff;
    border: 1px solid grey;
    padding: 5px;
}

.home-name{
    margin-top: 60px;
}

.share-logo{
    font-size: 30px;
    margin-right: 10px;
    cursor: pointer;
}
.share-logo:hover{
    color: #a3edd3;
}

.facebook{
    color: #3b5998;
}

.linkedin{
    color: #0077B5;
}