:root {
  --theme: #e31e24;
  --brown: #843015;
  --purplered: #841569;

  --light: #edafbe;
  --themeBlack: #423434;
  --themeWhite: #f3f3f4;

  --lightgrey: rgb(221, 221, 221) 5;
  --bs-gutter-x: 0rem;
}

/* common styles */

/* @font-face {
  font-family: "Manjari";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(Manjari/Manjari-Regular.woff2?v=Version2.0.2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+0D01-0D7F, U+200C, U+200D, U+25CC;
}

*/

/* @font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(Inter/Inter-VariableFont_slnt\wght.ttf) format("ttf");
}  */

/* Manjari Regular*/

/* @font-face {
  font-family: "Manjari";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(manjari/Manjari-Regular.woff2?v=Version2.000) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+0D01-0D7F, U+200C, U+200D, U+25CC;
} */

/* Manjari Bold*/

/* @font-face {
  font-family: "Manjari";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(manjari/Manjari-Bold.woff2?v=Version2.000) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+0D01-0D7F, U+200C, U+200D, U+25CC;
} */

/* Manjari Thin*/

/* @font-face {
  font-family: "Manjari";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(manjari/Manjari-Thin.woff2?v=Version2.000) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+0D01-0D7F, U+200C, U+200D, U+25CC;
} */

body {
  font-family: "Noto Sans Malayalam", sans-serif;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  word-wrap: break-word !important;
}

.noto-sans-malayalam-regular {
  font-family: "Noto Sans Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

a {
  color: var(--themeBlack);
  text-decoration: none;
}

a:hover {
  color: var(--theme);
  text-decoration: none;
}

/* Headers */
h1 {
  font-size: 2rem; /* Adjust as needed */
  font-weight: 700;
  line-height: 1.2; /* Adjust line height as needed */
}

h2 {
  font-size: 1.6rem; /* Adjust as needed */
  font-weight: 500;
  line-height: 1.3; /* Adjust line height as needed */
}

h3 {
  font-size: 1.6rem; /* Adjust as needed */
  font-weight: 500;
  line-height: 1.4; /* Adjust line height as needed */
  letter-spacing: 1px;
}

h4 {
  font-size: 1.2rem; /* Adjust as needed */
  font-weight: 500;
  line-height: 1.5; /* Adjust line height as needed */
}

h5 {
  font-size: 1.125rem; /* Adjust as needed */
  font-weight: 500;
  line-height: 1.6; /* Adjust line height as needed */
}

h6 {
  font-size: 1rem; /* Adjust as needed */
  font-weight: 500;
  line-height: 1.7; /* Adjust line height as needed */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--themeBlack);
  font-family: "Noto Sans Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

/* Paragraph */
p {
  font-size: 1rem; /* Adjust as needed */
  line-height: 1.6; /* Adjust line height as needed */
}

/* Links */
a {
  color: var(--themeBlack); /* Default link color */
  text-decoration: none;
}

a:hover {
  text-decoration: underline; /* Underline on hover */
}

body.page-template-page-full #main {
  max-width: 100%;
}

body.admin-bar #header.fixed-top {
  top: 5rem;
}

body.admin-bar .edit-link a {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

body.admin-bar .edit-link a::before {
  content: "✎";
  display: inline-block;
  margin-right: 5px;
}

img {
  vertical-align: middle;
}

.btn {
  border-radius: 0px;
}

.btn-danger {
  background-color: var(--theme);
}

.btn-danger:hover {
  background-color: var(--brown);
}

/*
  Animations start here
*/

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.post-thumbnail,
.wp-video,
.embed-responsive {
  margin: 5px 0;
  width: 100% !important;
}

.post img,
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

#wrapper {
  background-image: url(../images/head-wraper-bg-no.png);
  background-position: top left;
  background-repeat: repeat-x;
}



