/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 1;
}

.single-blog-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 30px;
    z-index: 1;
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .author-thumb {
    position: absolute;
    right: 30px;
    bottom: -25px;
    width: 50px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 3;
}

.single-blog-style1 .img-holder .author-thumb img {
    width: 100%;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.single-blog-style1 .img-holder .inner::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0;
    height: 0;
    background-color: rgba(var(--thm-base-rgb), .50);
    -webkit-transform: translateX(-50%, -50%);
    transform: translateX(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.single-blog-style1:hover .img-holder .inner::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.single-blog-style1 .img-holder .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.20;
    z-index: 2;
    transition: all 900ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1:hover .img-holder .inner:after {
    opacity: 0;
}

.single-blog-style1 .img-holder .inner .categorie-box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 25px;
    text-align: center;
    background-color: var(--thm-base);
    border-radius: 4px;
    z-index: 5;
}

.single-blog-style1 .img-holder .inner .categorie-box.bg2 {
    background-color: #ff5a3c;
}

.single-blog-style1 .img-holder .inner .categorie-box p {
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}

.single-blog-style1 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-blog-style1:hover .img-holder img {
    transform: scale(1.05) rotate(0deg);
}


.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    border: 1px solid #f6f6f6;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.single-blog-style1 .text-holder .top {
    position: relative;
    display: block;
    padding: 25px 30px 21px;
}

.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
}

.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-right: 15px;
    font-family: var(--thm-font);
    text-transform: uppercase;
}

.single-blog-style1 .text-holder .meta-info li:last-child {
    margin-right: 0;
}

.single-blog-style1 .text-holder .meta-info li span::before {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 6px;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 15px;
}

.single-blog-style1 .text-holder .meta-info li a {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .meta-info li a:hover {
    color: var(--thm-base);
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-blog-style1 .text-holder .blog-title a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title a:hover {
    color: var(--thm-base);
}

.single-blog-style1 .text-holder .btn-box {
    position: relative;
    display: block;
    border-top: 1px solid #f6f6f6;
    padding: 10px 30px 11px;
}

.single-blog-style1 .text-holder .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .btn-box a:hover {
    color: var(--thm-base);
    letter-spacing: 0.05em;
}

.single-blog-style1 .text-holder .btn-box a span:before {
    position: relative;
    display: inline-block;
    padding-left: 4px;
    font-size: 13px;
}



/*** 
=============================================
    Blog Page One Css
=============================================
***/
.blog-page-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 1;
}



/*---------------------------------------
# Blog Details Img Box Css
----------------------------------------*/
.blog-details-img-box {
    position: relative;
    display: block;
    background-color: #ffffff;
}

.blog-details-img-box .container {
    max-width: 100%;
    padding: 0 50px;
}

.blog-details-img-box-inner {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 670px;
    border-radius: 5px;
}

.blog-details-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.blog-details-img-box-inner .categorie-box {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 70px;
    height: 30px;
    text-align: center;
    background-color: var(--thm-base);
    border-radius: 4px;
    z-index: 5;
}

.blog-details-img-box-inner .categorie-box p {
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
}



/*** 
=============================================
    Blog Details Area Css
=============================================
***/
.blog-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-details-content {
    position: relative;
    display: block;
}

.blog-details-content .blog-title {
    color: var(--thm-black);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-top: -6px;
}



.blog-details-content .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 16px 0 25px;
    border-bottom: 1px solid #d4dcdb;
}

.blog-details-content .meta-info li {
    position: relative;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-right: 15px;
    font-family: var(--thm-font);
    text-transform: uppercase;
}

.blog-details-content .meta-info li:last-child {
    margin-right: 0;
}

.blog-details-content .meta-info li span::before {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 6px;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 15px;
}

