/*------------------------------------------------------------------
[Theme Unit Default Style]
Theme Name: Shooote
Version:        1.0.0
-------------------------------------------------------------------*/

/*Theme Unit CSS*/

a {
    color: #000;
}

a:hover {
    /*color: #1E3446;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

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

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


/*Table Design*/

table {
    width: 100%;
}

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

table tbody tr th {
    background: #000;
    color: #fff;
}

table tbody tr th a {
    color: #fff;
    font-weight: normal;
}

table th:hover {
    background: #333;
}

table tbody tr th:hover {
    background: #333;
}

table tbody tr th:hover a {
    color: #fff;
}

table tbody tr td a {
    color: #5a5858;
}

.page-wraper table tbody tr th {
    background: #000;
    color: #fff;
    font-weight: 600;
}

.page-wraper table tbody tr td {
    font-weight: 600;
}

.page-wraper table tbody tr th:hover {
    background: #333;
}

td,
th {
    border: 1px solid #ebebf1;
    padding: 10px;
    font-size: 15px;
    color: #5a5858;
}

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: #1d2327;
    padding: 5px 0;
    font-weight: 400;
}

dt {
    font-weight: 700;
}

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

code {
    line-height: 1.8em;
    color: #fff;
    background-color: #000;
    padding: 3px 8px;
    border-radius: 5px;
}

kbd {
    color: #fff;
    background-color: #000;
}

strong {
    font-weight: 600;
}

pre {
    background: #c6e089;
    font-family: "Courier 10 Pitch", Courier, monospace;
    color: #474444;
    padding: 5px 10px;
}

ul {
    list-style: disc;
    padding-left: 40px;
    font-weight: 500;
}

ol {
    font-weight: 500;
}


.sticky {
    position: relative;
}

.post.sticky {
    border: 1px solid #e4e4e4;
    padding: 5px 40px 40px;
}

.sticky-badge h2 {
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 50;
    padding: 21px 5px;
    position: absolute;
    right: -12px;
    top: -21px;
    border-radius: 0 0 15px 15px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

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

@media (max-width: 991px) {
    .post.sticky {
        padding: 20px 15px 20px;
    }
}


@media (max-width: 1199px) {

    .calendar_wrap table#wp-calendar th,
    .calendar_wrap table#wp-calendar th,
    .wp-block-calendar table#wp-calendar td {
        padding: 6px;
    }
}

/* Archive List */

.blog-sidebar .widget_archive ul {
    padding-left: 18px;
    position: relative;
}

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

@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,
.blog-sidebar .wp-block-archives li a {
    color: #38393a;
    font-size: 15px;
    font-weight: 600;
}

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


select {
    height: 48px;
    width: 100%;
    border: 1px solid #E2E2E2;
    padding-left: 14px;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/select-arrow.png) calc(100% - 12px) 21px no-repeat;
    background-size: 7px 4px;
    position: relative;
    color: #444;
}

.wpo-contact-pg-section form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/select-arrow.png) calc(100% - 15px) 20px no-repeat;
    background-size: 7px 4px;
}

.wpo-contact-pg-section form select:focus {
    background: #f4f6fa url(../images/select-arrow.png) calc(100% - 15px) 20px no-repeat;
    background-size: 7px 4px;
}

.widget_archive select {
    border-radius: 0px;
}

/* Calender */

.blog-sidebar .calendar_wrap {
    padding: 0px;
}

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

.wp-block-calendar table#wp-calendar th,
.calendar_wrap table#wp-calendar th,
.calendar_wrap table#wp-calendar td {
    text-align: center;
    font-weight: 600;
}

.wp-block-calendar table#wp-calendar th {
    background: #000;
    color: #fff;
    padding: 12px;
}

.wp-block-calendar table#wp-calendar td {
    padding: 12px;
}

.wp-block-calendar {
    text-align: left;
}

.wp-block-button.aligncenter {
    text-align: center;
    margin-bottom: 25px;
}

@media (max-width: 1299px) and (min-width: 992px) {

    .wp-block-calendar table#wp-calendar th,
    .calendar_wrap table#wp-calendar th,
    .calendar_wrap table#wp-calendar td {
        padding: 6px;
        font-size: 12px;
    }

}

#wp-calendar caption {
    font-weight: 600;
}

/*Categories List*/
.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.blog-sidebar .wp-block-search .wp-block-search__label {
    font-weight: 600;
    color: #020202;
    margin-bottom: 5px;
}

.blog-sidebar .wp-block-search .wp-block-search__input {
    height: 70px;
    font-size: 16px;
    padding: 6px 50px 6px 20px;
    border: 1px solid #E2E2E2;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-sidebar .wp-block-search .wp-block-search__button {
    line-height: inherit;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 38px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
}

.blog-sidebar .widget_categories>ul {
    padding: 30px;
}

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

.widget_categories ul li a,
.wp-block-categories li a {
    width: 86%;
    padding: 4px 0;
    font-weight: 500;
    color: #333;
}

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

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

