
/*-------Blog page/ Archive page/ Single-page--------------*/
.page-banner {
    position: relative;
    min-height: 300px;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: overlay;
}
.page-banner .banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center; 
}
.page-banner .banner-text .banner-title {
    font-family: "lora", sans-serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.18em;
    margin: 0;
    text-transform: uppercase; 
}
.page-banner .banner-text .banner-slug {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    line-height: 33px;
    margin: 15px 0 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.58);
}

/*---------Read More Link--------------*/
a.read-moretag {
    color: #f96331;
    font-family: "Nunito", Sans-serif;
    font-size: 14px;
    padding-left: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a.read-moretag:hover, a.read-moretag:active, a.read-moretag:visited{
    color: #333333;
    text-decoration: underline;
}
/*---------Single page--------------*/

.page-banner .single-page__banner h1.single-page__title{
    font-size: 28px;
    text-transform: capitalize !important;
}

.single-post__metas {
    padding-top: 30px;
}

/*=== single page Tags and Social media icons===*/
.clearfix {
    content: "";
    display: table;
    clear: both;
}

.single_tags_social {
    margin: 70px 0 20px;
}

.single-only__tags span.single-footer__tags, .social-media__links span.single-footer__social {
    color: #666666;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
    padding-left: 0px;
}


@media (min-width: 768px) {
    span.single-footer__social {
        text-align: right !important;
    }
}

.single-only__tags span.only-tags a{
    color: #6d6d6d;
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px 10px;
    border-radius: 48px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "Nunito", Sans-serif;
    transition: all 0.3s ease-in-out;
}
.single-only__tags span.only-tags a:hover {
    background: #f96331;
    color: #fff;
}

.social-media__links ul.social-media-icons {
    list-style: none;
    margin: 0 !important;
    
 }

 .social-media__links ul.social-media-icons li {
    display: inline;
    padding: 0 !important;
 }

 .social-media__links ul.social-media-icons li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin: 0 3px 15px;
    height: 40px;
    min-width: 40px;
    font-size: 14px;
    text-align: center;
    background: #2dcbbe;
    line-height: 40px;
    border-radius: 50%;  
    color: #fff;  
    transition: 0.3s all ease-in-out;
 }

 .social-media__links ul.social-media-icons li a:hover {
 box-shadow: 0 0 1px 7px rgba(45,203,190,0.3);

 }

/*---------Single page Post Format --------------*/


/*---------post content / search-content--------------*/

.search-content, .post-content_sec {
    padding: 70px 0;
}

