.head-cnt a.btn-posts,
.podcast-btn {
  text-align: center;
  border-radius: 6px;
}
.head-cnt h3,
.video-content h2 {
  font-weight: 700;
  color: #1c1c1c;
  font-family: Montserrat;
  text-transform: capitalize;
}
body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.dashboard-content {
  background-color: #dbdde1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.side-bar {
  width: 365px;
  background-color: #010101;
}
.dashboard-content .main-content {
  width: calc(100% - 390px);
  display: flex;
  flex-direction: column;
  padding-right: 33px;
}
.sidebar-container .logo {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 172px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
}
/* .sidebar-container .logo img {
  width: 100% !important;
} */
.dashboard-logo-widget h2.widget-title {
  display: none;
}
.sidebar-container .site-logo {
  text-align: center;
}
.sidebar-container nav.site-navigation a {
  font-size: 20px;
  line-height: 30px;
  color: #d7d7d7;
  font-weight: 500;
  font-family: Montserrat;
  padding: 6.5px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 0;
}
.sidebar-container nav.site-navigation .menu-item-active > a {
  border-radius: 10px;
  background-color: #ffd94e;
  color: #000;
  padding-left: 10px;
  margin-bottom: 0;
}
.sidebar-container nav.site-navigation ul {
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;

  gap: 10px;
  margin-top: 15px;
  max-height: 619px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-container nav.site-navigation .log_out-icon,
.sidebar-container nav.site-navigation .my-account {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 320px;
  background-color: #010101;
  border-radius: 12px;
}
.sidebar-container nav.site-navigation {
  position: relative;
}
.sidebar-container nav.site-navigation a:before {
  content: url(../images/Dashboard.svg);
  display: inline-block;
  margin-right: 17px;
  width: 32px;
  object-fit: contain;
  display: none !important;
  margin-top: 4.811px;
}
.sidebar-container nav.site-navigation .Dashboard-icon a:before {
  margin-right: 14px;
}

.sidebar-container nav.site-navigation .Video_Library-icon a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/VideoLibrary-Selected.svg);
}
.sidebar-container nav.site-navigation .library_plus a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/CME.svg);
}
.sidebar-container nav.site-navigation .events a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/upcoming-events_icon.svg);
}
.sidebar-container nav.site-navigation .Publications-icon a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/Publications.svg);
}
.sidebar-container nav.site-navigation .virtual_conference a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/virtual-events_icon.svg);
  width: 40px !important;
  margin-left: -5px;
}
.sidebar-container nav.site-navigation .Virtual_Summit-icon a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/Virtual_Summit.svg);
}
.sidebar-container nav.site-navigation .Podcast-icon a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/Podcasts.svg);
}
.sidebar-container nav.site-navigation .Blog-icon a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/Blog.svg);
}
.sidebar-container nav.site-navigation .my-account a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/account_person_icon.svg);
}
.sidebar-container nav.site-navigation .log_out-icon a:before {
  content: url(https://dev.championsofwellness.com/wp-content/themes/thegem-child/images/Logout-Normal.svg);
  filter: contrast(0.5);
}
.sidebar-container nav.site-navigation .download-ico a:before {
  content: url(https://www.championsofwellness.com/wp-content/uploads/2022/09/download-icon.svg);
}

.sidebar-container nav.site-navigation .download-ico a:before {
  content: url(https://www.championsofwellness.com/wp-content/uploads/2022/09/download-icon.svg) !important;
  scale: 1.3 !important;
}
.sidebar-container nav.site-navigation li {
  list-style: none;
}
.side-bar section.sidebar-header {
  position: fixed;
  width: 365px;
  z-index: 999;
  background-color: #010101;
  top: 0;
  height: 100vh;
}
.sidebar-container nav.site-navigation .log_out-icon a:after {
  content: "";
  height: 1px;
  width: 365px;
  background: #e3e5e9;
  position: absolute;
  top: 00px;
  left: -20px;
}
ul.grid-container {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 44px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.grid-container li.each-grid.podcast-each-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.grid-container li.each-grid.podcast-each-grid img {
  width: 100%;
  height: 258px;
}
ul.grid-container li.each-grid.podcast-each-grid .podcast-thumbnail {
  width: 100%;
  overflow: hidden;
}
ul.grid-container li.each-grid.podcast-each-grid h2.podcast-title {
  margin: 22px 0 12px;
  line-height: unset;
  letter-spacing: 0;
}
ul.grid-container li.each-grid.podcast-each-grid h2.podcast-title a {
  font-size: 26px;
  line-height: 35px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: capitalize;
  height: 100px;
  letter-spacing: unset !important;
  display: flex;
  overflow: hidden;
}
.dashboard-content .main-content-main .content-wrapper {
  width: 100%;
  filter: drop-shadow(0 0 55px rgba(2, 2, 2, 0.09));
  background-color: #fff;
  padding-top: 15px;
}
.podcast-content,
.publication-content,
.video-content,
.blogs-content {
  width: 100%;
  padding: 20px 70px;
}
.video-content .head-cnt {
  margin-top: 25px;
  align-items: flex-start;
}
ul.grid-container li.each-grid.podcast-each-grid .podcast-excerpt {
  font-size: 18px !important;
  line-height: 29px !important;
  color: #1c1c1c;
  font-weight: 400;
  font-family: Montserrat !important;
  padding-right: 20px;
  min-height: 90px;
}
.podcast-btn {
  width: 125px;
  height: 33px;
  background-color: #7224d8;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  overflow: hidden;
  cursor: pointer;
  margin-top: 29px;
}
.podcast-btn::before {
  content: url(https://www.championsofwellness.com/wp-content/uploads/2022/09/play.png);
  padding-top: 4px;
  margin-right: 10px;
}
.head-cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 25px;
}
.head-cnt h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
}
.head-cnt a.btn-posts {
  font-size: 17px;
  line-height: 42px;
  color: #1c1c1c;
  font-weight: 500;
  font-family: Montserrat;
  width: 226px;
  height: 48px;
  background-color: #ffd94e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.werapper {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 93px;
  margin-bottom: 10px;
}
.each-video-content iframe {
  width: 100% !important;
  height: 259px;
}
.video-content h2 {
  font-size: 26px;
  line-height: 35px;
  margin: 31px 0 10px;
  letter-spacing: unset !important;
}
.ctn-ctn p {
  font-size: 19px;
  line-height: 29px;
  color: #1c1c1c;
  font-weight: 400;
  font-family: Montserrat;
  margin-bottom: 0;
  margin-top: 7px;
}
.werapper.videos {
  padding-bottom: 41px;
}

.publication-content .issues-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
  margin-top: 16px;
}

.publication-content .issues-content h2 {
  margin: 0;
  font-size: 36px;
  line-height: 36px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Montserrat";
  padding: 0;
}

.publication-content .issues-content h4 {
  margin: 0;
  font-size: 19px;
  line-height: 42px;
  color: #1c1c1c;
  font-weight: 400;
  font-family: "Montserrat";
  text-transform: capitalize;
}

.ctas-btn {
  justify-content: space-between;
  display: flex;
  margin-top: 30px;
  align-items: center;
}

a.cta-btn {
  height: 48px;
  border-radius: 6px;
  background-color: #ffd94e;
  font-size: 17px;
  line-height: 1;
  color: #1c1c1c;
  font-family: "Montserrat";
  text-align: center;
  padding: 0 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.ctas-btn a.cta-btn.rmi {
  background-color: transparent !important;
  font-weight: 500;
}

.read-more-issues {
  margin-top: 61px;
}

.read-more-issues a.cta-btn.rmi {
  width: 80%;
  font-weight: 500;
}

a.cta-btn.vtlin {
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.the-issues-list h3 {
  font-size: 24px;
  line-height: 51px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Montserrat";
  margin: 22px 0 10px;
  text-transform: unset;
}

.each-issues {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.each-issues .issue {
  min-height: 87px;
  border-radius: 10px;
  background-color: #f1f2f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.each-issues .issue h4 {
  font-size: 17px;
  line-height: 1;
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: capitalize;
}

.each-issues .issue .issue-descrp {
  font-size: 16px;
  line-height: 1;
  color: #1c1c1c;
  font-weight: 400;
  font-family: "Montserrat";
}

.publication-content .issues-content .post-content p {
  font-size: 18px;
  line-height: 31px;
  color: #1c1c1c;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
}

.publication-content .issues-content .post-content {
  margin-top: 43px;
}
.each-issues .issue {
  flex-direction: initial;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}

.each-issues .issue span.num {
  width: 49px;
  height: 49px;
  border-radius: 24px;
  background-color: #ffc900;
  font-size: 18px;
  line-height: 28px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.each-issues .issue h4 {
  margin-bottom: 10px;
  letter-spacing: 0.7px !important;
}
.publication-content {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 91px;
}
.each-blogs {
  align-items: flex-start;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 44px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.each-blogs .blog img {
  width: 100%;
}

.each-blogs .blog {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.each-blogs .blog .featured-image {
  overflow: hidden;
  height: 100%;
}

.each-blogs .blog .featured-image img {
  height: 232px;
  object-fit: cover;
}

.each-blogs .blog h2 a {
  font-size: 22px;
  line-height: 30px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: 1 !important;
}

.each-blogs .blog h2 {
  line-height: 1;
  letter-spacing: 1 !important;
  margin: 18px 0 14px;
  height: 76px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs-content .blogs-content {
  padding: 0;
  margin-top: 12px;
}

.each-blogs .blog .excerpt {
  font-size: 18px;
  line-height: 29px;
  color: #1c1c1c;
  font-weight: 400;
  font-family: "Montserrat";
  margin-right: 50px;
  margin-bottom: 26px;
}

a.cta-btn.read-m {
  width: 226px;
}
.werapper.publication {
  border: none;
  padding-bottom: 47px;
  margin-bottom: 0;
}

.werapper.blogs {
  padding-bottom: 56px;
}

.banner-content {
  background: url(https://www.championsofwellness.com/wp-content/uploads/2022/09/banner-background.png);
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-height: 192px;
  filter: drop-shadow(0 0 55px rgba(2, 2, 2, 0.09));
  background-color: #ffd71e;
  background-size: cover;
  background-position: right;
  padding: 0 50px;
  margin-top: 26px;
  margin-bottom: 20px;
}

.banner-content h2 {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: capitalize;
}

.banner-content .bannerleft {
  padding-left: 23px;
  margin-left: 16px;
  border-left: 2px solid #010101;
}

.banner-content .bannerleft p {
  margin: 0;
  font-size: 19px;
  line-height: 42px;
  color: #1c1c1c;
  font-weight: 500;
  font-family: "Montserrat";
}
ul.grid-container.podcast-post {
  margin-top: 7px;
}
.sidebar-container nav.site-navigation .menu-item-active a::before {
  filter: brightness(0.5);
}
footer#footer-nav {
  display: flex;
}
/* .page-template .site-logo {
  width: 271px !important;
} */
.page-template h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0 !important;
}
footer#footer-nav .container {
  width: 1330px;
}
.each-video-content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.each-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sidebar-container nav.site-navigation a:hover {
  border-radius: 10px;
  background-color: #ffd94e;
  color: #000;
  width: 100%;
}
.sidebar-container nav.site-navigation a {
  width: 100%;
}

.head-cnt a.btn-posts:hover,
a.cta-btn.vtlin:hover,
a.cta-btn.read-m:hover,
.podcast-btn:hover,
.read-more-issues a.cta-btn.rmi:hover {
  background-color: #000000;
  color: #fff;
}

ul.grid-container li.each-grid.podcast-each-grid h2.podcast-title a:hover,
.each-blogs .blog h2 a:hover {
  color: #c5af5e;
}

.podcast-btn {
  transition: ease-in-out 0.3s all;
}

.ctas-btn a.cta-btn.rmi:hover {
  color: #ffd94e;
}

.log_out-icon a {
  width: 100%;
  padding: 16px 0 13px 16px !important;
}
.sidebar-container .logo .dashboard-logo-widget:nth-child(2) {
  display: none;
}
.video_library ul.grid-container.video-post {
  grid-template-columns: repeat(3, 1fr);
}
.publicationn-grid .each-issues-content .featured-image {
  width: 100%;
  height: 530px;
  overflow: hidden;
}

.publicationn-grid .each-issues-content .featured-image img {
  width: 100%;
  object-fit: fill;
  height: initial;
}
ul.grid-container .each-issues-content .post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 31px;
  color: #1c1c1c;
  font-weight: 400;
  font-family: "Montserrat";
}

ul.grid-container .each-issues-content .post-content {
  margin: 35px 0 25px;
}

ul.grid-container .each-issues-content .read-more-issues {
  margin: 0;
}

ul.grid-container.publicationn-grid {
  row-gap: 100px;
  margin-top: 24px;
}

.publicationn-grid .each-issues-content .featured-image {
  height: 100%;
}
.video-content.video_library .publication-content {
  padding: 0;
  margin-bottom: 50px;
  padding-bottom: 100px;
}
/* .video-content.video_library .free-publication .publication-content .ctas-btn {
  display: none;
} */
.upgrade-plans {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin-top: 50px;
}

.upgrade-plans a.cta-btn {
  width: 320px;
}

.upgrade-plans h2 {
  font-size: 36px;
  margin-bottom: 3rem;
}
a.redirecting {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.each-video-content {
  position: relative;
}
.freeonpaid .videospvted {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.freeonpaid {
  margin-top: 100px;
}
.podcast-btn a {
  color: #fff !important;
}
.upgrade-plans {
  margin-top: 10px;
  padding: 10px 10px 40px;
  background: #ccc;
}
.ctas-btn a.cta-btn.rmi {
  display: none;
}

.log-log .log_out-icon {
  display: none !important;
}
.sidebar-container nav.site-navigation .log_out-icon a:after {
  display: none !important;
}
.sidebar-container nav.site-navigation .my-account {
  bottom: 60px;
}

.sidebar-container nav.site-navigation .my-account a {
  width: 100%;
  padding: 15px 0 15px 10px !important;
}

.side-bar section.sidebar-header::-webkit-scrollbar {
  width: 4px !important;
}

.side-bar section.sidebar-header::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.side-bar section.sidebar-header::-webkit-scrollbar-thumb {
  background-color: #ffd94e !important;
  outline: 1px solid slategrey !important;
}
/* .free-publication
  ul.grid-container.publicationn-grid
  .each-issues-content:first-child {
  display: none;
} */

ul.grid-container.video-post.free-videos {
  grid-template-columns: repeat(3, 1fr);
}

header#site-header .container nav#primary-navigation ul li a {
  padding: 0 5px !important;
  font-size: 13px !important;
}
.library_plus {
  display: none !important;
}
body#all_access_plus .library_plus {
  display: inherit !important;
}
/* conference css */
.conference-main {
  padding: 26px 50px;
  filter: drop-shadow(0 0 55px rgba(2, 2, 2, 0.09));
  background-color: #fff;
  margin-bottom: 20px;
}

.conference h2 {
  margin: 0 0 22px;
  font-size: 26px;
  line-height: 44px;
  font-size: 36px;
  line-height: 40px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: capitalize;
  word-wrap: break-word;
}

.conference p {
  font-size: 19px;
  font-weight: 600;
  line-height: 42px;
}
.conference p:last-child {
  margin-bottom: 0;
}
.conference a {
  text-decoration: underline;
  color: #ffc900;
  cursor: pointer;
}
.conference strong {
  text-decoration: underline;
}
.sidebar-container nav.site-navigation ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.sidebar-container nav.site-navigation ul::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidebar-container nav.site-navigation ul::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #000000;
}
.publication-content .issues-content .image-right {
  width: 40%;
  height: auto !important;
}
.publication-content .issues-content .image-left {
  width: 60%;
}

.publication-content .issues-content div {
  width: 100%;
}
.publication-content .issues-content div img {
  width: 100%;
  object-fit: contain;
  object-position: top;
  height: auto;
}

.d-about-us .main-banner,
.d-contact-us .main-banner {
  background-image: url(/wp-content/uploads/2020/11/contact.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  padding: 50px 60px;
}

.d-banner-images .main-banner {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  padding: 50px 60px;
}

.d-blog .main-banner {
  background-image: url(/wp-content/uploads/2020/11/hands-2.jpg);
}

.after-banner-image img {
  width: 100%;
  max-width: 1170px;
}

.after-banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 80px auto 20px;
}

.page-title-inner h2 {
  color: #fff;
  font-size: 80px;
  line-height: 90px;
}

.ama-j-head {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ama-j-head h3 {
  text-align: center;
  padding: 0 0.7em;
  line-height: 53px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  z-index: 13;
  margin: 1.33em auto;
  display: inline;
  background: #dbdde1;
}

.ama-joy .stps-secs .steps-btn a:hover {
  background: #000;
  color: #fff;
}

.ama-j-head span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ama-j-head span::before,
.ama-j-head span::after {
  content: "";
  height: 2px;
  width: 13vw;
  background: #ebebeb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.ama-j-head span::before {
  left: unset;
  right: 0;
}

.ama-joy {
  margin: 0 auto 100px;
  width: 100%;
  max-width: 1170px;
}

.ama-j-head p {
  text-align: center;
}

.ama-joy .aj {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.ama-joy .aj .ajleft {
  flex: 4;
}
.ama-joy .aj .ajright img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ama-joy .aj .ajright {
  flex: 2;
}

.ama-joy .stps-secs {
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 100px 30px;
  text-align: center;
  margin-top: 40px;
}

.ama-joy .stps-secs h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 1em 0;
  line-height: 38px;
}

.ama-joy .stps-secs .steps-btn {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.ama-joy .stps-secs .steps-btn a {
  background-color: #ffc900;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  font-size: 14px;
  margin: 25px 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
}

.ama-joy .aj .wpb_wrapper li {
  margin-top: 6px;
}

.main-content-main.d-contact-us .ama-joy .aj .ajleft {
  flex: 1;
}

.main-content-main.d-contact-us .ama-joy .aj .ajright {
  flex: 1;
  background: #ffc900 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 30px;
}

.main-content-main.d-contact-us .ama-joy .aj .ajleft img {
  width: 100%;
  height: auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content-main.d-contact-us .ama-joy {
  max-width: 100%;
}

.main-content-main.d-contact-us .ama-joy .aj {
  gap: 0;
  margin-top: 0;
}

.hbspt-form {
  max-width: 500px;
  width: 100%;
}

.hbspt-form .hs-input {
  width: 100%;
  padding: 10px;
}

.hbspt-form input.hs-button {
  background: #000;
  color: #fff;
  margin: 20px 0 0;
}

ul.hs-error-msgs {
  margin: 0;
}
.hbspt-form input.hs-button:hover {
  opacity: 0.8;
}
.sidebar-container nav.site-navigation ul.sub-menu {
  margin-top: 8px;
  padding: 0;
  margin-left: 38px;
}
.sidebar-container nav.site-navigation .dashboard-menu a img {
  max-width: 25px;
}

.sidebar-container nav.site-navigation a {
  display: flex;
  justify-content: flex-start;
  gap: 13px;
}
body.page:not(.page-template-template-dashboard) li img {
  display: none;
}
.menu-item-active ul.sub-menu .menu-item-active a {
  background: none !important;
  color: #fff !important;
}

.menu-item-active ul.sub-menu .menu-item-active a:hover {
  background-color: #ffd94e !important;
  color: #000 !important;
}

ul.grid-container li.each-grid.podcast-each-grid .each-video-content div {
  max-height: 255px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* dashboard-events */

.dashboard-box {
  padding: 30px 50px;
}
.dash-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-content {
  width: 50%;
}
.text-content h2 {
  font-family: "Montserrat";
  font-size: 36px;
  line-height: 53px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.highlight {
  color: #ffc107;
}
.text-content p {
  font-family: "Source Sans Pro";
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.btn {
  display: inline-block;
  background-color: #ffc107;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}
.image-content {
  width: 45%;
}
.image-content img {
  max-width: 100%;
  height: auto;
}

/* .black-section{
  padding: 30px 50px;
} */
.black-section .text-content h2 {
  color: #ffffff;
  text-transform: uppercase;
}
.black-section .text-content p {
  color: #ffffff;
}
.highlight {
  font-weight: bold;
  color: #ffc107;
}
.button-group {
  margin-top: 20px;
}
.image-content {
  width: 45%;
  position: relative;
}
.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.image-border {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 5px solid #ffc107;
  z-index: -1;
}
.sponsor {
  justify-content: center;
}
.sponsor h2,
.sponsor p {
  text-align: center;
}
.sponsor .text-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.e-cns {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}

.e-cns .e-cns-right {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.e-cns .e-cns-left {
  width: 404px;
  padding: 0px 30px;
  background: #f8ca46 !important;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #000;
}

.e-cns .e-cns-right img {
  display: flex;
  height: 100%;
  width: 100%;
}
.inner-e-cns-ctn h2 {
  margin: 30px 0 30px 0;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.e-cns.vt-smm img {
  display: inline;
  height: auto;
  width: auto;
}

.downloads-psty {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  padding: 70px 0;
  gap: 40px;
}

.downloads-psty .download-item {
  width: 100%;
}

.downloads-psty .download-item h2 {
  font-size: 24px;
  line-height: 31px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

.downloads-psty .download-item .download-excerpt p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

.download-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.downloads-psty .download-item .download-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.downloads-psty .download-item .download-content {
  font-weight: 400;
}

.download-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts-carousel .post-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

.posts-carousel .post-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text contrast */
}

.posts-carousel .post-slide-content {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 1;
}

.posts-carousel .post-link {
  color: #fff;
  text-decoration: underline;
}

.content-d-bg {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.content-d-bg .right-sided-blg {
  width: 70%;
}

/* Featured Articles Section */
.featured-articles-section {
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

/* Section Title */
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Owl Carousel Styling */
.featured-carousel {
  position: relative;
}

.featured-content h2 a {
  color: #fff !important;
}
/* Slide Background */
.featured-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* .owl-carousel.featured-carousel {
  max-width: 100%;
} */
/* Dark Overlay */
.featured-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.content-d-bg .right-sided-blg h2.featured-heading {
  margin-bottom: 20px;
  margin: 44px 0 20px;
  font-size: 19px;
  line-height: 35px;
  color: #3c3950;
}
/* Content Styling */
.featured-content {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
  max-width: 80%;
  margin: auto;
}

.featured-content h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #fff !important;
}

.featured-content p {
  font-size: 24px;
  margin: 50px 0;
  font-weight: 300;
}

/* Read More Button */
.read-more {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.read-more:hover {
  background: #fff;
  color: #000;
}

/* Owl Carousel Navigation */
.featured-articles-section .featured-carousel .owl-nav {
  width: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}

.featured-articles-section .featured-carousel .owl-nav button {
  background: transparent;
  border: none;
  font-size: 80px;
  color: #fff;
  cursor: pointer;
}

.featured-articles-section .featured-carousel .owl-nav button img {
  display: flex;
  width: 50px;
  height: 50px;
  filter: invert(1);
}

.latest-articles-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}

/* Section Title */
.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Grid Layout */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Article Card */
.latest-articles-section .article-card {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 417px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Dark Overlay */
.latest-articles-section .article-card .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgb(255 255 255 / 0%);
  z-index: 1;
  transition: ease-in-out 0.3s all;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.latest-articles-section .article-content h3.post-title {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
}

.latest-articles-section .article-card:hover .overlay {
  background: rgb(0 0 0 / 68%);
  border-radius: 0;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%) scale(3.5);
}

/* Article Content */
.latest-articles-section .article-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.latest-articles-section .article-content h3.post-title {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
}
/* Post Title */
.latest-articles-section .post-title a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.latest-articles-section .post-title a:hover {
  text-decoration: underline;
}

/* Categories */
.latest-articles-section .post-categories {
  margin: 5px 0;
}

.latest-articles-section .category:hover {
  text-decoration: underline;
}

/* Post Date */
.latest-articles-section .post-date {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 10px;
}

/* Post Excerpt */
.latest-articles-section .post-excerpt {
  font-size: 20px;
  line-height: 1.2;
  color: #eee;
}

.pagination ul.page-numbers {
  display: flex;
  list-style: none;
  gap: 10px;
  justify-content: center;
  margin: 40px 0;
}

.pagination ul.page-numbers li .page-numbers {
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s all;
  cursor: pointer;
  color: #99a9b5;
}

.pagination ul.page-numbers li .current {
  background: #3c3950;
  color: #fff;
}

.pagination ul.page-numbers li .page-numbers:hover {
  background: #ffd94e;
}

.pagination ul.page-numbers li .page-numbers img {
  width: 19px;
}

.latest-articles-section .article-card a.post-link {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #dfe5e8;
  border-bottom: 0 !important;
}
.left-side-d-blg h2.featured-heading {
  margin: 44px 0 20px;
  font-size: 19px;
  line-height: 35px;
  color: #3c3950;
}

.category-list li {
  padding: 13px 30px;
  border-top: 1px solid #dfe5e8;
  background: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

.category-list a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.category-list a:hover {
  color: #ffd94e;
}

.become-champ .bc-content {
  background: rgb(255, 201, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.become-champ .bc-content h3 {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 20px;
}

.become-champ .bc-content .bc-cnt-chmp a.btn.link-bc {
  background: #000;
  color: #fff;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.become-champ .bc-content .bc-cnt-chmp .bc-cnt {
  margin-top: 20px;
}
.content-d-bg .left-side-d-blg {
  width: 30%;
}

.content-d-podcst {
  margin: 100px 0;
  /* border-bottom: 1px solid #797979; */
}

.content-d-podcst .content-cfwp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.content-d-podcst .content-cfwp h2 {
  margin: 0;
  font-size: 36px;
  line-height: 53px;
}

.content-d-podcst .content-cfwp a.btn.link-bc {
  text-align: center;
}

.content-d-podcst .content-cfwp .bc-cnt-chmp {
  gap: 50px;
  display: flex;
}

.podcast-episodes-section .podcast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  border-top: 1px solid #797979;
  padding: 30px 0;
  row-gap: 60px;
}

.podcast-episodes-section .podcast-grid .podcast-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.podcast-grid .podcast-card .podcast-image {
  min-height: 362px;
  object-fit: cover;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  transition: ease-in-out 0.3s all;
}

.podcast-grid .podcast-card .podcast-content {
  padding: 0;
}

.podcast-grid .podcast-card .podcast-content h3.podcast-title a {
  margin: 0;
  font-size: 21px;
  line-height: 21px;
  color: #000;
}

.podcast-grid .podcast-card .podcast-content h3.podcast-title {
  margin: 20px 0 !important;
  line-height: 31px;
}

.podcast-grid .podcast-card .podcast-content h3.podcast-title a:hover {
  color: #ffc900 !important;
}

.podcast-episodes-section .podcast-grid .podcast-card span.podcast-category {
  position: absolute;
  left: 10px;
  padding: 5px 6px;
  background: #000;
  color: #fff;
  font-size: 12px;
  top: 10px;
  line-height: 1;
}

.podcast-episodes-section .podcast-grid .podcast-card .podcast-thumbnail {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.podcast-episodes-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 70px;
  border-bottom: 1px solid #797979;
  padding-bottom: 40px;
}
.content-d-podcst .content-cfwp a.btn.link-bc:hover {
  background: #000;
  color: #fff;
}

.podcast-episodes-section .podcast-grid .podcast-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  overflow: hidden;
  transition: ease-in-out 0.3s all;
  position: relative;
}

.podcast-episodes-section .podcast-grid .podcast-card:hover img {
  scale: 1.1;
}

.podcast-episodes-section h2.section-title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.podcast-episodes-section
  .podcast-grid
  .podcast-card
  .podcast-thumbnail
  a::after {
  content: "";
  display: flex !important;
  width: 100%;
  height: 100%;
  background: #ffffff00;
  position: absolute;
  top: 0px;
  left: 0;
  transition: ease-in-out 0.3s all;
}

.podcast-episodes-section
  .podcast-grid
  .podcast-card
  .podcast-thumbnail
  a:hover:after {
  background: #ffffffc7;
}

.pagination ul.page-numbers li a.next.page-numbers {
  width: 46px;
}

.pagination ul.page-numbers li a.prev.page-numbers {
  width: 80px !important;
  font-size: 13px;
}
.sp-pstF .socials-sharing.socials {
  display: flex !important;
  justify-content: flex-end;
}

.nominate-champ {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}

.nominate-champ h2 {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin: 0 0 20px 0;
}

.nominate-champ .hbspt-form {
  background: #fff !important;
  max-width: 600px;
  padding: 50px;
  margin-top: 30px;
}
.content-d-podcst .content-cfwp .image {
  width: 50%;
}

.content-d-podcst .content-cfwp .image img {
  display: flex;
  width: 100%;
}

.content-d-podcst .content-cfwp .text-right {
  width: 50%;
}

.banner-v-conf {
  text-align: center;
}

.text-v-conf .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 40px auto;
  max-width: 1024px;
}

.text-v-conf .links a.btn.link-v-conf:hover {
  background-color: black !important;
  color: #fff;
}

.text-v-conf .links a.btn.link-v-conf {
  font-size: 19px;
  width: 100%;
  text-transform: uppercase;
}

.watch-conf-video {
  background: #000;
  padding: 50px 100px;
}

.watch-conf-video .wcv {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.arena-chat {
  max-width: 810px;
  margin: 40px auto;
}

.sponsors-section {
  background: #fff;
  padding: 20px 50px 10px;
}

.sponsors-section .sponsor-ctn {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  gap: 50px;
}

.sponsors-section .sponsor-ctn img {
  width: 100%;
  height: 129px;
  object-fit: scale-down;
}

.sponsors-section .each-sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.agenda-section {
  max-width: 767px;
  margin: 40px auto;
}

.agenda-cnt table tr:nth-child(even) td {
  background-color: #f4f7f6;
}

.agenda-cnt table tr td {
  background: #fff;
  padding: 20px 10px !important;
}

.sec-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0;
  margin-bottom: 50px;
  line-height: 46px;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.faq-section .faq-cnt {
  max-width: 700px;
  margin: 80px auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.faq-section .faq-cnt {
  text-align: start;
  margin: 0 auto;
}
.sec-title h2 {
  display: inline;
  margin: 0;
  background: #dbdde1;
  position: relative;
  z-index: 9;
  padding: 10px 30px;
}

.sec-title::after {
  left: 0;
}

.sec-title::before {
  right: 0;
}

.faq-section .faq-cnt .row {
  margin: 0;
}

.sec-title::after,
.sec-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
}
.watch-conf-video .wcv .content {
  width: 100%;
  height: 100%;
}

.watch-conf-video .wcv iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
}
.watch-conf-video .wcv .content p {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  padding-top: 56.9%;
}
.watch-conf-video .wcv a {
  flex: 1;
  width: 20%;
  display: flex;
  align-items: center;
}

.sponsors-section h2 {
  font-size: 28px;
  margin-bottom: 0;
}

.sponsors-section .each-sponsor h3 {
  font-size: 16px;
}

.banner-v-conf img {
  width: 100%;
}
.watch-conf-video .wcv img {
  width: auto;
}

.sponsors-section .sponsor-ctn {
  flex-wrap: wrap;
}
.banner-v-conf img {
  width: 100%;
}

.about-sec-section .left-right-www {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  gap: 50px;
  margin-bottom: 50px;
}

.about-sec-section .sec-title {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
}

.join-us-content .sec-title h2 {
  font-size: 28px;
  background: transparent;
  color: #000;
}

.about-sec-section .left-right-www .content-left {
  width: 70%;
}

.about-sec-section .left-right-www .content-right-img {
  flex: 1;
}

.about-sec-section .left-right-www .content-right-img img {
  width: 100%;
}

.content-our-team .team-members-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.content-our-team {
  background: #000;
  padding: 70px;
}

.content-our-team .team-members-wrapper .team-member {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 18px;
  text-align: center;
}

.content-our-team .team-members-wrapper .team-member h3 {
  margin: 0;
  color: #ffc900;
  font-size: 15px;
  line-height: 25px;
}
.content-our-team .team-members-wrapper .team-member img {
  width: 100%;
  object-fit: cover;
}

.content-our-team .team-members-wrapper .team-member .team-member-photo {
  margin-bottom: 12px;
}

.join-us-content {
  margin-top: -20px !important;
  background-image: url(https://content.championsofwellness.com/wp-content/uploads/2024/12/4872987-scaled.jpg?id=3980) !important;
  overflow: hidden;
}

.join-us-content .join-us-grid-js {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  max-width: 70%;
  margin: 50px auto;
}

.join-us-content .join-us-grid-js .each-grid-js {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.join-us-content .sec-title {
  width: 100% !important;
  max-width: 70%;
  margin-top: 80px;
}

.join-us-content .sec-title h2 {
  background: none;
  font-size: 22px;
}

.joinuus {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 70px;
}
.join-us-content h2 {
  color: #fff;
}

.join-us-content .sec-title::after,
.join-us-content .sec-title::before {
  width: 43%;
  background: #fff !important;
}

.about-sec-section .sec-title h2 {
  font-size: 19px;
  text-align: center;
  line-height: 29px;
}

.team-member-title h3 {
  color: #fff;
  font-size: 19px !important;
  text-align: center;
  margin: 0px 0 30px 0 !important;
  display: flex;
}

.team-member-title {
  display: flex;
  justify-content: center;
}

.sidebar-container nav.site-navigation ul.sub-menu {
  height: 0;
  transition: ease-in-out0.3s all;
  margin-top: 0;
  gap: 0;
}
.sidebar-container nav.site-navigation ul.sub-menu.active-sb-menu a {
  font-size: 17px;
  line-height: 1;
  margin-top: 10px;
}
.sidebar-container nav.site-navigation ul.sub-menu.active-sb-menu {
  height: 100% !important;
}

.sidebar-container nav.site-navigation a {
  cursor: pointer;
}
.menu-item-parent > a {
  position: relative;
}

.menu-item-parent > a::after {
  content: "";
  width: 30px;
  height: 30px;
  filter: invert(1);
  background: url(https://dev.championsofwellness.com/wp-content/uploads/2022/10/chevron-up.svg)
    no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
}

.menu-item-parent > a.active::after {
  transform: rotate(180deg);
  right: -5px;
}

.expand-sidebar {
  display: none;
}

nav#primary-navigation .menu-item-parent > a::after {
  display: none !important;
}
/* respsonsiveness */
/* respsonsiveness */
/* respsonsiveness */
/* respsonsiveness */

@media (max-height: 770px) {
  .sidebar-container nav.site-navigation .log_out-icon,
  .sidebar-container nav.site-navigation .my-account {
    position: unset;
  }
  .side-bar section.sidebar-header {
    overflow: scroll;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1880px) {
  .publication-content .issues-content div {
    width: 100%;
  }

  .publication-content .issues-content div img {
    width: 100%;
    object-fit: contain;
    object-position: top;
    height: auto;
  }

  .banner-content h2 {
    font-size: 30px;
  }

  .banner-content .bannerleft p {
    font-size: 16px;
    line-height: 26px;
  }

  .head-cnt h3 {
    font-size: 30px;
    line-height: 1;
  }

  .head-cnt a.btn-posts {
    font-size: 14px;
    line-height: 25px;
  }

  ul.grid-container li.each-grid.podcast-each-grid h2.podcast-title a {
    font-size: 19px;
    line-height: 29px;
    min-height: 70px;
    height: 82px !important;
    min-width: auto !important;
    display: flex;
  }

  ul.grid-container li.each-grid.podcast-each-grid .podcast-excerpt {
    font-size: 16px !important;
    line-height: 26px !important;
    height: 50px;
    min-height: auto;
  }

  .werapper {
    padding-bottom: 43px;
  }

  .video-content h2 {
    font-size: 21px;
    line-height: 31px;
  }

  .publication-content .issues-content .post-content p {
    font-size: 17px;
    line-height: 28px;
  }

  a.cta-btn {
    font-size: 14px;
    line-height: 35px;
    height: 40px;
    padding: 0 !important;
  }

  a.cta-btn.vtlin {
    padding: 0 20px !important;
  }

  .each-issues .issue span.num {
    border-radius: 100%;
    width: 49px;
    height: 44px;
  }

  .podcast-content,
  .publication-content,
  .video-content,
  .blogs-content {
    padding-bottom: 50px;
    padding: 20px 50px;
  }
  .werapper.publication {
    padding-bottom: 17px;
  }

  .werapper.blogs {
    padding-bottom: 0;
  }
  ul.grid-container li.each-grid.podcast-each-grid img {
    height: 215px;
  }

  ul.grid-container {
    grid-gap: 34px;
  }

  .each-video-content iframe {
    height: 215px;
  }

  .publication-content .issues-content {
    gap: 50px;
    padding-bottom: 50px;
  }

  .publication-content .issues-content .image-right {
    width: 40%;
    height: auto !important;
  }

  .publication-content .issues-content .image-left {
    width: 60%;
  }

  .side-bar {
    width: 300px;
    overflow: hidden;
  }

  .side-bar section.sidebar-header {
    width: 300px;
  }

  .sidebar-container nav.site-navigation .menu-item-active a {
    width: 100%;
  }

  .sidebar-container nav.site-navigation ul {
    padding: 10px 10px 30px;
  }

  .sidebar-container nav.site-navigation a {
    font-size: 18px;
    line-height: 23px;
    padding: 10px;
  }

  .sidebar-container nav.site-navigation .log_out-icon a:after {
    width: 310px;
    margin-bottom: 10px;
  }
  .dashboard-content .main-content {
    width: calc(100% - 325px);
  }
  /* .page-template .site-logo {
    width: 230px !important;
  } */
  .sidebar-container nav.site-navigation .log_out-icon,
  .sidebar-container nav.site-navigation .my-account {
    width: 280px;
  }

  .upgrade-plans {
    margin-top: 0;
  }
  .video-content.video_library .publication-content {
    padding-bottom: 50px;
  }
  .conference h2 {
    font-size: 30px;
    line-height: 1;
  }
  .conference p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1500px) {
  .banner-content {
    min-height: 142px;
    padding: 0 30px;
  }

  .banner-content h2 {
    font-size: 25px;
  }

  .banner-content .bannerleft p {
    font-size: 14px;
    line-height: 24px;
  }

  ul.grid-container li.each-grid.podcast-each-grid img {
    height: 100%;
  }

  ul.grid-container li.each-grid.podcast-each-grid h2.podcast-title a {
    font-size: 17px;
    line-height: 26px;
    height: auto !important;
    min-height: 0;
  }

  ul.grid-container li.each-grid.podcast-each-grid .podcast-excerpt {
    font-size: 14px !important;
    line-height: 24px !important;
    height: auto;
    min-height: auto;
    padding-right: 40px;
    display: flex;
    align-items: flex-start;
  }

  ul.grid-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .each-video-content iframe {
    height: 100%;
  }

  .video-content h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .publication-content .issues-content .image-right {
    width: 50%;
    height: auto !important;
  }

  .head-cnt h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .ctn-ctn p {
    font-size: 16px;
    line-height: 26px;
  }

  .head-cnt {
    padding: 10px 0 20px;
  }

  .publication-content .issues-content h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .publication-content .issues-content h4 {
    font-size: 16px;
    line-height: 38px;
  }

  .ctas-btn {
    margin-top: 10px;
  }

  a.cta-btn.vtlin {
    font-size: 14px;
  }

  a.cta-btn {
    font-size: 14px;
    line-height: 35px;
  }

  .the-issues-list h3 {
    font-size: 21px;
    line-height: 45px;
  }

  .each-issues .issue h4 {
    line-height: 29px;
    font-size: 14px;
  }

  .each-issues .issue .issue-descrp {
    font-size: 14px;
    line-height: 1;
  }

  .each-issues .issue {
    gap: 10px;
    min-height: 70px;
  }

  .publication-content .issues-content .post-content p {
    font-size: 14px;
    line-height: 28px;
  }

  .publication-content .issues-content .post-content {
    margin-top: 20px;
  }

  .read-more-issues {
    margin-top: 31px;
  }

  .each-blogs .blog .featured-image img {
    height: 200px;
  }

  .side-bar {
    width: 270px;
  }
  .each-blogs {
    grid-gap: 34px;
  }
  .side-bar section.sidebar-header {
    width: 270px;
  }

  .sidebar-container nav.site-navigation a {
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 8px 0 8px 10px;
  }
  .sidebar-container nav.site-navigation .menu-item-active a {
    height: 61px;
    align-items: center;
    display: flex;
    padding-left: 18px;
  }

  .sidebar-container nav.site-navigation a:before {
    width: 25px;
    object-fit: contain;
  }
  .sidebar-container nav.site-navigation .virtual_conference a:before {
    width: 35px !important;
    margin-left: -5px;
    margin-right: 13px;
  }
  .dashboard-content .main-content {
    width: calc(100% - 292px);
  }

  ul.grid-container li.each-grid.podcast-each-grid h2.podcast-title {
    margin: 22px 0 10px;
  }

  .podcast-btn {
    margin-top: 25px;
  }

  .each-blogs .blog h2 a {
    font-size: 16px;
    line-height: 1;
  }

  .each-blogs .blog .excerpt {
    font-size: 15px;
    line-height: 29px;
  }

  .podcast-content,
  .publication-content,
  .video-content,
  .blogs-content {
    padding: 20px 30px;
  }
  .dashboard-content .main-content-main .content-wrapper {
    padding-top: 0px;
  }
  .each-video-content iframe {
    height: 183px;
  }
  .sidebar-container nav.site-navigation .log_out-icon a:after {
    width: 280px;
  }
  .sidebar-container nav.site-navigation .log_out-icon a:after {
    width: 280px;
  }

  .sidebar-container nav.site-navigation ul {
    margin-top: 20px;
  }

  .sidebar-container .logo {
    height: 110px;
    padding-bottom: 0;
  }
  .sidebar-container .logo img {
    width: 80% !important;
    text-align: center;
    display: flex;
    margin: 0 auto;
  }
  /* .page-template .site-logo {
    width: 206px !important;
  } */
  .sidebar-container nav.site-navigation .log_out-icon,
  .sidebar-container nav.site-navigation .my-account {
    width: 250px;
  }
  .conference-main {
    padding: 25px 30px;
  }
  .conference h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 10px;
  }

  .conference p {
    font-size: 14px;
    line-height: 24px;
  }

  .d-about-us .main-banner,
  .d-contact-us .main-banner {
    padding: 100px 60px;
    display: flex;
  }
  .page-title-inner h2 {
    margin: 0;
  }
  .after-banner-image {
    margin: 50px auto 0px;
  }
  .sidebar-container nav.site-navigation ul {
    max-height: 591px;
  }

  .category-list li {
    font-size: 15px;
    padding: 10px 20px;
  }

  .left-side-d-blg h2.featured-heading {
    font-size: 15px;
    line-height: 25px;
  }

  .content-d-bg .right-sided-blg h2.featured-heading {
    font-size: 15px;
    line-height: 25px;
  }

  h2.post-title {
    font-size: 25px;
    line-height: 1.3;
  }

  .featured-content p {
    font-size: 19px;
    margin: 39px 0;
    font-weight: 300;
  }

  .featured-slide {
    height: 460px;
  }

  .become-champ .bc-content {
    padding: 20px;
  }

  .latest-articles-section .article-content h3.post-title {
    font-size: 13px !important;
    line-height: 24px;
  }

  .latest-articles-section .post-title a {
    font-size: 15px;
  }

  .latest-articles-section .post-excerpt {
    font-size: 14px;
    line-height: 1.2;
  }

  .latest-articles-section .article-card {
    min-height: 347px;
  }
  .content-our-team .team-members-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .join-us-content .join-us-grid-js .each-grid-js img {
    width: 100px;
  }

  .join-us-content .join-us-grid-js {
    max-width: 80%;
  }

  .join-us-content .sec-title {
    max-width: 90%;
    margin-top: 60px;
  }

  .join-us-content .sec-title h2 {
    background: none;
    font-size: 18px;
  }

  .join-us-content .sec-title::after,
  .join-us-content .sec-title::before {
    width: 40%;
  }
  .sidebar-container nav.site-navigation ul.sub-menu.active-sb-menu a {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    padding: 10px 18px;
    height: auto;
  }

  .sidebar-container nav.site-navigation .menu-item-active a {
    height: auto !important;
  }

  .sidebar-container nav.site-navigation ul.sub-menu {
    margin-left: 31px;
  }
  .sidebar-container nav.site-navigation .my-account a {
    padding: 7px 0 7px 10px !important;
  }
  .sidebar-container nav.site-navigation a {
    font-size: 15px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1280px) {
  ul.grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .each-video-content iframe {
    height: 229px;
  }

  .the-issues-list h3 {
    margin: 12px 0 0px;
  }

  .each-issues .issue {
    min-height: 20px;
  }

  .each-issues .issue h4 {
    margin-bottom: 0px;
  }

  .publication-content .issues-content {
    gap: 30px;
  }

  .each-blogs .blog h2 {
    line-height: 0.6;
  }
  .banner-content {
    min-height: 132px;
    padding-right: 0;
  }

  .banner-content h2 {
    font-size: 20px;
    line-height: 1;
  }

  .banner-content .bannerleft p {
    font-size: 13px;
    line-height: 1.3;
    padding-top: 10px;
  }

  .banner-content .bannerleft {
    width: 60%;
  }
  .dashboard-content .main-content {
    padding-right: 20px;
  }
  .each-blogs .blog h2 {
    height: 77px;
  }

  .each-blogs .blog .excerpt {
    height: 64px;
    margin-right: 0px;
    overflow: hidden;
  }
  .each-blogs .blog h2 {
    height: auto;
  }
  .ama-joy .aj {
    flex-direction: column;
  }
  .ama-joy .stps-secs .steps-btn a {
    height: auto;
    line-height: normal;
    padding: 10px;
  }
  .ama-joy .stps-secs {
    padding: 30px 40px 30px;
  }

  .video_library ul.grid-container.video-post {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Dashboard Events */
  .dash-container {
    flex-direction: column;
    gap: 20px;
  }

  .text-content {
    width: 100%;
    text-align: center;
  }
  .text-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .e-cns h2 {
    font-size: 26px;
  }

  .e-cns {
    gap: 20px;
    padding: 20px;
  }

  .e-cns .e-cns-left {
    width: 300px;
    padding: 0 20px;
  }
  .podcast-episodes-section .podcast-grid {
    column-gap: 20px;
    row-gap: 60px;
  }
  .podcast-episodes-section .podcast-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-d-podcst .content-cfwp {
    gap: 40px;
  }

  .content-d-podcst .content-cfwp .bc-cnt-chmp {
    flex-direction: column;
    gap: 0;
  }
  .page-title-inner h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .watch-conf-video .wcv a {
    order: 1;
    flex: unset;
    width: auto;
  }

  .watch-conf-video .wcv {
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  .downloads-psty {
    grid-template-columns: repeat(2, 1fr);
  }
  .side-bar.active .sidebar-header {
    position: absolute !important;
    width: 160px !important;
  }

  .side-bar.active {
    overflow: unset !important;
  }
}

@media screen and (max-width: 1212px) {
  header#site-header .container nav#primary-navigation ul li a {
    padding: 8px 10px !important;
    font-size: 17px !important;
  }
}

@media screen and (max-width: 1100px) {
  .banner-content {
    min-height: 132px;
    padding-right: 0;
  }

  .banner-content h2 {
    font-size: 20px;
    line-height: 1;
  }

  .banner-content .bannerleft p {
    font-size: 13px;
    line-height: 1.3;
    padding-top: 10px;
  }

  .banner-content .bannerleft {
    width: 60%;
  }

  .dashboard-content .main-content {
    padding-right: 23px;
  }

  .each-blogs .blog .featured-image img {
    height: 196px;
  }

  .side-bar section.sidebar-header {
    width: 220px;
  }

  .side-bar {
    width: 220px;
  }

  .sidebar-container nav.site-navigation .menu-item-active a {
    height: auto;
  }

  .sidebar-container nav.site-navigation a {
    padding: 12px 0 12px 22px;
    line-height: 19px;
  }

  .sidebar-container nav.site-navigation ul {
    padding: 10px 10px 30px;
  }

  .sidebar-container nav.site-navigation a:before {
    margin-right: 10px;
  }

  .sidebar-container nav.site-navigation .Dashboard-icon a:before {
    margin-right: 10px;
  }

  .dashboard-content .main-content {
    width: calc(100% - 242px);
  }

  ul.grid-container {
    grid-template-columns: repeat(0, 1fr);
  }

  .publication-content .issues-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .publication-content .issues-content .image-left {
    width: 100%;
  }

  .publication-content .issues-content .image-right {
    width: 100%;
  }

  .sidebar-container nav.site-navigation .log_out-icon a:after {
    width: 230px;
  }

  /* .page-template .site-logo {
    width: 146px !important;
  } */

  .each-blogs {
    grid-template-columns: repeat(2, 1fr);
  }
  .sidebar-container nav.site-navigation .log_out-icon,
  .sidebar-container nav.site-navigation .my-account {
    width: 200px;
  }
  .conference p {
    font-size: 13px;
    line-height: 1.3;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar-container .logo .dashboard-logo-widget:nth-child(1) {
    display: none;
  }
  .sidebar-container .logo .dashboard-logo-widget:nth-child(2) {
    display: block;
  }
  .side-bar {
    width: 70px;
  }
  .sidebar-container .logo {
    align-items: center;
  }
  .side-bar,
  .side-bar section.sidebar-header {
    width: 70px;
  }

  .sidebar-container nav.site-navigation a {
    font-size: 0 !important;
    padding: 10px;
    flex-direction: column;
    gap: 0;
    height: 100%;
    line-height: 0;
  }

  .sidebar-container nav.site-navigation ul.sub-menu {
    margin-left: 0;
  }

  .sidebar-container nav.site-navigation .Dashboard-icon a:before {
    margin-right: 0;
  }

  .sidebar-container nav.site-navigation a:before {
    width: 25px;
    margin: 0;
  }

  .sidebar-container nav.site-navigation .log_out-icon a:after {
    width: 80px;
    top: -5px;
  }

  .sidebar-container .logo {
    height: 90px;
  }

  .dashboard-content .main-content {
    width: calc(100% - 82px);
    padding-right: 13px;
  }

  .publication-content .issues-content {
    padding-bottom: 30px;
  }
  .banner-content {
    min-height: 112px;
  }
  ul.grid-container li.each-grid.podcast-each-grid h2.podcast-title a {
    font-size: 16px;
    line-height: 1.4;
  }

  ul.grid-container li.each-grid.podcast-each-grid h2.podcast-title {
    margin-top: 17px;
  }

  ul.grid-container li.each-grid.podcast-each-grid .podcast-excerpt {
    padding-right: 0;
  }

  .each-blogs {
    grid-gap: 30px;
  }

  ul.grid-container {
    grid-gap: 25px;
  }
  .werapper.videos {
    padding-bottom: 11px;
  }
  .sidebar-container nav.site-navigation .log_out-icon,
  .sidebar-container nav.site-navigation .my-account {
    width: 100%;
  }

  .sidebar-container nav.site-navigation .log_out-icon a,
  .sidebar-container nav.site-navigation .my-account a {
    padding: 10px !important;
  }

  .sidebar-container nav.site-navigation .log_out-icon a:after {
    top: -15px;
  }
  .sidebar-container nav.site-navigation .log_out-icon,
  .sidebar-container nav.site-navigation .my-account {
    width: 50px;
  }
  .sidebar-container nav.site-navigation .virtual_conference a:before {
    margin-left: -5px;
    margin-right: 0;
  }

  .page-title-inner h2 {
    margin: 0;
  }

  .ama-joy .aj {
    flex-direction: column;
    margin-top: 20px;
  }

  .ama-joy .stps-secs .steps-btn a {
    height: auto;
    line-height: normal;
    padding: 10px;
    width: 100%;
    margin: 0;
  }

  .ama-joy .stps-secs {
    padding: 20px 30px 40px;
  }

  .d-about-us .main-banner,
  .d-contact-us .main-banner {
    padding: 40px 30px;
  }

  .d-about-us .main-banner h2,
  .d-contact-us .main-banner h2 {
    font-size: 3rem;
  }

  .ama-j-head h3 {
    font-size: 17px;
    margin: 0.83em 0;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 27px;
  }

  .ama-j-head span::before,
  .ama-j-head span::after {
    width: 8vw;
  }

  .ama-j-head p {
    font-size: 15px;
  }

  .ama-joy .aj .ajleft p {
    font-size: 15px;
  }

  .ama-joy .stps-secs h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .ama-joy .stps-secs .steps-btn {
    flex-direction: column;
    gap: 20px;
  }
  .side-bar.expand .sidebar-container nav.site-navigation ul.sub-menu {
    margin-left: 39px;
  }
  .content-d-bg {
    flex-direction: column;
    gap: 0;
  }

  .content-d-bg .right-sided-blg {
    width: 100%;
  }

  .content-d-bg .left-side-d-blg {
    width: 100%;
  }

  .catogries-side h2.featured-heading {
    margin-top: 0;
  }

  .podcast-episodes-section .podcast-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-d-podcst .content-cfwp {
    flex-direction: column;
  }

  .content-d-podcst .content-cfwp .bc-cnt-chmp {
    flex-direction: column;
    gap: 0;
  }

  .content-d-podcst .content-cfwp .image {
    width: 100%;
  }

  .content-d-podcst .content-cfwp .text-right {
    width: 100%;
  }
  .sponsors-section .sponsor-ctn {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .sponsors-section .sponsor-ctn img {
    height: 79px;
  }
  .sponsors-section {
    padding: 20px 10px 10px;
  }
  .text-v-conf .links {
    flex-direction: column;
    gap: 0;
  }

  .watch-conf-video .wcv {
    flex-direction: column;
    align-items: center;
  }

  .watch-conf-video .wcv a {
    width: auto;
  }
  .about-sec-section .left-right-www {
    flex-direction: column;
    width: 100%;
  }

  .about-sec-section .left-right-www .content-left {
    width: 100% !important;
    flex: unset;
    max-width: 100%;
  }

  .about-sec-section .left-right-www .content-right-img {
    width: 100%;
    flex: unset;
  }

  .content-our-team .team-members-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-our-team {
    padding: 29px;
  }

  .join-us-content .join-us-grid-js a.btn {
    text-align: center;
  }

  .join-us-content .join-us-grid-js {
    max-width: 90%;
    flex-wrap: wrap;
    gap: 20px;
  }

  .join-us-content .join-us-grid-js .each-grid-js {
    width: 46%;
    gap: 20px;
  }

  .join-us-content .join-us-grid-js .each-grid-js a.btn {
    width: 100%;
    font-size: 14px;
  }

  .join-us-content .sec-title::after,
  .join-us-content .sec-title::before {
    width: 35%;
  }

  .join-us-content .join-us-grid-js .each-grid-js img {
    width: 80px;
  }

  .joinuus {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .side-bar.expand span.expand-sidebar {
    left: 270px;
  }

  .side-bar.expand span.expand-sidebar svg {
    transform: rotate(180deg);
  }

  .side-bar.expand section.sidebar-header {
    width: 270px;
  }

  .side-bar.expand nav.site-navigation a {
    font-size: 14px !important;
    flex-direction: row !important;
    gap: 10px;
    line-height: 18px !important;
    text-align: start !important;
    justify-content: flex-start;
  }

  .side-bar.expand .sidebar-container nav.site-navigation .log_out-icon,
  .side-bar.expand .sidebar-container nav.site-navigation .my-account {
    width: 250px !important;
  }
  .menu-item-parent > a::after {
    opacity: 0;
  }

  .side-bar.expand nav.site-navigation a::after {
    opacity: 1 !important;
  }
  .sidebar-container .logo img {
    max-width: 100px !important;
  }
  .expand-sidebar {
    position: fixed;
    top: 50%;
    left: 68px;
    z-index: 99999;
    background: #ffc900;
    display: flex;
    justify-content: center;
    padding: 10px 3px;
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #000;
    cursor: pointer;
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .bannerright img {
    width: 60px;
  }

  ul.grid-container.podcast-post {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }

  ul.grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .werapper {
    padding-bottom: 23px;
  }

  .each-blogs {
    grid-template-columns: repeat(1, 1fr);
  }

  .each-blogs .blog .featured-image img {
    height: auto;
  }

  .banner-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 20px;
    background-image: none !important;
  }

  .banner-content .bannerleft {
    margin-left: 0;
    border-left: 0px solid #010101;
    padding: 10px 0;
    width: 90%;
  }

  .podcast-content,
  .publication-content,
  .video-content,
  .blogs-content {
    padding: 20px 15px;
  }

  .head-cnt h3 {
    font-size: 23px;
    line-height: 1.3;
  }

  .each-blogs .blog {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .each-blogs .blog .excerpt {
    margin-right: 0;
  }

  .sidebar-container nav.site-navigation .log_out-icon,
  .sidebar-container nav.site-navigation .my-account {
    width: 50px;
    margin-bottom: 10px;
  }

  .sidebar-container nav.site-navigation .log_out-icon a,
  .sidebar-container nav.site-navigation .my-account a {
    padding: 10px !important;
  }

  .sidebar-container nav.site-navigation .log_out-icon a:after {
    top: -15px;
  }
  .each-blogs .blog h2 {
    height: auto;
  }

  .each-blogs .blog .excerpt {
    height: auto;
  }
  .head-cnt {
    flex-direction: column;
    align-items: flex-start;
  }

  .head-cnt .ctn-ctn {
    margin-bottom: 10px;
  }
  .publicationn-grid .each-issues-content .featured-image {
    display: flex;
    height: 100% !important;
    min-height: auto;
    object-fit: cover;
  }

  .publicationn-grid .each-issues-content .featured-image img {
    height: 100% !important;
    display: inline-flex;
    object-fit: unset !important;
    min-height: auto;
  }

  ul.grid-container .each-issues-content .post-content {
    margin: 25px 0 25px;
  }

  .image-right {
    /* display: flex; */
  }

  ul.grid-container.publicationn-grid {
    row-gap: 30px;
  }

  .each-issues-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .video_library ul.grid-container.video-post {
    grid-template-columns: repeat(1, 1fr);
  }
  .each-blogs {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.grid-container.video-post.free-videos {
    grid-template-columns: repeat(1, 1fr);
  }
  .conference-main {
    padding: 10px 15px;
  }
  .conference h2 {
    font-size: 23px;
    line-height: 1.3;
  }
  .main-content-main.d-contact-us .ama-joy .aj .ajright {
    padding: 30px 30px;
  }

  .main-content-main.d-contact-us .ama-joy .aj {
    flex-direction: column-reverse;
  }

  .main-content-main.d-contact-us .ama-joy .aj .ajright h2 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
  }
  /* Dashboard Events */
  .dashboard-box {
    padding: 30px;
  }
  .e-cns {
    flex-direction: column;
  }
  .e-cns .e-cns-right,
  .e-cns .e-cns-left {
    width: 100%;
  }
  .articles-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .latest-articles-section {
    padding: 0;
  }
  .podcast-episodes-section .podcast-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .nominate-champ .hbspt-form {
    padding: 50px 30px;
  }

  .agenda-cnt table {
    min-width: 250px;
    overflow-y: hidden;
    display: flex;
    overflow-x: scroll;
  }
  .watch-conf-video {
    padding: 50px 10px;
  }
  .downloads-psty {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-title-inner h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .d-banner-images .main-banner {
    padding: 60px 30px;
  }

  h2.post-title {
    font-size: 16px;
    line-height: 26px;
  }

  .featured-content {
    display: flex;
    max-width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 !important;
  }

  .featured-content p {
    font-size: 15px;
    margin: 19px 0;
    line-height: 25px;
  }

  .featured-slide {
    min-height: 460px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30px;
  }

  .read-more {
    justify-content: center;
    text-align: center;
  }

  .featured-articles-section .featured-carousel .owl-nav button img {
    width: 20px;
    height: 22px;
  }

  .featured-articles-section .featured-carousel .owl-nav button {
    font-size: 20px;
  }

  .featured-articles-section .featured-carousel .owl-nav {
    top: unset;
    bottom: 0;
    width: 30%;
  }
  .latest-articles-section .post-title a {
    font-size: 12px;
  }

  .latest-articles-section .post-categories span.category {
    font-size: 14px;
  }
}

@media screen and (max-width: 510px) {
  .publication-content .issues-content {
    margin: 0;
  }

  .publication-content .issues-content div {
    flex-direction: column;
    align-items: flex-start;
  }
  .publication-content .issues-content div {
    padding-bottom: 5px;
  }
  .each-issues .issue h4 {
    line-height: 1.5;
    font-size: 14px;
  }

  .each-issues .issue .issue-descrp {
    line-height: 1.5;
  }

  .read-more-issues {
    margin-top: 21px;
  }

  .publication-content .issues-content {
    padding-bottom: 20px;
  }

  .werapper.publication {
    padding-bottom: 7px;
  }

  .read-more-issues a.cta-btn.rmi {
    width: 100% !important;
    padding: 10px 10px !important;
    height: auto !important;
    line-height: 1.8;
  }

  a.cta-btn {
    width: 100% !important;
  }

  .publication-content .issues-content h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .ctn-ctn p {
    font-size: 14px;
    line-height: 24px;
  }

  .banner-content .bannerleft {
    width: 100%;
  }

  .banner-content h2 {
    font-size: 18px;
    line-height: 1.4;
  }

  .head-cnt a.btn-posts {
    width: 100%;
  }
  /* Dasboard Events */
  .text-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .image-content {
    width: 100%;
  }
  .content-our-team .team-members-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .content-our-team .team-members-wrapper .team-member img {
    object-fit: contain;
  }

  .about-sec-section .left-right-www {
    margin-top: 30px;
  }

  .join-us-content .join-us-grid-js {
    max-width: 90%;
    flex-direction: column;
  }

  .join-us-content .join-us-grid-js .each-grid-js {
    width: 100%;
    gap: 20px;
  }

  .join-us-content .sec-title::after,
  .join-us-content .sec-title::before {
    width: 32%;
  }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 400px) {
  a.cta-btn.vtlin {
    height: auto;
    line-height: 1.5;
    display: flex;
    padding: 11px 10px !important;
  }
}