.widget_categories select {
    height: 48px;
    padding-left: 14px;
    border-radius: 0px;
}

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

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

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

@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: 25px;
}

.widget_categories ul li {
    position: relative;
    display: block;
}

.widget_categories>ul>li a+span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color: #5a5b5d;
    border-radius: 50%;
    right: 0;
    top: 15px;
    font-weight: 400;
    position: absolute;
    background: #efefef;
}

.widget_categories ul li ul li a+span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    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: 15%;
}

.widget_categories ul.children li li a+span {
    top: 20%;
}

.widget_categories ul li:first-child a+span {
    /*top:10%;*/
}


/*Widget pages*/

.widget_pages>ul {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 18px;
}

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

.widget_pages ul li a {
    display: inline-block;
    width: 90%;
    padding: 9px 0;
    font-weight: 600;
    color: #38393a;
}

.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: #000;
}

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


/*Sdebar Meta */


.widget_meta>ul {
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 18px;
}

.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: #38393a;
    font-weight: 600;
}

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


/*Recent Comments*/

.widget_recent_comments>ul {
    padding-top: 0px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 4px;
}

.widget_recent_comments ul li {
    color: #38393a;
    list-style: none;
    position: relative;
    font-size: 14px;
    font-weight: 700;
}

.widget_recent_comments ul>li+li {
    margin-top: 10px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

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

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

.wp-block-latest-comments .wp-block-latest-comments__comment {
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
}

/* Recent Posts */

.widget_recent_entries>ul {
    padding: 6px 15px 15px 20px;
}

.widget_recent_entries ul li {
    font-size: 15px;
    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: 10px;
    border-top: 1px dashed #d0d0d0;
    padding-top: 10px;
}

.widget_recent_entries ul a,
.wp-block-latest-posts li a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

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

.widget_recent_comments ul li {
    border-radius: 0;
}

.widget_recent_comments ul li a,
.wp-block-latest-comments li a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}


/* Widget Rss */

.widget_rss>ul {
    padding: 0px 25px 35px 18px;
}

.widget_rss a.rsswidget:first-of-type {
    display: none;

}

.rsswidget {
    color: #242f6c;
}

.widget_rss .rss-date {
    text-decoration: underline;
    color: #000;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
}

.widget_rss cite {
    color: #979797;
    padding-top: 10px;
    display: block;
    font-style: normal;
    position: relative;
}

.widget_rss cite:before {
    content: '-'
}

.widget_rss ul li {
    font-size: 16px;
    position: relative;
    line-height: 28px;
    color: #666;
    font-weight: 400;
}

@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: #0050ea;
}


/*Text widget*/

.blog-sidebar .textwidget {
    padding: 0px;
    padding-left: 4px;
}

.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 */

.blog-sidebar .search-widget,
.widget_tag_cloud .tagcloud {
    padding: 30px;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .wp-block-tag-cloud a {
    font-size: 15px !important;
    color: #626B72;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 0;
    margin: 0 3px 12px 0;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    font-weight: 600;
    line-height: 1.5;
}

.widget_product_tag_cloud .tagcloud a {
    font-size: 14px !important;
    color: #949494;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 0;
    margin: 0 3px 6px 0;
    border: 2px solid rgba(11, 91, 224, 0.1);
    border-radius: 60px;
}

.widget_product_tag_cloud .tagcloud a:hover {
    background: #2B2E33;
    color: #fff;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .wp-block-tag-cloud a:hover {
    background: #2B2E33;
    color: #fff;
}

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

/*Nav Menu*/

.widget_nav_menu .menu-testing-menu-container>ul {
    padding-top: 0px;
    padding-bottom: 25px;
    padding-left: 20px;
}

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

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


.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: 0;
    color: #38393a;
}


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

@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: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    border: 2px solid #2B2E33;
    display: block;
    background: #2B2E33;
    color: #fff;
}

ul.page-numbers li 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;
}

ul.page-numbers li:hover a {
    background: #2B2E33;
    border-color: #2B2E33;
    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 #2B2E33;
    background: #2B2E33;
    color: #fff;
}

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

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

.wp-link-pages>span.current {
    border: 1px solid #2B2E33;
    background: #2B2E33;
}

/*Default Pagination */
.pagination {
    margin-top: 80px;
    margin-bottom: -10px;
}

.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: 50px;
    color: #a9b8c4;
    font-weight: 600;
    font-size: 20px;
}

.nav-links .page-numbers {
    float: left;
    margin-right: 10px;
    margin-bottom: 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 #2B2E33;
    display: block;
    background: #2B2E33;
    color: #fff;
    font-size: 16px;
}

.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: #2B2E33;
    border-color: #2B2E33;
    color: #fff;
}

.nav-links .page-numbers i {
    line-height: 1;
    position: relative;
    top: 2px;
}

.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 input[type="password"] {
    background: #fff;
    border-radius: 0;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 13px 25px;
    width: 100%;
    border: 1px solid #38393C;
}

@media (max-width: 767px) {

    .post-password-form input[type="password"] {
        padding: 9px 25px;
    }
}

