:root {
    --acik-mavi: #38bdee;
    --sari: #fbba17;
    --koyu-mavi: #4060a1;
    --genel-koyu-mavi: #0f577e;
}

/*@font-face {
    font-family: 'QuimbyMayoral';
    src: url('fonts/QuimbyMayoral.woff2') format('woff2'), url('fonts/QuimbyMayoral.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

.roboto {
    font-family: 'Roboto', sans-serif;
}

.el-yazisi {
    /*font-family: 'QuimbyMayoral';*/
    font-family: 'Allura', cursive;
}

.acik-mavi {
    color: var(--acik-mavi) !important;
}

.sari {
    color: var(--sari) !important;
}

.koyu-mavi {
    color: var(--koyu-mavi) !important;
}

.genel-koyu-mavi {
    color: var(--genel-koyu-mavi) !important;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

html,
body {
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
    scroll-behavior: smooth;
}

a:hover,
a:active,
a:focus {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.3px;
    margin: 0 0 15px 0;
}

#header .header-nav-main nav>ul>li>a {
    text-transform: inherit;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
    color: rgb(255 255 255 / 0.9);
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 14px;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a:hover {
    color: rgb(255 255 255 / 1);
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 14px;
}

#header .header-logo {
    margin: 1rem 4rem;
}

.dropdown {
    top: -35px;
}

html.sticky-header-active #header.header-effect-shrink .header-body .dropdown {
    top: 0px;
}

#header.header-effect-shrink .header-top {
    background: #0f577e;
}

html.sticky-header-active #header .header-body {
    height: 80px !important;
    background: #0f577e;
}

html.sticky-header-active #header .header-logo {
    margin: 0.6rem 2rem;
    text-align: center;
}

html.sticky-header-active #header .dropdown {
    top: -25px;
}

#header .header-top {
    background: #0f577e;
}

.carousel-indicators {
    bottom: 5px;
}

.form-slider {
    position: absolute;
    right: 0;
    bottom: 40%;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18%;
    margin-left: 19%;
    list-style: none;
    display: block;
}

.form-slider .form-control {
    height: 60px !important;
    background-color: rgb(99 143 189 / 0.6);
    border-left: 2px solid #fff !important;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    color: #fff;
}

.btn-slide {
    background-color: rgb(99 143 189 / 0.6);
    border-right: 2px solid #fff !important;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    border-left: 0px !important;
    border-radius: 0px !important;
    height: 60px !important;
    color: #fff;
}

.btn-slide:hover {
    color: #0f577e;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.form-slider .form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 18px;
    line-height: 24px;
}

.form-slider input::placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 600;
}

.form-slider input:-ms-input-placeholder {
    color: #fff;
}

.form-slider input::-ms-input-placeholder {
    color: #fff;
}

.testimonial.testimonial-with-quotes blockquote p {
    color: #fff;
    font-weight: 100;
    font-style: italic;
    line-height: 30px;
}

.testimonial.testimonial-with-quotes blockquote:before {
    color: #38bdee;
}

.testimonial.testimonial-with-quotes blockquote:after {
    color: #38bdee;
}

.f20 {
    font-size: 20px;
}

.f12 {
    font-size: 12px;
}

.f18 {
    font-size: 18px;
}

.kategori-isim-sag {
    color: #38bdee;
    font-size: 30px;
    /*font-family: 'QuimbyMayoral';*/
    font-family: 'Allura', cursive;
    text-align: right;
    font-weight: 600;
    margin-bottom: 10px;
}

.kategori-isim-sag a {
    color: #38bdee;
}

.kategori-isim-sag a:hover,
.kategori-isim-sag a:active,
.kategori-isim-sag a:focus {
    color: #0f577e;
}

.kategori-aciklama-sag {
    color: #afafaf;
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 300;
}

