/** Variables Start **/
:root {

    /** Variables **/

    /** Color Variables **/
    --white-color: #ffffff;
    --black-color: #000000;
    --text-color: #333333;
    --primary-color: #c9b45b;
    --secondary-color: #0f2c4c;
    --gray-color: #ebe6d7;

    /** Link Color and Site Selection Color Variables **/
    --link-color: var(--primary-color);
    --hover-color: var(--secondary-color);
    --selection-bg-color: var(--primary-color);
    --selection-text-color: var(--white-color);

    /** Fonts Variables **/
    --sf-l: 'montserrat-light';
    --sf-r: 'montserrat-regular';
    --sf-m: 'montserrat-medium';
    --sf-pd: 'playfairdisplay-regular';
    --sf-sb: 'montserrat-semibold';
    --sf-sb: 'montserrat-bold';

}

html {
    background: #fff;
    background-color: #fff;
}

h1,
.heading-size-1,
h2,
.heading-size-2,
h3,
.heading-size-3 {
    margin: auto !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
    /* border: 1px solid #dedede !important; */
    border-radius: inherit;
    color: inherit;
    line-height: var(--global--line-height-body);
    padding: var(--form--spacing-unit);
    margin: auto;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
    border: 1px solid #ff0000 !important;
}

.has-sidebar #secondary {
    float: none !important;
    margin-left: 0px !important;
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 20px;
}

/* button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background:var(--black-color) !important; 
	
}  */
select:focus,
input[type="search"]:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

h1.archive-title {
    color: var(--primary-color);
    font-family: var(--sf-r);
}

h1.archive-title span {
    color: var(--black-color) !important;
}

.comments-title {
    margin-bottom: 20px;
}

.comments-title,
.comment-reply-title {
    border-top: 0px solid var(--black-color);
    font-family: var(--sf-r);
    color: var(--black-color);
    font-size: 30px !important;
    line-height: 40px !important;
    text-align: left !important;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body>a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
    box-shadow: 0 0px 0 0 currentColor;
}

.comment-form-comment {
    margin-bottom: 25px;
}

.comment-form .form-submit {
    margin-top: 25px;
    display: inline-block;
}

.comment-form label {
    margin-top: 18px;
    font-family: var(--sf-r);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="number"],
.comment-form textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
}

input,
select,
textarea {
    color: var(--black-color);
    font-family: var(--sf-r);

}

button {
    color: #FFF;
}

.not-found .search-form .search-submit,
.form-submit input[type="submit"] {
    background: var(--secondary-color) !important;
    border: 0;
    border-radius: 2px;
    color: #fff !important;
    text-transform: uppercase;
    outline: none;
    font-family: var(--sf-sb);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
}

.not-found .search-form .search-submit:hover,
.form-submit input[type="submit"]:hover {
    color: #ffffff !important;
    background-color: var(--primary-color) !important;
}

.not-found .search-form .search-submit {
    margin: 10px auto 0;
    display: inline-block;
    width: auto;
    border-radius: 50px;
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 30px;
}

.entry-meta {
    margin: 10px 0px;
}

.tag-links a {
    margin-right: 10px;
}

.pagination {
    margin-bottom: 0px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: var(--black-color);
}

.comments-area,
.sidebar,
.content-bottom-widgets .widget-area,
.widecolumn {
    margin-bottom: 30px;
}

.post-navigation {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    clear: both;
    font-family: var(--sf-r);
    margin: 20px 0px 0px !important;
    width: 100%;
    background-color: transparent;
}

.post-navigation div+div {
    border-top: 0px solid #ddd;
}

.post-navigation .post-title {
    color: var(--text-color);
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-family: var(--sf-r) !important;
    margin: 5px 0px !important;
    font-weight: normal !important;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: var(--secondary-color);
}

.archive .page-header,
.search .page-header,
.error404 .page-header {
    border-top: 0px solid var(--black-color) !important;
    margin: 0 0 20px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    max-width: 100%;
    width: 100%;
    display: block;
}

.page-title {
    color: var(--primary-color) !important;
    font-family: var(--sf-sb) !important;
    font-size: 35px !important;
    line-height: 1 !important;
    letter-spacing: 0.5px !important;
}

.page-title span {
    color: var(--secondary-color);
}

.error-404,
.not-found {
    text-align: center;
}

.search-form {
    text-align: left;
}