.post-password-form>p:first-child {
    font-size: 18px;
}

.post-password-form p label {
    display: inline-block;
}

.post-password-form input[type="submit"] {
    width: 160px;
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    padding: 14px 25px;
    top: -3px;
    position: relative;
}

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

@media (max-width: 599px) {
    .post-password-form input[type="submit"] {
        margin-top: 15px;
    }
}


/*Form End */

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


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

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


/*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;
}

.page-wraper ul,
.page-wraper ol {
    margin-bottom: 1.5em;
}

.page-wraper ul ul,
.page-wraper ol ol {
    margin-bottom: 0px;
}

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

.page-wrapper blockquote {
    background-color: #eefcce;
    color: #fff;
    padding: 40px 45px 25px;
    margin-top: 60px;
    border: 0;
    position: relative;
    border-left: 4px solid #6f6f6f;
}

.page-wrapper blockquote p {
    color: #626B72;
    margin-bottom: 10px;
}

.page-wrapper blockquote a code {
    color: #fff;
}


.page-wraper .comments-area {
    padding-top: 10px;
}

.page-wrap .comments-area {
    clear: both;
    /*padding-top: 40px;*/
}

.page-wrap .size-full.wp-image-904.alignright {
    padding-top: 25px;
}

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

.wpo-blog-single-section .comments-area .comments {
    border: 2px solid #f4f4f4;
}

.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-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

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

.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: 22px;
    color: #020202;
    font-weight: 400;
    margin: 0 0 1em;
    display: inline-block;
    margin-bottom: 10px;
}

.page-wraper .comments-area .comments-meta span {
    font-size: 14px;
    text-transform: uppercase;
    color: #868686;
    display: block;
    margin-bottom: 10px;
}

@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: #000;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    border-radius: 50px;
}

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

.page-wraper .comment-form .comment-respond {
    margin-top: 70px;
    box-shadow: 0px 6px 20.1px 4.9px rgb(176 191 238 / 12%);
    padding: 55px 50px;
    padding-top: 52px;
}

.page-wraper .comment-respond .comment-reply-title {
    font-weight: 400;
    font-size: 35px;
    text-transform: capitalize;
    margin: 0 0 .8em;
}

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

.page-wraper .comment-respond form input,
.page-wraper .comment-respond form textarea {
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px solid #d5d5d5;
    padding: 6px 15px;
    margin-bottom: 10px;
    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;
    border-radius: 0px;
}

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

@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;
    color: #fff;
    background: #333;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-family: "Instrument Sans";
    border-radius: 0px;
    font-size: 19px;
}

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

.wpo-blog-single-section ol.comments #respond.leave-comment.comment-form.comment-respond {
    padding: 50px 20px;
    padding-bottom: 15px;
    margin-top: 0;
}

.wpo-blog-single-section ol.comments #respond.leave-comment.comment-form.comment-respond .comment-respond {
    margin-top: 0;
}

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

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

.wpo-blog-single-section .comments-area .pingback .comments-meta h4,
.wpo-blog-single-section .comments-area .trackback .comments-meta h4 {
    line-height: 1.8em;
    text-decoration: underline;
}

#wp-comment-cookies-consent {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 5px;
    position: relative;

    top: 1px;
}

#wp-comment-cookies-consent+label {
    font-weight: 400;
    padding-left: 5px;
}

p.comment-form-cookies-consent {
    margin-bottom: 10px;
    display: none;
}

.wpo-blog-single-section .comment-respond form textarea {
    background-color: #efefef;
}

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

.wpo-blog-single-section .entry-details p {
    margin-bottom: 1.5em;
}

.wpo-blog-single-section .entry-details p.wp-block-cover-text {
    color: #fff;
    margin-bottom: 0px;
}

.wp-block-button {
    margin-bottom: 10px;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.blocks-gallery-item {
    float: left;
}

.wp-block-cover {
    margin-bottom: 20px;
}

.wp-block-group__inner-container {
    margin-bottom: 20px;
}

.blog-sidebar .wp-block-group__inner-container {
    margin-bottom: 0;
}

.blog-sidebar .wp-block-group__inner-container ul {
    padding: 15px 30px;
    padding-left: 20px;
}

.blog-sidebar .wp-block-group__inner-container ul.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
}

.blog-sidebar .wp-block-group__inner-container h2.wp-block-heading {
    padding: 15px 30px;
    border-bottom: 1px solid #E2E2E2;
    margin: 0;
    padding-left: 0;
}

.blog-sidebar ol.wp-block-latest-comments {
    padding: 15px 30px;
    margin-bottom: 0;
    padding-left: 0;
}

figcaption.blocks-gallery-caption {
    padding-bottom: 20px;
}

.wpo-blog-single-section .post blockquote p {
    color: #3a3a3a;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 400;
}

.wpo-blog-single-section .post blockquote p:first-child {
    margin-bottom: 20px;
}

.wpo-blog-single-section .post blockquote {
    margin-bottom: 35px;
    padding: 50px;
    padding-left: 100px;
    background: #efefef;
    text-decoration: none;
    border-left: 4px solid #2B2E33;
}