.kategori-isim-sol {
    color: #38bdee;
    font-size: 30px;
    /*font-family: 'QuimbyMayoral';*/
    font-family: 'Allura', cursive;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.kategori-isim-sol a {
    color: #38bdee;
}

.kategori-isim-sol a:hover,
.kategori-isim-sol a:active,
.kategori-isim-sol a:focus {
    color: #0f577e;
}

.kategori-aciklama-sol {
    color: #afafaf;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 300;
}

section.kategoriler {
    background: #eeeeee;
    padding: 40px 0 20px 0;
}

.ikon-kategori {
    height: 180px;
    width: 180px;
    margin-top: 6px;
    margin-left: 20px;
}

.isim-kat-1 {
    font-weight: 100;
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
    color: #0f577e;
    position: absolute;
}

span.isim-kat-2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #0f577e;
    display: block;
}

.box-urun-kategori {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #38bdee;
}

.box-urun-isim {
    color: #afb1b4;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.box-urun-aciklama {
    color: #717171;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}

.content-urun .rating-container .star {
    margin: 0 1px;
    color: var(--sari);
}

.rating-container .star {
    margin: 0 1px;
    color: #38bdee;
}

.content-urun .box-urun-isim {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: var(--genel-koyu-mavi);
    /*Uzun Yazıyı Böl*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
}

.content-urun .eski-fiyat {
    color: #afb1b4;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    text-decoration: line-through !important;
    margin-right: 5px;
}

.content-urun .yeni-fiyat {
    color: var(--sari);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.eski-fiyat {
    color: #afb1b4;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: line-through !important;
    margin-right: 5px;
}

.yeni-fiyat {
    color: #38bdee;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.butonlar {
    position: absolute;
    right: 15px;
    bottom: 0px;
}

.btn-1 {
    margin-left: 8px;
}

.btn-1:after {
    display: inline-block;
    content: '|';
    position: absolute;
    font-size: 18px !important;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
    color: #38bdee;
}

.btn-2 {
    margin-left: 8px;
}

.heading.heading-middle-border:before {
    border-top: 1px solid #248ec2;
}

.baslik-mavi {
    color: #248ec2;
}

.urunler-list {
    background: url(../../dist/img/urun-bg.jpg);
    padding: 50px 0;
    background-position: center center;
}

.urunler-listeleme {
    background: url(../../dist/img/listeleme-bg.jpg);
    padding: 50px 0;
    background-position: center center;
}

.urun-box {
    background: #fff;
}

.content-urun {
    padding: 5px 15px;
}

.content-urun .butonlar {
    position: absolute;
    right: 25px;
    top: 55%;
    display: block;
    text-align: center;
}

.content-urun .btn-1:after {
    display: inline-block;
    content: '';
    position: absolute;
    font-size: 18px !important;
    font-weight: 300;
    margin-left: 0px;
    margin-right: 0px;
    color: #38bdee;
}

.content-urun .btn-2 {
    margin-left: 0px;
}

.content-urun .btn-1 {
    margin-right: 5px;
}

.block-item {
    display: block;
}

#header .header-top.header-top-borders .nav-item-borders {
    padding-right: 0px;
    padding-left: 0px;
}

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span {
    padding: 6px 6px;
}

.blog-yazi {
    color: #38bdee;
    font-size: 16px;
    line-height: 24px;
}

.blog-yazi-alt {
    color: #38bdee;
    font-size: 13px;
    line-height: 18px;
    min-height: 120px;
    max-height: 120px;
    overflow-x: hidden;
}

.blog-yazi-alt span a {
    color: var(--sari);
    font-weight: 500;
}

.blog-yazi-alt span a:hover,
.blog-yazi-alt span a:active,
.blog-yazi-alt span a:focus {
    color: var(--sari);
    font-weight: 500;
}

.blog-yazi span a {
    color: var(--sari);
    font-weight: 500;
}

.blog-yazi span a:hover,
.blog-yazi span a:active,
.blog-yazi span a:focus {
    color: var(--sari);
    font-weight: 500;
}

.h3sari {
    width: 100%;
    height: 3px;
    background: var(--sari);
    display: block;
    margin-top: 5%;
}

.tarih {
    font-size: 13px;
    color: var(--genel-koyu-mavi);
}

.box-urun-aciklama {
    min-height: 85px;
    max-height: 85px;
    overflow-x: scroll;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

#footer {
    margin-top: 0px;
    background: var(--genel-koyu-mavi);
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: #fff;
}

.footer-p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.list.list-icons.list-icons-sm li {
    margin-bottom: 10px;
    padding-left: 0px;
}

#footer .footer-copyright a {
    color: var(--genel-koyu-mavi) !important;
}

.social-icons li:hover.social-icons-facebook a {
    background: #fff !important;
}

.social-icons li:hover.social-icons-twitter a {
    background: #fff !important;
}

.social-icons li:hover.social-icons-instagram a {
    background: #fff !important;
}

a.baslik-blog {
    color: var(--genel-koyu-mavi);
}

.h42vh {
    height: auto;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 200px 0 30px 0;
}

.listeleme-aciklama {
    font-size: 14px;
    line-height: 24px;
    color: var(--genel-koyu-mavi);
    font-weight: 300;
}

section.listeleme img {
    height: 240px;
    width: 240px;
    margin-top: 6px;
    margin-left: 20px;
}

p {
    font-weight: 300;
}

@media (max-width: 575.98px) {
    .h42vh {
        height: 42vh;
    }

    #header .header-logo {
        margin: 5px 0rem;
    }

    .form-slider {
        bottom: 17%;
        margin-right: 6%;
        margin-left: 6%;
    }

    .form-slider .form-control {
        height: 40px !important;
    }

    .btn-slide {
        height: 40px !important;
    }

    .input-group-lg>.input-group-append>.btn {
        font-size: 16px;
    }

    .form-slider .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 14px;
        line-height: 18px;
    }

    #header .header-btn-collapse-nav {
        background: #fff;
    }

    html.sticky-header-active #header .header-logo {
        margin: 10px 0;
        text-align: center;
        width: 64px !important;
        height: 60px !important;
    }

    html.sticky-header-active #header .header-body {
        height: 95px !important;
        background: #0f577e;
    }

    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
        color: var(--genel-koyu-mavi);
    }

    html.sticky-header-active #header .dropdown {
        top: 0;
        padding: 0px 15px;
        border-bottom: 0px;
    }

    .dropdown {
        top: 0px;
    }

    #header .header-nav-main nav>ul li {
        border-bottom: 0px;
    }

    .testimonial.testimonial-with-quotes blockquote p {
        line-height: 20px;
    }

    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0px 5px;
    }

    .kategori-isim-sag {
        text-align: left;
    }

    .kategori-aciklama-sag {
        text-align: left;
    }

    .ikon-kategori {
        height: 120px;
        width: 120px;
        margin-top: 15px;
        margin-left: 40px;
    }

    .box-urun-aciklama {
        font-size: 12px;
        line-height: 15px;
    }

    .eski-fiyat {
        font-size: 10px;
        line-height: 13px;
    }

    .yeni-fiyat {
        font-size: 11px;
        line-height: 13px;
    }

    .f18 {
        font-size: 13px;
    }

    .btn-1:after {
        font-size: 12px !important;
    }

    .box-urun-isim {
        font-size: 15px;
    }

    .content-urun .box-urun-isim {
        font-size: 15px;
        line-height: 18px;
    }

    .content-urun .eski-fiyat {
        font-size: 10px;
        line-height: 13px;
    }

    .content-urun .yeni-fiyat {
        font-size: 11px;
        line-height: 13px;
    }

    .content-urun .butonlar {
        right: 15px;
        top: 45%;
    }

    section.blog h1 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 32px 0;
    }

    .blog-yazi {
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-urun .butonlar {
        right: 17px;
    }

    .form-slider {
        bottom: 17%;
        margin-right: 6%;
        margin-left: 6%;
    }

    #header .header-logo {
        margin: 5px 0;
    }

    #header .header-btn-collapse-nav {
        background: #fff;
    }

    html.sticky-header-active #header .header-logo {
        margin: 10px 0;
        text-align: center;
        width: 64px !important;
        height: 60px !important;
    }

    html.sticky-header-active #header .header-body {
        height: 95px !important;
        background: #0f577e;
    }

    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
        color: var(--genel-koyu-mavi);
    }

    html.sticky-header-active #header .dropdown {
        top: 0;
        padding: 0px 15px;
        border-bottom: 0px;
    }

    .dropdown {
        top: 0px;
    }

    #header .header-nav-main nav>ul li {
        border-bottom: 0px;
    }
}

.brand-index {}

.brand-index li {
    float: left;
    width: 33%;
}

@media (max-width: 575.98px) {
    .brand-index li {
        float: inherit;
        width: 100%;
    }

}
.card-title{
	font-size: 16px;
	font-weight: bold;
    line-height: 16px;
}
.card-text{
	font-size: 13px;
    line-height: 18px;
/*    min-height: 85px;
    max-height: 85px;
    overflow-x: scroll;*/
}

.page-header {
    margin: 0 0 15px 0;
}

.urun-detay-baslik {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--genel-koyu-mavi);
}