.error-404 .search-form label,
.not-found .search-form label {
    font-family: var(--sf-r) !important;
    font-size: 16px;
    margin: 10px 0px 5px;
}

.pagination {
    position: relative;
    border-top: 2px solid var(--secondary-color) !important;
    padding-top: 0px !important;
    padding-bottom: 0px;
    width: 100%;
    margin: 15px auto 0 !important;
    max-width: 100% !important;
    background-color: transparent;
}

.pagination .prev,
.pagination .next {
    background-color: var(--black-color);
    border-radius: 0px;
    color: #fff;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.pagination .prev {
    left: 0px;
}

.pagination .next {
    right: 0px;
}

.pagination .prev .icon-arrow-left,
.pagination .next .icon-arrow-right {
    top: 10px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background: var(--black-color);
    color: var(--white-color);
}

.post-navigation .nav-previous .nav-title {
    padding-left: 25px;
}

.post-navigation .nav-next .nav-title {
    padding-right: 25px;
}

.post-navigation .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -5px;
}

.post-navigation .nav-next .nav-title .nav-title-icon-wrapper {
    right: -5px;
}

.pagination-single {
    width: 100% !important;
    margin-top: 50px !important;
}

.pagination-single hr:first-child {
    margin: 0 0 20px 0 !important;
}

.pagination-single hr:last-child {
    margin: 20px 0 0 0 !important;
}

.pagination-single a {
    color: #434343 !important;
    align-items: baseline;
    display: flex;
    letter-spacing: 0;
    text-decoration: none;
    flex: 1;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--sf-r);

}

.pagination-single a:hover {
    color: #434343 !important;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
    text-decoration: none !important;
}

.pagination-single a:hover {
    text-decoration: none !important;
    color: var(--black-color) !important;
}

.comment-respond p:not(.comment-notes),
.section-inner.max-percentage {
    max-width: 100% !important;
    float: none;
    width: auto;
    margin: 0;
}

.comments-wrapper {
    margin-top: 30px !important;
    width: 100% !important;
}

.comment-respond p.form-submit {
    display: inline-block;
    margin-top: 20px !important;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: var(--black-color);
    outline: 0;
}

.logged-in-as a,
.comment-metadata a {
    font-family: var(--sf-r);
    color: #434343 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}

.comment-respond label {
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.comment-notes {
    font-size: 15px !important;
    line-height: 25px;
    margin: 10px 0px;
}

.comment .comment-content {
    padding-right: 0px;
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0px;
}

.comment-reply .comment-reply-link {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--sf-r);
    color: #fff !important;
    background-color: var(--black-color);
    padding: 5px 10px;
}

.comment-reply .comment-reply-link:hover {
    background-color: var(--purple) !important;

}

ol.comment-list li.odd {
    margin-left: calc(3.25 * 0px);
}

.comment-list .children {
    margin-left: 0px;
}

.comment.depth-1 {
    margin-left: calc(3.25 * 0px);
    margin-top: 30px !important;
}

.comment-meta .avatar {
    border-radius: 100%;
    width: 45px !important;
    height: 45px !important;
    max-width: 100% !important;
    left: -60px !important;
}

.comment-content.entry-content p {
    max-width: 100% !important;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--sf-r);
}

.comment .comment {
    padding-left: 30px !important;
    margin-top: 40px !important;
}

.comment-form-comment {
    margin-bottom: 0px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    width: 100%;
    margin-left: 0px;
    float: none;
    display: block;
}

.comment-form label {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}

.pingback .comment-edit-link {
    color: var(--black-color);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: var(--black-color) !important;
    /*text-decoration:underline;*/
}

.logged-in-as a:hover {
    color: var(--black-color) !important;
    /*text-decoration:underline;*/
}

.current {
    color: var(--secondary-color) !important;
}

.nav-title {
    color: var(--black-color);
}

.comment-author .fn {
    color: var(--black-color) !important;
    font-size: 18px !important;
    font-family: var(--sf-r) !important;
    padding-left: 0 !important;
}

.comments-area.show-avatars .comment-metadata {
    padding: 0 !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {

    outline-offset: 0px;
    outline: 0px dotted var(--form--border-color);
}

.comment-author a {
    color: var(--black-color);
    font-family: var(--sf-r);
    margin-bottom: 0.4375em;
}

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

.comment-reply-title small a {
    color: var(--black-color);
}

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

.tag-links a {
    color: var(--black-color) !important;
}

.tag-links a:hover {
    /*	color: #74a742 !important;*/
    outline: none;
}

.entry-content a:focus,
.entry-content,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
    color: var(--secondary-color);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
}

