/*
Theme Name: BigHearts Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: bighearts
Text Domain: bighearts-child
*/

.s-work-with-us-form .select__field
{
	width:100%;
}
.s-work-with-us-form .select__field select
{
	color:#616161 !important;
}
.team-items_wrap
{
	display: flex;
    flex-wrap: wrap;
}
.team-items_wrap .team-item
{
	display: flex;
    flex-direction: column;
}
.team-items_wrap .team-item_wrap 
{
    height: 100%;
}

.wgl_module_team .team__image img
{
	width: 200px;
    margin: 0 auto;
}
.wgl_module_team .team__image
{
	text-align: center;
    margin: 0 auto;
	display:block !important;
}
.page-header
{
	height:292px !important;
	min-height: unset !important;
}
.s-footer a
{
	color:#ffffff !important;
}
.s-footer a:hover
{
	color:#f08225 !important;
}
.formcontainer {
  margin:0px auto 10px auto;
  width: 100%;
  background: #f9f9f9;
  padding: 25px 30px;
  border-radius: 5px;
}
.formcontainer .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.formcontainer .submit-btn
{
	background-color: #f09f1c;
	border-radius: 50px 50px 50px 50px;
    padding: 16px 30px 16px 30px;
    border: unset;
        color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.formcontainer .title::before {
  content: "";
  position: absolute;
  height: 3.5px;
  width: 30px;
  background: linear-gradient(135deg, #71b7e6, #9b59b6);
  left: 0;
  bottom: 0;
}

.formcontainer form .user__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
/* inside the form user details */
form .user__details .input__box {
  width: calc(100% / 2 - 20px);
  margin-bottom: 15px;
}

.user__details .input__box .details {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.user__details .input__box input {
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.user__details .input__box input:focus,
.user__details .input__box input:valid {
  border-color: #9b59b6;
}

/* inside the form gender details */

form .gender__details .gender__title {
  font-size: 20px;
  font-weight: 500;
}

form .gender__details .category {
  display: flex;
  width: 80%;
  margin: 15px 0;
  justify-content: space-between;
}

.gender__details .category label {
  display: flex;
  align-items: center;
}

.gender__details .category .dot {
  height: 18px;
  width: 18px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 10px;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}

#dot-1:checked ~ .category .one,
#dot-2:checked ~ .category .two,
#dot-3:checked ~ .category .three {
  border-color: #d9d9d9;
  background: #9b59b6;
}

form input[type="radio"] {
  display: none;
}

/* submit button */
form .button {
  height: 45px;
  margin: 45px 0;
}

form .button input {
  width: 100%;
  outline: none;
  color: #fff;
  border: none;
  padding:10px 20px; 
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
}

form .button input:hover {
  background: linear-gradient(-135deg, #71b7e6, #9b59b6);
}
.text-danger {color:red;}
.pan-sub-info{font-size:12px;}

.event-list-section .events-list-wrapper
{
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}
.event-list-section .event-type-tag p
{
  margin-bottom:0;
  font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
.event-list-section .event-image
{
  position:relative;
}
.event-list-section .event-type-tag
{
  position: absolute;
    top: 9px;
    right: 10px;
    background-color: #000000;
    padding: 5px 10px;
    border-radius: 0;
}
.events-list-wrapper
{
  margin:50px 0;
}
.events-list-wrapper .event-text-wrapper h3
{
  font-size:22px;
  margin-bottom: 5px;
}
.events-list-wrapper .event-text-wrapper .read-btn-event
{
  background-color: #106b78;
    color: #ffffff;
    padding: 10px 31px;
    display: inline-block;
    border-radius: 30px;
}
.events-list-wrapper .event-text-wrapper a:hover
{
  text-decoration:none;
}
.events-list-wrapper .event-box
{
  padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 #adadad;
}
.event-details-section .event-img img
{
  width: auto;
    height: auto;
  object-fit:cover;
}
.event-details-section
{
  margin:50px 0;
}
.event-details-section .single-event-content
{
  margin-top:20px;
}
.event-details-section
{
  max-width: 1200px;
  margin: 0 auto;
}
.single-event-content p
{
  color: #000000;
  font-size: 18px;
}
.event-details-section figure
{
  margin: 0;
  margin-top: 10px;
}
.post-type-archive-events_management .container-grid.row.blog_columns-1.blog-style-standard
{
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.post-type-archive-events_management .blog-post_meta-wrap
{
  display: none !important;
}
.post-type-archive-events_management .blog-post_wrapper,
.post-type-archive-events_management .blog-post.format-standard-image
{
  height: 100%;
}
.post-type-archive-events_management .blog-post_content
{
  padding-bottom: 0;
}
.post-type-archive-events_management .wgl_col-12.item
{
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.post-type-archive-events_management .blog-style-standard .wgl_col-12 .blog-post {
    margin-bottom: 0;
}
.post-type-archive-events_management .site-main
{
  margin-bottom: 80px;
}
.portfolio-template-default .breadcrumbs
{
  display: none;
}
.s-hospital-partner .wgl-gallery_item
{
	text-align: center;
}
.home-tab-section .wgl-tabs_header
{
	background-color: #204a49 !important;
}
.home-tab-section .wgl-tabs_header.active
{
	background-color: #f08225 !important;
}
.post-type-archive-events_management .blog-post_title a
{
	font-size: 20px !important;
	line-height: 1 !important;
}
.single_portfolio .related_portfolio
{
	display: none;
}

@media only screen and (max-width: 584px) {
  .container {
    max-width: 100%;
  }

  form .user__details .input__box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .gender__details .category {
    width: 100%;
  }

  .container form .user__details {
    max-height: 300px;
    overflow-y: scroll;
  }

  .user__details::-webkit-scrollbar {
    width: 0;
  }
}

@media only screen and (max-width: 767px) {
	.wgl_module_team.team-col_5 .team-item:not(.slick-slide), .wgl_module_team.team-col_6 .team-item:not(.slick-slide) {
        width: 100% !important;
    }
    .page-header
    {
    	height: 150px !important;
    }
    html body .page-header_content .page-header_title
    {
    	font-size: 30px !important;
        line-height: 30px !important;
    }
    html body h2,html body h2.elementor-heading-title,
    .single_portfolio .related_portfolio .bighearts_module_title h3, .single_portfolio .related_portfolio .bighearts_module_title h4
    {
    	font-size: 28px !important;
    	line-height: 40px !important;
    }
    .s-contact-one .wgl-layout-left,.s-contact-one .wgl-layout-right
    {
    	flex-wrap: wrap;
    }
    html body .mobile_switch_on li.current-menu-item  a,
    html body .primary-nav > ul > li:hover > a,html body .primary-nav ul li[class*=current] > a
    {
    	color: #F08225 !important;
    }
    .post-type-archive-events_management .wgl_col-12.item
    {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .event-details-section
    {
      max-width: 100%;
      margin: 0 10px;
    }
}