/**
*   Theme Name: Bixola
*   Theme URI: https://twinkletheme.com/themeforest/wp/elementor/bixola/
*   Author: TwinkleTheme
*   Author URI: https://themeforest.net/user/twinkletheme/portfolio
*   Description: Bixola - Multipurpose Business Service WordPress Theme
*   Version: 1.0.0
**/

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

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

a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a:hover {
  color: var(--bixola-base);
}

.pl-0 {
  padding-left: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.page-padding {
  padding: 120px 0;
}

.tp-blog-area > ul,
.tp-blog-area > ol,
.tp-blog-area ul,
.tp-blog-area ol {
  padding-left: 24px;
}

.tp-blog-area dl,
.tp-blog-area ol,
.tp-blog-area ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.postbox__details ol li,
.postbox__details ul li {
  padding-top: 7px;
}

.tp-blog-area dl dl,
.tp-blog-area ol ol,
.tp-blog-area ul ul {
  margin-bottom: 0px;
}

/*tp-page-content*/

.tp-page-content .blog-post-comment {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  padding-top: 30px;
}

.tp-page-content ol,
.tp-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.tp-page-content ol li,
.tp-page-content ul li {
  margin-bottom: 7px;
}

.tp-page-content ol li ol,
.tp-page-content ul li ul {
  margin-top: 7px;
}

.tp-page-content ol ol,
.tp-page-content ol ul,
.tp-page-content ul ol,
.tp-page-content ul ul {
  margin-bottom: 0;
}

.tp-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}

.tp-page-content .tp-page-post > p {
  margin: 32px 0;
  margin-top: 0;
}

.blog__details-content {
  overflow: hidden;
}

.postbox__details p:last-child {
  margin-bottom: 0;
}

/*Header Languages*/

.header__lang ul li a {
  color: var(--bixola-base);
  font-weight: 600;
  font-size: 16px;
}

.header__lang ul li {
  list-style: none;
  position: relative;
}

.header__lang ul li ul {
  position: absolute;
  top: 110%;
  right: 0;
  background: var(--bixola-white);
  z-index: 2;
  width: 120px;
  padding: 12px 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.header__lang ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header__lang ul li ul li a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}

.header__lang ul li ul li:hover > a {
  color: var(--bixola-base);
}

/*Sidebar*/

.sidebar__single {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}

