/*!
Theme Name: TOTB
Author: Hauper
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: totb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

totb is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body.admin-bar{
	margin-top: 32px;
}
body.admin-bar .fixed-top{top: 32px;}
.blog-detail .event-img{margin-top: 0 !important;}
.event-desc img{border-radius: 6px}
.blog .sub-blogs .post-title a{
    color: #404040;
}


.pagination li .current {
    background-color: #33988d;
    transition: all 0.2s;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Montserrat-SemiBold';
    line-height: 40px;
    margin: 0 8px;
}
.right-panel .widget_categories {
    border-radius: 14px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #eaeaea;
    background-color: #ffffff;
    padding: 30px 30px 10px 30px;
}
.blog .multi-blogs{width: 100%;}
footer .copywrite p {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: rgba(139, 139, 139, 0.9);
}
footer .menu-quick-links-container {
    float: left;width: 100%;
}
footer .menu-quick-links-container ul{
    display: block;
    width: 100%;
}
footer .menu-quick-links-container ul li {
    list-style: none;
    float: left;
    width: 50%;
}
body.category{padding: 0 !important}
.blog .blog-tabs .blogs-link a.active {
    background-color: #33988d;
    border: 1px solid #33988d;
    color: #ffffff;
}
.thankyou{display: none;margin-bottom: 30px;}
.sidebar_thankyou{display: none;margin-bottom: 0;}
.thankyou h5, .sidebar_thankyou h5 {
    opacity: 0.7;
    padding-top: 36px;
    color: #383838;
    text-transform: noneo;
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    line-height: 1.25;
    color: #383838;
}
.thankyou p, .sidebar_thankyou p {
    color: #696969;
    width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    line-height: 1.43;
    text-transform: none;
    color: rgba(105, 105, 105, 0.5);
    padding-bottom: 8px;
}
.blog .carousel-caption h4 a{
    color: #404040 !important;
}
.blog-detail .reply-tab h4.comment-rep-title{margin-top: 20px;}
.comment.parent .comment {
    padding-left: 50px;
}
.comments-tab{
	background-color: #fff !important;
	border: 1px solid #f7f8f7 !important;
}
.comments-tab .comment {
    position: relative;
}
.comments-tab .comment .reply, .comments-tab .comment #cancel-comment-reply-link{
position: absolute;
    right: 0;
    top: 0;
}
.comment-respond {
    position: relative;
}
.blog-detail .reply-tab .usr-nm p,
.blog-detail .reply-tab .profile-info p{margin-bottom: 0;padding-bottom: 0;}
.comments-tab > .comment:last-child:not(.parent) > .comment-box {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.blog-detail img{
    height: auto;
}
.blog-detail img.aligncenter {
    margin: 0 auto;
    display: block;
}
::selection {
    color: #383838;
    background: #dff6f3;
}