.blog-details-content .meta-info li a {
    color: var(--thm-gray);
    font-size: 15px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-content .meta-info li a:hover {
    color: var(--thm-base);
}



.blog-details-content .text-box1 {
    position: relative;
    display: block;
    padding-top: 22px;
}

.blog-details-content .text-box1 p span {
    color: var(--thm-black);
    font-weight: 700;
}



.blog-details-content .text-box2 {
    position: relative;
    display: block;
    padding-top: 23px;
}

.blog-details-content .text-box2 p span {
    color: var(--thm-black);
    font-weight: 700;
}


.blog-details-content .text-box3 {
    position: relative;
    display: block;
    padding-top: 23px;
}


.blog-details-content .text-box4 {
    position: relative;
    display: block;
    padding-top: 23px;
}


.blog-details-content .text-box5 {
    position: relative;
    display: block;
    padding-top: 23px;
}



.blog-details-content .text-box6 {
    position: relative;
    display: block;
    padding-top: 23px;
}

.blog-details-content .text-box6 ul {
    position: relative;
    display: block;
}

.blog-details-content .text-box6 ul li {
    position: relative;
    display: block;
    padding-left: 30px;
}

.blog-details-content .text-box6 ul li+li {
    margin-top: 13px;
}

.blog-details-content .text-box6 ul li .icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.blog-details-content .text-box6 ul li .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
}


.blog-details-content .text-box7 {
    position: relative;
    display: block;
}


.blog-details-content .text-box8 {
    position: relative;
    display: block;
    padding-top: 23px;
}


.blog-details-content .text-box9 {
    position: relative;
    display: block;
    padding-top: 23px;
    padding-left: 40px;
}

.blog-details-content .text-box9 ul {
    position: relative;
    display: block;
}

.blog-details-content .text-box9 ul li {
    position: relative;
    display: block;
}

.blog-details-content .text-box9 ul li+li {
    margin-top: 8px;
}

.blog-details-content .text-box9 ul li span {
    position: relative;
    display: inline-block;
    width: 30px;
}


.blog-details-content .text-box10 {
    position: relative;
    display: block;
    padding-top: 23px;
}


.tag-social-share-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 31px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #d4dcdb;
}

.tag-box {
    position: relative;
    display: block;
}

.tag-box .title {
    width: 65px;
}

.tag-box .title,
.tag-box .tag-list {
    display: table-cell;
    vertical-align: middle;
}

.tag-box .title h3 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.tag-box .tag-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.tag-box .tag-list li:last-child {
    margin-right: 0;
}

.tag-box .tag-list li a {
    position: relative;
    display: block;
    padding: 0px 20px 0px;
    background: #f1f3fc;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tag-social-share-box .post-social-share {
    position: relative;
    display: block;
}

.post-social-share-links {
    position: relative;
    display: block;
}

.post-social-share-links ul {
    position: relative;
    display: block;
}

.post-social-share-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.post-social-share-links ul li:last-child {
    margin-right: 0;
}

.post-social-share-links ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--thm-base);
    border-radius: 0%;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
}

.post-social-share-links ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black);
    content: "";
    border-radius: 0%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.post-social-share-links ul li a:hover:before {
    transform: scaleX(1.0);
}

.post-social-share-links ul li a:hover {
    color: #ffffff;
}


.blog-details-page__author-box {
    position: relative;
    display: block;
    padding: 40px 0;
    border-top: 1px solid #ede8e6;
    border-bottom: 1px solid #ede8e6;
}

.blog-details-page__author-box__inner {
    position: relative;
    display: block;
    padding-left: 100px;
}

.blog-details-page__author-box__inner .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-details-page__author-box__inner .img-box img {
    width: 100%;
}

.blog-details-page__author-box__inner .text {
    position: relative;
    display: block;
    padding-left: 30px;
}

.blog-details-page__author-box__inner .text h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 18px;
}

.blog-details-page__author-box__inner .text p {
    margin: 0;
}





/*** 
=============================================
   comments Box Css
=============================================
***/
.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 58px;
}

.comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.comment-box .inner-title h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}


.comment-box .outer-box {
    position: relative;
    display: block;
}

.comment-box .single-comment {
    position: relative;
    display: block;
    padding-top: 21px;
    margin-bottom: 30px;
}

.comment-box .single-comment.marginleft30 {
    margin-left: 30px;
}

.comment-box .single-comment .inner {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ede8e6;
    padding: 40px 30px 36px;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 80px;
    min-height: 80px;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 80px;
    height: 80px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 30px;
    min-height: 80px;
}

.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: block;
    top: -2px;
}

.comment-box .single-comment-box .text-holder .top h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.comment-box .single-comment-box .text-holder .top h3 span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.comment-box .single-comment-box .text-holder .text {
    position: relative;
    display: block;
    padding-top: 9px;
}

