/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.footer-social__links {
  display: flex;
  align-items: center;
  grid-gap: 36px;
  margin-top: -16px;
}
.footer-social__links a:hover svg path {
  fill: #CA1703;
}
.primary-sidebar .wp-block-search__inside-wrapper {
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.primary-sidebar .wp-block-search__input {
  border-color: #D9D9D9;
  border-radius: 10px;
  box-shadow: none;
  height: 46px;
}
.primary-sidebar .wp-block-search .wp-block-search__button {
  font-size: 20px;	
  line-height: 24px;
  background-color: #3C3C3C !important;
  border-radius: 10px;
  color: #fff !important;
  width: 107px;
	height: 46px;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  border-radius: 14px;
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.15);
  padding: 21px 14px !important;
}
.wp-block-latest-posts li {
  display: flex;
  align-items: center;
  margin: 0 0 17px 0 !important;
}
.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts__featured-image {
  flex: 0 0 106px;
  height: 71px;
}
.wp-block-latest-posts__featured-image {
  flex: 0 0 91px;
  height: 71px;
}
.wp-block-latest-posts__featured-image img {
  width: 91px;
  height: 71px;
  object-fit: cover;
  border-radius: 5px;
  max-width: 100% !important;
  max-height: 100% !important;
}
.wp-block-latest-posts__post-title {
  line-height: 18px;
}
.wp-block-latest-posts__post-title:hover {
  color: #CA1703 !important;
  text-decoration: none !important;
}
.primary-sidebar.widget-area .widget-title,
.primary-sidebar.widget-area h2.wp-block-heading {
  font-size: 28px !important;
  line-height: 33px !important;
  text-transform: initial !important;
  position: relative;
  padding-top: 25px;
  padding-bottom: 6px;
}
.primary-sidebar .widget-title::after, 
.single-post .entry-related-title::after,
.primary-sidebar.widget-area h2.wp-block-heading::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 144px;
  height: 6px;
  background-color: #FF0000;
}
.single-post .kadence-breadcrumbs {
  color: #959595;
  padding: 0 10px 12px 28px;
  border-bottom: 3px solid #FF0000;
  position: relative;
}
.single-post .kadence-breadcrumbs::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 4px;
  background-image: url('/wp-content/uploads/2023/10/home.svg');
  width: 11px;
  height: 10px;
}
.single-post .entry-taxonomies .category-style-pill a {
  background-color: #CA1703;
  border-radius: 10px;
  font-size: 12px;
  padding: 6px 12px;
  text-transform: initial;
}
.single-post .entry-content.single-content p,
.single-post .entry-content.single-content li {
  font-size: 18px;
  line-height: 28px;
  color: #3C3C3C;
}
.single-post h1.entry-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  padding: 4px 0 2px;
}
.single-post .entry-meta {
  font-size: 13px;
  font-weight: 400;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.single-post span.posted-on {
  margin-right: 6px;
}
.single-post span.author.vcard {
  font-weight: 400;
  color: #CA1703;
}
.single-post .entry-meta > *:after {
  width: 0;
  height: 0;
}
.single-post .single-content .wp-block-image img {
  border-radius: 13px;
  width: 100%;
}
.single-post h2.wp-block-heading {
  font-size: 28px;
}
.single-post .entry.single-entry {
  box-shadow: none;
}
.single-post .wp-block-quote {
  background-color: #FFE3E1;
  border-radius: 30px;
  border-left: 10px solid #FF0000;
  padding: 34px 50px 31px 60px;
}
.single-post .wp-block-quote h3,
.single-post .wp-block-quote h4 {
  font-size: 20px;
  line-height: 23px;
  color: #3C3C3C;
  margin-bottom: 18px;
  padding-left: 37px;
  position: relative;
}
.single-post .wp-block-quote cite {
  font-size: 20px;
  line-height: 28px;
  color: #3C3C3C;
}
.single-post .wp-block-quote h3::before,
.single-post .wp-block-quote h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: -2.5px;
  width: 28px;
  height: 28px;
  background-color: #FF0000;
  border-radius: 50%;
}
.single-post .wp-block-quote h3::after,
.single-post .wp-block-quote h4::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 6px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.single-post .entry-related-inner-content {
  border-radius: 14px;
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.15);
  padding: 30px 35px 1px;
}
.single-post .entry-related .entry-related-inner {
  padding: 0 0 1.25rem !important;
  background-image: url('/wp-content/uploads/2023/10/single-blog-vector.png');
  background-position: right 64px top 16px;
  background-repeat: no-repeat;
  background-size: auto;
}
.single-post .entry-related-title {
  font-size: 1.75rem;
	line-height: 33px !important;
  margin-bottom: 35px;
  padding-bottom: 6px;
  position: relative;
}
.single-post .splide__slide .post-thumbnail-inner img {
  border-radius: 5px;
}
.single-post .splide__slide .loop-entry .entry-content-wrap {
  padding: 12px 0 0;
}
.single-post .splide__slide .entry-content-wrap h3.entry-title {
  font-size: 0.9375rem;
  line-height: 18px;
  color: #333;
}
.single-post .splide .splide__arrow svg {
  fill: #ca1703;
  opacity: 0.5;
  height: 18px;
  width: 18px;
}
.single-post .splide .splide__arrow {
  background-color: transparent;
  opacity: 1;
}
.single-post .splide .splide__arrow--prev {
  left: -32px;
}
.single-post .splide .splide__arrow--next {
  right: -32px;
}
.single-post .splide .splide__arrow:hover svg {
  opacity: 1;
}
.single-post .splide .splide__arrow:hover,
.single-post .splide .splide__arrow:focus {
  background-color: transparent;
}
.single-post .splide .entry.loop-entry {
  box-shadow: none;
}
.single-post .splide .splide__pagination {
  display: none;
}
.single-post .splide .entry-meta {
  font-size: 12px;
}
.entry-related .entry-meta.entry-meta-divider-dot {
  flex-direction: column-reverse;
}
.single-post .splide span.meta-label {
  text-transform: lowercase;
}
.single-post.comment-reply-title {
  margin-bottom: 12px;
}
.single-post .comment-form p.logged-in-as {
  color: #959595;
  margin: 0 0 5px;
}
.single-post input,
.single-post textarea {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding-left: 18px;
}
.single-post .comment-form input:placeholder-shown+label, 
.single-post .comment-form textarea:placeholder-shown+label {
  padding-left: 12px;
}
.single-post input[type="submit"] {
  background-color: #FF0000;
  box-shadow: none;
  border: none;
  border-radius: 19px;
  width: 168px;
  height: 49px;
  font-size: 17px;
}
.single-post input[type="submit"]:hover {
  background-color: #CA1703;
}
.single-post input {
  height: 40px;
}
.single-post p.comment-form-url {
  display: none;
}
.single-post p.comment-form-cookies-consent label {
  font-size: 12px !important;
  color: #3C3C3C;
  margin-top: 2px;
}
.single-post .entry-content-wrap {
  box-shadow: none;
	padding: 2rem 0;
}
.wp-block-categories-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 11px;
  grid-row-gap: 15px;
}
.wp-block-categories-list li {
  line-height: unset;
  height: 45px;
}
.wp-block-categories-list li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 42px;
  background-color: #CA1703;
  border-radius: 3px;
  color: #fff;
  width: 100%;
  height: 45px;
  padding-left: 14px;
}
.wp-block-categories-list li a:hover {
	color: #fff !important;
  background-color: #FF0000;
  text-decoration: none;
}
.wp-block-categories-list.wp-block-categories {
  padding-top: 20px;
}
.primary-sidebar .wp-block-latest-posts__post-title {
  font-weight: 700;
}
.single-post .site-header {
  border-bottom: 1px solid #D9D9D9;
}
.single-post .content-area {
  margin: 0px 0 40px;
}
.single-post .site-footer {
  border-top: 1px solid #D9D9D9;
}
.single-post .primary-sidebar {
  padding-top: 2rem;
}
@media screen and (min-width: 767px) {
  .single-post .comment-form .comment-input-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .has-sidebar .content-container {
    grid-gap: 35px;
  }
}
.single-post .content-wrap {
  padding-left: 232px;
}
.site-main article.entry.loop-entry {
  box-shadow: 3px 3px 24px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 14px;
  padding: 21px 16px 16px;
}
.site-main img.wp-post-image {
  border-radius: 13px;
}
.site-main article h2.entry-title {
  font-size: 19px;
	line-height: 22px;
}
.site-main .loop-entry .entry-content-wrap {
  padding: 21px 18px 30px;
}
.site-main article .entry-summary p {
  font-size: 16px;
  line-height: 19px;
  color: #3c3c3c;
}
.site-main article a.post-more-link {
  color: #CA1703;
}
.entry-author-avatar img {
  width: 172px;
  height: 172px;
  object-fit: cover;
  border-radius: 50%;
}
.entry-author-avatar {
  border: 14px solid #D9D9D9;
  border-radius: 50%;
  top: 0;
}
b.entry-author-name.author-name {
  font-size: 20px;
  color: #CA1703;
}
.entry-author-description p {
  color: #6A6A6A;
}
.entry-author-profile {
	min-height: 200px;
	margin-bottom: 28px;
  padding: 15px 0 0 228px !important;
}
h1.page-title.search-title {
  font-size: 32px;
}
.page .entry-content-wrap {
  padding: 0;
}
.entry.single-entry {
  box-shadow: none !important;
}
.page .content-area {
  margin-top: 3px;
}
.privacy-policy.page .content-area,
.page-id-31.page .content-area {
  margin-top: 5rem;
}
.privacy-policy.page .content-area p,
.page-id-31.page .content-area p {
  font-size: 16px;
  line-height: 20px;
}
.page .site-footer .site-top-footer-inner-wrap {
  border-top: 1px solid #D9D9D9;
}
.home.page .site-main-header-inner-wrap {
  border-bottom: none;
}
.page .site-main-header-inner-wrap {
  border-bottom: 1px solid #D9D9D9;
}
.wp-socializer.wpsr-share-icons h3 {
  font-size: 20px;
  color: #3c3c3c;
  margin: 0 12px 0 0;
}
.wp-socializer.wpsr-share-icons {
  display: flex;
  align-items: center;
}
.wpsr-counter.wpsrc-sz-32px {
  display: none;
}
span.sr-share-menu {
  display: none;
}
.sr-pad > * {
  margin-right: 30px;
}
.eb-slider-wrapper .slick-slide .eb-slider-item, 
.eb-slider-wrapper .slick-slide .eb-slider-item img {
  max-height: 60px;
  height: 60px;
  object-fit: contain !important;
}
.eb-slider-wrapper .slick-slide .eb-slider-item, 
.eb-slider-wrapper .slick-slide .eb-slider-item img {
  max-height: 60px;
  height: auto !important;
  object-fit: contain !important;
}
.home span.ezoic-ad {
  display: none !important;
}
.home #primary {
  margin-top: 0;
}