/*---------Post Title--------------*/
h2 a{
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

h2.entry-title {
    font-family: "lora", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

h2.entry-title a:hover{
    color: #f96331;
}

h2.entry-title a:visited {
    color: #333;
}

h1.page-title , .standard-title h2.entry-title {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "lora", sans-serif;
}

/*---------Post Content (paragraph)--------------*/
.page-content p, .post-content p{
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
}

.page-content p a {
    text-decoration: none;
    color: #f96331;
    font-size: 16px;
}

.page-content p a:hover {
    color: #f96331;
    transition: all 0.3s ease-in-out;
}
/*---------Post Meta--------------*/
span.cat-links a {
    text-decoration: none;
    color: #6d6d6d;
    font-family: "Nunito", Sans-serif;
    transition: all 0.3s ease-in-out;
}

span.dentora-comments a{
    text-decoration: none;
    color: #6d6d6d;
    font-family: "Nunito", Sans-serif;
    transition: all 0.3s ease-in-out;
}

/*---------single page banner metas--------------*/
.single-post__metas span.cat-links a , .single-post__metas span.dentora-comments a{
    color: #fff;
}
.single-post__metas span.dentora-comments, .single-post__metas span.cat-links, .single-post__metas span.edit-link a, .single-post__metas span.author a, .single-post__metas span.posted-on a, .single-post__metas .tags-links a:hover{
   background: rgba(0,0,0,0.1);
   color: #fff;
}

.single-post__metas span.author a:hover, .single-post__metas span.edit-link a:hover, .single-post__metas .cat-links a:hover, .single-post__metas .tags-links a:hover, .single-post__metas span.dentora-comments a:hover, .single-post__metas span.posted-on a:hover, .single-post__metas footer.entry-footer span a:hover, .single-post__metas span.dentora-comments:hover{
    color: #f96331;
}

span.author a, span.posted-on a, span.dentora-comments, .tags-links a, span.cat-links, span.edit-link a{
    color: #6d6d6d;
    background-color: #f1f1f1;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: 3px 10px 3px;
    border-radius: 48px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 10px;
    font-family: "Nunito", Sans-serif;
    transition: all 0.3s ease-in-out;
}

.tags-links a, .tags-links a{
    color: #f96331 !important;
}

span.author a:hover, span.posted-on a:hover, span.dentora-comments:hover, footer.entry-footer span a:hover, .cat-links a:hover, span.dentora-comments a:hover, span.edit-link a:hover, footer.entry-footer span.tags-links a:hover, footer.entry-footer span.tags-links a:visited {
    color: #333;
}


span.author a i, span.posted-on a i, span.dentora-comments i, footer.entry-footer span a i {
    padding-right: 8px;
}

.entry-meta {
    margin-top: 20px;
}

/*---------Post Navigation--------------*/ 

.post-nav {
    text-align: center;
    margin: 30px auto;
}
.post-nav a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    font-family: "Nunito", Sans-serif;
}
.post-nav .page-numbers, .post-nav span{
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: 2px solid #f96331;
    border-radius: 50%;
    color: #666;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px 5px 5px;
    transition: 0.3s;
}

.post-nav .page-numbers.current, .post-nav .page-numbers:hover {
    border-color: #f96331;
    background-color: #f96331;
    color: #fff;
}

/*---------sidebar widget area--------------*/ 

aside.widget-area {
    padding: 50px;
    margin: 0px 0px 0px 0px;
    background-color: #f8f8f8;
    border-radius: 8px 8px 8px 8px;
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08); */
}

aside.widget-area section {
    padding-bottom: 10px;
}

aside.widget-area section h2.widget-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    font-family: "Lora", Sans-serif;
    color: #333333;
    margin-bottom: 10px;
}

