/*------------------------------------------------------------------
[Theme Unit Default Style]
Theme Name: Oule
Version:        2.0.0
-------------------------------------------------------------------*/

/*Theme Unit CSS*/

a {
    color: #fe6c35;
}

a:hover {
    color: #fe4702;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

span.text-logo a {
    color: #fe6c35;
}

span.text-logo a:hover {
    color: #fe6c35;
}


/*Table Design*/

table {
    width: 100%;
}

table th {
    background: #fe6c35;
    color: #fff;
    transition: .3s;
    font-weight: 500;
}

table th:hover {
    background:#fe6c35;
}

td,
th {
    border: 1px solid #ebebf1;
    padding: 10px;
    font-size: 15px;
    color: #838383;
}
table + h2 {
  padding-top: 20px;
}
ul + h2 {
  padding-top: 20px;
}
ol + h2 {
  padding-top: 20px;
}
th a,
th a:hover {
    color: #fff;
    font-size: 15px;
}

dd,
dt {
    line-height: 1.8em;
    color: #838383;
    padding: 5px 0;
}

dt {
    font-weight: 500;
}

address {
    line-height: 1.8em;
    color: #838383;
    background: #f8f8f8;
    padding: 20px;
}

code {
    line-height: 1.8em;
    color: #fff;
    background-color: #fe6c35;
}

kbd {
    color: #fff;
    background-color: #fe6c35;
}
strong {
    font-weight: 600;
}
pre {
    background: #f8f8f8;
    font-family: "Courier 10 Pitch", Courier, monospace;
    color: #5d6d7a;
}

ul {
    list-style: disc;
    padding-left: 40px;
}
.blog-content .entry-details ul,
.blog-content .entry-details ol {
    margin-bottom: 1.5em;
}
.wp-block-image {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.blog-sidebar ul {
    list-style: none;
    padding-left: 0px;
}

.sticky-badge h2 {
    width: 135px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    background: #fe6c35;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 42px;
    margin: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 50;
}

.sticky-badge:hover h2 {
    background: #ff4600;
}

.sticky-badge h2:before {
    position: absolute;
    left: -2px;
    top: -2px;
    border-top: 27px solid transparent;
    border-left: 35px solid #f8f8f8;
    border-bottom: 28px solid transparent;
    content: "";
    z-index: 9;
}

.sticky {
    border: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
    .sticky-badge h2 {
        width: 95px;
        height: 46px;
        line-height: 46px;
        right: -10px;
        top: 25px;
        padding-left: 20px;
    }

    .sticky-badge h2:before {
        position: absolute;
        left: -1px;
        top: 0px;
        border-top: 23px solid transparent;
        border-left: 19px solid #f8f8f8;
        border-bottom: 23px solid transparent;
        content: "";
        z-index: 9;
    }
}
@media (max-width: 1199px) {
   .calendar_wrap table#wp-calendar th,
   .calendar_wrap table#wp-calendar td {
        padding: 6px;
   }
}
/* Archive List */

.blog-sidebar .widget_archive ul li {
    font-size: 15px;
    font-size: 1rem;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .widget_archive ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}


.blog-sidebar .widget_archive ul>li+li {
    margin-top: 15px;
}

.blog-sidebar .widget_archive ul a {
    color: #727780;
}

.blog-sidebar .widget_archive ul a:hover,
.blog-sidebar .widget_archive ul li:hover:before {
    color: #fe6c35;
}

select {
    height: 44px;
    width: 100%;
    border: 1px solid #e9e7e1;
    padding-left: 10px;
}


/* Calender */

.calendar_wrap table#wp-calendar tr,
.calendar_wrap table#wp-calendar td {
    border: 1px solid #e1dfd9;
}

.calendar_wrap table#wp-calendar th,
.calendar_wrap table#wp-calendar td {
    padding: 8px;
    text-align: center;
    font-weight: 400;
}


/*Categories List*/

.widget_categories ul ul {
    padding-left: 20px;
}

.widget_categories ul li a {
    width: 86%;
    padding: 4px 0;
}

.widget_categories ul li ul li {
    border-bottom: none;
}

.widget_categories ul li:last-child {
    border-bottom: none;
}

.widget_categories select {
    height: 40px;
    padding-left: 10px;
}

.widget_categories ul li a {
    position: relative;
    padding-left: 0px;
    font-size: 15px;
    font-size: 1rem;
    color: #727780;
}

@media (max-width: 991px) {
    .widget_categories ul li a {
        width: 86%;
    }
}

.widget_categories ul li a:hover {
    color: #fe6c35;
}

@media (max-width: 767px) {
    .widget_categories ul li a {
        font-size: 15px;
        font-size: 1rem;
    }
}
.widget_categories ul > li + li {
    margin-top: 15px;
}
.widget_categories ul.children {
     margin-top: 15px;
}
.widget_categories ul li {
    position: relative;
     display: block;
}
.widget_categories > ul > li a + span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-size: 0.86667rem;
    text-align: center;
    color: #666;
    border-radius: 50%;
    right: 0;
    top: 0;
}
.widget_categories ul li ul li a + span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-size: 0.86667rem;
    text-align: center;
    color: #666;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget_categories ul.children li a + span {
   top: 20%;
}
.widget_categories ul.children li li a + span {
   top: 20%;
}
.widget_categories ul li:first-child a + span {

}
/*Widget pages*/

.widget_pages ul ul {
    padding-left: 20px;
}

.widget_pages ul li a {
    display: inline-block;
    width: 90%;
    padding: 9px 0;
}

.widget_pages ul>li {
    border-bottom: 1px solid #f0f0f0;
}