@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 28px;
  }
}

.site-main .splide article.entry.loop-entry {
    padding: 0;
}
.carousel-item.splide__slide {
    margin-right: 15px !important;
    width: calc(((100% + 15px) / 3) - 15px) !important;
}
.widget-area .widget-title {
  text-transform: capitalize !important;
}
.footer-widget-area-inner p {
  font-size: 17px;
  line-height: 19px;
  color: #3c3c3c;
}
.widget_nav_menu a {
  font-size: 17px;
  line-height: 30px;
  color: #3c3c3c;
}
.footer-widget-area-inner.site-info-inner h3 {
  font-size: 20px;
  line-height: 23px;
  color: #3c3c3c;
}
.site-footer-top-section-3 .footer-widget-area-inner.site-info-inner .widget {
  margin-bottom: 30px;
}
.widget_nav_menu a,
.footer-discover-list li {
  position: relative;
  padding-left: 23px !important;
}
.widget_nav_menu a::before,
.widget_nav_menu a::after,
.footer-discover-list li::before,
.footer-discover-list li::after {
  position: absolute;
  content: "";
  top: 13px;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.widget_nav_menu a::before,
.footer-discover-list li::before {
  left: 0;
}
.widget_nav_menu a::after,
.footer-discover-list li::after {
  left: 5px;
}
.widget_nav_menu a:hover::before,
.widget_nav_menu a:hover::after {
  border-color: #E60B01;
}
.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
  color: #E60B01 !important;
}