aside.widget-area section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
aside.widget-area section ul li a, aside.widget-area section.widget_tag_cloud .tagcloud a, aside.widget-area section ul li.recentcomments, aside.widget-area section ul li span.post-date {
    text-decoration: none;
    font-family: "Nunito", Sans-serif;
    color: #666666;
    font-size: 16px !important;
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
section.widget_tag_cloud .tagcloud a {
    display: block;
}
aside.widget-area section ul li a:hover, aside.widget-area section.widget_tag_cloud .tagcloud a:hover, aside.widget-area section ul li.recentcomments:hover,  aside.widget-area section ul li span.post-date:hover {
    color: #f96331;
}
    
 /*---------Search form/ search page--------------*/ 
 .widget-area .widget .search-form {
    background: #fff;
    border: 2px solid #2dcbbe;
    border-radius: 25px;
    display: inline-flex;
    width: 100%; 
    padding-left: 10px;
}
.widget-area .widget .search-form .search-field {
    font-family: "Nunito", Sans-serif;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #666; 
    line-height: 35px;
}
.widget-area .widget .search-form .search-field::placeholder {
     color: #666; 
}
.widget-area .widget .search-form .search-submit {
    font-family: "Nunito", Sans-serif;
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #2dcbbe;
    cursor: pointer; 
    padding: 12px 25px;
    border-left: 2px solid #2dcbbe;
    border-radius: 0 48px 48px 0;
}

.widget-area .widget .search-form .search-submit:hover {
    color: #fff;
    background: #2dcbbe;
}

.widget-area .widget .search-form .search-submit span {
    font-size: 1.05rem;
    width: auto;
    height: auto;
} 

.dashicons-search::before {
    content: "\f002";
    font-family: "FontAwesome";
    font-weight: 100;
    font-size: 14px;
}

/*-----Comment- Reply fields--------*/ 

article.comment-body {
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 10px;
    padding-top: 30px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author {
    font-family: "Nunito", Sans-serif;
    display: flex;
    align-items: center; 
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .avatar {
    border-radius: 50%;
    margin-right: 20px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author img.avatar {
    width: 80px;
    height: 80px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .fn {
    margin-right: 5px; 
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 100px;
    margin-top: -30px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    color: #6d6d6d;
    text-decoration: none; 
    font-weight: 600;
    }

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link a:hover {
    color: #2f2f2f;
    text-decoration: none; 
    }

.comments-area .comments-title {
    border-bottom: 2px solid #333;
}

.comments-area .comments-title, .comments-area .comment-respond h2.comments-title {
    font-family: "lora", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    margin-bottom: -10px;
}

.comments-area .comments-title, .comments-area .comment-respond h3.comment-reply-title {
    font-family: "lora", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #333;
}

.comments-area .comment-list {
    margin: 0;
    padding: 10px 0;
    list-style: none; 
}

.comments-area .comment-list .comment .children {
    list-style: none; 
}

@media (max-width: 500px) {
    .comment .children {
        margin-left: 0;
        padding: 0;
    }
}


.comments-area .comments-title a, .comments-area .comment-reply-title small a {
    text-decoration: none;
    color: #f96331;
    font-family: "Nunito", Sans-serif;
    font-size: 14px; 
}

.comments-area .comment-form .logged-in-as a {
    font-family: "Nunito", Sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #2dcbbe; 
    transition: 0.3s all ease-in-out;
}

.comments-area .comment-form .logged-in-as a:hover, .comments-area .comment-form .logged-in-as a:visited, .comments-area .comment-form .logged-in-as a:active {
    color: #f96331; 
}

.comments-area .comment-list .comment .comment-body .comment-content p {
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    color: #666;
    margin: 30px 0 10px;
}

.comments-area .comment-form .form-submit .submit {
    color: #fff;
    background-color: #f96331;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #f96331;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 30px 15px 30px;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out; 
}

@media only screen and (max-width: 425px){
    .comment-form p.form-submit {
        text-align: center;
    }
}


.comments-area .comment-form .form-submit .submit:hover {
    color: #f96331;
    background-color: #ffffff;
    border-color: #f96331; 
}

.comments-area .comment-form p > textarea:focus, .comments-area .comment-form p > input:focus{
    outline-color: #f96331;
}

.comment-form p > textarea{
    font-size:14px;
    color: #333; 
    font-family: "Nunito", Sans-serif;
}

.comments-area .comment-form p > label {
    display: block;
    color: #333; 
    font-family: "Nunito", Sans-serif;
}

.comments-area .comment-list .comment .comment-body .reply {
    text-align: right;
}

.comments-area .comment-list .comment .comment-body .reply a {
    font-family: "Nunito", Sans-serif;
    font-size: 14px;
    color: #2dcbbe;
    text-decoration: none; 
    transition: 0.3s all ease-in-out;
    font-weight: 700;
}

.comments-area .comment-list .comment .comment-body .reply a:hover {
    color: #f96331;
}

.comments-area .comment-list .comment .comment-body .reply a:before {
    content: "\f112";
    font-family: FontAwesome;
    margin-right: 4px;
    font-weight: normal;
    color: inherit;
    font-size: 16px;
}

p.comment-form-cookies-consent {
    display: none;
}
/*---------media query--------------*/ 

@media only screen and (min-width: 1024px) {
    
    .search-content, .post-content_sec {
        padding: 100px 0;
    }

    .page-banner {
        background-position: 0px -133px;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .page-banner {
        height: 100px;
        }
    
        .page-banner .banner-text .banner-title {
            font-size: 70px; 
        }
    
        .page-banner .banner-text .banner-slug {
            font-size: 20px;
            margin: 5px 0; 
        } 
    
        .page-banner .single-page__banner h1.single-page__title{
            font-size: 45px;
            text-transform: capitalize;
        }
        h1.page-title, .standard-title h2.entry-title {
            font-size: 30px;
        }
       
    }

    /*-----------Post format Sigle Blog Page ------------*/

    .single-post .blog-main .post-thumbnail img{
      border-radius: 8px;
    }

    /*===Blockqoute===*/
    .blog-main article .post-content blockquote {
        line-height: 24px;
        position: relative;
        padding: 24px 30px 24px 60px;
        clear: both;
        margin: 40px 0 40px 40PX;
        font-family: "Nunito", Sans-serif;
        font-weight: 500;
        color: #666666;
        font-size: 18px;
        line-height: 1.2;
        font-style: italic;
        /* box-shadow: 2px 6px 10px 0px rgba(0,0,0,0.11); */
        border-radius: 5px;
        background: #f8f8f8;
    }

    .blog-main article .post-content blockquote p{
        
        font-size: 18px;
    }

    .blog-main article .post-content blockquote:before {
        content: '\f10d';
        font-family: "FontAwesome";
        color: #fff;
        font-size: 28px;
        line-height: 28px;
        position: absolute;
        left: -32px;
        top: 45px;
        font-style: normal;
        border: 8px solid rgba(255,255,255,0.59);
        border-radius: 50%;
        box-shadow: 0px 0px 1px 8px rgba(45,203,190,0.16);
        background: #2dcbbe;
        padding: 10px 12px;
    }
     
    @media only screen and (max-width: 425px) {
        .blog-main article .post-content blockquote:before {
            position: absolute;
            left: 40%;
            top: -30px;
        }
        .blog-main article .post-content blockquote {
            padding: 50px 30px 24px 30px;
            clear: both;
            margin: 70px 0 40px;
        }

        .blog-main article .post-content blockquote p{
            font-size: 20px;
        }
    }

    .blog-main article .post-content blockquote cite {
        color: #333333;
        font-family: "Yellowtail", Sans-serif;
        font-size: 14px;
        position: relative;
        padding-left: 38px;
    }

    .blog-main article .post-content blockquote cite:before {
        content: "";
        display: block;
        height: 3px;
        width: 32px;
        background: #2dcbbe;
        position: absolute;
        top: 6px;
        left: 0px;
    }

    /*===Sub-title===*/
    .blog-main article .post-content h1,
    .blog-main article .post-content h2,
    .blog-main article .post-content h3,
    .blog-main article .post-content h4,
    .blog-main article .post-content h5,
    .blog-main article .post-content h6 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5;
        font-family: "Lora", Sans-serif;
        color: #333333;
        margin-top: 35px;
        margin-bottom: 0;
    }

    /*===Text===*/
    .blog-main article .post-content p {
        font-family: "Nunito", Sans-serif;
        font-size: 16px;
        line-height: 1.4;
        color: #666;
    }

    .blog-main article .post-content p a {
        color: #f96331;
        font-family: "Nunito", Sans-serif;
        text-decoration: none;
        transition: 0.3s all ease-in-out;
    }
    
    .blog-main article .post-content p a:hover {
        text-decoration: underline;
    }

    /*===Image===*/
    .blog-main article .post-content figure figcaption {
        margin-top: 0;
        font-family: "Nunito", Sans-serif;
        font-size: 12px;
        color: #666;
        text-align: left;
        padding-left: 5px;
    }

    .blog-main article .post-content figure.wp-block-image, .blog-main article .post-content figure.wp-block-embed-youtube, .blog-main article .post-content figure.wp-block-audio audio{
        margin: 40px 0;
    }

    .blog-main article .post-content .wp-block-image figure.alignleft, .blog-main article .post-content .wp-block-image figure.alignright {
        margin-top: 5px;
    }
    /*===Un-Order List===*/
    
    .blog-main article .post-content ul:not(.wp-block-gallery) {
        list-style: none; 
        padding-left: 0;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .blog-main article .post-content ul.wp-block-gallery {
        margin: 40px 0;
    }
    .blog-main article .post-content ul.wp-block-gallery li.blocks-gallery-item {
        margin-left: 0;
        padding-left: 0;
    }

    .blog-main article .post-content ul li {
        color: #666666;
        padding-left: 14px;
        font-family: "Nunito", Sans-serif;
        position: relative;
        padding-left: 10px;
    }

    .blog-main article .post-content ul:not(.social-media-icons) li:not(.blocks-gallery-item)::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 12px;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: #2dcbbe;
        display: block;
        transition: all 0.3s ease-in-out;
        border-radius: 50%;
    } 

   

    .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin-bottom: 25px;
    }
    /*===Order List===*/
    .blog-main article .post-content ol {
        padding-left: 0;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 30px;
        color: #f96331;
    }

    .blog-main article .post-content ol li{
        color: #666666;
        padding-left: 14px;
        font-family: "Nunito", Sans-serif;
        position: relative;
        padding-left: 10px;
        padding-top: 8px;
      }

      .blog-main article .post-content ol li::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 20px;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        background-color: #2dcbbe;
        display: block;
        transition: all 0.3s ease-in-out;
        border-radius: 50%;
        z-index: -1;
    }
    
    /* ===============
    Social Share Button
    ==================*/

    .social-share-btn > a{
        text-decoration: none;
        position: relative;
        display: inline-block;
        margin: 0 3px 15px;
        height: 40px;
        min-width: 40px;
        font-size: 14px;
        text-align: center;
        background: #2dcbbe;
        line-height: 40px;
        border-radius: 50%;
        color: #fff;
        transition: .3s all ease-in-out;
    }

    .social-share-btn > a:hover{
        box-shadow: 0 0 1px 7px rgba(45,203,190,.3);
    }

/* ====v1.2====update css */

@media (max-width: 765px){
    .bdt-post-slider-meta.bdt-flex-inline.bdt-flex-middile.bdt-subnav.bdt-margin-small-top span.bdt-padding-remove-horizontal{
        margin-left: 20px;
    }
}
   
.bdt-slideshow-button.bdt-display-inline-block {
	position: relative;
	display: inline-block;
	outline: none;
	transition: all .3s ease-out;
	z-index: 1;
    overflow: hidden;
}

@media (max-width: 765px){
	.bdt-slideshow-items[style] {
	    min-height: 350px !important;
    }
}

.bdt-slideshow-button.bdt-display-inline-block:after {
	content: '';
    position: absolute;
    z-index: -1;
    transition: all .3s ease-out;
    width: 0;
    height: 100%;
    top: 0;
	left: 0;
	background-color: rgba(0, 0, 0,0.05);
}

.bdt-slideshow-button.bdt-display-inline-block:hover:after {
	width: 100% !important;
}

.elementor-counter-number-suffix {
	color: #F96331;
	font-size: 42px;
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-title:hover {
    text-decoration: none !important;
}

.bdt-slideshow a.bdt-navigation-next,
.bdt-slideshow a.bdt-navigation-prev{
		opacity: 0;
	transition: all 300ms ease-out
}

.bdt-slideshow .bdt-navigation-next svg,
.bdt-slideshow .bdt-navigation-prev svg {
	border: 1px solid #fff;
	transition: all 300ms ease-out !important;
}

.bdt-arrows-align-center.bdt-slideshow:hover .bdt-navigation-next,
.bdt-arrows-align-center.bdt-slideshow:hover .bdt-navigation-prev{
		opacity: 1 !important;
}

.circle-style .elementor-widget-container{
	position: relative;
	overflow:hidden;
	transition: all 300ms ease-out !important;
}

.circle-style .elementor-widget-container:hover {
	transform: translateY(-2%);
}

.circle-style .elementor-widget-container:hover::before {
	transform: translateY(15%) translateY(-25%) rotate(-45deg);

}

.practices-areas .elementor-widget-container:hover {
	transform: translateY(-2%);
}

.practices-areas .elementor-widget-container{
	position: relative;
    overflow:hidden;
    transition: all 300ms ease-out !important;
}

.practices-areas .elementor-widget-container:hover::before {
	transform: translateY(15%) translateY(20%) rotate(-45deg);

}

.bdt-post-slider-content {
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1) !important;
}

.circle-style .elementor-widget-container .bdt-advanced-icon-box .bdt-advanced-icon-box-content .bdt-advanced-icon-box-title {
	margin-top: -15px !important;
}

ul.elementor-icon-list-items li.elementor-icon-list-item a *{
	transition: all 300ms ease-out;
}




