/*!
Theme Name: RegFollower
Author: Kaz Software
Author URI: http://kaz.com.bd/
Description: Base theme of RegFollower
Version: 1.0.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: regfollower
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

html {
  --white: #ffffff;
  --bg-color: #f6f8fa;
  --border-color: #ddeeff;
  --header-date: #424242;
  --grey-border: #cecece;
  --font-color: #585858;
  --heading-color: #003366;
  --date-color: #9b9b9b;
  --btn-color: #009ddc;
  --blue-transparent-bg: rgba(0, 51, 102, 0.7);
  --footer-bg: #2b2b2b;
  --hover-bg: #ddeeff;
  --shadow-1: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

*:focus {
  outline: 0;
  box-shadow: none;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--font-color);
  letter-spacing: 0.01em;
  background-color: var(--bg-color);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
h1 {
  font-size: 1.75em;
  color: var(--heading-color);
  font-weight: 600;
}
h2 {
  font-size: 1.375em;
  color: var(--heading-color);
}
h3 {
  font-size: 1em;
  color: var(--heading-color);
  font-weight: 600;
}
p,
a {
  font-size: 1em;
  text-decoration: none;
}
p {
  color: var(--font-color);
}
a {
  color: var(--heading-color);
  font-weight: 600;
}
a:hover {
  color: var(--font-color);
}
a.page-link {
  color: var(--btn-color);
}
a.page-link:hover {
  color: var(--heading-color);
  background-color: transparent;
}
a.page-link:active,
a.page-link:focus {
  color: var(--font-color);
}
figure {
  margin: 0;
}
.lg-text {
  font-size: 1.125em;
}
.med-text {
  font-size: 0.875em;
}
.sm-text {
  font-size: 0.75em;
}
.font-weight-600 {
  font-weight: 600;
}
.border-radius-xl {
  border-radius: 10px !important;
}
.word-break-word {
  word-break: break-word;
}
.theme-border {
  border: 2px solid var(--border-color);
}
.theme-border-top {
  border-top: 2px solid var(--border-color);
}
.theme-border-right {
  border-right: 2px solid var(--border-color);
}
.theme-border-bottom {
  border-bottom: 2px solid var(--border-color);
}
.theme-border-left {
  border-left: 2px solid var(--border-color);
}
.theme-blue-btn {
  font-size: 0.875em;
  color: var(--white);
  background-color: var(--btn-color);
  border: 1px solid var(--btn-color);
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  display: block;
  font-weight: 500;
  text-shadow: none;
}
.theme-blue-btn:hover {
  background-color: var(--heading-color);
  color: var(--white);
}
.hover-img figure img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover-img figure:hover img {
  opacity: 0.85;
}

/*header styles --- */
.site-header {
  background-color: var(--white);
}
.logo-position {
  left: 50%;
  transform: translateX(-50%);
}
.header-date {
  font-size: 0.875em;
  color: var(--header-date);
}
.svg-icon {
  height: 1.2em;
}
.nav-social-links img {
  height: 1.2em;
  max-width: 100%;
  flex-shrink: 0;
}
.nav-social-links {
  border-right: 1px solid var(--grey-border);
  padding: 0 0.75rem;
}
.dropdown-menu {
  font-size: 1em;
}
/* ---header styles*/