.wpo-blog-single-section .post blockquote:before {
    color: #2B2E33;
    left: 25px;
    top: 38px;
    line-height: 55px;
    background: transparent;
    border: none;
    font-size: 40px;
}

.wpo-blog-single-section .post blockquote cite {
    color: #FF5C00;
    font-style: normal;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 3px;
    display: block;
    font-weight: 700;
}


.wpo-blog-single-section .post blockquote a code {
    color: #fff;
}

.wpo-blog-single-section .post blockquote a:hover {
    text-decoration: none;
}

.wpo-blog-single-section .post blockquote.wpo-block-quote {
    background-color: #000;
    padding: 60px;
    margin-top: 60px;
    margin-bottom: 40px;
    border: 0;
    position: relative;
    padding-bottom: 50px;
    font-weight: 600;
    border-left: 5px solid #7389f9;
    text-align: left;
    padding-left: 90px;
}

.wpo-blog-single-section .post blockquote.wpo-block-quote:before {
    font-family: 'themify';
    content: "\e67f";
    font-size: 49px;
    position: absolute;
    left: 57px;
    top: 50px;
    color: #abb9ff;
}

.wpo-blog-single-section .post blockquote.wpo-block-quote p {
    color: #fff;
    text-align: left;
    font-size: 19px;
    line-height: 1.6em;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .post blockquote.wpo-block-quote p {
        font-size: 15px;
    }
}

.wpo-blog-single-section .post blockquote.wpo-block-quote cite {
    color: #eee;
    font-family: "Instrument Sans";
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding-top: 11px;
    display: block;
}

.wpo-blog-single-section .wp-block-button.is-style-outline {
    padding: 25px 0px;
}


.wpo-blog-single-section .single-content-wrap .entry-details pre {
    margin-bottom: 35px;
}

.wpo-blog-pg-section .blog-content>.post+.post {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wpo-blog-pg-section .blog-content>.post+.post {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .blog-content>.post+.post {
        margin-top: 0px;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .wpo-blog-pg-section .blog-content .post {
        margin-bottom: 60px;
    }
}


.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 screen and (max-width: 782px) {

    .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: 46px;
    }
}

@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;
    }

}

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

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

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

.wpo-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;
    box-shadow: none;
    margin-top: 50px;
}

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

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

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


@media (max-width:1450px) and (min-width:1200px) {

    .header-style-1 #navbar.not-has-cart.has-search,
    .header-style-2 #navbar.not-has-cart.has-search,
    .header-style-3 #navbar.not-has-cart.has-search {
        /*position: relative;*/
        /*top: 10px;*/
    }
}

@media screen and (min-width: 1200px) {

    .header-style-1 #navbar.not-has-cart.has-search,
    .header-style-2 #navbar.not-has-cart.has-search,
    .header-style-3 #navbar.not-has-cart.has-search {
        /*margin-right: 100px;*/
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header .has-cart.has-search {
        margin-right: 0px;
    }

    .wpo-site-header .not-has-cart.has-search {
        margin-right: 0px;
    }
}

@media (max-width:1400px) and (min-width:992px) {

    .header-style-1 #navbar.not-has-cart,
    .header-style-2 #navbar.not-has-cart,
    .header-style-3 #navbar.not-has-cart {
        margin-right: 0px;
    }

    .wpo-site-header #navbar>ul>.menu-item-has-children>a:before {
        right: 1px;
    }

    .header-style-1 #navbar.not-has-cart.has-search,
    .header-style-2 #navbar.not-has-cart.has-search,
    .header-style-3 #navbar.not-has-cart.has-search {
        position: relative;
        top: 8px !important;
    }
}

.wpo-blog-single-section .comment-respond .form-submit input.submit {
    line-height: 0;
}

.wpo-blog-single-section .comment-respond .comment-form p a {
    color: #000;
}

.wpo-blog-pg-section .post .meta li {
    font-size: 15px;
    font-size: 1rem;
}

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

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

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

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

.wpo-blog-single-section .tag-share-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    padding: 35px 0;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .tag-share-wrap {
        flex-wrap: wrap;
    }

    .wpo-blog-single-section .tag-share {
        padding-bottom: 25px;
    }

}

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

.wpo-blog-single-section .tag-share .tag ul li,
.wpo-blog-single-section .tag-share ul li {
    list-style: none;
    line-height: 20px;
    margin-bottom: 0px;
}

.wpo-blog-single-section .tag-share .tag ul {
    padding-left: 5px;
}

.wpo-blog-single-section .tag-share .tag span {
    position: relative;
    top: 0px;
}

.wpo-blog-single-section .tag-share .share span {
    position: relative;
    top: -7px;
    padding-right: 8px;
}

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

