/*
  Theme Name: Blusion – Business WordPress Theme
  Author: Theme_Butterfly
  Support: butterflytheme55@gmail.com
  Description: Blusion – Business WordPress Theme
  Version: 1.0.1

*/ 



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

.header-logo img, .sidebar__logo img {
  width: 161px;
}

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

.wp-block-button__link {
  font-size: 1em;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

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

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

body {
  word-wrap: break-word;
}


/* Header Css */

.header-wrap {
  padding-right: 20px;
}

.main-menu ul li.has-dropdown > a::after {
  display: inline-block;
  position: inherit;
  transform: translateY(-1px);
  margin-left: 5px;
}

@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 18px;
  }
}

.main-menu ul li .sub-menu li a {
  line-height: 1.5;
}
.main-menu ul li.menu-last .sub-menu {
  left: auto;
  right: 0;
}

.main-menu ul li.menu-last .sub-menu li > .sub-menu {
  left: auto;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.main-menu ul li.menu-last .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu ul li .sub-menu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
}

.header-section-02 .main-menu ul li.has-dropdown > a, .header-section-03 .main-menu ul li.has-dropdown > a {
  padding-right: 0;
}

.header-section-02 .header-logo .secondary-logo .logo-2 {
  display: none;
}

.header-section-02.header-sticky .header-logo .secondary-logo .logo-2 {
  display: block;
}

.header-section-02.header-sticky .header-logo .secondary-logo .logo-1 {
  display: none;
}

/* Theme css */

.single-pricing .pricing-content .pricing-list li {
  list-style: none;
}

.blusion-about-section-02 .about-content .about-list ul li {
  list-style: none;
}

.project-single-sidebar .project-sidebar-item .project-list ul li {
  list-style: none;
}

.blusion-project-single .project-inner-content .project-inner-list ul li {
  list-style: none;
}

.blusion-team-profile-section .team-profile-description-wrap .team-profile-info ul .team-info {
  list-style: none;
}

.service-widget .service-category-list ul li a {
  align-items: start;
}

/* Text meant only for screen readers. */
.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. */
}

.bypostauthor {
  display: block;
}



/* Bradcrumb Css */

@media only screen and (max-width: 575px) {
  .page-banner-section {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.breadcrumb__list {
  margin-top: 15px;
}

.breadcrumb__list span {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 26px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .breadcrumb__list span {
    font-size: 16px;
    line-height: 24px;
  }
}

.breadcrumb__list span.dvdr {
  font-size: 12px;
  display: inline-block;
  color: #1a1a1a;
  padding: 0 12px;
}
.breadcrumb__list span:nth-last-child(2).dvdr {
  color: #1a1a1a;
}
.breadcrumb__list span:last-child {
  color: #6B66C6;
}
.breadcrumb__list span a:hover {
  color: #6B66C6;
}

/* Blog Css */

.blog-details-section .single-blog-post .blog-image img, .blog-details-section .blog-details-content p img{
	border-radius: 10px;
}

.blog-details-post .blog-content {
  padding-top: 0;
}

.blog-details-post .blog-image {
  margin-bottom: 35px;
}

.single-blog-post .blog-image a {
  display: block;
}

.single-blog-post .blog-post-text p {
  color: #898989;
  margin-top: 10px;
}

.single-blog-post .blog-video {
  position: relative;
}
.single-blog-post .blog-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-blog-post .blog-video .play-btn:hover {
  color: #fff;
  background-color: #6B66C6;
}

.single-blog-post .blog-audio {
  height: 550px;
}

@media only screen and (max-width: 991px) {
  .single-blog-post .blog-audio {
    height: 420px;
  }
}

.single-blog-post .blog-audio iframe {
  width: 100%;
  height: 100%;
}

.blog-slider {
  position: relative;
}

.blog-slider .blog-slider-item img {
  width: 100%;
}

.blog-slider button {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 18px;
  transition: all 0.3s linear;
}

.blog-slider button:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1a1a1a;
}
.blog-slider button.blog-slider-button-prev {
  left: 15px;
}

.blog-slider button.blog-slider-button-next {
  right: 15px;
}

.postbox__quote {
  padding: 70px 40px;
  overflow: hidden;
  border-radius: 10px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 60px;
}

.blog__grid-quote-icon {
  margin-bottom: 20px;
}

.blog__grid-quote-icon span {
  display: inline-block;
  font-size: 24px;
  color: #6B66C6;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #EFF0F6;
  border-radius: 50%;
}
.blog__grid-quote-content span {
  font-size: 14px;
  color: #525258;
  display: inline-block;
  margin-bottom: 15px;
}
.blog__grid-quote-content blockquote {
  margin: 0;
  margin-bottom: 40px;
}
.postbox__quote p {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.36;
  color: #1a1a1a;
  margin-bottom: 0;
}

.blog__grid-quote-content cite {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  font-style: normal;
  position: relative;
  padding-top: 12px;
}

.blog__grid-quote-content cite::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background-color: #6B66C6;
}