/*navigation styles--- */
.navbar-light .navbar-toggler-icon {
  opacity: 0.7;
}
.navbar-toggler:focus {
  box-shadow: none;
  opacity: 1;
}
.navbar-light .navbar-toggler-icon:hover {
  opacity: 1;
}
.site-navbar .navbar-nav .nav-link {
  color: var(--font-color);
}
.site-navbar .navbar-nav .nav-link.active {
  color: var(--btn-color);
  opacity: 0.7;
}
.nav-link:focus {
  border: none;
  box-shadow: none;
  outline: 0;
  opacity: 0.7;
}
.nav-link:hover {
  background-color: var(--hover-bg);
  color: var(--btn-color);
}
.nav-link.nav-search.collapsed {
  opacity: 0.5;
}
.nav-link.nav-search.collapsed:hover {
  opacity: 1;
}
.nav-link.nav-search.collapsed:focus {
  opacity: 1;
  border: none;
  outline: 0;
  box-shadow: none;
}
.live-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.live-indicator-lg {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.nav-search.form-control {
  font-size: 0.85rem;
}
.form-control {
  font-size: 0.875em;
}
.form-control:focus {
  box-shadow: none;
}
a.dropdown-toggle:after {
  display: none;
}
/* ---navigation styles */

/* Home page */
.secondary-posts:nth-child(1) {
  margin-bottom: 1rem;
}
.archive-posts-img img.wp-post-image,
.secondary-posts-img img.wp-post-image,
.tertiary-posts-img img.wp-post-image,
.trending-posts-img img.wp-post-image {
  width: 322px;
  height: 196px;
  object-fit: cover;
  object-position: center;
}
.context-font-size {
  font-size: 0.8125em !important;
}
/* End home page */
.site-footer ul li a:hover {
  color: var(--btn-color);
}

.custom-card {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: var(--white);
  border: 2px solid var(--border-color);
}
.custom-card:hover {
  box-shadow: 0 2px 5px 0 var(--shadow-1);
  transition-duration: 0.3s;
}
.card-content {
  padding: 1em;
}

/* feature article block */
.feature-article {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.primary-post-title {
  font-size: 1.3em;
}

.card-feature-img {
  width: 100%;
  max-height: 23em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(228, 230, 232, 0.5882352941176471);
}
.card-feature-img a {
  width: 100%;
  height: 100%;
}

.card-feature-img img {
  width: 100%;
  height: auto;
}

.img-title {
  position: absolute;
  background-color: var(--blue-transparent-bg);
  color: var(--white);
  text-transform: uppercase;
  bottom: 0;
  left: 0;
}
.img-title a {
  color: var(--white);
  text-transform: uppercase;
  display: inline;
}
.img-title-2 {
  background-color: var(--blue-transparent-bg);
  color: var(--white);
  text-transform: uppercase;
}
.img-title-2 a {
  color: var(--white);
  text-transform: uppercase;
  display: inline;
}
.feature-article p,
.feature-article a {
  font-size: 0.9375em;
}
.date-block {
  color: var(--date-color);
  text-transform: uppercase;
  font-size: 0.75em;
}
.article-length {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* feature article block end*/

/* sub-article block */
.sub-article p {
  font-size: 0.8125em;
}
.sub-article a {
  font-size: 0.875em;
}
.sub-article-length {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* sub-article block end*/

/* corporate news block --- */
.corporate-news-block ul,
.list-news-block ul {
  margin: 0;
  padding: 0;
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: none;
}
.corporate-news-block ul li,
.list-news-block ul li {
  list-style-type: none;
  padding: 1em 0;
  font-size: 0.875em;
  position: relative;
  padding-left: 1.5em;
}
.corporate-news-block ul li::before,
.list-news-block ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  line-height: 1em;
  background-color: var(--border-color);
  position: absolute;
  top: 1.3em;
  left: 0;
}
.corporate-news-block p {
  font-size: 0.875em;
}
.trending-block P {
  font-size: 0.8125em;
}
.bullet-style {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px dashed var(--btn-color);
  text-align: center;
  padding: 10px 0 0 0;
  color: var(--btn-color);
  margin-bottom: 1em;
}
/* --- corporate news block */

/* sidebar styles --- */
.content-box {
  background-color: var(--white);
  border: 2px solid var(--border-color);
  padding: 1em;
}
.title-border {
  border-bottom: 4px double var(--border-color);
  text-align: left;
}
.title-border h3 {
  overflow: hidden;
  position: relative;
  bottom: -16px;
  display: inline-block;
  max-width: 87%;
  border-left-width: medium;
  border: solid #fff;
  border-width: 0 10px 0 0;
  font-size: 1em;
  background: #fff;
  font-weight: bold;
}
.content-box p {
  font-size: 0.875em;
}
.twitter-btn {
  background-color: var(--btn-color);
  color: var(--white);
}
.twitter-btn:hover {
  background-color: var(--heading-color);
  color: var(--white);
}
.date-block-sm {
  color: var(--date-color);
  font-size: 0.75em;
}
.form-select {
  width: 100%;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.5;
  color: var(--date-color);
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 0;
}
/* --- sidebar styles */

/* footer styles --- */
.site-footer {
  background-color: var(--footer-bg);
}
.site-footer p {
  color: var(--white);
  font-size: 0.8125em;
}
.site-footer h3 {
  color: var(--white);
  margin-bottom: 1em;
  text-decoration: underline;
}
.site-footer ul {
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  list-style-type: none;
  color: var(--white);
  margin: 0.5em 0;
}
.site-footer ul li a {
  color: var(--white);
  font-size: 0.875em;
}
.social-block a {
  margin-left: 0.75em;
}
.newsletter-block {
  padding: 0 1.2em;
}
/* --- footer styles */

/*inner page news details styles ---*/
.news-details .date-block {
  font-size: 1.125em;
}
.share-icon {
  height: 2em;
  width: auto;
}
.tag-btn {
  background-color: var(--white);
  border: 2px solid var(--border-color);
  color: var(--btn-color);
}
.page-link {
  margin: 0 0.5em;
  border: 2px solid var(--border-color);
  background-color: var(--white);
}
.page-item.active .page-link {
  color: var(--heading-color);
  background-color: var(--white);
  border: 2px solid var(--border-color);
}

.navigation {
  justify-content: center;
}

.page-numbers {
  margin: 0 0.5em;
  color: var(--btn-color);
  border: 2px solid var(--border-color);
  background-color: var(--white);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1em;
  font-weight: 600;
}

.pagination .page-numbers:first-child{
  margin-left: 0;
}

.reg-talk-content-container .pagination{
  margin-top: 20px;
}

.page-numbers.current {
  color: var(--heading-color);
}
/* --- inner page news details styles */

.section-line {
  height: 3px;
  width: 7em;
  background-color: var(--heading-color);
  margin: 0.5em 0;
}

/* --- PMS Form --- */

.pms-form input[type="text"],
.pms-form input[type="password"],
.pms-form input[type="email"],
.pms-form input[type="textarea"],
#pms_login input[type="text"],
#pms_login input[type="password"],
#pms_login input[type="email"],
#pms_register-form input[type="text"],
#pms_register-form input[type="password"],
#pms_register-form input[type="email"] {
  width: 100%;
  border: 1px solid var(--heading-color);
  border-radius: 3px;
  height: 35px;
  padding-left: 5px;
}

#pms_login,
#pms_register-form {
  width: 320px;
}

#pms_login input[type="submit"],
#pms_register-form input[type="submit"],
#pms_recover_password_form input[type="submit"] {
  width: 100%;
  padding: 5px;
  background-color: var(--btn-color);
  color: var(--bg-color);
  font-weight: 500;
  border: 1px solid var(--btn-color);
}

