.inner-pages-banner {
    height: 340px;
}
.blog-sec .page-title span {
	margin-left:10px;
}
.blog-sec {
    padding:80px 0px;
    z-index: 1;
    position: relative;
}

.blog-sec ul {
    list-style: disc outside;
    padding-left: 20px;
    color:#000;
}
.blog-sec ol {
    list-style:decimal outside;
    padding-left:20px; 
    color:#000;
}
.blog-sec ol li {
    margin-bottom:20px;
}

.blog-sec ul li {
    margin-bottom:20px;
}

.blog-sec p  a {
    color:#000;
}

.blog-sec h3 {
    color: #000;
    font-weight: 600;
}

.blog-sec h2, .blog-sec h1, .blog-sec h5, .blog-sec h6 {
    color:#000;
    padding:0px;
}
.blog-sec h2:after {
    content:none;
    background:none;
}

.blog-sec h2 {
   margin-bottom:20px;    
}
.blog-sec ul li a {
    color:#000;
}
.blog-inner-post {
    margin-bottom: 40px;
    /*border: 1px solid;*/
}

.inner-header {
    min-height:initial;
}

.default-btn {
    z-index:1;
}
.default-btn:before {
    z-index:-1;
}

img {
    max-width: 100%;
}

.post-banner {
    position: relative;
    margin-bottom: 20px;
}

.post-banner a span,
.post-banner p span {
    display: none;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
        color: #212529;
    padding: 18px 15px;
    text-align: center;
    line-height: 25px;
}

.post-banner a span b,
.post-banner p span b {
    font-size: 20px;
}

.blog-inner-post h4 {
        color: #212529;
    margin-bottom: 10px;
        font-size: 30px;
    font-weight: 500;

}

.author {
    margin-bottom: 30px;
}

.author span {
    margin-right: 15px;
}

.author i {
    margin-right: 2px;
}
.fa-calendar:before{
    content: "\f073" !important;
}
.fa-user:before {
    content: "\f007" !important;
}
.author a {
    font-size: 13px;
        color: #212529;
}

.author span i {
    color: #212529;
}

.author i {
   color: #212529;
}

.author a span i {
    margin-right: 5px;
    font-size: 14px;
  color: #212529;
}

.blog-inner-post p {
        color: #212529;
}

.post-readmore {
    border: 0px solid #c7b284;
    display: inline-block;
    padding: 5px;
    margin-top: 20px;

}

.post-readmore a {
    font-weight: 600
}

.post-readmore a span {
    font-weight: 300;
}

.post-readmore .btn {
    font-size: 18px;
    text-transform: capitalize;
    padding: 15px 25px;
    color: #212529;
}
.post-readmore .btn:hover{
        color: #a64686;
    border-color: #a64686;
}
/*blog sidebar*/
.custom-sidebar {
}

.custom-sidebar h3 {
    color: #212529;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight:500;
   
}

.custom-sidebar ul {
    list-style: square;
    padding-left: 20px;
    color: #000;
}


select#archives-dropdown-3 {
    border: 1px solid #ff9502;
    padding: 10px;
    width: 100%;
}

.custom-sidebar,
.recent-posts,
.custom-tags {
    margin-bottom: 35px;
}

.custom-sidebar .search-form {
    display: flex;
}

.custom-sidebar .search-form label {
    width: calc(100% - 90px);
    margin-bottom: 0;
}

.custom-sidebar .search-form  .search-field {
    /*border: 1px solid #c9b486;
    padding: 10px;
    width: 100%;
*/
    font-size: 16px;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 46px;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 0px;
    border: 1px solid #ff9502;
    color: #222222;
}

.search-bar .search-form .search-field {
    font-size: 15px;

}

.search-form .search-submit {
    border-radius: 0;
    font-size: 14px;
    padding: 0 15px;
    height: 48px;
    background-color:#ff9502;
	border: none;
	color:#fff;
}

.screen-reader-text {
    display: none;
}

.blog-sec .sharearticle h5 {
    color: #212529;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;    
}
.recent-posts .textwidget {
    margin-bottom: 20px;
}

.recent-posts .textwidget .sidebar-posts {
    display: flex;
}

.recent-posts .textwidget .sidebar-posts .image-left {
    margin-right: 20px;
}

.recent-posts .textwidget .sidebar-posts .image-left a {
    display: block;
}

.recent-posts .textwidget .sidebar-posts .image-left a img {
       max-width: 100px !important;
    object-fit: cover;
}

.recent-posts .textwidget .sidebar-posts .text-box-right h6 {
    margin-bottom: 5px;
    line-height: 18px;
    font-weight: 600;
}

/*Categories*/
.custom-categories ul li {
    border-bottom: 1px solid #e48703;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
}

.custom-categories ul li a {
    font-size: 15px;
    margin-right: 5px;
}

.custom-categories ul li a:hover {
    color: #a64686;
}

/*tags*/
.custom-tags {
    clear: both;
    overflow: hidden;
}

.custom-tags a {
    border:1px solid #e48703;
    padding: 10px 20px;
    margin: 5px;
    float: left;
    color: #212529;
    font-size: 15px;
}

.custom-tags a:hover {
    background-color: #e48703;
    color: #fff;
    border-color: #e48703;
}

/*arvhives*/
.custom-archives form select {
    padding: 10px 20px;
    width: 100%;
}

.custom-archives form select option {
    font-size: 15px;
}

.screen-reader-text {
    display: none;
}
input[type="submit"]{
    font-weight: 600;
}

/*share article*/
.sharearticle {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 10px;
}

.sharearticle h5,
.custom-related-post h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 25px;
}

.sharearticle a {
        border: 1px solid #e48703;
    background-color: #e48703;
    font-size: 20px;
    padding: 15px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sharearticle a:hover {
    border: 1px solid #e48703;
    background-color: #fff;
    color: #e48703;
}

.blog-sec .page-title {
    color: #212529;
    font-size: 42px;
    justify-content: center;
    align-items: center;
    display: flex;    
}

/*related posts*/
.custom-related-post ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom-related-post ul li {
    margin: 0px 10px 10px;
}

.custom-related-post ul li:first-child {
    margin-left: 0;
}

.custom-related-post ul li a {
    font-size: 20px;
}

.custom-related-post ul li a img {
    display: block;
    margin-bottom: 5px;
}



.page-banner {
    background: url(/../wp-content/uploads/2019/04/banner-inner.jpg) no-repeat center center !important;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: inherit;
    clip-path: inherit;
    -webkit-clip-path: inherit;
}
.pd-0 {
    padding:0px !important; 
}
.page-banner h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 194px;
}
@media(max-width: 1279px) {
    .contact-us::after {
        top: -90px;
    }
}


@media(max-width: 1199px) {
    .blog-sec {
        padding: 50px 0px;
    }

    .author {
        margin-bottom: 15px;
    }
}

@media(max-width: 1023px) {
    .blog-sec {
        padding: 30px 0px;
    }

    .post-readmore {
        margin-top: 10px;
    }

    .recent-posts .textwidget .sidebar-posts .text-box-right h6 {
        font-size: 20px;
    }

    .post-info {
        font-size: 16px;
    }

    .custom-categories ul li a {
        font-size: 20px;
    }

    .custom-tags a {
        font-size: 20px;
    }

    .search-bar .search-form label input {
        font-size: 20px;
    }

    .custom-archives form select option {
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    .blog-inner-post {
        padding: 0;
    }

    .custom-sidebar {
        padding: 0;
    }
}