/**
Theme Name: donovanhairacademy
Author: Donovan Hair Academy
Author URI: https://www.donovanhairacademy.com/
Description: The World’s Most Comprehensive Training Program in Hair Loss. Designed to Meet the Needs of the Next Generation of Evidence-Based Hair Loss Experts.

Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: donovanhairacademy
Template: astra
*/

h1, h2, h3, h4, h4, h5, h6
	{
		margin: 0px;
	}
	*{
	    margin:0;
	    padding:0;
	    box-sizing:border-box;
	    font-family: "Inter", sans-serif;
	  }
.text-center
{
    text-align: center;
}
div#wpd-post-rating {
    display: none;
}
.um-form input[type=number]
{
	width: 100%!important;
}
header.entry-header {
	display: none;
}

div#useronline-details > a {
    display: none;
}


.meeting-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 19px;
  text-align: center;
}

.meeting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Card content */
.meeting-card-body {
  padding: 20px;
}

.meeting-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #2c3e50;
}

.meeting-excerpt {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* View More button */
.meeting-link {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s ease;
	background-color: #dff4f8;
    color: #0dc1e0;
}

.meeting-link:hover {
  background-color: #0dc1e0;
  color: #ffffff;
}

.post_iframe iframe 
{
    min-height: 190px;
}

h3.topic-title {
    font-size: 18px;
    margin: 18px 0 !important;
}

.quiz-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.quiz-card h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.quiz-card a {
    display: block;
    color: #0073e6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.quiz-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.quiz-card:hover a {
    color: #005bb5;
}


.codedropz-upload-inner h3 {
    font-size: 17px;
}
.alumni-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    max-width: 600px;
}

.alumni-search-form input[type="text"], .alumni-search-form select {
    flex: 1;
    min-width: 200px;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

.alumni-search-form input[type="text"]:focus, .alumni-search-form select:focus {
    border-color: #3498db;
    box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
}

.alumni-search-form button {
    background: #0dc1e0;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.alumni-search-form button:hover {
    background: #0dc1e0;
    transform: translateY(-2px);
}

.alumni-search-form button:active {
    transform: translateY(0);
}

.blog-detail-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 0px 0px;
    color: #fff;
    text-align: center;
}

.blog-detail-banner .overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Optional dark overlay */
    padding: 100px 0px;
    display: inline-block;
	width: 100%;
	height: 100%;
}

.banner-title {
    font-size: 36px;
    margin: 0;
    color: #fff;
	padding: 0 10px;
	max-width: 850px;
    margin: 0 auto;
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
	margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Loader Styles */
.ajax-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
  z-index: 9999;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}


.ajax-loader .spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #0dc1e0; /* Outer border */
  border-top: 6px solid transparent; /* Top part for spin effect */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Keyframes for spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.noti-inner h2 {
    margin-top: 25px;
}
.four-notificiation .notication-one {
    box-shadow: 0px 0px 5px 1px #00000012;
    border-radius: 7px;
	padding: 15px!important;
}

.four-notificiation .notication-one p 
{  
	margin-bottom: 0;
}

.icon-dots {
	position: relative;
	display: inline-block;
}
ul.menu-list.sidebar li {
    display: block;
}

ul.menu-list.sidebar ul.sub-menu {
    padding-left: 0px;
    margin-left: 8px;
}
.having-submenu .toggle-submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-menu-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.submenu-toggle {
    padding: 0;
	background: #00000000;
    border: none;
}

ul.menu-list.sidebar ul.sub-menu li
{
	margin: 0;
    padding-bottom: 0;
	position:relative;
}

ul.menu-list.sidebar ul.sub-menu li::before {
    color: #8e9091;
    font-size: 16px;
    line-height: 1;
    content: "";
    position: absolute;
    left: -8px;
    top: 12px;
    width: 12px;
    height: 12px;
    background: url(/wp-content/uploads/2025/07/down.png) no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
}