.sidebar__single .wp-block-heading,
.sidebar__single .wp-block-search__label {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sidebar__single .wp-block-calendar table th {
  background: no-repeat;
}

.sidebar__single .nice-select .list {
  width: 100%;
  padding: 10px;
  height: 350px;
  overflow-y: scroll;
}

.sidebar__single .wp-block-search__inside-wrapper {
  margin-bottom: 0px;
}

.sidebar__single .wp-block-search__inside-wrapper {
  position: relative;
}

.sidebar__single .wp-block-search__input {
  display: block;
  outline: none;
  background-color: var(--bixola-primary);
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  height: 48px;
  width: 100%;
  padding-right: 20px;
  border: 1px solid #eaecf0;
  color: #667085;
  border-radius: 6px;
}

.wp-block-search__input {
  height: 100%;
  padding: 18px 20px;
  padding-right: 140px;
  width: 100%;
  border: 1px solid var(--rs-gray-200);
  background: var(--bixola-white);
  color: var(--rs-common-black);
}

.sidebar__single .wp-block-search__button {
  color: var(--bixola-white);
  font-size: 19px;
  position: absolute;
  top: 0;
  right: -5px;
  max-width: 100px;
  width: 100%;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 6px;
  background-color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__single .wp-block-search__button:hover {
  background-color: var(--bixola-black);
}

.sidebar__single .wp-block-search__button:hover:before {
  transform: translate(0, 0);
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.sidebar__single .wp-block-search__inside-wrapper input:focus {
  outline: none;
}

.sidebar__single .wp-block-search__label {
  display: none;
}

.sidebar__single.widget_categories ul,
.sidebar__single.widget_archive ul,
.sidebar__single.widget_pages ul,
.sidebar__single.widget_meta ul,
.sidebar__single.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_nav_menu ul,
.sidebar__single.widget_block ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
}

.sidebar__single.widget_categories ul li ul,
.sidebar__single.widget_archive ul li ul,
.sidebar__single.widget_pages ul li ul,
.sidebar__single.widget_meta ul li ul,
.sidebar__single.widget_recent_comments ul li ul,
.sidebar__single.widget_recent_entries ul li ul,
.sidebar__single.widget_nav_menu ul li ul,
.sidebar__single.widget_block ul.wp-block-latest-posts li ul {
  margin-top: 10px;
}

.sidebar__single.widget_archive li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_recent_comments li,
.sidebar__single.widget_recent_entries li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_block ul.wp-block-latest-posts li,
.sidebar__single.widget_block .wp-block-categories li,
.sidebar__single.widget_block .wp-block-archives li {
  padding-left: 16px;
  position: relative;
  list-style: none;
}

.sidebar__single.widget_categories li {
  padding-left: 0;
}

.sidebar__single.widget_categories ul li ul {
  padding-left: 16px;
}

.sidebar__single.widget_categories li {
  list-style: none;
}

.sidebar__single.widget_categories li + li,
.sidebar__single.widget_archive li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_recent_comments li + li,
.sidebar__single.widget_recent_entries li + li,
.sidebar__single.widget_rss li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_block ul.wp-block-latest-posts li + li,
.sidebar__single.widget_block .wp-block-categories li + li,
.sidebar__single.widget_block .wp-block-archives li + li,
.sidebar__single.widget_block .wp-block-comment-one__comment li + li,
.sidebar__single.widget_block .wp-block-latest-comments li + li {
  margin-top: 10px;
}

.sidebar__single.widget_block ul,
.sidebar__single.widget_block ol,
.sidebar__single.widget_block .wp-block-latest-comments__comment,
.sidebar__single .wp-block-comment-one__comment {
  margin-bottom: 0;
}

.sidebar__single.widget_categories li a:before,
.sidebar__single.widget_archive li a:before,
.sidebar__single.widget_pages li a:before,
.sidebar__single.widget_meta li a:before,
.sidebar__single.widget_recent_entries li a:before,
.sidebar__single.widget_nav_menu li a:before,
.sidebar__single.widget_block ul.wp-block-latest-posts li a:before,
.sidebar__single.widget_block .wp-block-categories li a:before,
.sidebar__single.widget_block .wp-block-archives li a:before {
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  background: var(--bixola-base);
  top: 15px;
}

.sidebar__single.widget_categories li a:hover,
.sidebar__single.widget_archive li a:hover,
.sidebar__single.widget_pages li a:hover,
.sidebar__single.widget_meta li a:hover,
.sidebar__single.widget_recent_comments li a:hover,
.sidebar__single .wp-block-comment-one__comment-link:hover,
.sidebar__single.widget_recent_entries li a:hover,
.sidebar__single.widget_rss li a:hover,
.sidebar__single.widget_nav_menu li a:hover,
.sidebar__single.widget_block ul.wp-block-latest-posts li a:hover,
.sidebar__single.widget_block .wp-block-categories li a:hover,
.sidebar__single.widget_block .wp-block-archives li a:hover {
  color: var(--bixola-base);
}

.sidebar__single.widget_categories li a,
.sidebar__single.widget_archive li a,
.sidebar__single.widget_pages li a,
.sidebar__single.widget_meta li a,
.sidebar__single.widget_recent_comments li a,
.sidebar__single .wp-block-comment-one__comment-link,
.sidebar__single.widget_recent_entries li a,
.sidebar__single.widget_rss li a,
.sidebar__single.widget_nav_menu li a,
.sidebar__single.widget_block ul.wp-block-latest-posts li a,
.sidebar__single.widget_block .wp-block-categories li a,
.sidebar__single.widget_block .wp-block-archives li a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

ol.wp-block-comment-one {
  margin-left: 0;
  padding-left: 0;
}

.sidebar__single.widget_recent_comments .comment-author-link a,
.sidebar__single .wp-block-comment-one__comment-author {
  color: var(--bixola-base);
}

.sidebar__single.widget_recent_comments li:before {
  display: none;
}

.sidebar__single.widget_recent_comments li {
  padding-left: 0;
}

.sidebar__single.widget_block .wp-block-categories,
.sidebar__single.widget_block .wp-block-archives,
.sidebar__single.widget_rss ul {
  margin: 0;
  padding: 0;
}

.sidebar__single.widget_rss li {
  list-style: none;
}

.sidebar__single.widget_rss li a {
  font-weight: 600;
}

.sidebar__single.widget_text .textwidget p {
  margin-bottom: 15px;
  opacity: 1;
}

.sidebar__single #wp-calendar {
  width: 100%;
}

.sidebar__single #wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.sidebar__single #wp-calendar thead {
  font-size: 14px;
}