.blog-details-content .wp-block-quote.wp-block-quote-is-layout-flow {
  border-left: 0;
  border-right: 0;
  padding: 50px 40px 40px;
}

.blog-post-wrap .blog-details-content .blog-quote .quote-author-wrap {
  position: relative;
}

.blog-post-wrap .blog-details-content .blog-quote .quote-author-wrap .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #1a1a1a;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%, 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

}

@keyframes pulse {
0% {
  -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
}
70% {
  -moz-box-shadow: 0 0 0 45px rgba(255,255,255, 0);
  box-shadow: 0 0 0 45px rgba(255,255,255, 0);
}
100% {
  -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

/* Blog Sidebar Css */

.sidebar-widget.widget_custom_latest_post_widget .recent-posts {
  margin-bottom: 20px;
}

.sidebar-widget.widget_custom_latest_post_widget .recent-posts:last-child {
  margin-bottom: 0;
}

.blog-post-wrap .blog-details-content .text {
  color: #898989;
}

.recent-posts a {
  display: flex;
  align-items: center;
}

.recent-posts a .post-thumb {
  margin-right: 20px;
}

.recent-posts a .post-thumb img {
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.recent-posts a .post-text {
  flex: 1;
}

.recent-posts a .post-text .title {
  font-size: 16px;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  transition: all 0.3s linear;
  color: #1A1A1A;
  margin-bottom: 0;
}

.recent-posts a .post-text .post-meta {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  display: inline-block;
  margin-top: 5px;
}

.recent-posts a .post-text .post-meta i {
  color: #6B66C6;
  margin-right: 5px;
}

.recent-posts a:hover .post-text .title {
  color: #6B66C6;
}

.sidebar-widget .widget-title {
  font-size: 28px;
  line-height: 36px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 25px;
}

.sidebar-widget ul li {
  list-style: none;
  margin-top: 15px;
}

.sidebar-widget ul li:first-child {
  margin-top: 0;
}

.sidebar-widget ul li a {
  position: relative;
  display: inline;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 20px;
  color: #1A1A1A;
  transition: all 0.3s linear;
}

.sidebar-widget ul li a:before{
  position: absolute;
  content: "\f101";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";  
  font-size: 15px;
  color: #6B66C6;
}

.sidebar-widget ul li a:hover {
  color: #6B66C6;
}

.sidebar-widget ul li ul li {
  border: 0;
}

.sidebar-widget ul li ul {
  padding-top: 10px;
  padding-left: 15px;
}

.sidebar-widget.widget_recent_comments ul li a, .sidebar-widget.widget_recent_entries ul li a, .sidebar-widget.widget_rss ul li a {
  padding-left: 0;
}

.sidebar-widget ul li span.comment-author-link a {
  color: #1a1a1a;
}

.sidebar-widget ul li.recentcomments a {
  color: #898989;
}

.sidebar-widget.widget_recent_comments ul li:hover a {
  color: #6B66C6;
}

.sidebar-widget ul li:hover span.comment-author-link a {
  color: #1a1a1a;
}

.sidebar-widget.widget_recent_comments ul li a::before, .sidebar-widget.widget_recent_entries ul li a::before, .sidebar-widget.widget_rss ul li a::before {
  display: none;
}

.sidebar-widget img {
  border-radius: 6px;
}

.sidebar-widget p {
  margin-bottom: 15px;
}
.nice-select {
  font-size: 16px;
}

.sidebar-widget .nice-select {
  float: none;
}

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

.sidebar-widget .nice-select .option {
  margin-top: 0 !important;
}

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

.sidebar-widget #wp-calendar tbody td#today, .footer-widget #wp-calendar tbody td#today {
  background: #6B66C6;
  color: #fff;
}

.sidebar-widget.widget_custom_html {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.tagcloud a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 18px;
  color: #898989;
  line-height: 22px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 3px;
  transition: all 0.3s linear;
}

.tagcloud a {
  font-size: 18px !important;
}

.tagcloud a:hover {
  background-color: #6B66C6;
  border: 1px solid transparent;
  color: #ffffff;
}

.blog-post-wrap .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  margin-bottom: 8px;
  margin-top: 3px;
}

.wp-block-image {
  margin: 0 0 1em;
}

/* post sticky */
.single-blog-post.sticky {
  border-bottom: 3px solid #6B66C6;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/* Blog Unit Css */

.single-blog-post .blog-content .blog-btn-link i {
	margin-left: 5px;
}

.single-blog-post .blog-content .blog-meta {
  margin-bottom: 15px;
}

.blog-details-content p {
  margin-bottom: 20px;
}

.blog-details-section .tag-sticky-2 ul {
  padding-left: 20px;
}

.blog-details-content ol li, .blog-details-content ul li {
  padding-top: 7px;
}

.blog-details-content ul li a {
  text-underline-offset: 4px;
  text-decoration-skip-ink: all;
  text-decoration: underline;
}

.blog-post-wrap ul, .blog-post-wrap ol{
  padding-left: 20px;
  margin-bottom: 25px;
}

.wp-block-post-template li {
  padding-top: 7px;
}

.wp-block-comment-template {
  margin-bottom: 25px;
}

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

.comment-form .logged-in-as {
  padding-bottom: 10px;
}

.comment-form .single-form {
  margin-top: 20px;
}

.wp-block-post-comments-form .single-form textarea {
  height: 135px;
}

.wp-block-post-comments-form .form-btn .btn {
  height: 50px;
  line-height: 48px;
  font-size: 14px;
}

.comment-respond .comment-form {
  margin-bottom: 30px;
}

/* Blog Unit Calender Css */

#wp-calendar {
  width: 100%;
}

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

#wp-calendar thead {
  font-size: 16px;
}

