.wp-block-image .alignleft {
    width: 100%;
}

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

a {
    transition: 0.5s ease;
}

a:focus-visible,
a:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--secondarycolor) !important;
    border-color: var(--secondarycolor);
}

.form-check-input:focus {
    box-shadow: none;
}

img {
    height: auto;
}

blockquote p {
    font-style: italic;
    font-size: 16px !important;
    font-weight: 600;
    color: #232323;
    padding-left: 40px;
}

blockquote {
    position: relative;
    border-left: 0 !important;
}

blockquote:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    background: url(https://api.iconify.design/el/quotes.svg?color=%2317869E) no-repeat center center / contain;
    left: 12px;
    opacity: 0.8;
}

.wp-block-quote.is-style-large {
    border-left: 0em solid red !important;
    padding-left: 0px !important;
}

.wp-block-pullquote::before {
    content: none;
}

.wp-block-pullquote {
    position: relative;
    padding: 3em 0 20px;
    margin-top: 45px;
}

.wp-block-pullquote .has-very-dark-gray-color {
    text-align: center !important;
}

.wp-block-pullquote .has-very-dark-gray-color p {
    margin-bottom: 10px !important;
}

figure.is-style-circle-mask {
    display: block;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 20px;
}

.wp-block-archives {
    list-style: none;
    padding: 0;
}

.wp-block-archives li {
    list-style: none;
}

.wp-block-latest-comments footer {
    background-color: transparent;
    padding-top: 0px;
}

.sub-menu .menu-item-has-children a:first-child:nth-last-child(2):before {
    right: 16px;
}

.bs-navbar li .sub-menu li:hover>a:first-child:nth-last-child(2):before {
    right: 16px !important;
}

.bs-navbar .menu-item-has-children li li:hover>a:first-child:nth-last-child(2):before {
    transform: rotate( 90deg);
    border-color: #061A3A transparent transparent transparent;
}

.wp-block-separator {
    width: 75%;
    margin: 0px auto 50px;
}

.is-style-wide {
    width: 100%;
}

.wp-block-separator.is-style-dots:before {
    content: "\2022\2022\2022";
    color: currentColor;
    font-size: 3.5em;
    letter-spacing: 10px;
    padding-left: 0;
    font-family: serif;
}

.wp-block-preformatted,
pre {
    border: 1px solid;
    padding: 25px;
    width: 80%;
    margin-top: 25px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid !important;
    padding: 10px;
}

table {
    margin-bottom: 10px;
}

dl {
    margin: 20px 20px;
}

address {
    padding: 0 20px;
}

dt,
dd {
    padding: 10px 0 0 0;
}

dd {
    padding-left: 25px;
}

.aligncenter {
    clear: both;
    margin: 0 auto;
    display: inherit;
    text-align: center;
    display: block !important;
}

.alignnone,
.aligncenter {
    width: 100% !important;
}

.alignright {
    text-align: right;
    float: right;
    padding-left: 20px;
    margin-left: auto;
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 20px;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    word-break: break-word;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    word-break: break-word;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    word-break: break-word;
}

h1,
h5 {
    word-break: break-all;
}

.wp-calendar-table caption {
    caption-side: top;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background-color: #dddddda6;
    border: 1px solid;
    border-bottom: none;
}

.wp-calendar-table td#today {
    background-color: #17869E;
    text-align: center;
    color: #fff;
    border-radius: 0%;
    width: auto;
    height: auto;
    border: 1px solid #000 !important;
}

.main-nave>li {
    list-style: none;
    margin-right: 20px;
}

.main-nave li a {
    color: #32363b;
}

ol li {
    line-height: 35px;
}

.healthieo-comments-list .children {
    border: 1px solid #e7effa;
    max-width: 90%;
    margin-right: 0;
}

.comment {
    margin-bottom: 20px;
}

figcaption {
    display: block !important;
}

a.wp-block-file__button {
    float: right;
}

.sub-menu li:hover>ul {
    visibility: visible;
    opacity: 1 !important;
    display: block;
}

.sub-menu a {
    margin: 0 !important;
}

.bs-navbar li li a {
    word-break: break-word;
}

.bs-navbar li {
    position: relative;
    padding-right: 0px !important;
}

.bs-navbar li a {
    margin-right: 20px;
}

.bs-blog-sidebar label.wp-block-search__label {
    display: none;
}

.add-img img {
    max-width: unset !important;
    width: 76px !important;
    height: 76px;
    object-fit: cover;
}

.blog-content input {
    height: 48px;
    border-radius: 0 !important;
}

.is-style-squared a {
    border-radius: 0;
}

.has-background-dim .wp-block-cover-text {
    color: #fff !important;
}

.wp-block-column ol {
    margin: 0;
}

ul,
ol {
    margin: 0 0 1em 1em;
}

.single-format-standard .select2-container,
.bs-blog-sidebar .select2-container {
    border: 1px solid #aaa;
}

.single-format-standard .select2-container--open .select2-dropdown {
    left: -1px;
}

.single-format-standard .wp-block-archives-dropdown {
    margin-bottom: 0;
}

.select2-dropdown {
    border: 1px solid #aaa !important;
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    margin-top: 20px;
}

h1 {
    margin-bottom: 0.5rem;
}

.page-links .current {
    background-color: #061A3A !important;
    border: 1px solid #061A3A !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 41px;
    min-height: 41px;
    height: 41px !important;
    display: inline-block;
    width: 36px;
    text-align: center;
}

.page-links a:hover {
    background-color: #061A3A !important;
    border: 1px solid #061A3A !important;
    color: #fff !important;
    transition: 0.5s ease;
}

.page-links a {
    font-size: 14px !important;
    background-color: #fff !important;
    border: 1px solid #d3ced2 !important;
    height: 41px !important;
    line-height: 41px;
    display: inline-block;
    width: 36px;
    transition: 0.5s ease;
    text-align: center;
}