@media (min-width: 992px) {
  #navbar {
    /* border: 2px solid var(--theme); */
    align-items: center;
  }
  .navbar {
    padding: 0px !important;
  }
  #header .navbar-brand img {
    height: 70px;
  }

  #header .search-form {
    width: 250px;
    padding-top: 20px;
    margin-top: 1rem;
  }

  #header .search-form .input-group .form-control,
  #header .search-form .input-group button {
    border-radius: 0px !important;
  }

  #header .search-form .input-group .btn:hover {
    background-color: var(--theme);
  }

  #header .navbar-nav .menu-item {
    color: var(--themeBlack);
  }

  #header .navbar-nav .menu-item:hover {
    background-color: var(--theme);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
  }

  #header .navbar-nav .menu-item:hover .nav-link {
    color: var(--themeWhite);
    text-decoration: none;
  }

  /* .navbar-expand-lg .navbar-nav .nav-link a{
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
  } */

  /* #header .navbar-nav .menu-item:hover .nav-link {
    color: var(--themeWhite);
  } */

  #header .navbar-nav .menu-item:hover .dropdown-menu {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-color: var(--theme);
    border-radius: 0;
  }

  #header .navbar-nav .menu-item:hover .dropdown-menu .dropdown-item {
    color: var(--themeWhite);
  }

  #header .navbar-nav .menu-item:hover .dropdown-menu .dropdown-item:hover {
    background-color: var(--light);
  }

  #header .navbar-nav .menu-item:hover .dropdown-menu .dropdown-item:visited {
    background-color: var(--light);
  }

  .navbar-static-top {
    margin-bottom: 2rem;
  }

  #main {
    margin-top: 1rem;
  }

  /* .content {
    border: 1px solid rgb(218, 218, 218);
  } */


  #featureSlider .slider_image {
    max-height: 450px;
    object-fit: cover;
  }
}

/* #featureSlider {
  border: 1px solid var(--theme);
  padding: 0.2rem;
} */

#featureSlider .caption {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  background-color: #000000;
  border: 1px solid var(--themeBlack);
  opacity: 0.8;
  padding: 1.2rem;
  text-align: center;
}

#featureSlider .caption span {
  background-color: var(--themeBlack);
  color: var(--themeWhite);
  padding: 0.4rem 0.6rem;
  margin-right: 0.4rem;
  border: 1px solid var(--themeWhite);
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

#featureSlider .caption_title {
  opacity: 1 !important;
  text-align: center;
  color: rgb(234, 11, 11) !important;
  line-height: normal;
  font-size: 1.26rem;
  font-family: "Noto Sans Malayalam", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    margin-top: 1rem;
    z-index: 10 !important;
}

#featureSlider .caption_title a:link,
#featureSlider .caption_title a:hover,
#featureSlider .caption_title a:active,
#featureSlider .caption_title a:visited{
  color: rgb(255, 255, 255) !important;
  line-height: normal;
}

#featureSlider .caption .author {
  color: var(--themeWhite);
  font-size: 0.8rem;
  text-align: center;
}

.col-lg-6.data_half {
  display: flex;
  align-items: center; /* Vertical alignment */
  padding: 0.4rem 1rem;
}

.content_box {
  width: 100%;
  /* border: 1px solid #2c030d; */
}

.cat_name{
  display: none !important;
}

.archive_listing .data_half span.tags {
  /* background-color: var(--theme); */
  border: 1px solid var(--theme);
  color: var(--themeBlack);
  padding: 0.3rem 0.4rem;
  margin-right: 0.8rem;
  display: inline;
  font-size: 0.72rem;
  text-transform: uppercase !important;
  font-family: "Anek Malayalam", sans-serif;
}

.archive_listing .data_half h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: normal;
  font-size: 1.46rem;
  font-family: "Noto Sans Malayalam", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  overflow-wrap: break-word !important;
}
.horizontal-scroll-section .scroll-item .avatar,
.archive_listing .data_half .avatar {
  border-radius: 50% !important;
  border: 1px solid var(--theme);
  width: 36px !important;
  height: 36px !important;
}

.author_name {
  color: var(--theme) !important;
  font-weight: 600;
  border: none;
  font-size: 0.86rem;
}

