/*
Theme Name: Divi Child - Diabetes

Template: Divi
Marco
*/

.grecaptcha-badge{
  display:none !important;
}

/*---------- [Load The Fonts] ----------*/
/*@font-face {
    font-family: NeueHaas-Light;
    src: url('fonts/NeueHaasGrotDisp-45Light.otf');
}
@font-face {
    font-family: NeueHaas-Bold;
    src: url('fonts/NeueHaasGrotDisp-75Bold.otf');
}*/

/*---------- [Font Styling] ----------*/

#et-info {
  float: none;
  margin: 0 auto;
  text-align: center;
}

#et-info .wpml-ls-legacy-dropdown {
  display: inline-block;
  margin-left: 13px;
  width: 120px;
}

.wpml-ls-legacy-dropdown a {
  background-color: transparent;
  border: 0px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  background: transparent;
  opacity: .7;
}

.widget_icl_lang_sel_widget ul li:before {
  display: none;
}

h1 {
    /*font-family: NeueHaas-Bold, Lato, sans-serif;*/
    font-size: 40px;
    color: #666;
}
h2 {
    /*font-family: NeueHaas-Bold, Lato, sans-serif;*/
    font-size: 40px;
	color: #666;
}
h3 {
    /*font-family: NeueHaas-Bold, Lato, sans-serif;*/
    font-size: 25px;
    line-height: 1.2em;
	color: #666;
}
h4 {
	/*font-family: NeueHaas-Bold, Lato, sans-serif;*/
    color: #666;
}
h5 {
    /*font-family: NeueHaas-Bold, Lato, sans-serif;*/
    font-size: 18px;
  font-weight: 500;
}
body {
   /* font-family: NeueHaas-Light, Lato, sans-serif;*/
    font-size: 16px;
    line-height: 1.2em;
}
p {
    /*font-family: NeueHaas-Light, Lato, sans-serif;*/
}

.et_pb_button {
  /*font-family: NeueHaas-Bold, Lato, sans-serif;*/
  font-weight: 500;
}

#top-menu a {
  /*font-family: NeueHaas-Bold, Lato, sans-serif;*/
	font-weight: 400;
}

#top-menu li {
  padding-right: 42px;
}

.nav li ul {
  width: 340px;
}

#top-menu li li a {
  width: 300px;
}

#mailjet_widget_email, .mj_form_property {
  -webkit-appearance: none;
    padding: 14px 4%!important;
    font-size: 16px;
    color: #666 !important;
    background-color: #fff !important;
    width: 100%;
    font-weight: 400;
    border-width: 0 !important;
    border-radius: 3px;
}

ul.mycontactform {
  list-style: none;
  padding-left: 0;
}

ul.mycontactform li {
  padding-bottom: 15px;
}


.wpcf7-form {
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-number, .wpcf7-captchar {
  background-color: #fff !important;
  border: none !important;
  width: 100% !important;
  border-radius: 3px !important;
  font-size: 14px;
  color: #000 !important;
  padding: 16px !important;
  box-sizing: border-box;
}

.wpcf7-textarea {
  width: 100% !important;
}

input[type="submit"] {
  color: #ffffff !important;
  font-size: 18px;
background-color: #224258;
border-color: #224258 !important;
border-radius: 30px;
font-weight: bold;
font-style: normal;
text-transform: none;
text-decoration: none;
letter-spacing: 1px;
/*font-family: NeueHaas-Bold, Lato, sans-serif;*/
    font-weight: 500;
    display: block;
color: inherit;
width: 100%;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}

input[type="submit"]:hover {
  border: 2px solid transparent !important;
  background-color: hsla(0,0%,100%,.2);
  cursor: pointer;
  color: #224258 !important;
}