.sidebar__single #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}

.sidebar__single #wp-calendar tbody {
  color: #666;
}

.sidebar__single #wp-calendar tbody td {
  background: var(--bixola-white);
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.sidebar__single .wp-calendar-table a {
  color: var(--bixola-base);
  font-weight: 600;
}

.sidebar__single #wp-calendar tbody td#today {
  background: var(--bixola-base);
  color: var(--bixola-white);
}

.sidebar__single .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.sidebar__single .wp-calendar-nav-prev a {
  color: #6c757d;
}

.sidebar__single img.rss-widget-icon {
  width: auto;
  padding-right: 10px;
}

.sidebar__single .nice-select {
  float: none;
}

.sidebar__single .nice-select .list {
  width: 100%;
}

.sidebar__single .nice-select .option {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sidebar__single .nice-select::after {
  right: 18px;
}

.sidebar__single .wp-block-archives-dropdown .nice-select {
  margin-bottom: 15px;
}

.sidebar__single.widget_archive .nice-select.open .list li:before,
.sidebar__single.widget_categories .nice-select.open .list li:before {
  display: none;
}

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

.sidebar__single.widget_tag_cloud a {
  font-size: 14px !important;
  color: var(--bixola-gray);
  background-color: #f2f4f7;
  display: inline-block;
  padding: 4px 16px 2px;
  margin-right: 7px;
  letter-spacing: 0.056em;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 4px;
}

.sidebar__single.widget_tag_cloud a + a {
  margin-top: 10px;
}

.sidebar__single.widget_tag_cloud a:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
}

/*Post Formate*/

.postbox__item.sticky {
  border-top: 3px solid var(--bixola-base);
  margin-top: 0px !important;
}

.postbox__text p {
  margin-bottom: 20px;
}

.postbox__audio iframe {
  width: 100%;
}

.postbox__quote i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: var(--bixola-white);
  background-color: var(--bixola-base);
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
}

.postbox__quote p {
  color: var(--heading-color);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 45px;
  opacity: 1;
}

.postbox__quote cite {
  font-size: 18px;
  color: var(--bixola-base);
  font-weight: 600;
  font-style: inherit;
  text-transform: capitalize;
}

.postbox__quote cite:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--bixola-base);
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.postbox__slider {
  position: relative;
  overflow: hidden;
}

.postbox__slider .postbox-slider-button-next,
.postbox__slider .postbox-slider-button-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--bixola-white);
  color: var(--theme-text-10);
}

.postbox__slider .postbox-slider-button-next:hover,
.postbox__slider .postbox-slider-button-prev:hover {
  color: var(--bixola-white);
  background-color: var(--bixola-base);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.postbox__slider .postbox-slider-button-prev {
  left: 30px;
}

.postbox__slider .postbox-slider-button-next {
  right: 30px;
}

.postbox__video {
  position: relative;
}

.postbox__video .play-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: var(--bixola-white);
  background: var(--bixola-base);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  animation: pulse-effect 2s infinite;
}

.postbox__video-img {
  margin-bottom: -50px;
}

.postbox__video-img a img {
  border-radius: var(--bixola-bdr-radius);
}

/* Menu */