.page-links {
    margin-top: 20px;
}

.gallery-item {
    width: 100% !important;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.bs-about-name h5 {
    margin-bottom: 0;
}

.healthieo-comments-list .bs-blog-form {
    padding-bottom: 92px;
    margin-bottom: 0;
}

.wp-block-search .wp-block-search__input {
    border: 1px solid #E7EFFE !important;
    background-color: #eef3f7;
    border: 0 !important;
    border-radius: 0;
    padding-left: 15px;
    height: 56px;
    font-size: 14px;
    border-radius: 5px 0 0px 5px;
}

.widget_nav_menu .menu-item-has-children a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 10px;
    right: -18px;
    border-width: 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #8e8a8a;
}

.widget_nav_menu .menu-item-has-children:hover>a:first-child:nth-last-child(2):before {
    border: 4px solid transparent;
    border-bottom-color: #061A3A;
    margin-top: 0;
    border-color: transparent transparent transparent #8e8a8a;
}

.widget_pages a,
p {
    line-height: 28px !important;
}

.home.blog .bs-page {
    padding: 166px 0 66px;
}

.sb-page-transparent .main-nave li a,
.home.blog .main-nave li a {
    color: #1B262C;
}

.bs-blog-content {
    padding: 25px;
}

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

.bs-blog-sidebar h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 0px 20px !important;
}

.blog-comment h2 {
    line-height: 32px;
    font-weight: 600;
}

.comment>:is(h5, h6, h1, h2, h3, h4) {
    margin-left: 26px;
}

.bs-comment-name h6 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}

.bs-about-name h5 {
    margin-bottom: 0;
    line-height: 32px;
    font-size: 20px;
}

.widget_calendar .calendar_wrap .wp-calendar-table {
    margin: 0 !important;
}

a {
    line-height: 32px;
}

.wp-block-column ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

blockquote.has-text-align-right {
    padding-right: 36px;
}

blockquote.has-text-align-right:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    background: url(https://api.iconify.design/el/quotes.svg?color=%23F17732) no-repeat center center / contain;
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

blockquote.is-style-large p {
    padding-left: 30px;
}

p.has-large-font-size {
    line-height: initial !important;
}

.wp-block-search__button,
button {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 0px;
    background: #17869E;
    color: #fff;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    margin: 0;
    transition: 0.5s ease !important;
}

button:hover,
.wp-block-search__button:hover {
    transition: 0.5s ease !important;
    border: 1px solid #F17732 !important;
    background-color: #F17732 !important;
    color: #FFFFFF;
}

.page-links {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.post-password-form label {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.post-password-form input[type="submit"] {
    position: relative;
    bottom: -2px;
    left: -5px;
    border-radius: 0px 4px 4px 0px !important;
}

.post-password-form input[type="password"] {
    border-radius: 4px 0px 0px 4px !important;
}

blockquote {
    position: relative;
    line-height: 36px;
    border-left: 0 !important;
}

.gallery.gallery-columns-8 {
    margin-bottom: 1.5em;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-columns-8 .gallery-item {
    width: 11.34% !important;
}

.gallery.gallery-columns-9 {
    margin-bottom: 1.5em;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-columns-9 .gallery-item {
    width: 9.94% !important;
}

.sub-menu li a {
    color: #000;
}

.sub-menu>li a {
    color: #000 !important;
}

.sb-page-transparent .menu-item-has-children a:first-child:nth-last-child(2):before,
.home.blog .menu-item-has-children a:first-child:nth-last-child(2):before {
    border-color: #1B262C transparent transparent transparent;
}

.sb-page-transparent .menu-item-has-children:hover>a:first-child:nth-last-child(2):before,
.home.blog .menu-item-has-children:hover>a:first-child:nth-last-child(2):before {
    border-color: transparent transparent #1B262C transparent;
}

.sb-page-transparent .menu-item-has-children:hover>a:first-child:nth-last-child(2):before,
.home.blog .menu-item-has-children:hover>a:first-child:nth-last-child(2):before {
    border: 4px solid transparent;
    border-bottom-color: #061A3A;
    margin-top: -5px;
    border-color: transparent transparent #1B262C transparent !important;
}

.sb-page-transparent .sub-menu .menu-item-has-children a:first-child:nth-last-child(2):before,
.home.blog .sub-menu .menu-item-has-children a:first-child:nth-last-child(2):before {
    border-color: #000 transparent transparent transparent;
}

.sb-page-transparent .sub-menu .menu-item-has-children:hover>a:first-child:nth-last-child(2):before,
.home.blog .sub-menu .menu-item-has-children:hover>a:first-child:nth-last-child(2):before {
    border-color: transparent transparent #000 transparent !important;
}

.bs-navbar li a:last-child {
    margin-right: 0;
}

.hexa-bg-white .col-md-2 {
    width: 14.3%;
}

.navbar-toggler .container {
    padding: 0 !important;
    border: 0 !important;
}

.sb-page-transparent .navbar .lb-nav-main .hexa-main-nav,
.home.blog .navbar .lb-nav-main {
    background: #FFFFFF;
}

.sub-menu .sub-menu {
    left: 100%;
}

.sub-menu li a {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.mejs-play>button {
    background-position: 0 0;
    height: auto;
    min-height: -webkit-fill-available;
}

.mejs-controls button:hover {
    background-color: transparent !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
}

.comment-reply-title {
    display: flex;
    justify-content: space-between;
}

.comment-reply-title small a {
    color: red !important;
}

.bs-blog-category li {
    list-style: none;
}

.bs-blog-sidebar li {
    margin-left: 0 !important;
}

.bs-blog-sidebar li:before {
    display: none !important;
}