@media (max-width: 767px) {


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

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

.tagcloud a {
    font-size: 14px !important;
    color: #949494;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 0;
    margin: 0 3px 6px 0;
    border: 2px solid rgba(11, 91, 224, 0.1);
    border-radius: 60px;
}

.tagcloud a:hover {
    background: #000;
    color: #fff;
}

.wpo-blog-single-section .comments-area .comment-content ul {
    list-style: disc;
}

.wpo-blog-single-section .author-box {
    margin-bottom: 0px;
}

.wpo-blog-single-section .more-posts {
    margin-top: 70px;
}

.wpo-blog-single-section .author-box .social-link {
    list-style: none;
    padding-left: 0;
}

.wpo-blog-single-section .author-box .author-avatar {
    max-width: 100px;
}

.wpo-blog-single-section .more-posts .previous-post i {
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.wpo-blog-single-section .more-posts .next-post i {
    padding-left: 5px;
}

.wpo-blog-single-section .comments-area .comment-main-area p {
    margin-top: 10px;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




/*Slick Slide */

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

/*Contact Form*/

.contact-section .contact-form .wpcf7-form-control.wpcf7-submit {
    background-color: #2B2E33;
    height: 52px;
    line-height: initial;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    border: none;
    width: auto;
    border-radius: 50px;
}

.contact-section .contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #313131;
    color: #fff;
}

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

.services-section-s2 .contact-form input[type=submit].wpcf7-submit {
    background-color: #feea2b;
    border-radius: 50px;
    color: #0e3c7b;
    margin-bottom: 25px;
}

.services-section-s2 .contact-form input[type=submit].wpcf7-submit:hover {
    background-color: #0b6ef3;
    color: #fff;
    text-decoration: none;
}

.attorny-single-section .contact-form input[type=submit] {
    background-color: #2B2E33;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 43px;
    padding: 0 30px;
    transition: .3s;
    height: 53px;
}

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


/*Blog*/


.wpo-blog-pg-section .entry-meta li {
    list-style: none;
}

/*Blog Deatils */

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

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

.wpo-blog-single-section .comments-area .comment-reply-link {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    padding: 0px 9px;
    text-transform: capitalize;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
    color: #fff;
    background-color: #616161;
}

.wpo-blog-single-section .entry-meta li {
    list-style: none;
}

.wpo-blog-single-section .entry-meta {
    text-transform: capitalize;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .entry-meta {
        /*margin: 25px 0;*/
    }
}

.wpo-blog-pg-section .post h3 {
    margin-top: -0.33em;
}

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

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

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

.wpo-blog-pg-section .post .meta,
.wpo-blog-single-section .post .meta {
    padding-left: 0px;
}

.wpo-blog-single-section .tag-share ul {
    padding-left: 0px;
}

@media (max-width: 450px) {
    .wpo-blog-single-section .tag-share ul li {
        padding-bottom: 5px;
    }
}

.wpo-blog-single-section .tag-share .share ul {
    top: 7px;
}

.wpo-blog-single-section .has-tag-share .share ul {
    top: -2px;
}

.wpo-blog-single-section .tag-share .tag a {
    text-transform: capitalize;
    font-weight: 500;
}

.blog-sidebar .search-widget input {
    width: 100%;
}

h2.jhair-screen-reader-text {
    font-size: 20px;
}

.blog-section .grid ul {
    padding-left: 0;
    list-style: none;
}

.wpo-blog-single-section .comments-area ol ul {
    list-style: none;
}

.wpo-blog-pg-section .blog-content .post {
    word-break: break-all;
}

.comments-area #comment-nav-above {
    margin-bottom: 20px;
}

.header-search-form {
    z-index: 999;
}

.wpo-blog-pg-section .post p.date {
    font-size: 13px;
}

.wpo-blog-pg-section .post p.date i {
    padding-right: 5px;
}

.wpo-blog-pg-section .format-gallery .owl-controls .owl-nav i:before {
    margin-left: 0px;
}

.wpo-blog-pg-section .wpo-blog-content .post:last-of-type {
    margin-bottom: 0px;
}

.wpo-blog-pg-section .left-sidebar .wpo-blog-content,
.wpo-blog-single-section.left-sidebar .wpo-blog-content {
    padding-left: 30px;
}

@media (max-width: 991px) {

    .wpo-blog-pg-section .left-sidebar .wpo-blog-content,
    .wpo-blog-single-section.left-sidebar .wpo-blog-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.blog-sidebar .recent-post-widget .post .details .date {
    color: #9e9c9c;
    font-weight: 600;
}

.blog-content .entry-details ul,
.blog-content .entry-details ol {
    /*margin-bottom: 1.5em;*/
}

/*Menu Style*/

@media (max-width: 991px) {
    .wpo-site-header.header-style-1 .dont_has_menu+.cart-search-contact {
        top: -3px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .site-logo.dont_has_menu a.navbar-brand {
        margin-left: 15px;
    }
}

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

    .wpo-site-header .navigation #navbar.dont-has-menu {
        min-height: 100px;
    }
}


.wpo-site-header #navbar ul {
    list-style: none;
}

@media (max-width: 1400px) and (min-width: 992px) {
    .wpo-site-header #navbar ul {
        top: 0px;
    }
}