.blog-details-content table {
  margin-bottom: 30px;
  width: 100%;
}

.blog-details-content table, .blog-details-content th, .blog-details-content td {
  border: 1px solid #d1d1d1;
  font-size: 16px;
}

.blog-details-content table tbody td {
  text-align: center;
}

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

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

.wp-block-table figcaption.wp-element-caption {
  color: #555;
  font-size: 14px;
  text-align: center;
}

.blog-post-wrap .blog-details-content .blog-details-tag-share {
  clear: both;
}

.wp-block-image .alignright.is-resized {
  margin-bottom: 45px;
}

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

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

#wp-calendar tbody tr td {
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  list-style: none;
}

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

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

.blog-details-section ul.wp-block-page-list ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__label {
  font-weight: 600;
  margin-top: 10px;
}

.wp-block-search__input {
  border: 1px solid #f0f0f5;
}

.wp-block-search__button {
  background: #6B66C6;
  border: 1px solid #6B66C6;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  color: #fff;
}

.wp-block-search__inside-wrapper {
  padding: 0;
  border-radius: 4px;
}

.wp-block-tag-cloud a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 18px !important;
  color: #898989;
  line-height: 22px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 3px;
  transition: all 0.3s linear;
}

.wp-block-tag-cloud a:hover {
  background-color: #6B66C6;
  border: 1px solid transparent;
  color: #ffffff;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.wp-block-columns.has-background {
  padding: 0;
}

.wp-block-group.is-style-default p {
  margin-bottom: 0;
}

.wp-block-group.is-vertical p {
  margin-bottom: 0;
}

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

