:root {
    --white-color: #FFFFFF;
    --white-color2: #EEEEEE;
    --title-color: #1E1E1E;
    --title-color2: #A0A0A0;
    --paragraph-color: #595959;
    --primary-color: #E3E231;
    --primary-color2: #FFC107;
    --border-colors: #eee;
    --black-color: #1E1E1E;
    --font-dm-sans: "DM Sans", sans-serif;
    --font-outfit: "Outfit", sans-serif;
}

/* Default unit test header css  */

.site-title h3 {
    margin: 10px 0;
}

.set-menu h4 {
    margin: 10px 0;
    font-size: 18px;
}

.set-menu h4 a,
.site-title h3 a {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--primary-color);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.bypostauthor {
    display: block;
}

.gallery-caption {
    display: block;
}

.wp-caption-text {
    margin: 0.8075em 0;
}

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

.alignfull,
.alignwide {
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-right: 2em;
    clear: both;
}

.alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 20px;
    clear: both;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

.wp-block-cover p.has-large-font-size {
    color: #fff !important;
}

.wp-block-file {
    font-family: var(--font-dm-sans);
    margin-top: 20px;
    margin-bottom: 10px;
}

.wp-block-button__link {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    background-color: var(--primary-color);
    transition: .35s;
}

.wp-block-button__link:hover {
    color: #fff;
    background: #2e2d31;
}

.wp-block-file__button {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background: #32373c;
    transition: .35s;
}

.wp-block-file__button:hover {
    color: var(--primary-color);
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    margin-right: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-content-wrapper::after,
.details-page-content:after,
.wp-block-image:after {
    content: "";
    clear: both;
    display: table;
}

/* Formatting */
code {
    padding: 5px 15px;
    background: var(--primary-color);
    color: white !important;
    display: inline-block;
}

pre.wp-block-code {
    background: var(--primary-color);
    border: none;
}

.wp-block-code code {
    color: #2a2d33;
}

pre.wp-block-preformatted {
    margin-top: 10px;
}

pre {
    margin-top: 15px;
    color: #212529;
    background-color: var(--primary-color);
    background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
    background-size: 38px 38px;
    border: 1px solid var(--primary-color);
    display: block;
    line-height: 19px;
    margin-bottom: 20px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
    word-break: break-word;
}

/*--------------------------------------------------------------
  # End Accessibility
--------------------------------------------------------------*/



/* *******************Blog Style ************************ */

/* Sticky Post */

.blog-stndard-card {
    position: relative;
}

.sticky-post-icon {
    position: absolute;
    right: 2rem;
    top: 0;
    content: "\e6de";
    font-family: "themify";
    display: block;
    font-size: 50px;
    color: var(--primary-color);
    left: auto;
    padding-top: 14px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
}

/*Start Sidebar*/
.single-widgets {
    margin-bottom: 50px;
}

.single-widgets:last-child {
    margin-bottom: 0;
}

.containerss span:first-child {
    position: relative;
}

.containerss span:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    transform: translateY(25%);
    border: 1px solid #D7D7D7;
    width: 12px;
    height: 12px;
}

.single-widgets .wp-block-search__inside-wrapper {
    border: 0;
}

.single-widgets .wp-block-search__inside-wrapper button {
    margin-left: 0;
}

.single-widgets label,
.single-widgets .wp-block-heading,
.single-widgets .widget-title h5 a {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 25px;
}


/* global sidebar css  */
.single-widgets ul,
.single-widgets ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-widgets ul li,
.single-widgets ol li {
    display: block;
    margin-bottom: 15px;
}

.single-widgets ul li:last-child,
.single-widgets ol li:last-child {
    margin-bottom: 0;
}