.comment-box .single-comment-box .text-holder .text p {
    margin: 0;
}

.comment-box .single-comment .reply {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 2;
}

.comment-box .single-comment .reply a {
    position: relative;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ede8e6;
    padding: 10px 25px 10px;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.comment-box .single-comment .reply a:hover {
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}




/*** 
=============================================
   Add Comment Box Css
=============================================
***/
.add-comment-box {
    position: relative;
    display: block;
    padding: 48px 50px 50px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.add-comment-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.add-comment-box .inner-title h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}

.add-comment-box #add-comment-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.add-comment-box #add-comment-form .input-box .field-label {
    position: relative;
    display: block;
    padding-bottom: 9px;
}

.add-comment-box #add-comment-form .input-box .field-label p {
    margin: 0;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ede8e6;
    width: 100%;
    height: 60px;
    color: #777777;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 30px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.add-comment-box #add-comment-form textarea {
    height: 120px;
    padding: 14px 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: var(--thm-base);
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: var(--thm-base);
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: var(--thm-base);
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
    padding-top: 20px;
    line-height: 0;
}

.add-comment-box #add-comment-form .button-box button {
    padding-left: 50px;
    padding-right: 50px;
}




.sidebar-style1 {
    position: relative;
    display: block;
    border: 1px solid #d4dcdb;
    padding: 30px 29px 30px;
}

.single-sidebar-box {
    position: relative;
    display: block;
    margin-top: 50px;
}

.sidebar-title {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.sidebar-title h3 {
    position: relative;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize;
}


.sidebar-categories-box {
    position: relative;
    display: block;
}

.sidebar-categories-box li {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.sidebar-categories-box li:last-child {
    margin-bottom: 0;
}

.sidebar-categories-box li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    font-family: var(--thm-font);
    letter-spacing: 0.0em;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.sidebar-categories-box li a:after {
    font-family: 'icomoon' !important;
    content: "\e92d";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    color: var(--thm-base);
    font-weight: 700;
    transform: perspective(400px) scaleX(1.0);
    transform-origin: left;
    transition: all 600ms ease 100ms;
    z-index: -1;
}

.sidebar-categories-box li a:hover:after {
    transform: perspective(400px) scaleX(1.0);
    transform-origin: right;
}

.sidebar-categories-box li:hover a {
    color: var(--thm-base);
    padding-left: 22px;
}

.sidebar-categories-box li a span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}




.sidebar-search-box {
    position: relative;
    display: block;
    margin-top: 50px;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #ede8e6;
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 0px;
    font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    width: 46px;
    height: 46px;
    color: var(--thm-base);
    font-size: 16px;
    line-height: 46px;
    background: rgba(var(--thm-base-rgb), .05);
    text-align: center;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    position: relative;
    top: 0px;
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: var(--thm-black);
}

.sidebar-search-box .search-form input[type="text"]:focus+button,
.sidebar-search-box .search-form button:hover {
    color: var(--thm-black);
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #777777;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #777777;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #777777;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #777777;
}


.sidebar-blog-post {
    position: relative;
    display: block;
    padding-top: 10px;
}

.sidebar-blog-post ul {
    position: relative;
    display: block;
}

.sidebar-blog-post ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ede8e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sidebar-blog-post ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-blog-post ul li .inner {
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 70px;
}

.sidebar-blog-post ul li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-color: var(--thm-bg);
}

.sidebar-blog-post ul li .img-box img {
    width: 100%;
}

.sidebar-blog-post ul li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(var(--thm-base-rgb), .80);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(0px) scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.sidebar-blog-post ul li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.sidebar-blog-post ul li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post ul li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 70px;
}

.sidebar-blog-post ul li .title-box h4 {
    position: relative;
    top: 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 7px;
}

.sidebar-blog-post ul li .title-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post ul li .title-box h4 a:hover {
    color: var(--thm-base);
}

.sidebar-blog-post ul li .title-box .post-date {
    position: relative;
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.sidebar-blog-post ul li .title-box .post-date span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    padding-right: 3px;
    font-weight: 400;
    font-size: 15px;
}



.sidebar-tag-box {
    margin-top: 20px;
}