.data_half small {
  font-size: 0.8rem !important;
  font-weight: 400;
  color: var(--purplered);
}

.addtoany_shortcode {
  margin-top: 1rem;
}
/* more article */ /* more article */

.btn-dark {
  background-color: var(--theme);
  /* border-radius: 4px !important; */
}
.btn-dark:hover {
  background-color: var(--themeBlack);
}

/* Apply spinning animation to the SVG */
.loading svg {
  animation: spin 1s linear infinite;
}

/* Adjust spacing between the icon and the text */
.loading {
  display: inline-flex;
  align-items: center;
}

/* Adjust the space between the icon and the text */
.loading svg {
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}

/* category page */

.category span.tags {
  /* background-color: var(--light); */
  /* border: 1px solid var(--theme); */

  display: inline-block !important;
  color: var(--theme);
  /* padding: 0.3rem 0.4rem; */
  font-size: 0.8rem;
  text-transform: uppercase !important;
  margin-top: .6rem ;
  margin-right: 0.6rem;
  border-bottom: 2px solid var(--theme);
}

.category h3 {
  /* max-height: 120px; */
  height: auto;
  font-size: 1.1rem;
  line-height: normal;
  margin-top: .6rem;
}

/* single */

.single_wrap{
  padding-left: 4rem;
  padding-right: 4rem;
}

.entry-meta {
  font-size: small;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.single .entry-content {
  margin-top: 1rem;
}

.single .entry-content,
.single .post-navigation,
.single #comments-title {
  /* margin: 1rem 0; */
  font-weight: 400;
}

.entry-header h1.entry-title {
  line-height: normal;
  font-size: 2.2rem;
  font-family: "Noto Sans Malayalam", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align:center;
  font-variation-settings:
    "wdth" 100;

}

.entry-header .entry-meta {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.entry-header .entry-tags {
  color: var(--theme);
  font-size: 0.86rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.horizontal-scroll-section .scroll-item .avatar,
.entry-header .entry-meta .avatar {
  border-radius: 50% !important;
  border: 1px solid var(--themeBlack);
  /*margin-right: 0.6rem;*/
  margin-bottom:10px;
  width:70px;
  height: 70px;
}

.entry-header .entry-meta .author_name a {
  font-size: 1.2rem;
  color: var(--theme);
  text-decoration: none;
}

.entry-header .entry-meta .entry-tags {
  display: inline-block;
  margin-left: 2rem;
  text-transform: capitalize;
}

.entry-header .entry-meta .entry-tags .entry-tag {
  text-transform: capitalize;
}

.entry-content p {
  padding-left: 6rem;
  padding-right: 6rem;
  font-family: "Noto Sans Malayalam", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  /* line-height: normal; */
  font-size: 1.14rem;
  color: #272727;
  text-align: left !important;

}

.entry-content .heateor_sss_sharing_container {
  margin-top: 2rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.entry-content .heateor_sss_sharing_ul {
  display: flex;
  justify-content: center;
}

.heateor_sss_sharing_ul a span {
  margin-right: 1rem;
}

.content_box .heateor_sss_sharing_ul a:last-child {
  display: none !important;
  visibility: hidden !important;
}

/* .entry-content .heateor_sss_sharing_ul a:last-child {
  display: none !important;
  visibility: hidden !important;
} */

.entry-content .heateor_sss_sharing_ul a span {
  width: 60px;
  height: 60px;
  padding: 2rem;
  border: 10px solid rgb(230, 230, 230);
  border-radius: 12;
}

.heateor_sss_more {
  display: none !important;
}

.previous,
.next {
  width: 50% !important;
}

/* .thumbnail-container {
  display: flex;
  justify-content: space-between;
  background-color: #e9e3e7;
  align-items: center;
} */

.post-navigation h5 {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 500;
  margin-left: 0.6rem;

  font-family: "Noto Sans Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

.previous-post p {
  float: left;
}

.next-post p {
  float: right;
}

.also_read h5 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0.6rem;
  font-family: "Noto Sans Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

.also_read .author-name {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--theme);
}

/* 
sidebar style
*/
#sidebar .widget-area h3 {
  width: 100%;
  height: auto;
  background-color: var(--theme);
  color: white;
  text-align: center;
  /* vertical-align: baseline; */
  padding: 0.6rem 0 0.4rem 0;
  border: 2px solid var(--themeBlack);
}
.widget-area img {
  width: 100%;
}

.widget-area h5 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0.6rem;
}

/* Footer */

#footer {
  background-color: var(--themeWhite);
}