#pms_recover_password_form p {
  text-align: center;
  margin-bottom: 2rem;
}

/* --- PMS Form Ends --- */
/* table css overwrite */
.post-content {
  overflow-x: auto;
  font-size: 15px;
}

.post-content table {
  border: 1px solid #dee2e6;
  width: 100% !important;
  margin-bottom: 1rem;
  vertical-align: top;
}
.post-content tbody,
td,
tfoot,
th,
thead,
tr {
  border: 1px solid #dee2e6;
  padding: 0 5px;
}
/* table css overwrite end */
/* custom-breadcrumb */
#custom-breadcrumb {
  display: none;
}

/* Add margin after paragraphs */
.content-single-page .post-content p {
  margin-bottom: 15px;
}

.card-image {
  overflow: hidden;
}

.card-image img {
  width: 100%;
  object-fit: cover;
}

.secondary-posts-img img.wp-post-image {
  width: 100%;
  max-height: 130px !important;
  height: 130px !important;
}

.tertiary-posts-img img.wp-post-image {
  width: 100%;
  max-height: 175px !important;
  height: 175px !important;
}

.overlay-card-feature-img {
  position: relative;
  overflow: hidden;
}

.overlay-card-feature-img img {
  width: 100%;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.overlay-card-feature-img:hover img {
  transform: scale(1.1);
  filter: brightness(100);
  opacity: 0;
}

.img-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  padding: 10px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  opacity: 0;
  font-size: 12px;
}