#comments {
    padding-top: 0px;
    display: none;
}

.comment-body {
    margin-bottom: 10px;
}

.reply {
    margin-top: 5px !important;
    padding-left: 0px;
}

.comment-reply-link .icon {
    color: var(--black-color);
    left: -1.5em;
    height: 1em;
    position: absolute;
    top: 5px;
    width: 1em;
}

.comment-reply-link {
    font-family: var(--sf-r);
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    display: inline-block;
    background-color: var(--primary-color);
}

.comment-reply-link:hover {
    color: #ffffff;
    background-color: var(--black-color);
}

.comment-meta {
    margin-bottom: 1em;
    font-family: var(--sf-r);
    /*padding-left: 65px;*/
    color: var(--black-color) !important;
    margin-bottom: 0px !important;
    min-height: inherit !important;
    padding: 0px !important;
    margin-top: 0px;
}

.entry-content a {
    color: var(--secondary-color) !important;
}

.BlogDetailPageWarp .entry-content ul {
    padding-left: 0px !important;
}

.BlogDetailPageWarp .entry-content ol {
    padding-left: 25px !important;
}

.entry-content a:hover {
    color: var(--black-color) !important;
}

.comment-footer-meta {
    margin-top: 0px !important;
}

.comment-author {
    margin-bottom: 5px;
    font-size: 20px !important;
}

.comment-metadata {
    margin-top: 0px !important;
}

.children .comment-author .avatar {
    height: 40px;
    left: auto;
    top: 5px;
    width: 40px;
}

.comment-metadata a {
    color: var(--black-color) !important;
    z-index: 0 !important;
}

.comment-metadata a:hover {
    color: var(--primary-color) !important;
}

.error-404.not-found .page-content,
.no-results.not-found .page-content {
    padding-bottom: 0em !important;
    margin: 0em;
}

/*-----Only-For--blog-5.0--version----*/
.tag-links a:after,
.tag-links a:before {
    content: " ";
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    top: 12px;
    left: 8px;
}

.tag-links a:after {
    right: 8px;
    left: auto;
}

.tag-links a {
    background-color: var(--black-color);
    padding: 5px 20px;
    color: #ffffff !important;
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase !important;
    font-style: normal !important;
    position: relative;
    box-shadow: none !important;
    transition: ease-in 0.2s !important;
}

.tag-links a:hover {
    background-color: var(--primary-color);
}

h1::before,
h1::after,
h2::before,
h2::after {
    display: none !important;
}

.navigation.post-navigation .nav-links {
    max-width: 100%;
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
}

.nav-next {
    text-align: right !important;
}

.nav-previous {
    text-align: left !important;
}

.post-navigation .nav-links a .meta-nav {
    color: var(--primary-color);
    font-family: var(--sf-sb);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
}

.meta-nav::before {
    margin-right: 5px !important;
}

.meta-nav:after {
    margin-left: 5px !important;
}

.nav-next {
    width: 100%;
    margin-bottom: 0px !important;
}

.pagination .nav-links {
    text-align: center !important;
    margin: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    padding: 12px 0px !important;
}

.pagination .nav-links>* {
    padding: 0;
    font-size: 15px !important;
    line-height: 26px;
    font-family: var(--sf-sb) !important;
}

.pagination .prev,
.pagination .next {
    background-color: var(--secondary-color);
    border-radius: 0px;
    color: #fff !important;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
    text-indent: -999999px;
    margin: 0 !important;
}

.page-numbers svg.svg-icon {
    text-align: left;
    left: 50%;
    position: absolute;
    top: 50% !important;
    margin-left: -11px !important;
    margin-top: -11px;
    color: #fff;
}

.searchsubmit {
    position: relative;
}

.searchsubmit #searchsubmit img {
    max-width: 100%;
    width: 24px;
    min-width: 16px;
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: block;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

input[type="search"],
select {
    color: var(--black-color) !important;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    display: block;
    padding: 10px 12px !important;
    width: 100%;
    font-size: 15px !important;
    line-height: 28px !important;
    margin: 0 auto 0px !important;
    border-radius: 50px !important;
}

.WidgetAreaWrapper select,
select {
    background: url(../images/firefox_tweak.png) no-repeat #fff;
    background-position: 96% 50%;
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
}