.load-post-threads {
    text-align: center;
    padding: 26px 0;
}

a#load_more_thread {
    background: #000000;
    color: #ffffff;
    padding: 12px 30px;
}

.icon-dots .dropdown-menu {
	display: none;
	position: absolute;
	top: 19px !important;
	font-size: 12px;
	text-align: center;
	width: 115px;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 10px;
	z-index: 1000;
}

.icon-dots .dropdown-menu button {
	background: none;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	text-align: left;
	width: 100%;
}

.icon-dots .dropdown-menu button:hover {
	background-color: #f5f5f5;
}

.icon-dots img {
	cursor: pointer;
}

  .unique-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 10;
    width: 150px;
}

.unique-dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.unique-dropdown-menu ul li {
    padding: 10px 15px;
}

.unique-dropdown-menu ul li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.unique-dropdown-menu ul li a:hover {
    background: #f4f4f4;
}

.unique-avatar-image {
    cursor: pointer;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.unique-dropdown-trigger {
    cursor: pointer;
}

.unique-dropdown-open .unique-dropdown-menu {
    display: block;
}

	.Hair-Acadamy .menu-sec
     {

		flex: 1;
		background-color: white; 
		border: 1px solid lightgray;
		padding: 30px;
		border-top: 0px;
	 }

span.datetime {
    font-size: 12px;
    font-weight: 300;
    color: gray;
    margin-left: 13px;
}


  /*form#create-thread-form {
	    display: inline-flex;
	    width: 100%;
	    gap: 20px;
	}*/

  .Hair-Acadamy .center-sec{
   flex: 3;
   background-color: white; 
   padding:9px;
   border-radius: 5px;
   max-height: 231px;
   max-width: 735px;
 }

 .Hair-products {
  width: 100%;
  margin-top: 9px;
  background-color: white;
  border: 1px solid lightgray;
  padding: 22px;
  /* border: 4px; */
  border-radius: 4px;
}

.Hair-Acadamy .notification-sec
	{
		 flex: 1;
		 background-color: white; 
		 border: 1px solid lightgray; 
		 border-radius: 0px;
		 max-width: 336px;
		 padding: 20px;
		 border-top: 0px;
    }

.three-column-section 
{
  flex: 3; 
  display: flex;
  gap: 20px; 
  justify-content: space-between; 
  align-items: center;
}

ul.menu-list 
{
    padding: 0;
    margin:0px;
}	
ul.menu-list li 
{
  padding: 5px;
  list-style: none;
  margin: 4px 0;
  display: flex;
  align-items: center;
}
ul.menu-list li i
{
	 margin-right:0px ;
	 padding: 5px;
}

ul.menu-list li a.menu-link.active 
{
  background-color: #dff4f8;
  padding: 5px;
  max-width: 240px;
  color: #0dc1e0;
}
ul.menu-list li.active a
{
  color: #0dc1e0!important;
}
ul.menu-list li .sub-menu li a
{
	color: #595959!important;
}

.sub-menu li.menu-item.active a
{
	color: #0dc1e0 !important;
}
ul.menu-list i.fa.fa-home {
  color: #595959;
}
ul.menu-list li.active i.fa.fa-home
{
  color: #0dc1e0;
}
.menu-sec h4{
  padding-bottom: 10px;
}
.center-content{
  display: flex;
  flex-direction: row;
  margin-bottom: 9px;
}

.center-sec p {
  padding: 20px 0px 20px 0px;
  font-size: 16px;
  font-weight: 400;


}
.center-main-sec {
    margin-top: 20px;
}
.content-text input.form-input, .content-text .textarea {
  box-sizing: border-box;
  /* width: 298%; */
  /* padding: 0px; */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 7px;
  background-color: #f0f0f0;
  width: 100%;
  width: 100%;
  padding: 9px 9px 9px 20px;
}
.content-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%; 

}
h4.center-heading {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;

}
/* image preview start */
.attachment-preview {
/* 	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px; */
}