.blog-post-wrap blockquote {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin: 30px 0 !important;
  padding: 50px 40px 40px;
  color: #1a1a1a;
  position: relative;
  text-align: left;
  font-style: normal;
  clear: both;
  font-weight: 400;
  border-radius: 10px;
}

blockquote.has-text-align-right {
  text-align: right;
}

.blog-post-wrap blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  color: #6B66C6;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}

.blog-post-wrap blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #898989;
}

.blog-post-wrap blockquote cite {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-style: normal;
  color: #1a1a1a;
  position: relative;
}

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

.postbox__comment-text blockquote {
  margin: 30px 5px !important;
}

.blocks-gallery-caption {
  margin-bottom: 50px !important;
  text-align: center;
}

.wp-block-image :where(figcaption) {
  color: #555;
  font-size: 14px;
  text-align: center;
}

.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 50px 40px 40px;
}

.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 20px;
}

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

.blog-post-wrap p.has-large-font-size {
  font-size: 24px !important;
  line-height: 1.2;
  margin-bottom: 10px;
}

.blog-post-wrap ol ol, .blog-post-wrap ol ul, .blog-post-wrap ul ol, .blog-post-wrap ul ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.wp-block-embed :where(figcaption) {
  color: #555;
  font-size: 14px;
  text-align: center;
}

.wp-block-embed iframe {
  width: 100%;
  height: 400px;
}

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

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

.gallery-caption {
  display: block;
}

.blog-post-wrap .nice-select {
  float: none;
  margin-bottom: 20px;
}

.blog-post-wrap .nice-select .list {
  width: 100%;
}

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

.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
  padding-left: 0;
}

.blog-post-wrap .wp-block-latest-comments {
  padding-left: 0;
}

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

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.alignright.size-thumbnail.wp-image-827 {
  padding-bottom: 50px;
}

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

.post-password-form input[type="password"] {
  border: 1px solid #ccc;  
  border-radius: 6px;
  height: 50px;
  margin-top: 5px;
  width: 100%;
  padding: 0 15px;
}

.post-password-form input[type="submit"] {
  width: 120px;
  height: 50px;
  background: #6B66C6;
  color: #fff;
  border: 0;
  margin-top: 10px;
  transition: .3s;
}

.post-password-form input[type="submit"]:hover {
  background: #D1F651;
  color: #1a1a1a;
}


.postbox__comment-avater {
  float: left;
}

.postbox__comment-text {
  overflow: hidden;
  overflow: hidden;
  border-bottom: 1px solid #f1f0f7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-post-wrap .postbox__comment-text table {
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
}

.blog-post-wrap table a {
  color: #6B66C6;
  text-decoration: none !important;
}

.comments-area > ul > li {
  list-style: none;
}

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

.comments-area .postbox__comment-text > ul > li, .comments-area .postbox__comment-text > ul > li li, .comments-area .postbox__comment-text > ol > li, .comments-area .postbox__comment-text > ol > li li {
  margin: 0;
  padding: 0;
}

.comments-area .postbox__comment-text ul li, .comments-area .postbox__comment-text ol li {
  margin-bottom: 3px !important;
  list-style: inherit;
}

.comments-area .postbox__comment-text a {
  text-decoration: none;
}

div.comments-area > ul {
  padding-left: 0;
}

div.blog-details-content ul {
  padding-left: 20px;
}

.single-blog-post .blog-content .title a {
  display: inherit;
}

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

/* Page Css */

.tp-page-area .wp-block-quote {
	border-left: 0;
}
.tp-page-area .blog-standard-wrap .blog-post-wrap {
  padding-right: 0;
}

.tp-page-area .postbox__comment {
  margin-bottom: 50px;
}

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

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

.tp-page-area table, .tp-page-area th, .tp-page-area td {
  border: 1px solid #d1d1d1;
}
.tp-page-area table {
  margin-bottom: 30px;
}

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

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

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

.tp-page-area ul li a, .tp-page-area dl a {
  text-underline-offset: 4px;
  text-decoration-skip-ink: all;
  text-decoration: underline;
}

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

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

.tp-page-area .comments-area {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
}

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 30px;
  overflow: hidden;
  padding-top: 40px;
}
.page-links a, .page-links > span {
  border: 2px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 35px;
  line-height: 33px;
  margin-right: 3px;
  color: #1a1a1a;
}
.page-links > span {
  border: 2px solid #6B66C6;
  color: #6B66C6;
}