.WidgetAreaWrapper input {
    border: 1px solid #ddd !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="search"]:focus {
    outline: none;
}

.wp-block-search__button,
.WidgetAreaWrapper .widget-area button,
.WidgetAreaWrapper .widget-area .wp-block-search__button {
    display: inline-block;
    color: var(--white-color) !important;
    font-size: 15px;
    line-height: 1.2;
    font-family: var(--sf-sb);
    background-color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color) !important;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 50px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0 !important;
}

.wp-block-search__button:hover,
.WidgetAreaWrapper .widget-area button:hover,
.WidgetAreaWrapper .widget-area .wp-block-search__button:hover {
    background-color: var(--black-color) !important;
    border: 2px solid var(--black-color) !important;
}

.WidgetAreaWrapper .wp-block-search__button {
    width: 100%;
    margin-top: 10px;
}

ul {
    list-style-type: none !important;
}

#comments {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    max-width: 100%;
    margin: 30px 0px 30px;
    text-align: left;
}

#comments .comment-form p {
    padding: 0px 5px;
}

#comments .comment-form p label {
    margin: 0 auto 5px;
}

#comments .comment-form p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

#comments .comment-form p.form-submit {
    flex-basis: auto;
}

#comments .comment-form input[type=checkbox]:focus {
    outline-offset: 0px;
    outline: none;
}

#comments .comment-form input[type=checkbox]:after {
    width: 6px;
    height: 11px;
}

.comment-reply-title {
    font-size: 30px;
    line-height: 1.5;
    color: var(--primary-color);
    font-family: var(--sf-r);
}

.comment-list {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.comments-area .comments-title {
    flex: initial !important;
    border: none;
}

.comments-area .comments-title-wrap {
    /*  border-top: 2px solid #74a742;*/
    margin: 0px 0px;
}

.discussion-meta .discussion-meta-info {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--sf-r);
}

.comment .comment-author .post-author-badge {
    height: 18px;
    background: var(--black-color);
    left: auto;
    top: -5px;
}

.comment .children .comment-author .post-author-badge {
    top: 0px;
}

.single {
    padding-top: 0px;
}

/*.single i{
	padding: 0px;
	border-bottom: none;
	font-size: inherit;
	}
	*/
.single h1 {
    width: auto;
    margin: 0 auto;
}

hr {
    background-color: transparent;
}

.archive .page-header .search-term:after,
.archive .page-header .page-description:after,
.search .page-header .search-term:after,
.search .page-header .page-description:after,
.error404 .page-header .search-term:after,
.error404 .page-header .page-description:after {
    display: none;
}

.archive.category .page-header .page-description,
.archive .page-header .page-description,
.search .page-header .page-description {
    font-family: var(--sf-sb);
    text-transform: uppercase;
    color: #000;
    margin: 10px 0px;
    /* font-size:20px; */
    text-transform: none;
}

.navigation.post-navigation .nav-links a span.meta-nav {
    font-family: var(--sf-r);
    color: var(--black-color);
}

.navigation.post-navigation .nav-links a span {
    color: var(--black-color);
    font-family: var(--sf-r);
}

.navigation.post-navigation .nav-links a:hover span {
    color: var(--primary-color);
}

.comment-form .comment-notes,
.comment-form label {
    color: #333;
    font-family: var(--sf-r);
}

.comment-form label {
    font-size: 16px !important;
}

.widget-area a,
a:focus,
ul li a:focus {
    outline: none !important;
    text-decoration: none !important;
}

body {
    text-rendering: inherit;
    background-color: var(--white-color) !important;
}

/*a:visited {
   color: inherit !important; 
}*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

.navigation .nav-links a {
    color: var(--text-color);
    text-decoration: none;
}

/*-----------------------------------------------------*/

.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
}

.comment-respond {
    margin: 0px;
}

.comments-title-wrap .comments-title {
    padding-top: 0px !important;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.no-results.not-found {
    width: 100%;
}

.error-404.not-found .page-title,
.error-404.not-found .page-content,
.no-results.not-found .page-title,
.no-results.not-found .page-content {
    margin: 0px;
}

.bypostauthor .comment-footer-meta .by-post-author {
    display: block;
    font-size: 15px;
    color: #434343;
}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #d1d1d1;
    width: 20px;
    height: 20px;
}