.wpo-site-header .dont-has-menu .mobail-menu {
    display: none;
}



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

.page-title h2 {
    margin-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.page-title .breadcrumb li {
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .header-style-2+.page-title .container {
        padding-top: 0px;
    }
}

.breadcrumb.trail-items {
    background: transparent;
    color: #fff;
}

.breadcrumb.trail-items li,
.breadcrumb.trail-items li a {
    color: #fff;
}

/*Footer Style*/

.site-footer .lower-footer p {
    margin-bottom: 0px;
    font-size: 14px;
    font-size: 0.875rem;
}

.site-footer .lower-footer p a {
    color: #cdced0;
}

.site-footer .widget_block {
    margin-bottom: 20px;
}

.site-footer .widget_block h3 {
    margin-top: 0;
    font-size: 20px;
}

/************
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;
}

/*OverWrite Footer CSS*/

.site-footer .lower-footer .copyright {
    display: inline-block;
}

.site-footer .lower-footer .site-map {
    display: inline-block;
    float: right;
}

.site-footer .lower-footer .site-map ul {
    padding-left: 0px;
}

.site-footer .lower-footer .site-map li {
    line-height: 20px;
}

.site-footer ul {
    padding-left: 0px;
}


/* Single Next Previous */

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

.wpo-blog-single-section .more-posts .post-control-link {
    color: #bbb;
    font-weight: normal;
}

.wpo-blog-single-section .tag-share .tag a {
    position: relative;
}


/*Default Single Pagination*/
.wpo-blog-single-section .post-navigation {
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-top: 70px;
}

.wpo-blog-single-section .post-navigation .nav-previous,
.wpo-blog-single-section .post-navigation .nav-next {
    font-size: 18px;
    font-size: 1.125rem;
    color: #939ba2;
    padding: 30px;
    width: 50%;
    float: left;
}

.wpo-blog-single-section .post-navigation .nav-next {
    text-align: right;
    border-left: 1px solid #e8e8e8;
}

.wpo-blog-single-section .post-navigation .meta-nav {
    color: #bbb;
    font-weight: normal;
    font-size: 15px;
}

.wpo-blog-single-section .post-navigation .post-title {
    font-size: 17px;
    color: #274054;
    margin: 0.8em 0 0;
    display: block;
    word-break: break-all;
}

.wpo-blog-single-section .post-navigation .nav-previous .meta-nav {
    position: relative;
    padding-left: 20px;
}

.wpo-blog-single-section .post-navigation .nav-next .meta-nav {
    position: relative;
    padding-right: 20px;
}

.wpo-blog-single-section .post-navigation .nav-previous .meta-nav:before {
    position: absolute;
    left: 0px;
    top: 0;
    content: "\e662";
    font-family: 'themify';
}

.wpo-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) {
    .wpo-blog-single-section .post-navigation {
        border-left: 1px solid #ebebf1;
        border-right: 1px solid #ebebf1;
    }
}