.widget_pages ul li ul li {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
}

.widget_pages ul li:last-child {
    border-bottom: none;
}

.widget_pages ul li a {
    position: relative;
    font-size: 15px;
    font-size: 1rem;
    color: #666;
}

.widget_pages ul li a:hover {
    color: #fe6c35;
}


@media (max-width: 767px) {
    .widget_pages ul li a {
        font-size: 15px;
        font-size: 1rem;
    }
}


/*Sdebar Meta */

.widget_meta ul li {
    font-size: 15px;
    font-size: 1rem;
    padding-left: 0px;
    position: relative;
}

@media (max-width: 767px) {
    .widget_meta ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}


.widget_meta ul>li+li {
    margin-top: 15px;
}

.widget_meta ul a {
    color: #666;
}

.widget_meta ul a:hover,
.widget_meta ul li:hover:before {
    color: #fe6c35;
}


/*Recent Comments*/

.widget_recent_comments ul li {
    color: #666;
    list-style: none;
    border-radius: 0px;
    border-bottom-left-radius: 0;
    padding-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f9f9f9;
    position: relative;
}

.widget_recent_comments ul li a {
    color: #666;
}

.widget_recent_comments ul li a:hover {
    color: #fe6c35;
}


/* Recent Posts */

.widget_recent_entries ul li {
    font-size: 15px;
    font-size: 1rem;
    position: relative;
}

@media (max-width: 767px) {
    .widget_recent_entries ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}

.widget_recent_entries ul>li+li {
    margin-top: 15px;
}

.widget_recent_entries ul a {
    color: #2b2e3a;
    font-weight: 600;
}

.widget_recent_entries ul a:hover,
.widget_recent_entries ul li:hover:before {
    color: #fe6c35;
}


/* Widget Rss */


.widget_rss ul li {
    font-size: 15px;
    font-size: 1rem;
    padding-left: 0px;
    position: relative;
    line-height: 28px;
    color: #666;
}

@media (max-width: 767px) {
    .widget_rss ul li {
        font-size: 15px;
        font-size: 1rem;
    }
}


.widget_rss ul>li+li {
    margin-top: 20px;
}

.widget_rss ul a {
    color: #666;
}

.widget_rss ul a:hover,
.widget_rss ul li:hover:before {
    color: #fe6c35;
}


/*Text widget*/

.textwidget img {
    max-width: 100%;
    height: auto;
}

.widget_text ul li p {
    font-size: 15px;
    font-size: 1rem;
    position: relative;
    line-height: 28px;
    color: #666;
}

@media (max-width: 767px) {
    .widget_text ul li p {
        font-size: 15px;
        font-size: 1rem;
    }
}


/*Tag Cloud */

.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    color: #444;
    display: inline-block;
    padding: 6px 15px;
    margin: 0 3px 6px 0;
    background: #fdf0eb;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #fe6c35;
    color: #fff;
}

.tag-share .tag ul {
    padding-left: 0px;
}

/*Nav Menu*/

.widget_nav_menu ul ul {
    padding-left: 10px;
}

.widget_nav_menu ul li a {
    display: inline-block;
    width: 90%;
    padding: 9px 0;
}

.widget_nav_menu ul>li {
    border-bottom: 1px solid #f0f0f0;
}

.widget_nav_menu ul li ul li {
    border-bottom: none;
    border-top: 1px solid #f0f0f0;
}

.widget_nav_menu ul li:last-child {
    border-bottom: none;
}

.widget_nav_menu ul li a {
    font-size: 15px;
    font-size: 1rem;
    position: relative;
    padding-left: 0px;
    color: #666;
}


.widget_nav_menu ul a:hover,
.widget_nav_menu ul li:hover:before {
    color: #fe6c35;
}

@media (max-width: 767px) {
    .widget_nav_menu ul li a {
        font-size: 15px;
        font-size: 1rem;
    }
}


/*Post-pagination*/

.wp-pagenavi {
    padding-bottom: 0;
    padding-top: 25px;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #d0c8b0;
    background: #d0c8b0;
    padding: 14px 18px;
    margin-right: 10px;
    margin-bottom: 0px;
    color: #fff;
    display: inline-block;
    margin-left: -1px;
    line-height: 1;
    font-weight: 600;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #b2a47c;
    color: #fff !important;
    border-color: #b2a47c;
}

.wp-pagenavi span.current {
    color: #fff !important;
}

ul.page-numbers {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    margin-top: 100px;
}

ul.page-numbers li {
    float: left;
    margin-right: 10px;
}

ul.page-numbers li span.page-numbers.current {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 20px; 
    font-size: 1.25rem;
    border: 2px solid #fe6c35;
    display: block;
    background: #fe6c35;
    color: #fff;
}

ul.page-numbers li a {
    background-color: #fe6c35;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 20px; 
    font-size: 1.25rem;
    color: #fff;
    border: 2px solid #fe6c35;
    display: block;
}
ul.page-numbers li:hover a {
    background: #fe6c35;
    border-color: #fe6c35;
    color: #fff;
}

ul.page-numbers li a i {
   line-height: 1;
}
ul.page-numbers li a i:before {
    font-size: 15px;
    margin-left: 0px;
}
ul.page-numbers li a div {
    line-height: 45px;
}

/* Page paginations*/

.wp-link-pages a,
.wp-link-pages>span {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #fe6c35;
    background: #fe6c35;
    color: #fff;
}

.wp-link-pages>span,
.wp-link-pages a:hover {
    background: #ff4600;
    border: 1px solid #ff4600;
}

