body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #666666;
}

body.offcanvas {
    overflow-x: hidden;
}

body.offcanvas #colorlib-aside {
    transform: translateX(0);
    width: 320px;
    background: #fff;
    z-index: 999;
    position: fixed;
}

body.offcanvas #colorlib-main,
body.offcanvas .colorlib-nav-toggle {
    transform: translateX(270px);
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #1eafed;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1eafed;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-family: "Lora", Arial, serif;
}

#colorlib-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#colorlib-aside {
    padding-top: 5em;
    padding-bottom: 40px;
    padding-left: 2em;
    padding-right: 2em;
    width: 25%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: hidden;
    z-index: 1001;
    background: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-right: 1px solid #e6e6e6;
}

@media (min-width: 992px) {
    #colorlib-aside {
        width: 25%;
    }
}

@media (max-width: 991.98px) {
    #colorlib-aside {
        width: 320px;
        -moz-transform: translateX(-320px);
        -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -o-transform: translateX(-320px);
        transform: translateX(-320px);
        padding-top: 2em;
        background: rgba(0, 0, 0, 0.04);
    }
}

#colorlib-aside #colorlib-logo {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 74px;
    line-height: .8;
    font-family: "Abril Fatface", cursive;
}

@media (max-width: 1199.98px) {
    #colorlib-aside #colorlib-logo {
        font-size: 62px;
    }
}

#colorlib-aside #colorlib-logo span {
    display: block;
}

@media (max-width: 991.98px) {
    #colorlib-aside #colorlib-logo {
        margin-bottom: 20px;
    }
}

#colorlib-aside #colorlib-logo a {
    display: inline-block;
    text-align: left;
    color: #000000;
    overflow: hidden;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#colorlib-aside #colorlib-main-menu ul {
    margin: 0;
    padding: 0;
}

#colorlib-aside #colorlib-main-menu ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
}

#colorlib-aside #colorlib-main-menu ul li a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    font-family: "Poppins", Arial, sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#colorlib-aside #colorlib-main-menu ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 0;
    right: 0;
    background-color: #1eafed;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#colorlib-aside #colorlib-main-menu ul li a:hover {
    text-decoration: none;
    color: black;
}

#colorlib-aside #colorlib-main-menu ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#colorlib-aside #colorlib-main-menu ul li.colorlib-active {
    font-weight: 600;
}

#colorlib-aside #colorlib-main-menu ul li.colorlib-active a {
    color: #1eafed;
}

#colorlib-aside #colorlib-main-menu ul li.colorlib-active a:after {
    visibility: visible;
    transform: scaleX(1);
}

.colorlib-footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.colorlib-footer h3 {
    font-size: 18px;
    font-weight: 600;
}

.colorlib-footer a {
    color: #000000;
}

.footer-logo {
	margin: 0 0 20px 0;
}

.footer-logo img {
    width: 150px;
    max-width: 100%;
  	height: auto;
}

.colorlib-footer .pfooter {
    font-size: 14px;
}

#colorlib-main {
    width: 100%;
    float: right;
    transition: all 0.5s ease;
}

@media (min-width: 992px) {
    #colorlib-main {
        width: 75%;
    }
}

.colorlib-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
    background: #000000;
}

.colorlib-nav-toggle.dark.active i::before,
.colorlib-nav-toggle.dark.active i::after {
    background: #000000;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    color: #000000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.colorlib-nav-toggle.dark i {
    position: relative;
    color: #000000;
    background: #000000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.dark i::before,
.colorlib-nav-toggle.dark i::after {
    background: #000000;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
    position: fixed;
  	top: 15px;
    left: 15px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    transition: all 0.5s ease;
}

@media (max-width: 991.98px) {
    .colorlib-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

.ftco-about .img {
    width: 100%;
    display: block;
}

.ftco-about .text h2 {
    font-size: 50px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}

.ftco-about .text h2 span {
    font-weight: 900;
    color: #1eafed;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #1eafed;
    border: 1px solid #1eafed;
    color: #fff;
}

.btn.btn-primary:hover {
    border: 1px solid #1eafed;
    background: transparent;
    color: #1eafed;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #1eafed;
    background: transparent;
    color: #1eafed;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #1eafed;
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    border: 1px solid #fff;
    color: #1eafed;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover,
.btn.btn-white.btn-outline-white:focus,
.btn.btn-white.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #1eafed;
}

.instagram .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.instagram .insta-img {
    display: block;
    height: 200px;
    position: relative;
}

.instagram .insta-img .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.instagram .insta-img .icon span {
    color: #fff;
    font-size: 40px;
}

.instagram .insta-img:hover .icon {
    opacity: 1;
}

.blog-entry {
    width: 100%;
    margin-bottom: 3em;
}

.blog-entry .img {
    display: block;
    height: 150px;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .blog-entry .img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.blog-entry .text {
    position: relative;
    z-index: 0;
    width: 100%;
    width: calc(100% - 150px);
}

@media (max-width: 767.98px) {
    .blog-entry .text {
        width: 100%;
        text-align: center;
    }
}

.blog-entry .text h3 {
    font-weight: 400;
    font-size: 30px;
}

.blog-entry .text h3 a {
    color: #000000;
}

.blog-entry .text .meta-wrap {
    width: 100%;
    display: block;
}

.blog-entry .text .meta-wrap .meta span {
    font-size: 14px;
    margin: 0 10px 0 0;
    color: #bfbfbf;
}

.blog-entry .text .meta-wrap .meta span a {
    color: #000000;
}

/*----------------- Breadcrumbs ---------------*/

.breadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0 20px 0;
}

.breadcrumbs li {
  	position: relative;
    padding: 0;
  	margin-right: 25px;
}

.breadcrumbs li:first-child {
	padding-left: 0;
}

.breadcrumbs li:not(:last-child)::after {
	content: "/";
  	position: absolute;
  	top: 0;
  	right: -15px;
}

.breadcrumbs li a {
	color: #1eafed;
}

/*----------------- Breadcrumbs end -----------*/

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 40px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 36px;
    }
}