.main-menu .main-menu__list > li.menu-last .submenu,
.stricked-menu .main-menu__list > li.menu-last .submenu {
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list > li.submenu li .submenu,
.stricked-menu .main-menu__list > li.submenu li .submenu {
  left: auto;
  visibility: hidden;
  opacity: 0;
  right: 0;
}

.main-menu .main-menu__list > li.submenu li:hover .submenu,
.stricked-menu .main-menu__list > li.submenu li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

/* Admin Bar */

.admin-bar .main-header,
.admin-bar .main-header-four,
.admin-bar .stricky-fixed {
  margin-top: 32px;
}

/*post password*/

.post-password-form input[type="password"] {
  background: #f5f6f8;
  border: 0;
  height: 50px;
  width: 100%;
  padding: 0 15px;
}

.post-password-form label {
  width: 100%;
}

.post-password-form input[type="submit"] {
  width: 120px;
  height: 50px;
  background: var(--bixola-base);
  color: var(--bixola-white);
  border: 0;
  margin-top: 10px;
  transition: all 500ms ease;
}

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

.postbox__details .postbox__title {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 50px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 0 0 -4px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  background: #f5f6f8;
  border: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 47px;
  position: absolute;
  top: 1px;
  right: 15px;
  width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
}

/* WP Default. */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

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

.wp-block-button__link:hover {
  color: var(--bixola-white);
}

:where(.wp-block-group.has-background) {
  padding: 0;
}

.wp-block-group__inner-container p {
  margin: 0;
}

.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-next {
  color: #0b1728b3;
}

.wp-block-query-pagination-numbers span {
  color: var(--bixola-base);
}

.wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination-next:hover {
  color: var(--bixola-base);
}

.wp-block-pullquote {
  border-color: var(--bixola-base) !important;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-block-quote {
  border: 0;
  padding-left: 40px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 1em;
  padding: 40px;
}

.wp-block-quote.has-text-align-right a {
  color: #0b1728;
}

.wp-block-quote.has-text-align-right {
  border-right: 0;
  padding: 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin: auto;
  display: inline-block;
}

.postbox__text blockquote.is-style-large cite::before {
  margin-right: 0;
}

.comments-box blockquote {
  background: var(--bixola-white);
}

.wp-block-column .wp-block-quote {
  padding: 25px;
}

blockquote {
  margin: 35px 0px !important;
  padding: 40px;
  color: #666;
  position: relative;
  background: #f3f4f8;
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f3f4f8;
}

blockquote::before {
  content: "\f10d";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 32px;
  color: var(--bixola-base);
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}

blockquote cite {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  color: #0b1728;
  font-style: inherit;
  font-weight: 500;
}

blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: var(--bixola-base);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.wp-block-image {
  overflow: hidden;
}

.wp-block-image figcaption {
  font-size: 16px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

.bypostauthor {
  display: block;
}

.gallery-caption {
  display: block;
}

.postbox__details table {
  margin-bottom: 30px;
  width: 100%;
}

.postbox__details table,
.postbox__details th,
.postbox__details td {
  border: 1px solid #d1d1d1;
}

.postbox__details table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 400;
}

.postbox__details table tbody td {
  text-align: center;
}

.postbox__details table a {
  color: var(--bixola-base);
}

.postbox__details table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.postbox__details .comments-text table {
  margin-bottom: 30px;
  width: 100%;
  background: var(--bixola-white);
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

#wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.tp-blog-area blockquote p {
  margin-bottom: 10px !important;
  line-height: 1.3;
  font-size: 20px;
  color: #0b1728;
  font-weight: 400;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  color: #0b1728;
  font-size: 16px;
}

.postbox__text p.has-large-font-size {
  font-size: 24px !important;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--bixola-white);
}

.wp-block-media-text__content p.has-large-font-size {
  color: var(--bixola-black);
}

.postbox__text .wp-block-tag-cloud a {
  position: relative;
  color: #0b1728b3;
  font-size: 12px !important;
  background-color: #f5f6f8;
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 10px;
}

.postbox__text .wp-block-tag-cloud a:hover {
  color: var(--bixola-white);
  background: var(--bixola-base);
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
  padding-left: 0;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: var(--bixola-white);
}

.wp-block-post-template.is-layout-flow {
  padding-left: 0;
}

.tp-page-content table {
  margin-bottom: 30px;
}

.tp-page-content table,
.tp-page-content th,
.tp-page-content td {
  border: 1px solid #d1d1d1;
}

.tp-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 500;
}

.tp-page-content table tbody td {
  text-align: center;
}

.tp-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.tp-page-content table a {
  color: var(--bixola-base);
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 30px;
}

.page-links a,
.page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: #444;
}

.page-links > span {
  border: 2px solid var(--bixola-base);
  color: var(--bixola-base);
}

.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}

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

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

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

.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}

figcaption.blocks-gallery-caption,
.blocks-gallery-caption {
  margin-bottom: 40px;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

div.postbox__details .wp-block-cover-text {
  color: var(--bixola-white);
}

.postbox__text .nice-select {
  float: none;
  margin-bottom: 20px;
}

.postbox__text ul li a,
dl a {
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration: underline;
}

.postbox__text ul li a:hover,
dl a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  color: var(--bixola-base);
}

.postbox__text .wp-block-search__input {
  background: #f5f6f8;
  border: 0;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border-radius: 0;
}