footer h5 {
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}
footer ul {
  padding-left: 0.4rem !important;
}
footer li {
  font-weight: 400;
  font-size: 1rem;
  list-style: none;
}

#footer p {
  margin-top: 10px;
}

.foot_menu .nav-link {
  color: black;
  text-decoration: none;
}

#footer .menu-item a[aria-current="page"] {
  color: var(--theme);
}

.widget-area ul {
  list-style: none;
  padding: 0;
}

#header .soclial_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.6rem;
}

#header .soclial_box .social_item {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

#header .soclial_box .social_item img {
  margin-right: 0.8rem !important;
  fill: #a1a5a9;
  width: 20px;
  height: auto;
}

#header .soclial_box .youtube img {
  height: 30px;
  width: 30px;
  margin-top: 6px;
}

#footer .soclial_box {
  display: flex !important;
  justify-content: left;
  width: auto;
}

#footer .soclial_box .social_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .soclial_box .social_item img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem !important;
  fill: #a1a5a9;
  width: 20px;
  height: auto;
}

#footer .soclial_box .youtube img {
  height: 30px;
  width: 30px;
  margin-top: 6px;
}

#footer .soclial_box .social_item img:hover {
  fill: var(--theme) !important;
}

.youtube img {
  width: 30px !important;
  height: 30px !important;
  margin-top: 8px;
}

.author-avatar .avatar {
  width: 64px;
  height: auto;
}

.author-info {
  margin: 40px 0;
}

.author-info h2,
.author-info h3 {
  margin-top: 0;
}

.sticky .card {
  background-color: #ece9e9;
}

#comments {
  margin-top: 2rem;
}

.comment-meta {
  height: 40px;
}

.comment-reply-title {
  margin: 2rem 0 1rem;
}

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}

.commentlist > li.comment {
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}

.commentlist .children {
  list-style: none;
  margin-top: 2rem;
}

.commentlist .children > li.comment {
  border-top: 1px solid #a9a4a4;
  padding-top: 2rem;
  position: relative;
}

.commentlist .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px #626161;
  box-shadow: 0 1px 2px #626161;
  padding: 0;
  position: absolute;
  top: 0;
  left: -102px;
}

.wp-block-image img,
.wp-block-image video,
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
}

/* small device styes */ /* small device styes */
/* small device styes */ /* small device styes */