/*********** Recruitment CSS ***********/
.site-main>* {
    margin: 0 auto;
}

.site-header,
.site-main,
.widget-area,
.site-footer {
    padding-top: inherit;
    padding-bottom: inherit;
    margin-left: auto;
    margin-right: auto;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
    max-width: 100% !important;
    width: 100%;
}

.BlogHeaderWrapper {
    background-color: var(--secondary-color);
    text-align: center;
}

.BlogHeaderWrapper .container {
    padding: 20px 0px;
}

.breadcrumb {
    gap: 5px 0px;
}

.BlogHeaderWrapper h1.Title {
    color: var(--black-color);
    font-size: 40px;
    line-height: 1.2 !important;
    text-transform: uppercase;
    font-family: var(--sf-sb);
}

.BlogDetailPageWarp .container {
    max-width: 1000px;
    padding: 40px 0;
}

.BlogWrap {
    background-color: var(--white-color);
}

.BlogWrap .container {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.BlogWrap .ListWrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

.BlogDetailPageWarp .ListWrap {
    display: block;
}

.BlogWrap .ListWrap article {
    margin: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 31.3%;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    border-radius: 0px;
    background-color: var(--gray-color);
}

.BlogWrap .ListWrap article .ThumbImage {
    position: relative;
    overflow: hidden;
}

.BlogWrap .ListWrap article .ThumbImage figure {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 0px;
    overflow: hidden;
    filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.16));
    width: 100%;
}

.BlogWrap .ListWrap article figure img {
    width: auto !important;
    height: inherit !important;
    max-width: 100% !important;
    margin: 0px !important;
    outline: none !important;
    transition: all ease-in-out 0.3s;
    width: 100% !important;
}

.BlogWrap .ListWrap article:hover .ThumbImage img {
    transform: scale(1.1, 1.1);
}

.BlogDetailPageWarp .ListWrap article .ThumbImage {
    margin-bottom: 20px;
}

.BlogDetailPageWarp .ListWrap article:hover .ThumbImage img {
    transform: none;
}

.BlogWrap .ListWrap article .DescWrap {
    padding: 20px;
}

.BlogWrap .ListWrap article .bottom {
    padding: 20px 0 0;
}

.BlogWrap .ListWrap article .bottom .btn-primary {
    color: var(--white-color) !important;
    font-size: 14px;
    line-height: 1.2;
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
    padding: 18px 35px;
}

.BlogWrap .ListWrap article .bottom .btn-primary:hover {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;

}

.BlogWrap .ListWrap article .top+.bottom {
    padding-top: 5px;
}

.BlogWrap .ListWrap article header.entry-header {
    margin: 0px 0px;
    padding: 0px;
    border: none;
    max-width: 100%;
}

.BlogWrap .ListWrap article header.entry-header h2 a,
.BlogWrap .ListWrap article header.entry-header h2 {
    color: var(--text-color);
    font-size: 20px;
    line-height: 1.3;
    font-family: var(--sf-sb);
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
    display: block;
    max-width: 100%;
    text-decoration: none;
    letter-spacing: 0px;
    transition: all ease-in-out 0.3s !important;
    -moz-transition: all ease-in-out 0.3s !important;
    -webkit-transition: all ease-in-out 0.3s !important;
    transition: all ease-in-out 0.3s !important;

}

.BlogWrap .ListWrap article header.entry-header h2 a:hover {
    color: var(--secondary-color);
}

.BlogWrap .ListWrap article header.entry-header h2 {
    margin-bottom: 12px !important;
}

.BlogWrap .ListWrap article .entry-content,
.BlogWrap .ListWrap article .entry-content p {
    margin: 0px;
}

.entry-content p {
    margin-bottom: 20px !important;
}

.entry-content p:last-child {
    margin-bottom: 0px !important;
}

blockquote {
    padding-left: 10px !important;
    display: inline-block;
    width: max-content !important;
}

blockquote:before {
    left: 0 !important;
    top: -4px;
}

.BlogWrap .ListWrap article .entry-content,
.BlogWrap .ListWrap article .entry-content p,
.BlogWrap .ListWrap article .entry-content li {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.6;
    font-family: var(--sf-r);
}

.BlogWrap .ListWrap article .entry-content li {
    text-align: left;
}