.attachment-preview img {
	border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px;
}

.attachment-preview div {
	display: flex;
	align-items: center;
	border-radius: 5px;
	font-size: 14px;
}
.attachment-link
{
	font-size: 12px;
    color: red;
}

.attachment-preview i {
	margin-right: 5px;
}
/* Image preview ends */
.column-img img{
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.column-content h5 {
  font-size: 16px;
  font-weight: 700;

}
.column-img {
/*   flex: 1; */
}
.column-content{
 flex: 11;
}
.icon-dots img.image {
  width: 26px;
  height: 6px;
}
.content-img{
  flex: 1;
}
.content-text{
  flex: 8;
}
.post-button {
  background-color: black;
  color: white;
  font-size: 16px;
  /* padding: 10px 20px; */
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  max-width: img.image;
  max-width: 140px;
  max-height: 40px;
  padding-left: 20px;
}

.comment-btns button
{
	background-color: black;
	  color: white;
	  font-size: 16px;
	  /* padding: 10px 20px; */
	  border: none;
	  border-radius: 5px;
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  max-height: 40px;
	  padding-left: 20px;
	float: right;
    margin-top: 12px;
	float: right;
    margin-top: 12px;
}

.comment-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-btns ul
{
	margin: 0;
    margin-left: 2px;
}
.comment-btns ul li 
{
	list-style:none;
}
.comment-btns ul li label
{
	cursor: pointer;
}

.comment-btns button img
{
	max-width: 30px;
}

.thread-upload-options {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
}
.thread-upload-options .icon-list4{
  flex: 5;
}
.icon-list4 ul {
    padding: 0px;
    margin: 0px;
}

#submit-comment .form-fields {
    position: relative;
}

#submit-comment a 
{
  position: absolute;
  right: 8px;
  top: 23px;
}
#submit-comment a img 
{
  max-width: 18px;
}

.thread-upload-options .post-button {
  flex: 1;
  margin-top: 5px;
}

.thread-upload-options ul.list li {
    margin: 19px 17px;
    display: inline-block;
}

.thread-upload-options ul.list {
    margin: 0;
}



.post-button h5
{
	color: #ffffff;
}


.icon-list4 ul.list li {
  margin: 19px 17px;
  display: inline-block;
}

.three-column-section .column {
  flex: 1; 
  background-color: lightyellow;
  padding: 20px;
  height: 200px; 
}

.product-heading h4 {
  padding-top: 20px;
  font-weight: 200;
  font-size: 13px;
  margin-bottom: 16px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}
.column-content p {
  font-size: 11px;
  padding-top: 10px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}
.attachments-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attachment-item {
    flex: 1 0 30%; /* Each item takes 30% of the width, with space for 3 in a row */
    box-sizing: border-box; /* Ensures padding and margin don't affect the width calculation */
}

@media (max-width: 768px) {
    .attachment-item {
        flex: 1 0 45%; /* Adjust to 2 items per row for smaller screens */
    }
}

@media (max-width: 480px) {
    .attachment-item {
        flex: 1 0 100%; /* Adjust to 1 item per row for very small screens */
    }
}

.attachment-item {
    margin-bottom: 15px;
}

.image-item {
    width: 100%;
}

.attachment-image {
    width: 100%; /* Make images responsive */
    height: auto;
    border-radius: 5px;
}