.top-content h2 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.blog-entry-2 {
    margin-bottom: 40px;
}

.blog-entry-image img {
	width: 100%;
  	height: auto;
  	object-fit: cover;
}

.blog-entry-2 .text {
    position: relative;
    z-index: 0;
}

.blog-entry-2 .text h3 {
    font-weight: normal;
    font-size: 32px;
}

.blog-entry-2 .text h3 a {
    color: #000000;
}

.short-description {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog-entry-2 .text .meta-wrap {
    width: 100%;
    display: block;
}

.blog-entry-2 .text .meta-wrap .half {
    width: 50%;
}

.blog-entry-2 .text .meta-wrap .meta span {
    margin: 0 5px;
    color: #b3b3b3;
}

.blog-entry-2 .text .meta-wrap .meta span i {
    margin-right: 10px;
}


.blog-entry-2 .author .info {
    width: calc(100% - 80px);
}

.blog-entry-2 .author .info h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}

.blog-entry-2 .author .info h3 a {
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
}

.blog-entry-2 .author .info h3 span {
    color: #000000;
}

.blog-entry-2 .author span {
    font-size: 18px;
    color: #b3b3b3;
}

.blog-entry-2 .text-2 .big {
    position: absolute;
    top: -10px;
    left: -20px;
    font-size: 60px;
    font-family: "Lora", Arial, serif;
    line-height: .8;
    z-index: -1;
    color: #ebebeb;
}

.blog-entry-2 .text-2 h3 {
    font-size: 24px;
    font-weight: 600;
}

.blog-entry-2 .author .img {
    width: 60px;
    height: 60px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-entry-2 .author .info {
    width: calc(100% - 60px);
}

.blog-entry-2 .author .info h3 {
    font-size: 18px;
}

.blog-entry-2 .author span {
    font-size: 16px;
}

.aside-stretch {
    background: #4dc0f1;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #4dc0f1;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
    border-color: #000000;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.about-author img {
    border-radius: 50%;
}

.about-author .desc h3 {
    font-size: 20px;
}

.ftco-section {
    padding: 5em 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .ftco-section {
        padding: 3em 0;
    }
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-section-3 {
    padding: 1.8em;
}

.ftco-footer {
    font-size: 14px;
    background: #242423;
    padding: 6em 0;
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer ul.photo {
    width: 100%;
}

.ftco-footer ul.photo li {
    width: 33.33%;
    height: 100px;
    float: left;
}

.ftco-footer ul.photo li a {
    width: 100%;
    height: 100px;
    display: block;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.5);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.5);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 0;
}

.ftco-footer .categories li a {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ftco-footer .categories li a span {
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer-small-nav>li {
    display: inline-block;
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #1eafed;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #1eafed;
}

.ftco-social {
    padding: 0;
}

.ftco-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: white;
    border-radius: 50%;
    position: relative;
}

.ftco-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000000;
}

.ftco-social li a:hover {
    color: #fff;
}

.heading-section .subheading {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.heading-section h2 {
    font-size: 24px;
    font-weight: 900;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-2 h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.author-img,
.hero-wrap,
.img,
.blog-img,
.insta-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-light {
    background: #f8f9fa !important;
}

.bg-primary {
    background: #1eafed !important;
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.block-18 {
    width: 100%;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.5);
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.pagination {
    padding: 30px 0;
}

.pagination ul {
    padding: 0;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.pagination ul li a,
.pagination ul li span {
    border: 1px solid #1eafed;
    text-align: center;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    padding: 0 10px;
}

.pagination ul li.active a,
.pagination ul li.active span {
    background: #1eafed;
    color: #fff;
    border: 1px solid transparent;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.contact-section .info {
    width: 100%;
}

.contact-section .contact-form {
    width: 100%;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 16px;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #1eafed;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: gray;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #1eafed;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

.tagcloud {
    padding: 0;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 20px;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form {
    background: #fafafa;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-box {
    margin-bottom: 40px;
    padding: 0 25px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box h3.sidebar-heading {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .sidebar-box {
        padding: 0;
    }
}

.categories,
.sidelink {
    padding: 0;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    display: block;
    color: #000000;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic;
}