.wp-block-code {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: .8em 1em;
}

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

.wp-block-pullquote {
  border-bottom: 4px solid #777;
  border-top: 4px solid #777;
}

/* Comments Css */

.blog-post-wrap .blog-details-content .blusion-post-pagination {
	margin-top: 70px;
}

.comment-reply-title, .comment-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}

.comment-title {
  margin-bottom: 35px;
}

.comment-notes {
  font-size: 14px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #686f7a;
  padding-bottom: 10px;
}

.comments-area .single-form {
  margin-top: 20px;
}

.comments-area .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), .single-form textarea {
  border: 1px solid #ebebeb;
  border-radius: 10px;
}



.comments-area .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
  border: 1px solid #6B66C6;
}

.comments-area .single-form textarea {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 25px;
  resize: none;
}

.comments-area .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder, textarea::placeholder{
  opacity: 0.95;
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}

.comments-area .btn {
  height: 50px;
  line-height: 48px;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 35px;
}


/* Comments List Css */

.comments-area {
  margin-top: 50px;
}

.postbox__comment {
  margin-bottom: 50px;
}


.postbox__comment-info {
  flex: 0 0 auto;
}
.postbox__comment-avater img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
[dir=rtl] .postbox__comment-avater img {
  margin-right: 0;
  margin-left: 20px;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-size: 18px;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.postbox__comment-name span {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #69737d;
}
@media (max-width: 575px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
  [dir=rtl] .postbox__comment-text {
    margin-right: 0;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  line-height: 1.5;
  color:  #69737D;
  margin-bottom: 15px;
}
.postbox__comment-reply {
  margin-top: 10px;
}
.postbox__comment-reply a {
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none !important;
  border: 1px solid #EAEAEF;
  padding: 7px 18px;
}
.postbox__comment-reply a:hover {
  color: #fff;
  background: #6B66C6;
  border: 1px solid #6B66C6;
}

.postbox__comment ul li {
  margin-bottom: 20px;
  list-style: none;
}
.postbox__comment ul.children {
   margin-left: 50px;
}
[dir=rtl] .postbox__comment ul.children {
  margin-left: 0;
  margin-right: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__comment ul.children {
    margin-left: 30px;
  }
  [dir=rtl] .postbox__comment ul.children {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .postbox__comment ul.children {
    margin-left: 15px;
  }
  [dir=rtl] .postbox__comment ul.children {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.postbox__comment ul.children .postbox__comment-avater img {
  width: 60px;
  height: 60px;
}

.comment-reply-link {
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  border: 1px solid #EAEAEF;
  padding: 7px 18px;
}

.comment-reply-link:hover {
  background: #6B66C6;
  border: 1px solid #6B66C6;
  color: #fff;
}

.wp-block-post img, .wp-block-post-featured-image img {
  border-radius: 10px;
}

/* Pagination Css */

.blusion-pagination ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.blusion-pagination ul li {
  display: inline-block;
}
.blusion-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.blusion-pagination ul li a, .blusion-pagination ul li span {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s linear;
}
.blusion-pagination ul li a:hover, .blusion-pagination ul li a.current, .blusion-pagination ul li span:hover, .blusion-pagination ul li span.current {
  background-color: #6B66C6;
  border: 1px solid #6B66C6;
  color: #ffffff; 
}


/* Footer Css */

.footer-widget-about .widget-info {
  padding-top: 23px;
}

.footer-widget .footer-widget-title {
  margin-bottom: 30px;
}
.footer-widget-link ul li {
  margin-bottom: 15px;
  list-style: none;
  overflow: hidden;
}

.footer-widget-link ul li:last-child {
  margin-bottom: 0;
}

.footer-widget-link ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .footer-widget-link ul li a {
    font-size: 16px;
  }
}
.footer-widget-link ul li a:hover {
  color: #6B66C6;
}
.widget-info ul li {
  margin-top: 30px;
}
.widget-info ul li:first-child {
  margin-top: 0;
}
.footer-copyright-links ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-copyright-links ul li:last-child {
  margin-right: 0;
}

.footer-social .social {
  padding-top: 0;
}

.footer-social .social li {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-social .social li:hover a {
  color: #fff;
}

.footer-widget.footer-widget-2 {
  padding-left: 20px;
}

.footer-widget .nice-select {
  float: none;
}

.footer-widget .nice-select .list li {
  margin-bottom: 0;
}

.footer-widget #wp-calendar thead th, .footer-widget #wp-calendar caption, .footer-widget .wp-calendar-nav {
  color: #fff;
}

.footer-widget ul {
  overflow: hidden;
}

.footer-widget ul ul {
  padding-left: 15px;
  padding-top: 11px;
}

.footer-widget ul li.recentcomments a {
  color: #b4b8bb;
}

.footer-widget ul li span.comment-author-link a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-widget.widget_recent_comments ul li:hover a {
  color: #6B66C6;
}

.footer-widget ul li:hover span.comment-author-link a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-widget .rss-date, .footer-widget cite, .footer-widget .rssSummary {
  color: #b4b8bb;
}

.blog-sidebar-search .search-form {
  position: relative;
}

.blog-sidebar-search .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-right: 35px;
  color: #415674;
  font-weight: 700;
  outline: none;
  overflow: hidden;
}

.blog-sidebar-search .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #898c94;
  font-weight: 400;
}

.blog-sidebar-search .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 14px;
  background: #6B66C6;
  color: #ffffff;
  transition: all 0.3s linear;
}

.blog-sidebar .sidebar-widget .textwidget p strong {
  display: inline-block;
  margin-bottom: 10px;
}

.blog-sidebar .sidebar-widget.widget_text .wp-caption {
  margin-top: -15px;
}

.footer-widget .textwidget p strong {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-widget .textwidget p img, .blog-sidebar .sidebar-widget .textwidget p img{
  margin-bottom: 20px;
}

.footer-widget p {
  color: #b4b8bb;
}

.footer-widget .tagcloud a {
  color: #b4b8bb;
}

.footer-widget .tagcloud a:hover {
  color: #fff;
}

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


/* Sidebar Block Css */

.blog-sidebar .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 0;
}

.blog-sidebar .wp-block-group__inner-container h2 {
  font-size: 28px;
  line-height: 40px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.blog-sidebar .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  color: #1a1a1a;
}

.blog-sidebar .wp-block-latest-comments li, .blog-sidebar .wp-block-latest-comments li a{
  color: #898989;
}

.blog-sidebar .wp-block-calendar table th {
  background: none;
  font-weight: 600;
  padding-bottom: 0;
}

/* Footer Block Css */

.widget-info ul li .info-text a{
  font-size: 20px;
}

.footer-widget .wp-block-group__inner-container h2 {
  font-size: 24px;
  line-height: 36px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-widget .wp-block-search .wp-block-search__label {
  display: none;
}

.footer-widget .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  color: #fff;
  font-weight: 600;
}

.footer-widget .wp-block-latest-comments li, .footer-widget .wp-block-latest-comments li a{
  color: #898989;
}

.footer-widget .wp-block-calendar table th {
  background: none;
  font-weight: 600;
  padding-bottom: 5px !important;
}

.footer-widget .wp-block-calendar #wp-calendar tbody tr td {
  background: none;
  color: #898989;
}

/* Admin Css */
@media (max-width: 782px) {
  .admin-bar .header-section {
    margin-top: 15px;
  }
}
.admin-bar .header-sticky{
  margin-top: 32px;
}

@media only screen and (min-width: 600px) and (max-width: 782px) {
  .admin-bar .header-sticky {
    margin-top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .header-sticky {
    margin-top: 0px;
  }
}
/* BacktoTop Css */

.back-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  z-index: 20;
  border-radius: 50%;
  background-color: #6B66C6;
  border: 0;
  transition: all 0.3s linear;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0;
  transform: translateX(130%) rotate(90deg);
}

.back-btn:hover {
  background-color: #D1F651;
  color: #1a1a1a;
}

.back-btn.active {
  opacity: 1;
  transform: translateY(0) rotate(90deg);
}