.single-widgets ul li a,
.single-widgets ol li a {
    color: var(--paragraph-color);
    line-height: 1;
    text-transform: capitalize;
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.single-widgets ul li ul,
.single-widgets ol li ol {
    margin-top: 15px;
    margin-left: 10px;
}

/* end global sidebar css  */

/* tags  */
.details-page-content .wp-block-tag-cloud,
.single-widgets .tagcloud {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}

.details-page-content .wp-block-tag-cloud a,
.single-widgets .tagcloud a {
    display: inline-block;
    border: 1px solid var(--white-color2);
    color: var(--paragraph-color);
    font-family: var(--font-outfit);
    font-size: 12px !important;
    font-weight: 400;
    padding: 6px 25px;
    transition: 0.35s;
}

/* end tags  */

/* calender  */
table#wp-calendar {
    width: 100%;
    margin: 0;
}

table#wp-calendar caption {
    background: var(--primary-color);
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    caption-side: top;
    font-family: var(--font-unbounded);
    font-weight: 500;
}

table#wp-calendar thead th {
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    background: #1c2527;
}

table#wp-calendar tbody td {
    border: 1px dashed var(--primary-color);
    padding: 5px 0;
    text-align: center;
    color: var(--title-color);
}

table#wp-calendar tbody td#today {
    font-weight: 600;
}

#calendar_wrap nav.wp-calendar-nav a,
table#wp-calendar tbody td a {
    color: var(--title-color);
}

/* end calender  */

/* search two  */
.single-widgets .form-inner input {
    width: 100%;
    height: 52px;
    padding: 15px 25px;
    background-color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid #eee;
    color: var(--paragraph-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.single-widgets .form-inner button {
    background: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--font-outfit);
    color: var(--title-color);
    letter-spacing: 0.04em;
    text-align: left;
    width: 100%;
}

/* end search two  */

.single-widgets .nice-select {
    float: none;
}

.single-widgets .nice-select .list .option {
    line-height: 30px;
    min-height: 30px;
    white-space: normal;
}

/* details page  */

.details-page-wrapper .details-page-content ul.wp-block-page-list li:last-child {
    margin-bottom: 15px;
}

.details-page-wrapper .details-page-content ul.wp-block-page-list li svg {
    margin-top: 0;
}

.details-page-wrapper .details-page-content p {
    line-height: normal;
}

.details-page-wrapper .details-page-content .nice-select {
    float: none;
    margin-bottom: 40px;
}

.wp-block-query-pagination-numbers span.current,
.wp-block-query-pagination-numbers a {
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    border: 1px solid var(--white-color2);
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wp-block-query-pagination-numbers span.current {
    background: var(--primary-color);
}


.details-page-content table {
    width: 100%;
    text-align: center;
}

.details-page-content table th,
.details-page-content table tr,
.details-page-content table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: var(--font-outfit);
}

.details-page-content table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

/* Password */
form.post-password-form {
    text-align: center;
    margin-top: 20px;
}

.post-password-form input {
    width: inherit;
    height: 50px;
    background-color: #F4F9FD;
    padding-left: 10px;
}

.post-password-form input[type="submit"] {
    height: 50px;
    width: 90px;
    margin-left: -5px;
    outline: none;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 0px 5px 5px 0px;
    transition: 0.5s;
    border: 1px solid var(--primary-color);
    vertical-align: bottom;
}

/* global  */
.comment-content ol li,
.comment-content ul li,
.details-page-wrapper .details-page-content ol li,
.details-page-wrapper .details-page-content ul li {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.comment-content ol li ol,
.comment-content ul li ul,
.details-page-wrapper .details-page-content ol li ol,
.details-page-wrapper .details-page-content ul li ul {
    margin-top: 15px;
}

/* end details page  */



/* Comments Style */
.page-content-wrapper .inquiry-form {
    clear: both;
}

.comment-form p a {
    color: var(--title-color);
    font-weight: 500;
}

.comment-form p a:hover {
    color: var(--primary-color);
}

.single-comment-area .comment-content .replay-btn a {
    color: var(--black-color);
}

.single-comment-area .comment-content .replay-btn a:hover {
    color: var(--primary-color);
}

.comment-form-cookies-consent input {
    margin-right: 10px;
}

.comment-form .comment-reply-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.comment-form .comment-reply-title a {
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
}

.comment-form .comment-reply-title a:hover {
    background-color: var(--primary-color2);
}