.postbox__text .wp-block-search__button {
  width: 120px;
  background: var(--bixola-base);
  color: #fff;
  border: 0;
  transition: 0.3s;
}

.postbox__text .wp-block-search__button:hover {
  background: var(--bixola-black);
}

.postbox__text .nice-select::after {
  right: 12px;
}

/*comments list */

.blog-coment-title h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.comments-avatar {
  float: left;
}

.comments-avatar img {
  margin-right: 30px;
  width: 70px;
}

.comments-text {
  overflow: hidden;
}

.comments-text h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.comment-reply-title a {
  color: var(--bixola-base);
}

p.comment-notes {
  margin-bottom: 40px;
}

.comment-respond a {
  display: inline-block;
  color: var(--bixola-base);
  margin-bottom: 20px;
}

.comment-one ul li .children {
  margin-left: 74px;
  margin-top: 0;
}

.comment-one ul li .children li {
  margin-top: 10px;
}

#cancel-comment-reply-link {
  color: var(--bixola-base);
  margin-left: 8px;
  font-size: 16px;
}

/*comments form*/

.comment-reply-title,
.comment-reply-title a {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-one > ul {
  padding-left: 0;
}

.comment-one > ul > li {
  list-style: none;
}

.comment-one > ul > li li {
  margin: 0;
  padding: 0;
}

.comment-one ul .children {
  list-style: none;
}

.comment-one .comments-text ul li,
.comment-one .comments-text ol li {
  margin-bottom: 3px;
}

.comment-one .comments-text > ul,
.comment-one .comments-text > ol {
  margin-bottom: 20px;
}

.comment-one ul .comment-respond {
  padding: 35px 0;
  padding-bottom: 15px;
}

.comment-one__title {
  margin-bottom: 30px;
}

.comment-one__btn:hover,
.comment-item__content span.name:hover {
  color: var(--bixola-base);
}

.live-comment-widget > ul {
  padding-left: 0;
}

.live-comment-widget > ul > li,
.live-comment-widget .children > li {
  list-style: none;
}

.comment-item__img img {
  border-radius: 50px;
}

.live-comment-widget .children {
  margin-left: 100px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .live-comment-widget .children {
    margin-left: 0;
    padding-left: 0;
  }
}

/*Footer*/

.footer-dark .footer-widget.widget_block.widget_search .wp-block-heading {
  color: var(--bixola-white);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.footer-light .footer-widget.widget_block.widget_search .wp-block-heading {
  color: var(--pb-color-heading-primary);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.footer-dark .footer-widget.widget_rss ul li a {
  color: var(--bixola-white);
  font-weight: 600;
}

.footer-widget.widget_rss ul li a {
  color: var(--pb-color-heading-primary);
  font-weight: 600;
}

.footer-widget.widget_rss ul li a:hover {
  color: var(--bixola-base);
}

.footer-light .footer-widget.widget_rss .rss-widget-title {
  color: var(--pb-color-heading-primary);
}

.footer-dark .footer-widget.widget_rss .rss-widget-title {
  color: var(--bixola-white);
}

.footer-light .footer__widget ul li,
.footer-light .footer__widget.widget_block .wp-block-comment-one li {
  color: var(--pb-color-text-body);
}

.footer-3 .footer__widget ul li,
.footer-3 .footer__widget.widget_block .wp-block-comment-one li {
  color: var(--bixola-white);
}

.footer-dark .footer-widget .widget-title {
  color: var(--bixola-white);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.footer-one__top .wp-block-heading {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.015em;
  margin-bottom: 27px;
  margin-top: -5px;
}

.footer-one__top .wp-block-archives li,
.footer-one__top .wp-block-categories li,
.footer-one__top .widget_archive li,
.footer-one__top .widget_categories li,
.footer-one__top .widget_pages li,
.footer-one__top .widget_meta li,
.footer-one__top .widget_recent_comments li,
.footer-one__top .widget_recent_entries li,
.footer-one__top .widget_rss li {
  list-style: none;
}

.footer-one__top .wp-block-archives li a,
.footer-one__top .wp-block-categories li a,
.footer-one__top .widget_archive li a,
.footer-one__top .widget_archive li span,
.footer-one__top .widget_categories li a,
.footer-one__top .widget_categories li span,
.footer-one__top .widget_pages li a,
.footer-one__top .widget_pages li span,
.footer-one__top .widget_meta li a,
.footer-one__top .widget_meta li span,
.footer-one__top .widget_recent_comments li,
.footer-one__top .widget_recent_entries li a,
.footer-one__top .widget_rss li,
.footer-one__top .wp-block-latest-posts li a,
.footer-one__top .widget_block .wp-block-comment-one {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.015em;
}

.footer-one__top .widget_rss li a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.footer-one__top .wp-block-archives li a:hover,
.footer-one__top .wp-block-categories li a:hover,
.footer-one__top .widget_archive li a:hover,
.footer-one__top .widget_categories li a:hover,
.footer-one__top .widget_pages li a:hover,
.footer-one__top .widget_meta li a:hover,
.footer-one__top .widget_recent_comments li a:hover,
.footer-one__top .widget_recent_entries li a:hover,
.footer-one__top .widget_rss li a:hover,
.footer-one__top .wp-block-latest-posts li a:hover,
.footer-one__top .widget_block .wp-block-comment-one a:hover {
  color: #ffffff;
}

.footer-one__top .widget_rss li {
  margin-bottom: 12px;
}

.footer-one__top .widget_rss li:last-child {
  margin-bottom: 0;
}

.footer-one__top .widget_categories .nice-select {
  display: block;
  width: 100%;
}

.footer-one__top .footer__widget.widget_search .sidebar__search {
  background: transparent;
  padding: 0;
  margin: 0;
}

.footer-one__top .widget_text p {
  color: rgba(255, 255, 255, 0.8);
}

.footer__widget .tagcloud a {
  display: inline-block;
  color: rgba(11, 23, 40, 0.7);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  line-height: normal;
  border: 1px solid rgba(11, 23, 40, 0.14);
  padding: 10px 12px;
}

.footer__widget .tagcloud a:hover {
  color: #ffffff;
  background: var(--bixola-base);
}

.footer__widget .wp-block-search__label {
  display: none;
}

.footer__widget .wp-block-search__inside-wrapper {
  position: relative;
}

.footer__widget .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--bixola-base);
  color: var(--bixola-white);
  border: 0;
  padding: 0 25px;
}

.footer__widget .wp-block-tag-cloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px !important;
  font-weight: 500;
  color: var(--tp-text-11);
  background: var(--bixola-white);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}

.footer__widget .wp-block-tag-cloud a:hover {
  color: var(--bixola-white);
  background: var(--bixola-base);
}

.footer__widget .wp-block-calendar table th {
  background: no-repeat;
}

@media only screen and (min-width: 300px) and (max-width: 550px) {
  .footer__copyright-menu-2 ul li + li,
  .footer__copyright-menu ul li + li {
    margin-left: 20px;
    margin-bottom: 6px;
  }
}

.footer__widget ul ul {
  padding-left: 10px;
  padding-top: 10px;
}

.footer__widget .nice-select {
  width: 100%;
}

.footer__widget-4 .nice-select .option {
  color: #0b1728;
}

.footer__widget.footer-col-2,
.footer__widget-3.footer-col-2-2,
.footer__widget-4.footer-col-2-2 {
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer__widget.footer-col-2,
  .footer__widget-3.footer-col-2-2,
  .footer__widget-4.footer-col-2-2 {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget.footer-col-2,
  .footer__widget-3.footer-col-2-2,
  .footer__widget-4.footer-col-2-2 {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget.footer-col-2,
  .footer__widget-3.footer-col-2-2,
  .footer__widget-4.footer-col-2-2 {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .footer__widget.footer-col-2,
  .footer__widget-3.footer-col-2-2,
  .footer__widget-4.footer-col-2-2 {
    padding-left: 0px;
  }
}

.footer__widget .wp-block-archives-list.wp-block-archives,
.footer__widget .wp-block-categories-list.wp-block-categories,
.footer__widget.widget_categories ul,
.footer__widget.widget_archive ul,
.footer__widget.widget_pages ul,
.footer__widget.widget_recent_comments ul,
.footer__widget.widget_recent_entries ul,
.footer__widget.widget_rss ul,
.footer__widget.widget_meta ul {
  margin-left: 16px;
}

.footer__link li span {
  display: block;
}

.footer__link li + li {
  margin-top: 20px;
}

.footer-light .footer__widget.widget_text p {
  color: var(--pb-color-text-body);
}

.footer-3 .footer__widget.widget_text p {
  color: var(--bixola-white);
}

.footer__widget ul ul {
  padding-left: 10px;
  padding-top: 10px;
}

.footer__widget.widget_meta li + li,
.footer__widget.widget_recent_comments li + li,
.footer__widget.widget_pages li + li,
.footer__widget.widget_rss li + li,
.footer__widget.widget_nav_menu li + li,
.footer__widget.widget_categories li + li,
.footer__widget.widget_archive li + li,
.footer__widget.widget_block .wp-block-comment-one li + li,
.footer__widget.widget_block .wp-block-latest-posts li + li,
.footer__widget.widget_block .wp-block-archives li + li,
.footer__widget.widget_block .wp-block-categories li + li {
  margin-top: 15px;
}

.footer__widget.widget_rss ul li {
  line-height: 1.5;
}

.footer-light .footer__widget.widget_recent_comments a,
.footer-light .footer__widget.widget_block .wp-block-comment-one a {
  color: var(--pb-color-text-body);
}

.footer__widget.widget_recent_comments a,
.footer__widget.widget_block .wp-block-comment-one a {
  color: var(--bixola-white);
}

.footer__widget.widget_recent_comments li a:hover,
.footer__widget.widget_block .wp-block-comment-one a:hover {
  color: var(--bixola-base);
}

.footer-light .footer__widget .rssSummary {
  line-height: 1.5;
  color: var(--pb-color-text-body);
}

.footer__widget .rssSummary {
  line-height: 1.5;
  color: var(--bixola-white);
}

.footer__widget.widget_rss ul li a {
  padding-left: 0;
}

.footer__widget.widget_rss ul li a::after,
.footer__widget.widget_rss ul li a:before,
.footer__widget.widget_recent_comments a:before,
.footer__widget.widget_recent_entries ul li a::after {
  display: none;
}

.footer__widget .nice-select .list {
  width: 100%;
  padding: 20px 0;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 99;
}

.footer-dark .footer__widget .nice-select .option {
  margin-bottom: 0 !important;
  color: var(--pb-color-heading-primary);
}

.footer__widget .nice-select .option {
  margin-bottom: 0 !important;
}

.footer__widget .nice-select li {
  color: var(--rs-text-body);
}

.footer__widget .nice-select ul li + li {
  margin-top: 0;
}

.footer__widget .nice-select::after {
  right: 18px;
}

.footer__widget #wp-calendar {
  width: 100%;
}

.footer__widget #wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.footer__widget #wp-calendar thead {
  font-size: 14px;
}

.footer-light .footer__widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: var(--pb-color-heading-primary);
}

.footer__widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: var(--bixola-white);
}