@media (max-width: 767px) {

    .wpo-blog-single-section .post-navigation .nav-previous,
    .wpo-blog-single-section .post-navigation .nav-next {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {

    .wpo-blog-single-section .post-navigation .previous-post,
    .wpo-blog-single-section .post-navigation .next-post {
        padding: 25px 15px !important;
    }
}

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

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

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

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

/*Page Sidebar*/
@media screen and (min-width: 1200px) {
    .page-wrap .page-content {
        padding-right: 50px;
    }
}

.wp-block-image {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 1em;
}

.wp-block-media-text .wp-block-media-text__content {
    padding-top: 1em;
}

.wp-block-media-text {
    margin-bottom: 25px;
}

.wpo-site-header .header-search-form .searchform button i {
    color: #000;
}

span.comments-date {
    font-size: 14px;
    text-transform: uppercase;
    color: #868686;
}

/*Default Tab CSS*/

.theme-default-tab-wrap .theme-default-tab {
    margin: 50px 0;
}

@media (max-width: 991px) {
    .theme-default-tab-wrap .theme-default-tab {
        margin: 40px 0;
    }
}

.theme-default-tab-wrap .theme-default-tab .nav {
    margin: 0;
}

.theme-default-tab-wrap .theme-default-tab .nav-item {
    overflow: hidden;
    margin: 0;
}

.theme-default-tab-wrap .theme-default-tab .nav li {
    float: left;
    padding-left: 0;
}

.theme-default-tab-wrap .theme-default-tab .nav>li+li {
    margin-top: 0;
    margin-left: 3px;
}

@media (max-width: 767px) {
    .theme-default-tab-wrap .theme-default-tab .nav>li+li {
        margin-left: 1px;
    }
}

.theme-default-tab-wrap .theme-default-tab .nav-item button {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 13px 25px;
    border: 1px solid rgb(119 140 249);
    background: #3084ff;
}

.theme-default-tab-wrap .theme-default-tab .nav-item button.active {
    background: #000;
}

@media (max-width: 767px) {
    .theme-default-tab-wrap .theme-default-tab .nav-item button {
        font-size: 13px;
        font-size: 0.86667rem;
        padding: 8px 12px;
        text-transform: none;
    }
}

@media (max-width: 350px) {
    .theme-default-tab-wrap .theme-default-tab .nav-item button {
        padding: 8px;
    }
}

.theme-default-tab-wrap .theme-default-tab .nav-item .active button,
.theme-default-tab-wrap .theme-default-tab .nav-item button:hover {
    background: #000;
    color: #fff;
}

.theme-default-tab-wrap .tab-content {
    padding: 35px 40px;
    margin-top: -1px;
    border: 1px solid rgb(220 226 255);
}

@media (max-width: 767px) {
    .theme-default-tab-wrap .tab-content {
        padding: 25px 20px;
    }
}

.theme-default-tab-wrap .tab-content .tab-pane p {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .theme-default-tab-wrap .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
}

.theme-default-tab-wrap .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}

.nav-links .page-numbers {
    border: none;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    color: #232f4b;
    background: #efefef;
    font-family: "Instrument Sans";
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-weight: 600;
    font-size: 17px;
}

.page-wraper .comment-respond .comment-reply-title a i {
    padding-left: 7px;
    font-size: 15px;
}

.wpo-blog-single-section .comment-respond .comment-reply-title a i {
    padding-left: 7px;
    font-size: 15px;
}

.wpo-blog-single-section .comments-area>.comment-respond {
    margin-top: 70px;
    box-shadow: 0px 6px 20.1px 4.9px rgb(176 191 238 / 12%);
    padding: 55px 50px;
    padding-top: 52px;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .comments-area>.comment-respond {
        margin-top: 70px;
        box-shadow: none;
        padding: 0;
    }
}

/*Accordion*/

.theme-accordion .accordion .accordion-item {
    border: none;
    box-shadow: 0px 5px 15px 0px rgb(62 65 159 / 10%);
    border-left: 3px solid #ffd07a;
}

.theme-accordion .accordion .accordion-item h3 button {
    font-size: 15px;
    font-family: "Cinzel Decorative", serif;
    font-weight: 700;
    color: #232f4b;
    box-shadow: none;
    border: none;
    padding: 20px;
    background-color: #fff;
}

.theme-accordion .accordion-item:first-of-type .accordion-button {
    /*border-bottom: 1px solid #eee;*/
}

.theme-accordion .accordion .accordion-body {
    background-color: #fff;
    padding: 25px;
    border-top: 1px solid #eee;
}

.theme-accordion .accordion .accordion-body p {
    margin-bottom: 0;
}

.page-wrap.padding-default {
    padding: 100px 0px;
}

@media (max-width: 767px) {
    .page-wrap.padding-default {
        padding: 80px 0px;
    }
}

/*OverWrite CSS*/

.blog-section .meta img {
    border-radius: 50%;
    display: inline-block;
    padding-right: 5px;
    max-width: 40px;
}

.blog-section .meta a {
    color: #797979;
}

.blog-section {
    padding-bottom: 0px;
}

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


.blog-sidebar .category-widget ul li {
    line-height: 20px;
}

.blog-sidebar .category-widget ul li:before {
    top: 11px;
}

.wpo-blog-pg-section .container>.row>.col-md-3 .wp-block-calendar table#wp-calendar th,
.wpo-blog-pg-section .container>.row>.col-md-3 .calendar_wrap table#wp-calendar th,
.wpo-blog-pg-section .container>.row>.col-md-3 .calendar_wrap table#wp-calendar td {
    padding: 3px;
    font-size: 12px;
}

.blog-section .entry-meta ul li a {
    color: #687188;
}

.blog-section .entry-meta ul>li+li:before {
    top: 11px;
}

.site-footer .link-widget ul li,
.site-footer .contact-widget ul li {
    line-height: 23px;
}

.newsletter-widget p {
    position: relative;
}

.newsletter-widget input {
    background-color: #1c1c1c;
    height: 60px;
    color: #ffffff;
    padding: 6px 25px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #313234;
}

.newsletter-widget input:focus {
    background-color: #281e1c;
    border: 1px solid #50433b;
    outline: none;
    box-shadow: none;
}

.newsletter-widget .input-area {
    position: relative;
}

.newsletter-widget .submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
}


.newsletter-widget .submit button {
    background: #000;
    width: 47px;
    height: 44px;
    border: 0;
    outline: 0;
    position: relative;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
}

.newsletter-widget .submit button i {
    font-size: 15px;
}

.elementor-element.elementor-widget-empty {
    background-color: transparent !important;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

@media (max-width: 1199px) {
    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 0px 10px !important;
    }
}

.not-found a.theme-btn {
    display: inline-block;
    padding: 16px 25px;
    padding-bottom: 13px;
    background: #72569d;
    color: #fff;
    font-size: 16px;
}

.not-found a.theme-btn:hover {
    background: #333;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.blog-content .post-password-form {
    max-width: 58rem;
    width: calc(100% - 4rem);
}

.giverpro-feature .feature-grids .grid img {
    max-width: 60px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .about-section .right-col {
        min-height: 820px;
    }
}