.file-item {
    max-width: 200px; /* Set a max width for file items */
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attachment-link {
    color: #007bff;
    text-decoration: none;
}

.attachment-link:hover {
    text-decoration: underline;
}

.fa-file {
    margin-right: 10px;
    font-size: 20px;
    color: #888;
}

.product-img img.image {
  width: 691px;
  height: 400px;
  border-radius: 8px;
}
.img-1 img.image {
  width: 18px;
  border-radius: 100px;
  height: 18px;
}
.four-column-section {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  align-items: center;
}
.img-1 {
  /* display: flex; */
  display: inline;
/*   margin: -4px; */
}
.messge-icon {
  display: inline-flex;
  gap: 12px;
}
.messge-icon h5 {

  font-size: 14px;
  font-weight: 400;
  color: #595959;
  
}
.userlike
{
  cursor: pointer;
}
.userlike.liked {
    color: #0dc1e0!important;
}
i.fa.fa-thumbs-up {
  color: gray;
  font-size: 24px;
}
.column-icon li {
  list-style: none;
}
.column-icon {
  flex: 0;
}
.four-colum-heading {
  flex: 9;
}
.four-colum-heading h5 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  color: #595959;

}
.three-images {
  margin-left: 16px;
}
.three-images img {
    border-radius: 52px;
    width: 26px;
	height: 26px;
}
.divider {
  border: none;
  border-top: 1px solid #e2dbdb;
  margin: 15px 0px 15px 0px;
  width: 101%;
}
.after-divider {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 10px;
}
.after-divider li{
  list-style: none;
}
.after-divider h4 {

  font-family: Inter;
  font-size: 14px;
  font-weight: 700;

}
i.fa.fa-arrow-down {
  font-size: 12px;
}
.comment-img img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

.comment-content {

  display: flex;
  background-color: #f4f4f4;
  padding: 20px;
  gap: 20px;
  margin: 8px;
}
.comment.hide
{
  display: none;
}

.comment-detail{
  flex:1;
}
.comment-below {

  background-color: white;
  border: 1px solid lightgray;
  max-width: 741px;
  padding: 9px;
  max-width: 735px;
}
.attachment-preview-comment .attachment-item {
    position: relative;
}
.comment-below .center-sec
{
	max-height: 100%;
}
.notifiy-main{
  display: flex;
  gap: 20px;
}
.notifiy-heading{
  flex:1;

}
.post_image {
    background: #f5f5f5;
	min-height: 200px;
}
p.post-date {
    margin-bottom: 10px;
}
.notifiy-heading h4{
  font-size: 17px;
  font-weight: bold;
  
}
.mark-sign{
  flex:2;
  display: inline-flex;
  align-items: center;
}
.mark-sign h3{
  font-size: 14px;
  color:#40a85d;
  padding-left: 9px;
}
.notify-image img {
  width: 32px;
  height: 32px;
  top: 12px;
  object-fit: contain;
  margin-top: 4px;
	filter: invert(0) brightness(0);
}

.notifiy-text h4 {
  font-size: 14px;
  font-weight: 800;
  font-family: inter;
}
.notify-text p {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #595959;
}
.notifiy-date h5 {
  font-size: 12px;
  font-weight: 400;
  color: #595959;
}
.notication-one {
    display: grid;
    grid-template-columns: 30px 1fr 50px;
    gap: 14px;
    background-color: #f4f4f4;
    padding: 10px;
    margin-top: 13px;
}
.notifiy-button a {
  text-align: center;
  padding: 14px 4px 14px 4px;
  gap: 10px;
  border-radius: 4px 0px 0px 0px;
  opacity: 0px;
  background-color: background: #1E1E1E;
  background-color: #1E1E1E;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.notifiy-button {
  margin-top: 20px;
}
.post-button img.image {
  width: 24px;
  height: 24px;
}
.messge-icon img.image {
  width: 24px;
  height: 24px;
}
.after-divider img.image {
  width: 16px;
  height: 12px;
}
.comment-detail h4 {
  font-size: 16px;
  font-weight: 700;
}
.comment-detail p {
  font-size: 14px;
  font-weight: 400;
  padding-top: 12px;
  margin-bottom: 0px;
}
.sidebar img  
{
 width: 24px;
  height: 24px;
}
.members img.image {
  width: 24px;
  height: 24px;
}
.videos img.image {
  width: 24px;
  height: 24px;
}
ul.menu-list li
{
  width: 100%;
}
ul.menu-list li a {
  display: inline-flex;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #595959;
  width: 100%;
}
.videos{

 display: inline-flex;
 gap: 17px;
 padding: 10px 22px 5px 5px;
}
.members h4 {
  font-size: 15px;
  font-weight:500;
  color: #595959;
}
.videos h4{
 font-size: 15px;
 font-weight:500;
 color: #595959;
}
.mark-sign img.image {
  width: 24px;
  height: 24px;
}
.notify-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1E1E1E;
}
.cole-msg {

  margin-top: 9px;
  background-color: white;
  border: 1px solid lightgray;
  max-width: 741px;
  padding: 22px;
  max-width: 735px;
  border-radius: 3px;
}
.cole-msg h4 {
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
  padding-top: 20px;
}
.main-four-sec {
  background-color: white;
  border: 1px solid lightgray;
  max-width: 741px;
  padding: 22px;
  max-width: 735px;
  border-radius: 3px;
}
.column-icon img.image {
  width: 24px;
  height: 24px;
  margin-top: -6px;
}