.wp-link-pages {
    margin-top: 35px;
}

/*Default Pagination */

.nav-links .page-numbers {
    display: block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    border: 2px solid #c9cfd4;
    width: 50px;
    height: 50px;
    line-height: 47px;
    color: #a9b8c4;
    font-weight: 600;
    font-size: 20px;
}

.nav-links .page-numbers {
    float: left;
    margin-right: 10px;
}

.nav-links .page-numbers.current {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    border: 2px solid #fe6c35;
    display: block;
    background: #fe6c35;
    color: #fff;
}

.nav-links .page-numbers  a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
}

.nav-links .page-numbers:hover {
    background: #fe6c35;
    border-color: #fe6c35;
    color: #fff;
}

.nav-links .page-numbers a i {
    line-height: 1;
}

.nav-links .page-numbers a i:before {
    font-size: 15px;
    margin-left: 0px;
}

.nav-links .page-numbers a div {
    line-height: 45px;
}


/*password protected form*/

.post-password-form>p {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.post-password-form {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.post-password-form label {
    display: block;
    font-weight: 500;
}

.post-password-form input[type="password"] {
    width: 50%;
    height: 50px;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #ffffff;
    color: #888888;
    border: 1px solid #ececec;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    appearance: none;
}

.password-form p {
    position: relative;
}

.post-password-form input[type="submit"] {
    padding: 12px 29px;
    position: absolute;
    right: 100px;
    top: 25px;
    border: none;
    background: #fe6c35;
    outline: none;
    transition: .3s;
    color: #fff;
}

@media (max-width: 767px) {
    .post-password-form input[type="submit"] {
        right: 0;
    }
}

.post-password-form input[type="submit"]:hover {
    background: #ff4600;;
}

.gallery-caption {
    color: #838383;
    line-height: 1.8em;
}


.blog-single-section p.form-submit {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-wraper .comments-area p.form-submit {
    margin-top: 10px;
}


/*Page Comment */

.page-wrapper p {
    line-height: 1.7em;
    margin: 0 0 1.5em;
}

.page-wrapper ul li,
.page-wrapper ol li {
    line-height: 1.8em;
}

ol.comments #respond {
    padding: 0 20px;
}
.page-wrapper blockquote {
    background-color: #fe6c35;
    color: #fff;
    padding: 120px 45px 65px;
    margin-top: 60px;
    border: 0;
    position: relative;
}
.page-wrapper blockquote:before {
    content: "";
    background: url(../images/blog/quote-2.png) center center/auto no-repeat local;
    width: 65px;
    height: 45px;
    position: absolute;
    left: 35px;
    top: 40px;
}
.page-wrapper blockquote p {
    color: #fff;
    margin-bottom: 0px;
}
.page-wrapper blockquote a {
    color: #fff;
    text-decoration: underline;
}
.page-wraper .comments-area {
    margin-top: 70px;
}

.page-wraper .comments-area .comments {
    border: 1px solid #ebebf1;
}

.page-wraper .comments-area ol>li:last-child article {
    border-bottom: 0;
}

.page-wraper .comments-area li>div {
    border-bottom: 1px solid #ebebf1;
    padding: 35px 25px;
}

.page-wraper .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.page-wraper .comments-area ol li {
    padding-left: 30px;
}

.page-wraper .comments-area .comments-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .page-wraper .comments-area .comments-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.page-wraper .comments-area li>div {
    position: relative;
}

.page-wraper .comments-area .comment-theme {
    position: absolute;
    left: 25px;
}

@media (max-width: 767px) {
    .page-wraper .comments-area .comment-theme {
        position: static;
    }
}

.page-wraper .comments-area .comment-theme img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.page-wraper .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .page-wraper .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.page-wraper .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.page-wraper .comments-area .comments-meta h4 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #6d6d6d;
    font-weight: 500;
    margin: 0 0 1em;
    display: inline-block;
}

.page-wraper .comments-area .comments-meta span {
    font-weight: normal;
    color: #949494;
    text-transform: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .page-wraper .comments-area .comments-meta span {
        margin-left: 0;
    }
}

.page-wraper .comments-area .comments-meta span.caps {
    margin-left: 5px;
}

.page-wraper .comments-area .comment-reply-link {
    background: #fe6c35;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.page-wraper .comments-area .comment-reply-link:hover {
    background-color: #fe6c35;
}

.page-wraper .comment-respond {
    margin-top: 70px;
    clear: both;
    padding-top: 10px;
}
.size-full.wp-image-904.alignright {
    margin-top: 15px;
}

.page-wraper .comment-respond .comment-reply-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .page-wraper .comment-respond .comment-reply-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.page-wraper .comment-respond form input,
.page-wraper .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.page-wraper .comment-respond form input:focus,
.page-wraper .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c1b696;
}

@media (max-width: 991px) {

    .page-wraper .comment-respond form input,
    .page-wraper .comment-respond form textarea {
        height: 40px;
    }
}

.page-wraper .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .page-wraper .comment-respond form textarea {
        height: 150px;
    }
}

.page-wraper .comment-respond .form-inputs {
    overflow: hidden;
}

.page-wraper .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .page-wraper .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.page-wraper .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .page-wraper .comment-respond .form-inputs>input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.page-wraper .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #fe9168;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    outline: 0;
}

.page-wraper .comment-respond .form-submit input:hover {
    background-color: #fe6c35;
}


.comment-area article {
    padding: 35px 25px;
    border-bottom: 1px solid #ebebf1;
    position: relative;
}


.blog-single-section .entry-details ul li {
    color: #838383;
    line-height: 1.9em;
}

