/*
 Theme Name:     Breathbase Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */



* {-webkit-font-smoothing: antialiased;}





h1 span {
color: #FFC72C;
	border-bottom: 2px #FFC72C solid;
	 display: inline-block;
  line-height: 0.85;
}


h2 span {
color: #FFC72C;
	border-bottom: 2px #FFC72C solid;
	 display: inline-block;
  line-height: 0.85;
}

h4 span {
color: #FFC72C;
	border-bottom: 2px #FFC72C solid;
	 display: inline-block;
  line-height: 0.85;
}




h3.underline {
color: #FFC72C;
	border-bottom: 2px #FFC72C solid;
	 display: inline-block;
  line-height: 0.85;
	margin-bottom: 5px;
}

h4.underline {
color: #FFC72C !important;
	border-bottom: 2px #FFC72C solid;
	 display: inline-block;
  line-height: 0.85;
	margin-bottom: 5px;
}

hr.yellowhr {
  border-top: 1px solid #FFC72C;
  border-bottom: 2px solid #FFC72C;

}

.et_pb_slide_description {
	text-shadow: 0 0px 0px rgba(0,0,0,.0) !important;}


.et-fixed-header #logo {
content: url(https://breathomix.com/wp-content/uploads/2019/05/logo_fc.svg);
}

#page-container .et_pb_button_0 {font-family: 'Helvetica' !important;}


.covidlink {
	font-size: 18px !important;
	padding: 5px;
	
	padding-left: 17px;
	margin-right: 20px;
	background-color: #9ed7ce;
	color: #fff !important;
height: 31px;
}

  
.et_pb_team_member_image {
	background-color: #FFC72C !important;

}
.et_pb_team_member_image img {
	opacity: 1;
filter: grayscale(100%);
	-webkit-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

#partner .et_pb_team_member_image img {
	opacity: 1;
filter: grayscale(0%);
	-webkit-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

.et_pb_team_member_image:hover img {
	opacity: .4;
}
	

	

/* Contact Form 7 styling
 -------------------------------*/
 .wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     background: #ffcc33;
     padding: 15px 25px 15px 25px;
     border: none;
     border-radius: 5px;
     width: auto;
     text-transform: uppercase;
     border-radius: 100px;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #494949;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea

{
   border-width: 1px;
border-style: solid;
border-color: #5cb4bd;
	color: #a0a0a0!important;
	font-size: 16px;
	padding: 15px;
}

sub, sup {
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
	font-size: large;
}

/** WPFORMS WPFORMSLABEL **/
.wpforms-form label{
 color: #000 !important; 
}
 
/** WPFORMS Input Textarea **/
.wpforms-form input, .wpforms-form textarea{
 background-color:#fff!important; 
	border: 1px solid #5cb4bd !important;
}
 
/** WPFORMS BUTTON COLOR **/
.wpforms-form button{
 background-color:rgb(8, 152, 166)!important; 
}
 
/** WPFORMS SUBMIT BUTTON **/
button.wpforms-submit{
 color:#FFFFFF!important; 
 background-color:#ffcc33 !important;
	border-radius: 100px !important;
	font-weight: 800 ;
	font-size: 18px !important;
	text-transform: uppercase !important;
 background-color:#ffcc33 !important;

}
 
/** WPFORMS SUBMIT BUTTON Hover **/
button.wpforms-submit:hover{
 color:#fff!important; 
 background-color:#000 important; 
}