.site-footer .address-widget p {
    margin-bottom: 10px;
}

.wpo-blog-single-section .date-entry-meta .entry-meta {
    overflow: hidden;
    padding: 15px 0 13px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e4e4e4;
}

.site-footer .widget_nav_menu {
    padding-left: 15px;
}

.site-footer .widget_nav_menu ul>li a {
    color: #fff;
}

.site-footer .widget_nav_menu ul>li {
    border-bottom: 1px solid #373d54;
    width: 90%;
}

.site-footer .widget_nav_menu ul>li:last-child {
    border: none;
}

/*Extra Style*/

@media (max-width: 1600px) {
    .navbar-header .site-logo .navbar-brand img {
        padding-left: 10px;
    }
}

@media (max-width: 575px) {
    .navbar-header .site-logo .navbar-brand img {
        padding-left: 0px;
        margin-left: -13px;
    }
}

.navbar-header .site-logo .navbar-brand img {
    max-width: 200px;
}

@media (max-width: 575px) {
    .navbar-header .site-logo .navbar-brand img {
        max-width: 175px;
    }
}

.footer-post-widget .posts ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -3px;
}

.footer-post-widget .posts ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 8px;
    padding: 0px 5px;
}

.footer-post-widget .posts ul li img {
    width: 100%;
}

.blog-sidebar #block-13,
.blog-sidebar #block-14 {
    margin-top: 0;
}

.widget_categories ul li a {
    font-size: 16px;
}

.wpo-single-sidebar .widget#text-widget-7 {
    padding: 0;
}

.wpo-single-sidebar .widget .wpo-contact-widgets {
    background: #3757F7;
    padding: 55px;
    padding-top: 35px;
    color: #fff;
    text-align: left;
}

.wpo-single-sidebar .wpo-contact-widgets h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}

.wpo-single-sidebar .wpo-contact-widgets p {
    color: #fff;
}

.wpo-single-sidebar .wpo-contact-widgets .theme-btn {
    border: 2px solid #fff;
    line-height: 1.3;
    margin-top: 10px;
}

.page-testimonials .owl-controls {
    display: none;
}

.wpcf7 p {
    margin-bottom: 0;
}

.widget.about-widget {
    position: relative;
}

.dialog-body .timetics-single-booking-wrapper .tt-section-title,
.dialog-body .tt-form-left-sidebar .tt-meeting-name {
    font-weight: 400;
}

.dialog-body .tt-flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    line-height: 32px;
}

/* service-sidebar design */

.service-sidebar .widget {
    padding: 30px 40px;
    border: 1px solid #e1e1e1;
    margin-bottom: 40px;
}

.service-sidebar .widget.newsletter-widget {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.service-sidebar .widget.link-widget ul li a {
    border: 1px solid #e1e1e1;
    border-radius: 40px;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px 0 10px 40px;
    position: relative;
    width: 100%;
}

.service-sidebar .widget.link-widget ul li a:hover {
    background: #BAE900;
    color: #fff;
}

.service-sidebar .widget.link-widget ul li.current-menu-item a {
    background: #BAE900;
    color: #fff;
}

.service-sidebar .widget.newsletter-widget p {
    font-size: 20px;
    color: #000B47;
    text-align: center;
    margin-bottom: 15px;
}

.service-sidebar .widget.newsletter-widget span {
    font-size: 15px;
    color: #848892;
}

.service-sidebar .widget.newsletter-widget span a {
    color: #000B47;
    font-weight: 700;
}

.service-sidebar .widget.newsletter-widget span a:hover {
    color: #BAE900;
}

.service-sidebar .widget.newsletter-widget input {
    border: 0;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-align: center;
    background: transparent;
}

.service-sidebar .widget.newsletter-widget input:focus {
    box-shadow: none;
    color: #333;
}

.service-sidebar .widget.newsletter-widget input[type=submit] {
    background: rgba(0, 40, 254, 0.6705882353);
    width: 100%;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    border: none;
    margin: 20px 0;
}

.service-sidebar .gallery-columns-3 .gallery-item {
    padding-bottom: 0;
}

.service-sidebar .gallery-columns-3 .gallery-item img {
    max-height: 70px;
    min-height: 70px;
    width: 100%;
    object-fit: cover;
}

.service-sidebar .gallery {
    margin-bottom: 0;
}

.error404 .wpo-page-title {
	display: none;
}


/*Default Header Overrwrite*/

.wpo-site-header.default-header #navbar {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .wpo-site-header.default-header #navbar>ul>li>a {
        color: #102D06;
    }
}

.wpo-site-header.default-header .navigation.sticky-header {
    background-color: #ffffff;
}

.wpo-site-footer .wpo-lower-footer p {
    margin-bottom: 0;
}
.wpo-site-footer .wpo-lower-footer p a {
    color: #ffffff;
}

.wpo-site-footer .wpo-lower-footer.has-not-copyright {
    border: 0;
}
.wpo-site-footer.default-footer {
    padding-bottom: 0;
}