.logout img.image {
  width: 208px;
  height: 48px;

}


.header 
	{
	  width:100%;
	  border-bottom: 1px solid lightgray;
	  
	}

.header-inner
{   
	max-width: 1440px;
	height:96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
	background-color: #ffff;
	margin: 0 auto;
	padding: 0 20px;
}
.notication-one.unread {
    background: #7bd1e0;
}

.notication-one.unread p, .notication-one.unread h4, .notication-one.unread h5
{
	color: #000000;
}

.logo img {
  width: 276.08px;
  height: 64px;
	object-fit: contain;
}
.right-content{
  display: flex;
  align-items: center;
  gap: 15px;
  align-items: center;
  position: relative;
}

header.header .right-content img 
{
    border-radius: 52px;
    max-width: 61px;
	transition: transform 0.3s ease, border-radius 0.3s ease;
}

header.header .right-content img:hover
{
	transform: scale(1.2);
}

.right-content img.image-left 
{
  width: 48px;
  height: 48px;
}
.text h1 {
  font-size: 16px;
  font-weight: 700;
}
.text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}
.right-content img.image-right {
  width: 24px;
  height: 24px;
}
.center-part {

  padding: 20px;
  border-radius: 5px;
  border: 1px solid lightgray;
  background-color: white;
 
}
.center-part p {
  padding: 20px 19px 0px 0px;
}

.thread-upload-options ul.list li label, .thread-upload-options ul.list li i
{
	cursor: pointer;
	transition: transform 0.3s ease, border-radius 0.3s ease;
}

.thread-upload-options ul.list li label:hover, .thread-upload-options ul.list li:hover
{
	transform: scale(1.2);
}

button.post-button img {
    width: 24px;
    height: 24px;
}

/* weekly video start */
/* .videos-container {
	max-width: 900px;
	margin: auto;
} */
.videos-container h2, .videos-container h3 {
	margin-bottom: 9px;
}
.latest-video {
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.latest-video iframe {
	width: 100%;
	height: 400px;
	border-radius: 8px;
}
.other-videos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.video-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}
.video-card iframe {
	width: 100%;
	height: 400px;
}
.video-info {
	padding: 10px;
	text-align: left;
	position: relative;
}
.hover-wrapper
{
	display: none;
	font-size: 12px;
	position: absolute;
	background: #ffffff;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	align-items: center;
	justify-content: center;
}
a.save_video {

}
.video-info h4 {
	font-size: 14px;
	margin: 10px 0;
	color: #333;
}
.video-info p {
	font-size: 12px;
	color: #777;
	margin: 0;
}

.saved-videos .video-card 
{
	display: grid;
	grid-template-columns: 1fr 2fr;
	margin-bottom: 10px;
}
.saved-videos .video-card iframe
{

}
.notifiy-heading h4
{
	margin-bottom: 0px!important;
}
.video-info:hover .hover-wrapper
{
	display: flex;
}
.hover-wrapper-inner {
	width: 100%;
	padding: 0 8px;
	text-align: center;
}
a.save_video.saved 
{
	color: green;
	cursor: auto;
	margin-bottom: 0;
}