@media (max-width: 768px) {
  body {
    font-family: "Inter", sans-serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--themeBlack);
    font-family: "Manjari", sans-serif;
  }

  p,
  li,
  a,
  a:hover {
    color: var(--themeBlack);
    font-family: "Inter", sans-serif;
  }

  /* main.container {
    padding-left: 0rem;
    padding-right: 0rem;
  } */

  #header .soclial_box {
    margin-top: 0rem !important;
  }

  .navbar-brand img {
    height: 70px !important;
  }

  #header .search-form {
    width: 100% !important;
  }
  .navbar-toggler {
    border: none !important;
    padding: 0 !important;
  }

  .navbar-toggler:focus {
    border-color: none !important;
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    width: 40px !important;
    height: 32px !important;
    background-image: url("../images/toggler.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .navbar-nav {
    padding: 1rem;
    border: 1px solid var(--theme);
  }

  .navbar .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none !important;
    width: auto !important;
    margin-top: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .navbar [data-bs-toggle="dropdown"] {
    /* Your styles here */
    color: black;
    font-weight: 600;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background-color: var(--light);
  }

  header .soclial_box {
    display: flex;
    justify-content: flex-end;
    width: auto;
    /* border: 1px solid red; */
  }

  /* home page  */

  .content {
    margin-bottom: 2rem;
/*     border: 1px solid var(--themeBlack) */
  }

  .data_half {
    padding: 1.6rem 0.6rem !important;
    /* border: 1px solid #d3d3d3; */
  }

  .data_half.content_box {
    border: 1px solid grey;
  }


  .cat_name{
    color: var(--brown);
    font-weight: 600;
    display: inline !important;
    min-width: 60px;
    width: auto;
    text-transform: uppercase;
    border-bottom: 3px solid var(--theme);
    font-size: .8rem;
    padding-bottom: .2rem;
  
  }

  .archive_listing .data_half h3 a {
    line-height: normal;
    font-size: 1.26rem;
    font-family: "Noto Sans Malayalam", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  .archive_listing .data_half span.tags {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
  }

  #featureSlider .caption {
    position: relative !important;
    margin-top: 0.5rem;
    width: 110% !important;
    /* padding-right: 1rem !important; */
    opacity: 0.9;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  /* single */

  .single_wrap{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .entry-header{
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .entry-header .entry-tags {
    font-size: 0.8rem !important;
    font-weight: 200;
  }

  .entry-header h1.entry-title {
    font-family: "Noto Sans Malayalam", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    line-height: normal !important;
    overflow-wrap: break-word;
  }

  .entry-header .entry-meta .avatar {
    margin-right: 0.4rem !important;
    width: 50px !important;
  }

  .entry-header .entry-meta .author_name a {
    font-size: 1rem !important;
  }

  .entry-content p {
    font-size: 1rem;
    text-align: left !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    line-height: 30px;
    word-break: break-word;

  }

  .entry-content .heateor_sss_sharing_container {
    margin-top: 1rem;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .also_read h5 {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 0.6rem;
    font-family: "Noto Sans Malayalam", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  #sidebar {
    margin-top: 60px;
  }

  /* footer */

  footer h5,
  footer ul {
    text-align: center;
  }

  footer .nav-link a {
    color: var(--themeBlack) !important;
  }
  footer .nav-link a:hover {
    color: var(--theme) !important;
  }

  #footer .soclial_box {
    display: flex !important;
    justify-content: left;
    width: auto;
  }

  footer .soclial_box .youtube {
    margin: 0px;
  }

  .foot_menu .nav-link {
    color: var(--themeBlack);
    text-decoration: none;
  }


  .nav-link{
    color: var(--themeBlack);
    text-decoration: none;
  }



}



blockquote {
  margin: 0 0 1rem;
  background-color: #f5efef;
  padding: 2rem 1rem;
}


/* margin-left: auto;
margin-right: auto;
word-wrap: break-word;
max-width: 42rem; */



/* shefy social sharing */
/* shefy social sharing */


@media (max-width: 768px) {
  .entry-content .shefy-social-share {
    margin-left: 0px !important;
    justify-content: space-around !important;
  }


  .entry-content .shefy-social-share a {

    font-size: 24px;

    width: 40px !important;
    height: 40px !important;
    border: 1px solid black;

  }
  
}

.entry-content .shefy-social-share {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  margin-left: 90px;
}
.entry-content .shefy-social-share a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  border: 2px solid black;
}
.entry-content .shefy-social-share a:hover {
  color: rgb(206 43 97);
  background-color: #a8c7d5;
}

/* article listing */

.social_box .shefy-social-share {
  /* margin-top: 20px; */
  text-align: center;
  display: flex;
  justify-content: flex-start;
}
.social_box .shefy-social-share a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #727272;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid black;
}
.social_box .shefy-social-share a:hover {
  color: rgb(206 43 97);
  background-color: #a8c7d5;
}




#wpfront-scroll-top-container div.text-holder {
    color: #ffffff;
    background-color: #ce2b61 !important;
    width: 40px;
    height: 40px;
}


hr{
    margin:0.1rem 0 !important;
}