.footer__widget #wp-calendar tbody {
  color: var(--bixola-white);
}

.footer-light .footer__widget #wp-calendar tbody td {
  color: var(--pb-color-text-body);
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.footer__widget #wp-calendar tbody td {
  color: var(--bixola-white);
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.footer-light .footer__widget #wp-calendar tbody td#today {
  color: #fff;
  background-color: var(--bixola-base);
}

.footer__widget #wp-calendar tbody td#today {
  background-color: var(--bixola-base);
}

.footer__widget .wp-calendar-table a {
  font-weight: 700;
  color: var(--bixola-base);
}

.footer__widget .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.footer-light .footer__widget #wp-calendar caption,
.footer-light .footer__widget .wp-calendar-nav-prev a {
  color: var(--pb-color-text-body);
}

.footer__widget #wp-calendar caption,
.footer__widget .wp-calendar-nav-prev a {
  color: var(--bixola-white);
}

.footer__widget .tagcloud a {
  background: var(--bixola-white);
}

.footer__widget .tagcloud a:hover {
  background: var(--bixola-base);
  border: 1px solid var(--bixola-base);
}

.footer__widget .nice-select {
  float: none;
}

.footer-light .footer__widget.widget_text strong {
  color: var(--pb-color-text-body);
  display: inline-block;
  margin-bottom: 10px;
}

.footer__widget.widget_text strong {
  color: var(--bixola-white);
  display: inline-block;
  margin-bottom: 10px;
}

.footer__widget button.wp-block-search__button.wp-element-button {
  background: var(--pb-color-gradient-1);
  font-size: 16px;
  color: var(--pb-color-common-white);
  height: 100%;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 20px;
}
