/*!
Theme Name: HealthFlex
Theme URI: http://plethorathemes.com/healthflex/
Description: Multipurpose Medical WordPress Theme
Version: 1.0.0
Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, theme-options, translation-ready

*/

/*

The styles of the theme are compiled by less.php and stored in the uploads folder.

Do not alter or delete this file.

*/

/* 
================================================================= 


REQUIRED WORDPRESS STYLES
(are styled by less)


================================================================= 
*/

.aligncenter,.alignright,.alignleft,.floatleft,.floatright,
.textcenter,.textright,.textleft,.wp-caption,.gallery-caption,
.wp-caption-text,.wp-smiley,blockquote,.sticky,.bypostauthor,
.screen-reader-text {} 
.head_panel .owl-carousel .item{
	background-position: top center !important;
}
/* 
=================================================================
*/

.benefits-title p{
	color: #9A9B9D;
}

footer .pl_about_us_widget p a:hover i, footer .pl_about_us_widget p a:active i{
	background-color: #5CB85C;
}

.team-member-text{
	bottom: -40px !important;
}

#join-team .transparent_film:before{
	/*background-color: rgba(0,113,110,0.5);*/
	display: none;
}

#join-team-2 .transparent_film:before{
	background-color: rgba(255,255,255,0.5);
}

#benefits .plethora_button a{
	background-color: #267874 !important;
}

#benefits .plethora_button a:hover{
	background-color: #1A514E !important;
}

.food-guy{
	position: relative;
	bottom: -60px;
}

.team-img img{
	width: 300px;
}

.head_panel .hgroup{
	bottom:-40px;
}

.logo a.brand img{
	max-height: 90px !important;
	width: 320px;
	height: 156px;
	transition: all .5s;
}

.topbar.hidden + div .logo a.brand img{
	max-height: 60px !important;
}

.topbar{
	max-height: 30px;
	transition: all .5s;
	overflow: hidden;
}

body .topbar.hidden{
	display: block !important;
	max-height: 0;
}
@media screen and (min-width: 992px) {
	.benefits-title{
		top: -40px;
	}
	
	#join-team-2{
		padding-top: 600px;
	}
	
}

@media screen and (max-width: 768px) {
	.benefits-text h4,
	.benefits-text span,
	.benefits-text p{
		color: #323232; 
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.food-guy{
		bottom:0;
	}
	
	.food-guy-img{
		position: relative;
		bottom: -110px;
	}
}

#timeline{
	height: 960px;
}

@media screen and (min-width: 768px){
	#tli-2{
		top: -200px;
	}

	#tli-3{
		top: -400px;
	}
}

.post-button a{
	color: #ffffff !important;
	text-transform: uppercase !important;
	background-color: #359E9B !important;
	text-decoration: none !important;
}

.post-button a:hover{
	background-color: #267874 !important;	
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
	#timeline{
		height: 1100px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	#timeline{
		height: 1600px;
	}
}