.blog-single-section .entry-details p {
    font-size: 16px;
    margin-bottom: 1.5em;
}
.blog-single-section .post blockquote p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
    padding-left: 60px;
}
.blog-single-section .post blockquote {
    margin-bottom: 35px;
    background-color: #fe6c35;
}
.blog-single-section .post blockquote a {
    color: #fff;
    text-decoration: underline;
}
.blog-pg-section .post blockquote a {
    color: #fff;
    text-decoration: underline;
}
.blog-single-section  .entry-details p strong {
    color: #5d6d7a;
}
.blog-single-section .entry-details blockquote p strong {
     color: #fff;
}
.blog-single-section  .single-content-wrap  .entry-details pre {
    margin-bottom: 35px;
}
.blog-pg-section .blog-content > .post + .post {
  margin-top: 100px;
}

@media (max-width: 991px) {
    .admin-bar .site-header #navbar {
        top: 46px;
    }
}

.admin-bar .header-style-1 .sticky-header.sticky-on,
.admin-bar .header-style-2 .sticky-header.sticky-on,
.admin-bar .header-style-3 .sticky-header.sticky-on {
    top: 32px;
}
@media (max-width: 600px) {
    .admin-bar .header-style-1 .sticky-header.sticky-on,
    .admin-bar .header-style-2 .sticky-header.sticky-on,
    .admin-bar .header-style-3 .sticky-header.sticky-on {
        top: 0px;
    }

}
.blog-single-section .comment-content ol {
    list-style: decimal !important;
    padding-left: 40px;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .pingback .comment-main-area {
    padding-left: 0px;
}

ol.comments #respond {
    padding: 0 20px 20px;
}

.page-wrapper ol.comments #respond {
    padding: 0 20px 8px;
}

.page-wraper .comments-area ol.comments>li {
    padding-left: 0;
}

.comments-area .rvrmrplo-nav-previous {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .site-header #navbar .navbar-nav ul {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    .header-style-1 .topbar,
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        padding-top: 0px;
    }

    .header-style-1 .topbar .contact-info,
    .header-style-2 .topbar .contact-info,
    .header-style-3 .topbar .contact-info {
        padding-top: 20px;
    }
}

.blog-single-section .comment-respond .form-submit input.submit {
    line-height: 0;
}
.blog-single-section .comment-respond .comment-form p a {
    color: #fe6c35;
}
.blog-pg-section .post .meta li {
    font-size: 15px;
    font-size: 1rem;
}

.blog-single-section .post h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-single-section .post h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-single-section .post h2.post-title {
    margin: 0 0 1em;
    font-size: 32px;
}

.blog-single-section .post h3.post-title {
    margin: 1.8em 0 1em;
}

.blog-single-section .tag-share .tag ul li,
.blog-single-section .tag-share ul li {
   list-style: none;
   line-height: 20px;
}
.blog-single-section .tag-share .tag ul {
    padding-left: 5px;
}
.blog-single-section .tag-share .tag span {
    position: relative;
}
.blog-single-section .tag-share .tag span i {
	padding-right:5px;
}
.blog-single-section .tag-share .share span {
    position: relative;
}
@media (max-width: 767px) {
    .section-padding {
        padding: 80px 15px;
    }

    .section-padding .container.content-area {
        padding-left: 0px;
        padding-right: 0px;
    }

    .shop-section .blog-sidebar {
        padding-left: 0px;
    }
}

.padding-default.full-width {
    padding-top: 100px;
    padding-bottom: 80px;
}

.tagcloud a {
    font-size: 14px !important;
    color: #727780;
    display: inline-block;
    padding: 6px 15px;
    margin: 0 5px 5px 0;
}

.tagcloud a:hover {
    background-color: #cee002;
    border-color: #cee002;
    color: #fff;
}
.blog-single-section .comments-area .comment-content ul {
    list-style: disc;
}
.blog-single-section .comment-respond form textarea {
    background-color: #fdfdfd; 
    border: 2px solid #ececec;
}
.blog-single-section .author-box {
    margin-bottom: 0px;
}
.blog-single-section .more-posts {
    margin-top: 70px;
}
.blog-single-section .author-box .social-link {
    list-style: none;
    padding-left: 0;
}
.blog-single-section .author-box .author-avatar {
    max-width: 80px;
}
.blog-single-section .more-posts .previous-post i {
    position: relative;
    top: 3px;
    padding-right: 5px;
}
.blog-single-section .more-posts .next-post i  {
    padding-left: 5px;
}

/*Slick Slide */

.slick-slide {
    cursor: auto !important;
}

/*Contact Form*/