.urun-detay-aciklama {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: var(--genel-koyu-mavi);
}

.detay-yildiz .rating-container .star {
    margin: 0 1px;
    color: var(--sari);
}

.sag-blok .eski-fiyat {
    color: #afb1b4;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: line-through !important;
    margin-right: 5px;
}

.sag-blok .yeni-fiyat {
    color: var(--sari);
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
}

.sag-blok .indirim-orani {
    color: var(--acik-mavi);
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    margin: 0px 0px 0px 15px;
}

.detay-butonlar {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.detay-butonlar .btn-1:after {
    display: inline-block;
    content: '|';
    position: absolute;
    font-size: 21px !important;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
    color: #38bdee;
}

.f21 {
    font-size: 21px;
}

.btn-satinal {
    background: var(--genel-koyu-mavi);
    color: var(--sari);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    letter-spacing: 0.5px;
}

.btn-satinal:hover,
.btn-satinal:active,
.btn-satinal:focus {
    background: var(--genel-koyu-mavi);
    color: var(--sari);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    letter-spacing: 0.5px;
}

.btn-favori {
    background: var(--koyu-mavi);
    color: var(--sari);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    letter-spacing: 0.5px;
}

.btn-favori:hover,
.btn-favori:active,
.btn-favori:focus {
    background: var(--koyu-mavi);
    color: var(--sari);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    letter-spacing: 0.5px;
}

.table-ozellik {
    background: #e0e1e2;
}

.table-ozellik.table td {
    border-color: #fff;
    padding: 7px 15px;
    border-top: 5px solid #fff;
    color: var(--genel-koyu-mavi);
    line-height: 17px;
}

.table-ozellik.table-hover tbody tr:hover {
    color: var(--genel-koyu-mavi);
    background-color: var(--sari);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.ilgi-ceker {
    background: url(../../dist/img/listeleme-bg.jpg);
    padding: 50px 0;
    background-position: center center;
}

.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover,
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border: 1px solid var(--genel-koyu-mavi);
}

.ml-auto-mobile, .mx-auto-mobile {
    margin-left: auto!important;
}
.ml-auto-mobile {
    margin-left: auto;
}

@media (max-width: 575.98px) {
    .nav-tabs li .nav-link {
        font-size: 12px;
    }
    .ml-auto-mobile, .mx-auto-mobile {
        margin-left: inherit !important;
    }
    .ml-auto-mobile {
        margin-left: inherit !important;
    }
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body{
    background: -moz-linear-gradient(top, rgba(17,87,126,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top, rgba(17,87,126,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(17,87,126,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11577e', endColorstr='#007db9e8',GradientType=0 );
    box-shadow: none !important;
}

.blog-posts:not(.blog-posts-no-margins) article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.blog-posts:not(.blog-posts-no-margins) .pagination {
    margin: -10px 0 20px;
}

.blog-posts.blog-posts-no-margins .pagination {
    margin-top: 28.8px;
    margin-top: 1.8rem;
}

/* Post */
article.post h2 a {
    text-decoration: none;
}

article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}

article.post .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}

article.post .post-meta i {
    margin-right: 3px;
}

article.post .post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
}

article.post .post-date .month {
    display: block;
    background: #0f577e;
    border-radius: 0 0 2px 2px;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.8;
    padding: 1px 10px;
    text-transform: uppercase;
}

article.post .post-date .day {
    background: #f7f7f7;
    border-radius: 2px 2px 0 0;
    color: #f5b818;
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding: 10px;
}

article.post .post-image .owl-carousel {
    width: 100.1%;
}

article .post-video {
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 61%;
}

article .post-video iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

article .post-audio {
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 35%;
    min-height: 160px;
}

article .post-audio iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

article.post-medium .post-image .owl-carousel {
    width: 100.2%;
}

article.post-large {
    margin-left: 60px;
}

article.post-large h2 {
    margin-bottom: 5px;
}

article.post-large .post-image, article.post-large .post-date {
    margin-left: -60px;
}

article.post-large .post-image {
    margin-bottom: 25px;
}

article.post-large .post-image.single {
    margin-bottom: 30px;
}

article.post-large .post-video {
    margin-left: -60px;
}

article.post-large .post-audio {
    margin-left: -60px;
}

/* Single Post */
.single-post article {
    border-bottom: 0;
    margin-bottom: 0;
}

article.blog-single-post .post-meta {
    margin-bottom: 20px;
}

/* Post Block */
.post-block h3 {
    font-size: 1.8em;
    font-weight: 200;
    margin: 0 0 20px;
    text-transform: none;
}

.post-block h3 i {
    margin-right: 7px;
}

/* Post Author */
.post-author img {
    max-height: 80px;
    max-width: 80px;
}

.post-author p {
    font-size: 0.9em;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.post-author p .name {
    font-size: 1.1em;
}

.post-author .img-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

/* Post Comments */
ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.comments li {
    clear: both;
    padding: 10px 0 0 70px;
}

ul.comments li img.avatar {
    height: 48px;
    width: 48px;
}

ul.comments li ul.reply {
    margin: 0;
}

ul.comments li a {
    text-decoration: none;
}

ul.comments li .img-thumbnail {
    margin-left: -70px;
    position: absolute;
}

ul.comments li .comment {
    margin-bottom: 10px;
}

ul.comments .comment-arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f7f7f7;
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 12px;
    width: 0;
}

ul.comments .comment-block {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

ul.comments .comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}

ul.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
}

/* Leave a Comment */
.post-leave-comment h3 {
    margin: 0 0 40px;
}

/* Recent Posts */
.recent-posts h4 {
    margin-bottom: 7px;
}

.recent-posts article.recent-post h4 {
    margin: 0 0 3px 0;
}

.recent-posts article.recent-post h4 a {
    display: block;
}

.recent-posts .date {
    margin-right: 10px;
    text-align: center;
}

.recent-posts .date .month {
    background: #CCC;
    color: #FFF;
    font-size: 0.9em;
    padding: 3px 10px;
    position: relative;
    top: -2px;
}

.recent-posts .date .day {
    background: #F7F7F7;
    color: #CCC;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    padding: 8px;
}

section.section .recent-posts .date .day {
    background: #FFF;
}

/* Simple Post List */
ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.simple-post-list li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0;
}

ul.simple-post-list li::after {
    clear: both;
    content: "";
    display: block;
}

ul.simple-post-list li:last-child {
    border-bottom: 0;
}

ul.simple-post-list .post-image {
    float: left;
    margin-right: 12px;
}

ul.simple-post-list .post-meta {
    color: #888;
    font-size: 0.8em;
}

ul.simple-post-list .post-info {
    line-height: 20px;
}

/* Responsive */
@media (max-width: 575px) {
    ul.comments li {
        border-left: 8px solid rgba(0, 0, 0, 0.06);
        clear: both;
        padding: 0 0 0 10px;
    }

    ul.comments li .img-thumbnail {
        display: none;
    }

    ul.comments .comment-arrow {
        display: none;
    }
}

aside ul.nav-list > li > a {
    color: #666;
    font-size: 0.9em;
    padding: 8px 0 8px 22px;
}

aside .twitter [class*="fa-"], aside .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
    margin-right: -22px;
    left: -30px;
    color: #212529;
}

aside .twitter .meta {
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
}

aside .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside .twitter ul li {
    padding-bottom: 20px;
    padding-left: 30px;
}

aside .twitter ul li:last-child {
    padding-bottom: 0;
}

aside .twitter-account {
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    opacity: 0.55;
}

aside .twitter-account:hover {
    opacity: 1;
}