@charset "UTF-8";
.landing-layer.home-page {
    background: url('../images/landing.webp') no-repeat center center;
        background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 25px 0;
}

.breadcrumb-p{
    padding: 20px 20px 15px 20px;
}

.breadcrumbs{
    color: #637076;
}
.breadcrumbs i{
    position: relative;
    top: 3px;
}
.breadcrumbs a {
    font-size: 13px;
    line-height: 26px;
    padding: 2px 0;
    color: #637076;
}
.breadcrumbs a:hover {
    color: #2196f3;
}
.single-title-container{
    border-bottom: solid 1px #dadada;
    margin-bottom: 30px;
}
.single-date-container{
    position: absolute;
    left: -1px;
    top: 10px;
}
.single-date-cal{
    display: inline-block;
    cursor: pointer;
}

.blog-shortlink .title {
    line-height: 55px;
    font-size: 14px;
    color: #686e71;
}
.blog-shortlink .link {
    padding: 0 20px;
    line-height: 55px;
    font-size: 14px;
    color: #686e71;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width: 1400px){
    .blog-shortlink .link {
        display: inline-block;
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .blog-shortlink .link {
        display: unset;
    }
}
@media only screen and (max-width: 450px){
.blog-shortlink .link {
    display: inline-block !important;
    text-align: center;
}
}
.blog-shortlink .btn-copy {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
    height: 55px;
    text-align: center;
    font-size: 19px;
    border-right: 1px solid #edf1f4;
    color: #686e71;
    cursor: pointer;
}
.blog-shortlink .btn-copy:hover {
    color: #00b3e9;
}
.tooltipped {
    position: relative;
}
.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
    display: inline-block;
    text-decoration: none;
}
.tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: skyblue;
}
.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: skyblue;
    pointer-events: none;
    content: "";
    border: 5px solid transparent;
}
.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
    display: inline-block;
    text-decoration: none;
}
.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
    display: inline-block;
    text-decoration: none;
}

.tooltipped-s:after, .tooltipped-n:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px;
}
.tooltipped:after {
    position: absolute;
    z-index: 80;
    display: none;
    padding: 5px 8px;
    font-size: 14px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: skyblue;
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgb(0 0 0 / 1%) 0 0 1px;
}

.single-butoon-share h4{
    text-align: center;
    font-size: 16px;
}
.single-butoon-share ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fafafa;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    margin-right: 16px;
    text-align: center;
}
.single-butoon-share ul li a img {
    position: relative;
    top: 3px;
}
.single-butoon-share ul li:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.tags-layer a {
    background-color: #f1f5f8;
    margin: 6px 5px;
    font-size: 13px;
    color: #1e2f38;
    padding: 3px 6px;
    line-height: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tags-layer a:hover {
    background-color: #dce4e9;
}
.single-content p{
color: black;
}
/* comment */
.comment-warp  h5{
    margin:20px 0 20px 0;
    background:#F2F2F2;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.comment-warp  h5 span{
    margin-right: 20px;
}
.depth-1{
    border: 0.1px solid #e4e4e4;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 20px;
}
.avatar{
    border-radius: 50%;
}
.comment-meta{
    position: absolute;
    left: 20px;
    top: 28px;
}
.comment-meta a{
    color: #637076;
}
.comment-meta a:hover{
    color: #2196f3;
}
.depth-1 p , .depth-2 p{
    border-top: 1px solid gainsboro;
    margin-top: 10px;
    padding:20px 80px 0 0;
    color: black;
}
.depth-2{
    margin-top: 50px;
    padding-right: 50px;
}

.comment-author .fn a{
    color: #637076;
}
.comment-author .fn a:hover{
    color: #2196f3;
}
.comment-author .fn{
    color: #637076;
    margin:0 20px 0 10px;
}
.comment-author .fn:hover{
    color: #2196f3;
}
@media only screen and (max-width: 992px) {
	.comment-meta{
        position: unset;
    }
    .depth-1 p,.depth-2 p{
        padding: 10px 10px 0 0;
       
    }
}
.form-control{
    margin: 20px 0 20px 0;
}
.input-comment{
    width: 50%;
}
.match-post{
    color: black;
}
.match-post:hover{
    color: #2196f3;
}