/*
    Theme Name: Accountiod
    Theme URI: 
    Author: Battersea Web Expert
    Author URI: https://www.batterseawebexpert.com/
    Description: 
    Tags: blog, two-columns, table-of-content, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, theme-options, block-styles, hot-photos, custom-taxonomy, custom-post-type
    Version: 1.2.0
    Requires at least: 5.0
    Tested up to: 5.4
    Requires PHP: 7.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: accountiod
*/

/* header logo */
.ank-h1 {
    font-size: 32px;
    font-weight: 700;
}

.ank-h3 {
    font-size: 21px;
    font-weight: 700;
}

.section-footer .custom-logo-link {
    margin-right: auto !important;
}

.section-footer .ank-social {
    display: flex;
    padding: 0px;
}

.section-footer .ank-social-li {
    list-style: none;
}

.section-footer .ank-social a {
    padding: 10px;
    background-color: #1c8ebf;
    color: #fff;
    margin-left: 5px;
}

.section-footer .ank-social a:hover {
    color: #000;
}

/* pagination */
.pagination-outer {
    text-align: center;
}

.pagination {
    display: inline-flex;
    position: relative;
}

.pagination li a.page-link {
    color: #fff;
    background: #05595b;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    height: 34px;
    width: 42px;
    padding: 0;
    margin: 0 4px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
    color: #fff;
    background: #002d2e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.pagination li:first-child a.page-link:before {
    transform: rotateY(180deg);
    right: auto;
    left: 0;
}

.pagination li a.page-link:before {
    content: '';
    background: linear-gradient(to top right, transparent 50%, #002d2e 51%);
    height: 12px;
    width: 12px;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before {
    opacity: 1;
    bottom: -12px;
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: inline-block;
    }

    .pagination li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 22px;
    }
}

.pagination .nav-links .current {
    color: #fff;
    background: #000;
    padding: 10px 15px 10px;
    margin: 0 2px;
    font-weight: 600;
    border-radius: 50%;
}


.pagination .nav-links a {
    color: #fff;
    background: #1c8ebf;
    font-weight: 600;
    width: 38px;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border: none;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

/* home page pagination */
.prev-next-posts {
    display: flex;
    justify-content: space-between;
}

.prev-next-posts .prev-posts-link a {
    color: #fff;
    background: #1c8ebf;
    font-weight: 600;
    padding: 10px 15px 10px;
    margin: 0 2px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.prev-next-posts .next-posts-link a {
    color: #fff;
    background: #1c8ebf;
    font-weight: 600;
    padding: 10px 15px 10px;
    margin: 0 2px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.single-post #breadcrumbs .breadcrumb_last {
    display: none;
}

/* for mobile and tablet */
@media (max-width: 992px) {
    .sec-1 {
        display: none !important;
    }


}

blockquote.wp-block-quote p {
    margin-bottom: 0;
}

.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    border-left: 5px solid #47baeb;
    border-right: 1px solid #47baeb;
    border-top: 1px solid #47baeb;
    border-bottom: 1px solid #47baeb;
    padding: 20px;
}

.post-thumbnail-i {
    padding-bottom: 55%;
    height: 0;
    background: #ccc;
}

.fs-20 {
    font-size: 20px;
    font-weight: bold;
}

.img-box-b img {
    object-fit: cover;
}

.single-post #accordionExample {
    margin-bottom: 1rem;
}

/* sources */
.sources {
    border: 1px solid #ccc;
    border-left: 3px solid #47baeb;
    padding: 10px;
    padding-left: 20px;

    margin-top: 10px;
}

.sources::before {
    content: "►";
    color: #47baeb;
    margin-right: 10px;
}

div#accordionExample {
    margin-bottom: 25px;
}

.about-sec {
    background: #f2f2f2b5;
}

.about-sec h3 {
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
}

.small-line {
    height: 4px;
    background-color: #222;
    width: 30px;
}

.big-line {
    height: 4px;
    background-color: #1c8ebf;
    width: 90px;
}

.contact-page .form-control {
    border: 1px solid #ced4da;
    background: #f4f4f4;
    margin-bottom: 10px;
    padding: 12px;
}

.contact-page .form-select {
    padding: 12px;
    border: 1px solid #ced4da;
    background: #f4f4f4;
    cursor: pointer;
}

@media (min-width: 600px) {
    .sidebar-ad {
        position: sticky !important;
        top: 70px;
        z-index: 9;
        height: calc(100% - 0px);
    }
}

.credit-cd-Payt-cal input:focus-visible {
    border: 1px solid #ced4da;
    box-shadow: none;
    outline: none;
}

.credit-cd-Payt-cal .form-control:focus {
    box-shadow: none;
}

#tableofcontent {
    background: #e3dede9e;
    padding: 20px;
    border-style: solid;
    margin-bottom: 30px;
}


#tableofcontent .head-th {
    font-size: 22px;
    color: #212121;
}

.all-page .number a:before {
    /*    counter-increment: none; */
    display: none;
}

.all-page {
    counter-reset: term definition;
    ;
}

.number h2,
h3,
h4,
h5,
h6 {
    /*    display: flex; */
    align-items: center;
}

.number-remove {
    counter-reset: term definition;
}

#highlights {
    background: #e3dede9e;
    padding: 20px;
    border-style: solid;
    margin-bottom: 30px;
}


#highlights .head-th {
    font-size: 22px;
    color: #212121;
}

.wp-block-table td,
.wp-block-table th {
    border-color: #ccc !important;
    vertical-align: bottom;
    padding: 0.75rem;
    border: 1px solid #ccc;
}

.all-page td {
    padding: 5px 15px;
    border: 1px solid;
}
.auth-social-follow ul {
    display: flex;
    padding-left: 0;
    gap: 5px;
}
.auth-social-follow ul li {
    list-style:none;
}