header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #359E9B;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #359E9B;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #359E9B;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #359E9B;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #359E9B;
}
#join-team{
	position: relative;
}
#join-team .wpb_single_image{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.head_panel{
	text-align: center; 
}
.head_panel .full_width_photo{
	height: auto !important;
}
.hgroup{
	text-align: left;
}
#join-team .team-member-text,
#join-team .transparent_film > .wpb_wrapper{
	position: static;
}
#join-team .team-member-text{
	position: relative !important;
	margin-bottom: -110px;
}
.image_slide{
	text-align: center;
}
.teaser_box .content .hgroup h4{
	text-align: center;
}
.image_slide{
	position: relative;
	z-index: 1;
}
.image_slide + .textwrapslide .container{
	position: relative;
	z-index: 2;
	min-height: 630px;
}
.textwrapslide{
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
body .vc_custom_1462013286997{
	margin-top: 50px !important;
}
.stretchy_wrapper > *{
	position: static !important;
}
.caption_right{
	margin-right: -90px;
}
.caption_left{
	margin-left: -90px;
}
body .stretchy_wrapper.ratio_slider{
	padding-bottom: 0 !important;
	height: 100%;
}
body .stretchy_wrapper.ratio_slider img{
	object-fit: cover;
	min-width: 490px;
}
.image_single_post img{
	max-width: 1200px;
	width: auto;
}
.head_panel .hgroup .title{
	top: 4px;
}
.head_panel .slider_wrapper .caption{
	top: 30%;
}
#join-team{
	margin-top: -100px;
}
#join-team .wpb_wrapper{
	position: relative !important;
}
#join-team .wpb_wrapper:before{
	position: absolute;
	display: block;
	bottom: 0;
	height: 37px;
	width: 100%;
	content: "";
	/*background-color: rgba(0,113,110,0.5);*/
	z-index: 99;
}
body .vc_custom_1462219998875{
	padding-top: 0 !important;
}
#join-team .wpb_single_image:before{
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	background-color: rgba(0,113,110,0.5);
	width: 100%;
}
#join-team .section_header{
    position: absolute;
    bottom: 96px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(0,113,110,0.5);
    margin-bottom: 0 !important;
    padding-bottom: 30px;
    padding-top: 20px;
}  
#join-team .plethora_button{
	position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 100;
    margin-bottom: 0;
    padding-bottom: 60px;
	background-color: rgba(0,113,110,0.5);
}
#join-team .team-member-text{
	bottom: 0 !important;
}
body .vc_custom_1462020851430{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#benefits{
	position: relative;
	z-index: 3;
}
#join-team{
	position: relative;
	z-index: 2;
}
body .vc_custom_1462044439624{
	padding-top: 140px !important;
}
@media screen and (max-width: 1366px){
	.caption_right{
		margin-right: 0;
	}
	.caption_left{
		margin-left: 0;
	}
	.caption .inner .t1{
		font-size: 42px;
	}
	.caption .inner .t2{
		font-size: 26px;
	}
}
@media screen and (max-width: 1200px){
	.logo a.brand img{
		width: 230px;
		max-height: 80px !important;
	}
	.wpb_single_image{
		margin-bottom: 0;
	}
	#join-team .plethora_button,
	#join-team .section_header{
		position: static;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section_header.fancy h2{
		font-size: 36px;
	}
	#join-team .plethora_button{
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 1050px){
	body .vc_custom_1462013286997{
		margin-top: 150px !important;
	}
}
@media screen and (max-width: 992px){
  .textwrapslide{
  	position: static;
  	width: 100%;
  }
  .image_slide + .textwrapslide .container{
  	min-height: 100px;
  }
  .black_section{
  	height: 315px;
  }
  .head_panel .slider_wrapper .caption{
  	position: static;
  	width: 100%;
  	transform: none;
  	height: 315px;
  }
  body .vc_custom_1462013286997{
  	margin-top: 170px !important;
  }
  .textwrapslide .container{
  	margin: 0;
  	padding: 0;
  	width: 100%;
  }
}
@media screen and (max-width: 900px) {
	.caption .inner .t1{
		font-size: 36px;
	}
	.caption.caption_fancy .inner .t2{
		font-size: 22px;
	}
}
@media screen and (max-width: 768px) {
	body .head_panel .hgroup .subtitle.body-bg_section:after{
	    content: '' !important;
	    width: 0 !important;
	    height: 0 !important;
	    border-style: solid !important;
	    border-color: #e5e5e5 !important;
	    border-width: 64px 0 0 100vw !important;
	    bottom: -63px !important;
	    border-left-color: transparent !important;
	    border-right-color: transparent !important;
	    left: 0 !important;
	    position: absolute !important;
	    z-index: 9 !important;
	    -ms-transform: rotateY(180deg) !important;
	    -webkit-transform: rotateY(180deg) !important;
	    transform: rotateY(180deg) !important;
	    display: block !important
	}
  body .vc_custom_1462013286997{
  	margin-top: 0 !important;
  }
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #359E9B;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
@media screen and (max-width: 480px){
  	.black_section,
  	.head_panel .slider_wrapper .caption{
  		height: 200px;
  	}
}
@media screen and (max-width: 460px){
	.head_panel .slider_wrapper .caption{
		top: auto;
		bottom: 0;
	}
}
@media screen and (min-width: 1400px){
	.head_panel .slider_wrapper .caption{
		top: 50% !important;
	}
}