.overlay-card-feature-img:hover .img-description {
  transform: translateY(0);
  opacity: 1;
}

.overlay-card-feature-img a {
  display: block;
  position: relative;
  z-index: 2;
}

/*media queries---*/
@media (min-width: 1400px) {
  .custom-container {
    max-width: 1400px;
  }
  .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    top: 110%;
  }
  .dropdown:not(.dropdown-search):hover > .dropdown-menu {
    display: block;
  }
  .dropdown:not(.dropdown-search) > .dropdown-toggle:active {
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    top: 90%;
  }
  .nav-item {
    padding: 0.5em 1em;
  }
  .dropdown:not(.dropdown-search):hover > .dropdown-menu {
    display: block;
  }
  .dropdown:not(.dropdown-search) > .dropdown-toggle:active {
    pointer-events: none;
  }
}

@media (min-width: 1024px) {

}

@media (min-width: 768px) {
  .btn-screen {
    width: 60%;
  }
}

@media (max-width: 1199.98px) and (min-width: 991.98px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 991.97px) and (min-width: 768.98px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 767.97px) and (min-width: 320px) {
  body {
    font-size: 12px;
  }
  .nav-item {
    padding: 0;
  }
}

@media (max-width: 575.97px) {
  body {
    font-size: 14px;
  }
  h3 {
    font-size: 1.4em;
  }
  p,
  .sub-article p {
    font-size: 1em;
  }
  .footer-nav {
    border-bottom: 2px solid var(--border-color);
  }
  .newsletter-block {
    border-bottom: 2px solid var(--border-color);
  }
  .archive-posts-img img.wp-post-image,
  .secondary-posts-img img.wp-post-image,
  .tertiary-posts-img img.wp-post-image,
  .trending-posts-img img.wp-post-image {
    width: 100%;
  }
}
/*---media queries*/

/* Single post css for image left side wsywig */
.single-post .post-content img.alignleft{
  float: left;
  padding-right: 10px;
}
.tw-ow-icon{
    width: 22px;
    position: relative;
    margin-left: -77px;
    margin-top: -19px;
}

/* Short "Register Now" button */
.register-now-btn {
  font-size: 0.875em;
  color: var(--white);
  background-color: var(--btn-color);
  border: 1px solid var(--btn-color);
  width: 25%;
  text-align: center;
  padding: 0.5em 0;
  display: block;
  font-weight: 700;
  text-shadow: none;
}
.register-now-btn:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

/* Tax Fourm Page  */

.page-id-58675 article h1.fw-bold {
	display: none;
}

.reg-talk-content-container .card-content ul{
  padding-left: 0;
}

/* Past webinars box style */
.past-webinars-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.webinar-item {
  width: 277px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
}

.webinar-item:hover {
  transform: scale(1.05);
}

.webinar-thumbnail {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.webinar-info {
  padding: 15px;
  text-align: center;
  background-color: #f9f9f9;
}

.webinar-info h3 {
  font-size: 18px;
  color: #333;
  min-height: 42px;
}

.webinar-date {
  font-size: 14px;
  color: #888;
  margin: 8px 0;
}

.watch-link {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #009ddc;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
.pthumbnail {
  width: 100%;
  height: 186px;
  object-fit: cover;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.vthumbnail {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-thumbnail video {
  width: 100%;
  height: auto;
  display: block;
}

.reg-talk-sidebar .content-box:nth-of-type(3) {
  display: none;
}

/* POPUP */
.pum-theme-lightbox .pum-content ul,
.pum-theme-lightbox .pum-content li {
    color: #585858;
    font-family: inherit;
    font-weight: 100;
}
.pum-theme-70706 .pum-container, .pum-theme-lightbox .pum-container{
	border: 0px solid !important;
}
/*Footer*/
footer.site-footer .custom-container .row .newsletter-block h3{
    text-decoration: underline;
}