.BlogWrap .ListWrap article .entry-content ul li {
    width: 100%;
    display: block;
    background-color: transparent;
    margin: 0 0 5px;
    padding: 0 0px 0px 20px;
    border: 0px;
    background-image: url(../images/bullet-1.png);
    background-position: 5px 9px;
    background-repeat: no-repeat;
}

.BlogWrap .ListWrap article .entry-content h1 {
    font-size: 45px !important;
}

.BlogWrap .ListWrap article .entry-content h2 {
    font-size: 40px !important;
}

.MarginTop20 {
    margin-top: 20px;
}

.MarginBottom20 {
    margin-bottom: 20px;
}

.entry-footer.DateWrap,
.entry-footer.CategoryAndTag {
    color: var(--primary-color);
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--sf-r);
    margin: 0px 0px 10px;
    max-width: 100%;
}

.BlogWrap .ListWrap article .DateWrap {
    color: var(--secondary-color);
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--sf-pr);
    margin-bottom: 8px;
    font-weight: 600;
}

.entry-content a.more-link {
    display: none;
}

.CategoryAndTag .post-taxonomies span,
.DateWrap .post-taxonomies span {
    display: block;
    font-weight: 700;
}

.post-taxonomies span+span {
    margin-top: 10px;
}

.CategoryAndTag .post-taxonomies span a,
.DateWrap .post-taxonomies span strong .entry-footer a {
    color: var(--black-color);
}

.post-taxonomies {
    margin-top: 30px;
    font-family: var(--sf-r);
    color: var(--primary-color);
}

.BlogDetailPageWarp .ListWrap article {
    margin: 0;
    background-color: transparent;
    overflow: hidden;
    box-shadow: none;
    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
}

.BlogDetailPageWarp .ListWrap article .post-thumbnail {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.singular .entry-title {
    color: var(--text-color);
    font-size: 30px !important;
    line-height: 1.3;
    font-family: var(--sf-pr);
    margin-bottom: 15px !important;
}

.WidgetAreaWrapper {
    background-color: var(--gray-color);
}

.WidgetAreaWrapper .container {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.WidgetAreaWrapper .widget-area {
    margin: 0 auto;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    gap: 0px 30px;
}

.WidgetAreaWrapper .widget-area form {
    max-width: 100%;
}

.WidgetAreaWrapper .widget-area .widget,
.WidgetAreaWrapper .widget-area .wp-block-categories-dropdown,
.WidgetAreaWrapper .widget-area .wp-block-latest-posts__list,
.WidgetAreaWrapper .widget-area .wp-block-archives-dropdown {
    margin-top: 0;
    margin-bottom: 0px;
}

.WidgetAreaWrapper .widget-area .widget label,
.WidgetAreaWrapper .widget-area .widget h2 {
    font-size: 18px;
    line-height: 1.3 !important;
    color: var(--black-color);
    font-family: var(--sf-sb);
    margin-bottom: 10px !important;
    display: block;
}

.widget-area ul li,
.widget-area .wp-block-latest-posts>li>a,
.widget-area ul li a {
    font-size: 15px !important;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    color: var(--text-color);
    font-family: var(--sf-r);
}

.widget-area .wp-block-latest-posts>li>a:hover,
.widget-area ul li a:hover {
    color: var(--secondary-color);
}

.widget-area ul li {
    background-image: none;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px !important;
}

.widget-area ul li:last-child {
    padding: 0 0 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px !important;
}

.WidgetAreaWrapper .widget-area .wp-block-archives-dropdown label {
    display: none;
}

.CategoryAndTag .post-taxonomies span a:hover,
.BlogWrap .ListWrap article .entry-content a:hover,
.BlogWrap .ListWrap article header.entry-header h2 a:hover,
.breadcrumb-item a:hover {
    color: var(--primary-color) !important;
}

.footer-wrapper .second .col .list {
    padding-left: 0 !important;
}

.footer-wrapper .col.four .news-letter .col input {
    margin: 0;
    font-size: 15px;
}

.normal-menu .navbar>.logo-container .menu-col .menu ul {
    padding-left: 0;
}

/* .inner-header-wrapper .header-text .container .page-title {
    color: #fff !important;
    font-size: 90px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    font-family: "playfairdisplay-regular" !important;
    margin: 0 !important;
} */

.normal-menu ul {
    padding-left: 0;
}

.wp-block-categories .wp-block-categories__label,
.wp-block-categories-dropdown.wp-block-categories .wp-block-categories__label.screen-reader-text {
    display: none !important;
}