.widget-area .widget-title {
  margin-bottom: 30px !important;
}

.widget_nav_menu li {
  margin-bottom: 10px;
}

.widget-area .footer-discover-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-discover-list li {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px !important;
  color: #3C3C3C;
  margin-bottom: 10px;
}

.footer-discover-list li span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.footer-discover-list li::before,
.footer-discover-list li::after {
  top: 7px;
}

.table-form-wrapper {
  position: absolute;
  left: 0;
  top: 95px;
  height: 100%;
  max-width: 206px;
}
.table-form-sticky {
  position: sticky;
  top: 70px;
}
#wpig-contents,
#wpig-contents2 {
  border: none;
  margin: 0;
  padding: 0 20px 0 0;
}
#wpig-contents .wpig-headline,
#wpig-contents2 .wpig-headline {
  font-weight: 700;
  margin: 0;
  padding: 0 0 12px 0;
}
#wpig-contents ol,
#wpig-contents2 ol {
  margin: 0;
}
#wpig-contents li,
#wpig-contents2 li {
  line-height: 16px;
  margin: 0;
  padding: 0 0 12px 0;
}
#wpig-contents li a,
#wpig-contents2 li a {
  line-height: 16px;
}
#wpig-table-of-content > ol {
  padding: 0 0 12px 0;
  position: relative;
}
#wpig-table-of-content > ol::before,
#wpig-table-of-content > ol::after {
  position: absolute;
  content: "";
  background-color: #D9D9D9;
  z-index: 1;
}
#wpig-table-of-content > ol::before {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 93%;
}
#wpig-table-of-content > ol::after {
  right: -20px;
  top: -12px;
  width: 1px;
  height: 93%;
}
#wpig-contents li.activePoint a {
  color: #CA1703;
}
.single-subscribe-form {
  margin-top: 35px;
  background-image: url('/wp-content/uploads/2023/10/subscribe-arrow.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 17px right 15px;
  padding-bottom: 150px;
}
.single-subscribe-form h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 23px;
  color: #333;
  max-width: 135px;
  padding: 0 0 0 3px;
  border-left: none;
}
.single-subscribe-form h2 span {
  font-weight: 700;
  color: #FF0000;
}
.single-subscribe-form p {
  font-size: 12px !important;
  line-height: 14px !important;
  margin-bottom: 3px !important;
  margin-left: 13px;
}
.single-subscribe-form p span {
  color: #FF0000;
}
.single-subscribe-form p:nth-child(3) {
  margin-left: 32px;
  margin-bottom: 0 !important;
}
.subscribe-form-wrapper input[type="email"] {
  background-color: #FFE3E1;
  border: none;
  border-radius: 5px;
  height: 30px;
  padding-left: 11px;
  font-size: 12px;
  color: rgba(236, 0, 0, 0.8) !important;
}
.subscribe-form-wrapper input::-webkit-input-placeholder {
  color: #EC0000;
  opacity: 0.8;
}
.subscribe-form-wrapper input::-moz-placeholder {
  color: #EC0000;
  opacity: 0.8;
}
.subscribe-form-wrapper input:-ms-input-placeholder {
  color: #EC0000;
  opacity: 0.8;
}
.subscribe-form-wrapper input::-ms-input-placeholder {
  color: #EC0000;
  opacity: 0.8;
}
.subscribe-form-wrapper input::placeholder {
  color: #EC0000;
  opacity: 0.8;
}
.subscribe-form-wrapper p {
  margin: 0 !important;
}
.subscribe-form-wrapper form.wpcf7-form {
  position: relative;
  max-width: 184px;
}
.subscribe-form-wrapper input[type="submit"] {
  width: 40px !important;
  height: 30px !important;
  background-color: #FF0000 !important;
  border-radius: 5px !important;
  padding: 0 !important;
  font-size: 0;
  background-image: url('/wp-content/uploads/2023/10/submit-angle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 14px;
}
.subscribe-form-wrapper input[type="submit"]:hover,
.subscribe-form-wrapper input[type="submit"]:focus {
  background-image: url('/wp-content/uploads/2023/10/submit-angle.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.subscribe-form-wrapper .wpcf7 form .wpcf7-response-output {
  margin: 5px 0;
}
.entry-meta.entry-meta-divider-dot.active .posted-on {
  display: none;
}
.entry-meta.entry-meta-divider-dot.active .updated-on {
  margin-right: 6px;
}
.footer-html .footer-html-inner a {
  font-weight: 700;
  color: #E60B01 !important;
  text-decoration: none !important;
}
.page-id-68 .entry-content.single-content,
.page-id-70 .entry-content.single-content,
.page-id-50942 .entry-content.single-content {
  max-width: 1290px;
  margin: 0 auto;
  padding: 80px 24px;
}
.kadence-breadcrumbs a {
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .single-post .content-wrap {
    padding-left: 0;
  }
  .table-form-wrapper {
    position: static;
    max-width: 100%;
  }
  .table-form-sticky {
    position: static;
  }
  .table-wrapper {
    display: none;
  }
  .single-subscribe-form {
    max-width: 206px;
    padding-bottom: 50px;
  }
  .wp-socializer.wpsr-share-icons h3 {
    font-size: 18px;
    margin: 0;
  }
  .sr-pad > * {
    margin-right: 6px;
  }
  .entry-author-profile {
    padding-left: 0 !important;
  }
  .entry-author-avatar {
    position: static !important;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  .carousel-item.splide__slide {
    width: calc(((100% + 15px) / 1) - 15px) !important;
  }
}


/* Start Author Page CSS */
.author-profile__block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 0;
}

.author-profile__avatar {
  flex: 0 0 218px;
  margin-right: 20px;
  width: 218px;
  height: 218px;
}

.author-profile__avatar .entry-author-avatar {
  border: 18px solid #fff;
}

.author-profile__avatar .entry-author-avatar img {
  width: 186px;
  height: 186px;
}

.author-profile__content {
  max-width: 705px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.author-profile__content .archive-title {
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  color: #000;
  order: 1;
}

.author-profile__content .archive-description {
  font-size: 15px;
  line-height: normal;
  color: #000;
  order: 3;
}

.author-profile__content .entry-author-follow.author-follow {
  order: 2;
  padding: 16px 0;
}

.author-profile__content .social-button {
  height: 20px;
  margin-right: 10px;
}

.author-profile__content .kadence-svg-iconset svg {
  width: 20px;
  height: 20px;
}

.author-profile__content .kadence-svg-iconset svg path {
  fill: #3C3C3C;
}

.author-profile__content .social-button:hover {
  background: transparent;
}

.author-profile__content .social-button:hover svg path {
  fill: #000;
}

@media screen and (max-width: 767.98px) {
  .author-profile__block {
    flex-direction: column;
    padding: 50px 0;
  }
  .author-profile__avatar {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .author-profile__avatar .entry-author-avatar {
    width: 218px;
    height: 218px;
  }
}
/* End Author Page CSS */