.contact-section .contact-form .wpcf7-form-control.wpcf7-submit {
    background: #fe6c35;
    color: #fff;
    font-weight: 600;
    padding: 6px 40px 3px;
    border: 0;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    background: -webkit-linear-gradient(left top, #fe6c35, #ff4600);
    background: -moz-linear-gradient(left top, #fe6c35, #ff4600);
    background: -o-linear-gradient(left top, #fe6c35, #ff4600);
    background: -ms-linear-gradient(left top, #fe6c35, #ff4600);
    background: -webkit-gradient(linear, left top, right bottom, from(#fe6c35), to(#ff4600));
    background: linear-gradient(left top, #fe6c35, #ff4600);
    width: auto;
    max-width: auto !important;
    height: auto;
    line-height: auto;
    border-radius: 0px;
    font-size: 16px;

}

.contact-section .contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #ff4600;
    color: #fff;
    background: -webkit-linear-gradient(left top, #ff4600, #fe6c35);
    background: -moz-linear-gradient(left top, #ff4600, #fe6c35);
    background: -o-linear-gradient(left top, #ff4600, #fe6c35);
    background: -ms-linear-gradient(left top, #ff4600, #fe6c35);
    background: -webkit-gradient(linear, left top, right bottom, from(#ff4600), to(#fe6c35));
    background: linear-gradient(left top, #ff4600, #fe6c35);
}

.contact-form input[type=submit] {
    background-color: #fe6c35;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 45px;
    padding: 0 35px;
    transition: .3s;
    height: 50px;
	width:auto;
}


.contact-form input[type=submit]:hover {
    background-color: #fe4702;
}

/*Blog*/

.blog-pg-section .entry-meta li {
    list-style: none;
}
.blog-pg-section .entry-meta {
    padding-left: 0px;
    padding-bottom: 30px;
}
.blog-pg-section .entry-meta img {
    max-width: 40px;
    margin-right: 5px;
}
.oule-blog.blog-section .blog-grids .details ul li img {
    max-width: 40px;
    margin-right: 5px;
    border-radius: 50%;
}
/*Blog Deatils */

.comments-area .oule-nav-previous {
    padding-bottom: 0px;
}

.blog-single-section .comment-respond {
    margin-top: 60px;
}

.blog-single-section .oule-comment-navigation+ol.comments {
    margin: 30px 0 30px;
}

.blog-single-section .comments-area .comment-reply-link {
    padding: 0 8px 1px 8px;
}
.blog-single-section .entry-meta li {
    list-style: none;
}
.blog-single-section .entry-meta li a,
.blog-pg-section .entry-meta li a {
    font-size: 14px;
    color: #666;
}

.blog-pg-section .entry-meta li a.oule-comment span.comment {
    color: #5d6d7a;
}
.blog-pg-section .entry-meta li a.oule-comment,
.blog-single-section .entry-meta li a.oule-comment,
.blog-single-section .entry-meta li span {
    color: #666;
}
.blog-pg-section .entry-meta li {
	color:#666;
}
.blog-pg-section .post h3 {
    margin-top: -0.33em;
}

@media (max-width: 991px) {
    .blog-pg-section .entry-details p {
        font-size: 15px;
    }
}

.blog-pg-section .format-standard.has-post-thumbnail {
    background-color: transparent;
    padding: 0px;
}

.wp-link-pages+a {
    display: inline-block;
    margin-top: 35px;
}

.blog-pg-section .post .meta,
.blog-single-section .post .meta {
    padding-left: 0px;
}
.blog-single-section .tag-share ul {
    padding-left: 10px;
}
.blog-single-section .tag-share .share ul {
    top: 7px;
}
.blog-single-section .tag-share .tag a {
    text-transform: capitalize;
}
.blog-sidebar .search-widget input {
    width: 100%;
}

h2.oule-screen-reader-text {
    font-size: 20px;
}
.blog-section .grid ul {
    padding-left: 0;
    list-style: none;
}
.blog-single-section .comments-area ol ul {
    list-style: none;
}
.blog-pg-section .blog-content .post {
    word-break: break-all;
}
.comments-area #comment-nav-above {
    margin-bottom: 20px;
}
.header-search-form {
    z-index: 999;
}
.blog-pg-section .post p.date {
    font-size: 13px;
}
.blog-pg-section .post p.date i {
    padding-right: 5px;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav i:before {
    margin-left: 0px;
}
.blog-pg-section .blog-content .post:last-of-type {
    margin-bottom: 0px;
}
 .blog-pg-section .left-sidebar .blog-content {
    padding-left: 50px;
    padding-right: 0px;
 }

 @media (max-width: 991px) { 
.blog-pg-section .left-sidebar .blog-content {
    padding-left: 0px;
    padding-right: 0px;
 }
}
@media (max-width: 550px) {

    .blog-pg-section .entry-meta > li + li {
           margin-left: 0;
    	  padding-left: 0px;
   		  padding-top: 0px;
    }

    .blog-single-section .entry-meta > li + li {
        padding-left: 0px;
        margin-left: 0px;
    }

    .blog-single-section .entry-meta {
        padding-bottom: 35px;
    }

    .blog-pg-section .entry-meta li {
        float: none;
        display: block;
        margin: 0;
    }
    .blog-pg-section .entry-meta > li + li:before {
        display: none;
    }
}

.blog-single-section .entry-meta img {
    max-width: 40px;
    margin-right: 5px;
}

@media(max-width: 767px) {
	.page-wrapper blockquote:before {
		left: 25px;
	}
	.section-title > span {
		margin-top:0px;
	}
	
}
@media(max-width: 550px) {
    .blog-pg-section .entry-meta li, 
	.blog-single-section .entry-meta li {
        float: none;
        display: block;
        margin: 0;
		padding-top: 3px;
    }
	.blog-single-section .entry-meta > li + li:before {
		content: none;
	}
	.blog-pg-sectio .entry-meta > li + li
	.blog-single-section .entry-meta > li + li {
      padding-left:0px;
	  margin-left:0px;
    }
}


/*Default Single Pagination*/

.blog-single-section .post-navigation {
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-top: 70px;
}

.blog-single-section .post-navigation .nav-previous ,
.blog-single-section .post-navigation .nav-next {
    font-size: 18px;
    font-size: 1.125rem;
    color: #939ba2;
    padding: 30px;
    width: 50%;
    float: left;
}
.blog-single-section .post-navigation .nav-next {
    text-align: right;
    border-left: 1px solid #e8e8e8;
}
.blog-single-section .post-navigation .meta-nav {
    color: #bbb;
    font-weight: normal;
}
.blog-single-section .post-navigation .post-title {
    font-size: 18px;
    color: #274054;
    margin: 0.8em 0 0;
    font-weight: 600;
    display: block;
    word-break: break-all;
}
.blog-single-section .post-navigation .nav-previous .meta-nav {
    position: relative;
    padding-left: 20px;
}
.blog-single-section .post-navigation .nav-next .meta-nav {
    position: relative;
    padding-right: 20px;
}
.blog-single-section .post-navigation .nav-previous .meta-nav:before {
    position: absolute;
    left: 0px;
    top: 0;
    content: "\e662";
    font-family: 'themify';
}
.blog-single-section .post-navigation .nav-next .meta-nav:before {
    position: absolute;
    right: 0px;
    top: 0;
    content: "\e661";
    font-family: 'themify';
}

@media (max-width: 767px) {
  .blog-single-section .post-navigation {
    border-left: 1px solid #ebebf1;
    border-right: 1px solid #ebebf1;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post-navigation .nav-previous, 
  .blog-single-section .post-navigation .nav-next {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post-navigation .previous-post,
  .blog-single-section .post-navigation .next-post {
    padding: 25px 15px !important;
  }
}
@media (max-width: 767px) {
  .blog-single-section .post-navigation .nav-next {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #e8e8e8;
  }
}
@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 991px) {
    .blog-single-section .post-navigation .nav-links .nav-previous + .nav-next {
        width: 50%;
        float: left;
        text-align: right;
    }

    .blog-single-section .post-navigation .nav-links .nav-next {
        width: 100%;
        float: none;
        text-align: left;
    }
}

/*Menu Style*/
.site-header .site-logo.dont_has_menu a.navbar-brand  {
     margin-top: 11px;
     padding: 25px 0;
}
.header-search-form form .btn i:before {
    margin-left: 0px;
}

@media screen and (min-width: 1200px) { 
    .site-header .navigation #navbar.not-has-cta  {
        margin-right: 50px;
    }
    .site-header .navigation #navbar.dont_has_menu    {
        min-height: 100px;
    }
}

@media (max-width:1199px) and (min-width:992px) { 
    .site-header .navigation #navbar.not-has-cta > ul > li > a {
         padding: 40px 10px;
    }
    .site-header .navigation #navbar.not-has-cta  {
        margin-right: 35px;
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar ul {
        list-style: none;
        padding-left: 0;
    }    
}

.site-header .header-search-form {
    display: none;
}
.topbar .contact-info ul,
.topbar .social ul {
    padding-left: 0;
    list-style: none;
}
@media screen and (min-width: 992px) {
    .site-header #navbar > ul > li > a {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
        padding-top: 13px;
    }  
}

/* page Titlte */
.page-title {
    word-break: break-all;
}

.page-title .breadcrumb li {
    line-height: 1;
}
.page-title .breadcrumb > li + li:before{
    font-size: 12px;
}
.page-title h2 {
    margin-top: 0px;
}
/*Footer Style*/

.site-footer .lower-footer p {
    margin-bottom: 0px;
    font-size: 14px;
    font-size: 0.875rem;
}
.site-footer .lower-footer p a {
    color:#6d6d6f
}
/************
Comming Soon page
****************/

.comming-soon-section {
  height: 100vh;
  background: #f9f7f2;
}

.comming-soon-section .container {
  height: 100%;
  display: table;
  padding: 0;
  border: 15px solid #eeeae0;
}

.comming-soon-section .row {
  display: table-cell;
  vertical-align: middle;
}
.comming-soon-section .icon i:before {
    font-size: 100px;
    color: #eeeae0;
}

/*Search Style */


.header-style-1 .search-quote ,
.header-style-3 .search-quote {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.header-style-1 .has-cta + .search-quote ,
.header-style-3 .has-cta + .search-quote {
    right: 187px;
}
@media (max-width: 1199px) {
  .header-style-1 .search-quote .quote,
  .header-style-3 .search-quote .quote {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-style-1 .search-quote,
  .header-style-3 .search-quote {
    right: 55px;
  }
}

.header-style-1 .search-quote > div,
.header-style-3 .search-quote > div {
  float: left;
}

.header-style-1 .search-quote .open-btn,
.header-style-3 .search-quote .open-btn {
  background: transparent;
  border: 0;
  margin-top: 1px;
}

.header-style-1 .search-quote .open-btn i,
.header-style-3 .search-quote .open-btn i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fe6c35;
}

/*Accourdion */
.challange-solution-section {
    margin-top: 30px;
}
.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel {
  border: 1px solid #e6e5e5;
  padding: 25px;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a.collapsed:before {
  content: "\e61a";
}

.theme-accordion-s1 .panel-heading a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fe6c35;
  display: block;
  padding: 0 0 0 45px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 25px 5px 45px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 5px 25px 5px 45px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e622";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fe6c35;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 1px solid #fe6c35;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    left: 0;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: transparent;
  color: #2b2e3a;
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: transparent;
  border: 0;
  padding: 20px 0 0 25px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 0 0;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p:last-child {
  margin-bottom: 0;
}


/*Over Write CSS*/

.hero-style-2.hero-static-image {
    background-image: none !important;
}
.pricing-section .pricing-body ul,
.contact-pg-contact-section .contact-details ul {
    padding-left: 0px;
    list-style: none;
}
.service-section .grid h3 a, 
.service-section-s2 .grid h3 a{
    color: #283a5e;
}
.service-single-section .service-content > ul {
    list-style: none;
    padding-left: 0px;
}
.service-single-section .pagi ul{
    list-style: none;
    padding-left: 1px;
    padding-top: 75px;
}
.features-section,
.service-section,
.service-section-s2 ,
.fun-fact-section, 
.fun-fact-section-s2 {
    padding-bottom: 0px;
}
.service-sidebar .project-info-widget ul {
	padding-left: 0px;
	list-style: none;
}
.project-single-section .service-content ul {
	padding-left: 0px;
	list-style: none;
	margin-bottom:35px;
}
.service-single-section .pagi ul, .project-single-section .pagi ul {
    padding-left: 1px;
	padding-top:75px;
}
.link-widget ul {
    padding-left: 0;
}
.link-widget ul li,
.site-footer .link-widget ul li {
	line-height:1.3em;
}
.newsletter-widget  .form-control {
    background-color: #fdfaf9;
    height: 50px;
    color: #666;
    padding: 6px 20px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.form-wrapper {
	position:relative;
}
.newsletter-widget .submit {
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsletter-widget .submit button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #fe6c35;
}
.all-services ul li ,
.project-single-section .pagi ul {

	list-style:none;
}
.about-text-section .about-text ul {
    padding-left: 0;
    list-style: none;
}
.about-text-section,
.team-section {
	padding-bottom:0px;
}
.navbar-brand>img {
    max-width: 100px;
}
.features-section-s2 {
	padding-bottom:0px;
}
.pricing-body ul li {
    line-height: 1.3em;
}

.service-single-section .service-content > ul li,
.service-single-section .project-content > ul li,
.project-single-section .service-content > ul li,
.project-single-section .project-content > ul li {
    line-height:1.4em;
}
.about-text-section .about-text ul li {
   line-height:1.5em;
}
.about-text-section .about-text ul li:before {
	top:8px;
}
.site-footer p,
.site-footer li ,
.site-footer .link-widget ul a {
    color: #283a5e;
}
.theme-btn, 
.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s3 {
	border-radius:2px;
}

.contact-pg-contact-section .contact-form form .comment-area textarea::placeholder {
  color: #666;
  opacity: 1; 
}

.contact-pg-contact-section .contact-form form .comment-area textarea:-ms-input-placeholder { 
  color: #666;
}

.contact-pg-contact-section .contact-form form .comment-area textarea::-ms-input-placeholder {
  color: #666;
}
.hero-static-image h2,
.hero-slider-s3 h2 {
    margin: 0 0 0.35em;
}

@media screen and (min-width: 1200px) {
	.page-wrapper .hero-static-image p,
	.page-wrapper .hero-slider-s3 p {
		margin-bottom: 45px;
		color:#454c5a;
	}
	.hero-static-image .hero-image {
		width: 650px;
		height: 650px;
		top: 47%;
	}
	.fun-fact-section .fun-fact-grids {
		margin-top: 84px;
		margin-left: 35px;
	}
	.hero-slider-s3 .slider-pic {
		max-width:570px;
	}

}
.site-footer .link-widget .menu-our-servieses-container ul li {
	position: relative;
    padding-left: 25px;
}
.site-footer .link-widget .menu-our-servieses-container ul li:after {
    position: absolute;
    font-family: themify;
    content: "\e6af";
    left: 0;
}

@media screen and (min-width: 1200px) {
	.site-footer .about-widget {
		padding-right: 22px;
	}	
}
.blog-single-section .more-posts .previous-post a, 
.blog-single-section .more-posts .next-post a {
    display: inline-block;
}

/* Overwrite CSS */

.features-section-s3.features-section .shape:before {
	content:none;
}
.features-section-s3.features-section .shape {
    clip-path: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.features-section-s3.features-section .grid:hover {
	background:transparent;
}
.features-section-s3.features-section .grid:hover .shape {
	background: #fe6c35;
	transition:.3s;
}
.features-section-s3.features-section .grid:hover .shape .fi:before {
	color:#fff;
	transition:.3s;
}
.about-section .about-content .details p {
	margin-bottom: 0.8em;
}
.about-section .about-content .details p + p {
	margin-bottom: 2.5em;
}
.about-content .section-title {
	margin-bottom:30px;
}
.service-title .section-title-s2 p {
	max-width:500px;
	margin:auto;
}
.service-title .section-title-s2 h2 {
	margin-bottom:8px;
}
.service-section .icon i, .service-section-s2 .icon i {
	top:47%;
}
.fun-fact-grids .grid h3 i {
	 font-style: normal;
    position: relative;
    margin-left: -10px;
}
.fun-fact-section .grid p,
.fun-fact-section-s2 .grid p {
	font-size:17px;
	color:#3a4761;
}
.portfolio-section .grid:before, 
.portfolio-section-s2 .grid:before {
    background: #fe6c35;	
}
.portfolio-section .grid .details h3 a, 
.portfolio-section-s2 .grid .details h3 a {
	color:#fff;
}
.portfolio-section .details .cat, .portfolio-section-s2 .details .cat {
	color:#fff;
}
.blog-section .entry-meta li a {
	color:#666;
}
.blog-section .grid ul {
    border-top: 1px solid #eee;
}
.blog-title .section-title p {
	max-width: 400px;
}
.blog-title .section-title h2 {
	margin-bottom:8px;
	margin-top: 0px;
}
.blog-section .grid .details h3 {
    line-height: 1.2em;
}
.blog-section .entry-meta {
    padding-top: 15px;
}
.site-footer {
	background-image:none;
	background-color: #fbf5f3;
}
.site-footer .lower-footer .social-icons ul a {
	color:#666;
}
.site-footer {
	padding-top:90px;
}
.page-title .breadcrumb li {
	color:#283a5e;
}
.page-title .breadcrumb li a {
	color:#504f4f;
}

.blog-sidebar .widget {
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0, 0.1);
}

.blog-sidebar .widget h3 {
    font-size: 20px;
}

.blog-sidebar .search-widget input {
    background-color: #f7f7f7;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
	line-height: 1.1em;
	font-weight: 500;
    margin: 0 0 0.5em;
}

.blog-sidebar .recent-post-widget .post .date {
	font-size: 14px;
    color: #9e9e9e;
}

.blog-sidebar .widget h3:after {
    top: 68%;
}

.blog-single-section .entry-meta > li:last-child i,
.blog-pg-section .entry-meta > li:last-child i {
	position: relative;
    top: 3px;
}

.blog-single-section .entry-meta > li + li {
    margin-left: 20px;
}

.blog-single-section .entry-meta > li + li:before,
.blog-pg-section .entry-meta > li + li:before {
    left: -3px;
    top: 9px;
    color: #d6d6d6;
}
.blog-pg-section {
    padding-bottom: 40px;
}
.blog-pg-section .post .details {
    background-color: #f9f9f9;
}
.page-title:before {
    background-color: rgba(253, 234, 227, 0.95);
}

.testimonials-section .testimonials-grids .grid, .testimonials-section-s2 .testimonials-grids .grid {
    background-color: #ffffff;
    padding: 55px 30px 55px 0;
    box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}

.testimonials-section .testimonials-grids .grid:before, .testimonials-section-s2 .testimonials-grids .grid:before {
    background-color: #ffffff;
    box-shadow: -11px 0 15px rgba(0,0,0, 0.1);
}

.testimonials-section .grid .quote p, .testimonials-section-s2 .grid .quote p {
   font-weight: normal;
}

.testimonials-section .grid .info h5, .testimonials-section-s2 .grid .info h5 {
    margin: 1em 0 0.1em;
}

.testimonials-section .grid .info h5 + span, .testimonials-section-s2 .grid .info h5 + span {
    color: #969696;
}

.testimonials-section .testimonials-grids .grid:after, 
.testimonials-section-s2 .testimonials-grids .grid:after {
  
    width: 56px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -13px;
    color: #fe6c35;
}
.features-section-s2 .shape {
	margin-bottom: 20px;
}
.fun-fact-section-s2 span.plus {
    position: relative;
    margin-left: -9px;
}


.site-footer {
    background-color: #fdf1ee;
}

.site-footer .about-widget p {
    line-height: 1.8em;
}

.link-widget ul li, .site-footer .link-widget ul li {
    line-height: 1.5em;
}

.site-footer p, .site-footer li, .site-footer .link-widget ul a {
    color: #6d6d6f;
}

/* Single Next Previous */

.blog-single-section .more-posts {
  overflow: hidden;
  border-top: 1px solid #ebebf1;
  border-bottom: 1px solid #ebebf1;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts {
    border-left: 1px solid #ebebf1;
    border-right: 1px solid #ebebf1;
  }
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.blog-single-section .more-posts > div > a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.blog-single-section .more-posts .previous-post i,
.blog-single-section .more-posts .next-post i {
  position: relative;
  top: 2px;
}

@media (max-width: 450px) {
  .blog-single-section .more-posts .previous-post i,
  .blog-single-section .more-posts .next-post i {
    display: none;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #e8e8e8;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  color: #a7a7a7;
}

.blog-single-section .more-posts .post-name {
  font-size: 18px;
  color: #274054;
  margin: 0.5em 0 0;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #fe6c35;
}
.blog-single-section .more-posts .previous-post a,
.blog-single-section .more-posts .next-post a {
    background-color: transparent; 
    display: block;
    padding: 0px;
    border-radius: 0px;
}
.blog-single-section .more-posts .previous-post a:hover,
.blog-single-section .more-posts .next-post a:hover {
    background-color: transparent; 
    color: #274054;
}


/* Single Share and Tags */


.blog-single-section .tag-share {
  -webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
  padding: 35px 25px 45px;
  margin: 55px 0 0;
  color: #274054;
  font-size: 16px;
}

.blog-single-section .tag-share ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul li {
    margin: 2px;
  }
}

.blog-single-section .tag-share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li {
    margin: 2px;
  }
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 5px;
}

.blog-single-section .tag-share .tag a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #627381;
  display: block;
  border-radius: 0;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    padding: 5px 10px;
  }
}

.blog-single-section .tag-share .tag a:hover {
  color: #c83226;
}

.blog-single-section .tag-share .share {
  margin-top: 10px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 15px;
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  opacity: 0.8;
}

.blog-single-section .tag-share .share ul > li:first-child a {
  background-color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
  background-color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
  background-color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
  background-color: #933f94;
}

.blog-single-section .tag-share .tag > i,
.blog-single-section .tag-share .share > i {
  display: inline-block;
  padding-right: 5px;
}

.blog-single-section .author-box {
    -webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 21.17px 7.83px rgba(0, 0, 0, 0.04);
}
.blog-single-section .author-box {
	border:none;
}
.blog-sidebar .recent-post-widget .post .details {
    background: transparent;
}
.site-footer .link-widget ul.menu li {
    position: relative;
    padding-left: 25px;
}
.site-footer .link-widget ul.menu li:after {
    position: absolute;
    font-family: themify;
    content: "\e6af";
    left: 0;
}
figcaption.blocks-gallery-caption {
    margin-bottom: 20px;
}
.blog-content .entry-details ul.blocks-gallery-grid {
    margin-bottom: 0;
}