.hover-wrapper-inner a 
{
	background: #0dc1e0;
	display: block;
	width: 100%;
	padding: 0 0;
	color: #ffffff;
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 5px;
	border-radius: 10px;
}
a.delete_comment {
            font-size: 12px;
            color: red;
        }
/* weekly video ends */


/* blog css start */

.hairs-sec .pagination {
    padding: 33px 5px;
    text-align: center;
}
.hairs-sec .pagination .page-numbers {
    background: #0dc1e0;
    padding: 2px 9px;
    color: #ffffff;
}
.hairs-sec span.page-numbers.current {
    background: #dff4f8;
    color: #000000;
}
.post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
	margin-top: 25px;
}
.post_image img {
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    object-fit: cover;
}
.post-wrapper h4 {
    font-size: 18px;
    text-align: center;
}
.post-card-centent {
    padding: 15px 10px;
}
.post-card-centent .event_date {
    font-size: 14px;
    padding-bottom: 10px;
}
h2.page_title {
    padding: 20px 0;
	margin-top: 10px;
}

h3.category-title
 {
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: #dff4f8;
    color: #0dc1e0;
    text-align: center;
    padding: 8px 0;
    font-size: 20px;
    border-radius: 10px;
}

.post_image.pdf img {
    width: unset;
    height: auto;
    object-fit: contain!important;
	min-height: auto;
}
a.attchment-download {
    background: #0dc1e0;
    color: #ffffff;
    padding: 8px 20px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 24px;
    max-width: 132px;
}
.wpcf7-submit {
    background: #0dc1e0 !important;
}

.contact-page-conent {
    max-width: 700px;
    border: 1px solid #80808030;
    padding: 39px;
}
/* blog css ends */

@media (max-width: 1000px)
{
	.post-wrapper
	{
		grid-template-columns: 1fr 1fr!important;
	}
}

@media (max-width: 768px) {
	
	.post-wrapper, .hairs-sec.two-col
	{
		grid-template-columns: 1fr!important;
	}
	
	.header-inner
	{
		display:block;
		align-items: center;
		height: auto;
		width: 100%;
	}
  .Hair-Acadamy {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .Hair-Acadamy .menu-sec, 
  .Hair-Acadamy .center-sec, 
  .Hair-Acadamy .notification-sec {
    max-width: 100%;
    width: 100%;
    padding: 20px;
 
  }
  .center-main-sec{
   max-width: 100%;
   width: 100%;
 }

 .hairs-sec {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  background-color: white!important;
  margin: 0px;
}

	
.logo
	{
		text-align: center;
	}


.Hair-Acadamy .center-sec {
  padding: 15px;
  margin-top: 20px;
  max-width: 100%;
}

.Hair-products {
  max-width: 100%;
  margin-top: 20px;
  padding: 20px;
}


.post-button {
  max-width: 100%;
  padding: 10px 20px;
}

.three-column-section {
/*   display: block; */
}

.three-column-section .column {
  width: 100%;
  margin-bottom: 20px;
}


.column-img img {
  width: 60px;
  height: 60px;
}




.logo img {
  width: 80%;
  height: auto;
}

.right-content {
  display: block;
  text-align: center;
}

.right-content img {
  width: 50px;
  height: 50px;
}


.center-part {
  max-width: 100%;
  padding: 15px;
}


.notifiy-main {
  display: block;
}


.comment-1 {
  flex-direction: column;
  gap: 10px;
}

.comment-img, .comment-detail {
  width: 100%;
  text-align: left;
}

.comment-img img {
  width: 50px;
  height: 50px;
}

.comment-detail h4 {
  font-size: 18px;
}

.comment-detail p {
  font-size: 14px;
}

.notifiy-button a {
  font-size: 14px;
  padding: 12px;
  text-align: center;
}
	
 .comment-content
	{
		flex-wrap: wrap;
	}
}
