/*---------------------------------------------------------------------------------

 Theme Name:   Upper GI Surgery Bariatric Child Theme
 Theme URI:    
 Description:  
 Author:       CloudActive
 Author URI:   https://cloudactive.io
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

:root {
  --main--one: #AC0A38;
  --main--two: #e2e2d3;
  --main--three: #7B8952;
  --main--four: #4E6E90;
  --dark: #2E2E2E;
  --darker: #10181d;
  --darkgrey: #4c4c4c;
  --grey: #E6EAED;
  --mainfont: 'freight-neo-pro', Georgia, "Times New Roman", serif;
  --bodyfont: 'usual', Helvetica, Arial, Lucida, sans-serif;
  --transition1: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --overlay1: rgba(29, 20, 100, 0.75);
  --boxshadow24010: 2px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

::selection {
  background: var(--main--one);
  color: white;
}

::-moz-selection {
  background: var(--main--one);
  color: white;
}

/** [ 0.4 SCROLL BAR ] **/
::-webkit-scrollbar {
  width: 10px;
  border-radius: 0px;
  height: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--main--one);
  background: black;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-image: linear-gradient(70deg, var(--main--one) 0, var(--main--two) 100%)
}

a {
  color: #303030;
  text-decoration: none !important;
}

a:hover {
  color: #bc8d69 !important;
  text-decoration: underline;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}


body h1 {
  font-family: var(--mainfont);
  line-height: 1.2em;
  letter-spacing: -1px;
  color: var(--main--one);
}

body h2,
body h3 {
  font-family: var(--bodyfont);
  line-height: 1.2em;
  letter-spacing: -1px;
  color: var(--main--one);
}

html body,
p,
body p {
  font-family: var(--bodyfont);
  color: var(--dark);
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.6em;
}

body li {
  font-size: .80rem;
  line-height: 1.4em;
}

.large.et_pb_text p {
  font-size: 1.25rem !important;
}

body li::marker {
  font-weight: bold;
}

body .et_pb_column_2_5 h1,
body h1 {
  font-weight: 400;
  line-height: 1em;
  font-size: 6.25rem;
}

body h1.light {
  font-weight: 100;
  font-size: 3.5rem;
}

h1.small {
  font-size: 2rem;
  font-weight: 400;
}


body .et_pb_column_2_5 h2,
body .et_pb_text h2,
body h2 {
  font-size: 2rem;
  font-weight: 500;
}

body .et_pb_column_1_3 h3,
body .et_pb_column_2_5 h3,
body .et_pb_column_1_4 h3,
body h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

body .et_pb_column_2_5 h4,
body .et_pb_column_1_3 h4,
body .et_pb_column_1_4 h4,
body h4 {
  font-size: 1.35rem;
  font-family: var(--bodyfont);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2em;
}

body sup {
  font-size: 65%;
}

body .et_pb_bg_layout_dark a,
body .et_pb_bg_layout_dark p {
  color: white;
}

.sitewide-header-bar > div > div > div > p {
	font-size: 0.8rem !important;
}

.et_pb_text a {
  text-decoration: 1px underline;
}

@media (min-width: 1601px) {

  html,
  body {
    font-size: 20px !important;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {

  html {
    font-size: 18px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {

  html {
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {

  html {
    font-size: 14px !important;
    -webkit-text-size-adjust: none;
  }
}

@media (max-width: 768px) {

  html {
    font-size: 14px !important;
    -webkit-text-size-adjust: none;
  }
}

@media (max-width: 550px) {

  html {
    font-size: 16px !important;
    -webkit-text-size-adjust: none;
  }
}

@media all and (min-width: 1025px) {
  body {
    -ms-touch-action: none;
    touch-action: none;
  }
}

@media all and (max-width: 1024px) {
  body {
    -ms-touch-action: auto;
    touch-action: auto;
  }
}

@media (min-width:1400px) and (max-width:1900px) {

  body .et_pb_column_2_5 h2,
  body .et_pb_text h2,
  body h2 {
    font-size: 2rem;
  }

  body .et_pb_column_1_3 h3,
  body .et_pb_column_1_4 h3,
  body .et_pb_column_1_5 h3,
  body .et_pb_column_1_6 h3,
  body .et_pb_column_2_5 h3,
  body h3 {
    font-size: 1.5rem;
  }

  body .et_pb_column_1_3 h4,
  body .et_pb_column_1_4 h4,
  body h4 {
    font-size: 1.05rem;
  }

  html body,
  p,
  body p {
    font-size: .95rem !important;
  }
}

.et_pb_blurb_description p {
  font-size: .80rem;
}

.et_pb_text ul li {
  list-style: none;
  position: relative;
  font-size: .85rem;
  padding-bottom: .5rem;
  margin-left: .5rem;
  text-indent: -18px;
}

.et_pb_text ul li:before {
  content: ">";
  font-weight: 600;
  margin-right: 5px;
}

/*******************

-- PADDING & SPACING SIZES --

/******************/

body .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
body .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
body .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
body .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module,
body .et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
body .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module,
body .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
body .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
  margin-bottom: 0;
}

.padding-none.et_pb_section,
.padding-none.et_pb_row {
  padding: 0;
}


.padding-standard.et_pb_row,
.padding-standard.et_pb_section {
  padding: 6rem 0 !important;
}

.padding-standard-top.et_pb_section,
.padding-standard-top.et_pb_row,
.padding-standard-top {
  padding-top: 6rem;
}

.padding-xlarge-top.et_pb_section,
.padding-xlarge-top {
  padding-top: 12rem;
}

.padding-small-top {
  padding-top: 2rem;
}

.padding-bottom-standard.et_pb_section,
.padding-bottom-standard.et_pb_row,
.padding-bottom {
  padding-bottom: 6rem;
}

.paddium-medium.et_pb_section,
.paddium-medium.et_pb_row,
.padding-medium {
  padding: 3rem 0;
}

.padding-medium-top.et_pb_row,
.padding-medium-top.et_pb_section,
.padding-medium-top {
  padding-top: 3rem;
}

.padding-small.et_pb_section,
.paddium-small.et_pb_row,
.padding-small {
  padding: 2rem 0;
}

.padding-xsmall {
  padding: 1rem 0;
}

.padding-xsmall-top {
  padding-top: 1rem;
}

.spacing1 {
  width: 33rem;
}

.spacing2 {
  width: 25rem;
}

@media (max-width:500px) {

  .padding-standard-top.et_pb_section,
  .padding-standard-top.et_pb_row,
  .padding-standard-top {
    padding-top: 4rem !important;
  }

  .padding-standard.et_pb_row,
  .padding-standard.et_pb_section {
    padding: 4rem 0 !important;
  }
}

.background-center-bottom {
  background-position: center bottom;
}


.flex-row.et_pb_row {
  display: flex;
  flex-wrap: wrap;
}

.centre.flex-row.et_pb_row {
  align-items: center;
}


.list {
  padding-left: 1rem;
}

.list ol {
  list-style-position: outside;
}

.list li::marker {
  font-weight: 300;
}

.list li {
  padding-bottom: .5rem;
}

ol {
  padding-left: 1rem !important;
}

ol {
  list-style-position: outside;
  list-style: none;
  text-indent: -12px;
  margin-left: 0px;
}

ol li::marker {
  font-weight: 300;
}

ol li {
  padding-bottom: .5rem;
  line-height: 1.4em;
}

.three-column-adjustment.et_pb_row .et_pb_column:nth-child(1) {
  padding-right: 3rem;
}

@media (min-width: 981px) {
  .et_pb_section {
    padding: 0;
  }
}

/*******************

-- BUTTONS --

/******************/


#page-container .et-l .et_pb_section .et_pb_button {
  color: var(--main--three) !important;
  border: 0 !important;
  font-size: 1rem !important;
}


#page-container .et-l .et_pb_section .et_pb_button::before {
  display: block !important;
  margin: 0;
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  border-width: 1px;
  border-color: var(--main--three);
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  left: 0;
  right: auto;
  top: 7px;
  transition: all .3s ease-in-out;
}

#page-container .et-l .et_pb_section .et_pb_button:hover::before {
  width: 100%;
  opacity: 1;
}

#page-container .et-l .et_pb_section .et_pb_button:hover,
#page-container .et-l .et_pb_section .et_pb_bg_layout_light.et_pb_button:hover,
#page-container .et-l .et_pb_section .et_pb_bg_layout_light .et_pb_button:hover {
  background: none;
}

body #page-container .et_pb_section .et_pb_button:after {
  transition: all .3s ease-in-out !important;
  color: var(--main--three) !important;
}

body #page-container .et_pb_section .et_pb_button:hover::after {
  margin-left: .75rem !important;
}

body #page-container .et_pb_section .light.et_pb_button:after,
#page-container .et-l .et_pb_section .light.et_pb_button {
  color: white !important;
}

#page-container .et-l .et_pb_section .light.et_pb_button::before {
  border-color: white;
}

.button.et_pb_code {
  margin-top: 4rem;
}

body .et_pb_scroll_top.et-pb-icon {
  width: 54px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 1px solid var(--main--one);
  background: 0 0;
  padding: 0;
  right: 2rem;
}

body .et_pb_scroll_top:before {
  content: '\21';
  color: var(--main--one);
}

body .et_pb_scroll_top.et-pb-icon:hover {
  background: var(--main--one);
}

body .et_pb_scroll_top:hover:before {
  color: white;
}


/*******************

-- HEADER --

/******************/



.et-fixed-header #top-menu .menu-cta a,
.menu-cta a {
  padding: 1rem 1.5rem !important;
  transition: all .3s ease-in-out;
  font-family: var(--bodyfont);
	font-size: 0.75rem;
	font-weight: 700;
}

.menu-cta a {
  background: white;
  color: var(--main--three) !important;
  border: 1px solid var(--main--one)!important;
}



.menu-cta a:before {
    display:none;
}

.et_mobile_menu .menu-cta a:hover,
.et-fixed-header #top-menu .menu-cta a,
.menu-cta a:hover {
  color: white !important;
}

.et-fixed-header #top-menu .menu-cta a,
.menu-cta a:hover {
  background: var(--main--one) !important;
}

.et-fixed-header #top-menu .menu-cta.two a,
.menu-cta.two a {
  background: var(--main--one) !important;
  color: white !important;
}


header#main-header #top-menu .menu-cta a:hover {

  color: white !important;
}

.menu-cta.two a:hover {
  background: var(--main--four) !important;
}

.et-fixed-header #top-menu .menu-cta.two a:hover,
.et-fixed-header #top-menu .menu-cta a:hover {
  background: var(--main--four) !important;
}



#global-header .et_pb_row--with-menu {
  width: 96%;
}

#global-header .et_pb_row--with-menu .et_pb_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#global-header .et-menu a:hover {
  opacity: 1;
}

#global-header .menu-cta.two a {
  color: white !important;
}

#global-header .et-menu .menu-cta a:hover {
  color: white !important;
}

#global-header .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
  align-items: center;
}




#global-header ul.et-menu>li>a:before {
  content: '';
  width: 0;
  left: 50%;
  height: 3px;
  border-radius: 0px;
  background: var(--main--one);
  position: absolute;
  z-index: -1;
  Bottom: -10px;
  opacity: 0;
  transition: .3s cubic-bezier(.25, .01, .32, 1.61);
}


#global-header ul.et-menu>li>a:hover:before,
#global-header ul.et-menu>li.current-menu-item>a:before {
  width: 110% !important;
  left: -5%;
  opacity: 1;
}

#global-header ul.et-menu>li>a {
  z-index: 1;
}

#global-header .nav li ul {
  border-top: 0px;
  margin-top: 0px !important;
  box-shadow: 0 0;
  z-index: 0;
  width: 300px;
  flex-direction: column;
  display: flex;
}

#global-header .nav li ul a {
  font-size: .65rem;
  width: 100%;
}

#global-header .nav li ul a {
    transition:all 0s!important;
}

#global-header .nav li ul a:hover {
    font-weight:bold!important;
    background:none;
}

#global-header ul.et-menu>li.menu-item-has-children:hover>a:before,
#global-header ul.et-menu>li.menu-item-has-children.et_pb_menu_selected_item>a:before {
  width: 110% !important;
  left: -5% !important;
  opacity: 1 !important;
}



@media (min-width:1300px) and (max-width:1750px) {
  #global-header .et_pb_image_0_tb_header {
    width: 15rem;
  }
}

@media (min-width:1155px) and (max-width:1350px) {
  #global-header .et_pb_image_0_tb_header {
    width: 15rem;
  }
}

@media (min-width:981px) and (max-width:1154px) {
  #global-header .et_pb_image_0_tb_header {
    width: 10rem;
  }

  #global-header .et_pb_menu .et-menu>li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Text left of hamburger in the Theme Builder */
.et_mobile_nav_menu:before {
  content: 'MENU';
  position: absolute;
  right: 40px;
  color: #333;
  font-size: 16px;
	top:-3px;
}

/* Text left of hamburger in Divi 3 */
#et_mobile_nav_menu:before {
  content: 'MENU';
  position: absolute;
  right: 33px;
  bottom: 30px;
  color: #333;
  font-size: 16px;
}

/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
}

/* Remove the top line in the mobile menu*/
.et_mobile_menu {
  border-top: 0;
}

/* Center-align moble menu items */


.et_mobile_menu li li,
.et_mobile_menu li ul {
  padding-left: 0 !important;
}

/* Make mobile menu fullwidth */
.et_mobile_menu {
  min-width: 90vw;
  transform: translate(-86vw, 2%);
}

/* Make the mobile menu full height */




@media (max-width:1450px) {
  body .et_pb_row {
    width: 100%;
  }
}


@media (max-width:767px) {
  body li {
    padding-bottom: 1rem;
  }
}

@media (max-width:550px) {
  body .et_pb_scroll_top.et-pb-icon {
    width: 40px;
    height: 40px;
    line-height: 34px;
    bottom: 2rem;
  }

  body .et_pb_scroll_top:before {
    font-size: 1.5rem;
  }

  .seenon img {
    max-width: 90%;
    margin: 0 auto;
  }

  #hero.sub h1 {
    padding: 2rem 1rem;
    max-width: 18rem;
    margin: auto;
  }

  .team-member.et_pb_module {
    width: 100% !important;
  }

}


.hero-section.home.et_pb_section {
  padding-top: 0 !important;
}

.hero-section.home .et_pb_row {
  padding: 0 0% 0 5%;
}

.hero-section .et_pb_image_wrap {
	float: right!important;
}

.hero-section.home img {
  height: 55rem;
  object-fit: cover;
  margin-bottom: -5rem;
}

.hero-section.home .et_pb_row .et_pb_button {
  margin-top: 1.5rem;
}

.hero-section.home.support-team img {
  height: 35rem;
}
body.page-id-212 .hero-section.home img {
    object-position: 0;
}

body.page-id-176 .hero-section.home img {
    object-position: 100%;
}

/* = DARK BLUE / LARGE TEXT = */

.dark-blue.et_pb_section {
  background-position-y: 105% !important;
  padding: 10rem 0 !important;
}

.dark-blue.et_pb_section {
  background-position-y: 105% !important;
  padding: 10rem 0 !important;
}


.dark-blue.txt-centre.et_pb_section .et_pb_row {
  max-width: 55rem;
  margin: auto;
}



.title-left-txt-right.et_pb_row,
.title-right-txt-left.et_pb_row {
  padding-left: 5%;
  padding-right: 5%;
}


.img-left-txt-right.et_pb_row .et_pb_column:nth-child(2),
.no-img-txt-right.et_pb_row .et_pb_column:nth-child(2) {
  padding-right: 5%;
}

.img-left-txt-right.et_pb_row img {
  height: 27rem;
  object-fit: cover;
}



.overlap-bellow.et_pb_row {
  padding-bottom: 12rem;
}

.title-left-txt-right.et_pb_row .et_pb_column_1_2 {
  width: 36.7%;
}

.light-blue.img-right .et_pb_row {
  padding-left: 5%;
}

.light-blue.img-right .et_pb_row p {
  padding: 2rem 0;
}

.light-blue.img-right .et_pb_row img {
  height: 36rem;
  object-fit: cover;
}

.txt-left-img-right.et_pb_row,
.text-left-no-img.et_pb_row {
  padding-left: 5%;
  padding-right: 5%;
}

.txt-left-img-right.et_pb_row .et_pb_column:nth-child(1) {
  padding-right: 5%;
}

.light-blue.txt-centre.et_pb_section .et_pb_row {
  max-width: 57rem;
  margin: auto;
}

.txt-left-img-right.et_pb_row img {
  height: 50vw;
  object-fit: cover;
}

.two-third.txt-left .et_pb_row {
  padding-left: 5%;
}

.footer-section.et_pb_section {
  background-position-y: -85rem;
}

.footer-section.et_pb_section .et_pb_row {
  padding-left: 5%;
  padding-right: 5%;
}


.footer-section.et_pb_section .et_pb_module {
  padding-bottom: 1rem;
}

.nf-form-content label,
.nf-form-fields-required,
.nf-form-title {
  display: none;
}

.footer-section.et_pb_section .nf-form-content .list-select-wrap .nf-field-element>div,
.footer-section.et_pb_section .nf-form-content input:not([type="button"]),
.footer-section.et_pb_section .nf-form-content textarea {
  background: #6A839F;
  border: none;
  color: white;
  opacity: 1;
}

.footer-section.et_pb_section .nf-form-content .list-select-wrap .nf-field-element>div:focus,
.footer-section.et_pb_section .nf-form-content input:not([type="button"]):focus,
.footer-section.et_pb_section .nf-form-content textarea:focus {
  color: var(--main--one);
}

.footer-section.et_pb_section .nf-form-content button,
.footer-section.et_pb_section .nf-form-content input[type="button"],
.footer-section.et_pb_section .nf-form-content input[type="submit"] {
  background: var(--main--one) !important;
}

#nf-field-4-container {
  display: flex;
  justify-content: flex-end;
}

.footer-section.et_pb_section .nf-form-content button:hover,
.footer-section.et_pb_section .nf-form-content input[type="button"]:hover,
.footer-section.et_pb_section .nf-form-content input[type="submit"]:hover {
  background: white !important;
  color: var(--main--one) !important;
}

.disclaimer.et_pb_section .et_pb_row {
  padding-left: 5%;
  padding-right: 5%;
}

/*--- SUPPORT TEAM ---*/


.img-left-txt-right.reception.et_pb_row img {
  height: 20rem;
  object-fit: cover;
}

.support-team.et_pb_row img {
  height: 18rem;
  object-fit: cover;
}


.support-team.et_pb_row {
  padding-left: 5%;
  padding-right: 10%;
}

.reception.et_pb_row {
  padding-left: 5%;
  padding-right: 10%;
}

.img-left-txt-right.reception.et_pb_row .et_pb_column:nth-child(2) {
  padding-right: 1%;
}

.img-left-txt-right.reception.et_pb_row .et_pb_column {
  padding-right: 1%;
}

.img-left-txt-right.reception.et_pb_row .et_pb_column:last-child {
  padding-left: 3%;
  padding-right: 5%;
}

.faq .et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\4c";
  color: black;
  font-size: 36px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq .et_pb_toggle_close .et_pb_toggle_title:before {
  color: black;
  font-size: 36px;
  content: "\4c";
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\4c";
  color: var(--main--one);
  font-size: 1.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq .et_pb_toggle_close .et_pb_toggle_title:before {
  color: var(--main--one);
  font-size: 1.5rem;
  content: "\4c";
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .et_pb_toggle {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--main--three);
  padding: .65rem 0;
}


.faq .et_pb_toggle h5 {
  font-size: 1rem;
  color: var(--dark);
}

.faq.green-section .et_pb_toggle {
  border-color: white;
}

.faq.green-section .et_pb_toggle_open .et_pb_toggle_title:before,
.faq.green-section .et_pb_toggle_close .et_pb_toggle_title:before {
  color: white;
}


.faq.green-section .et_pb_toggle .et_pb_toggle_content p,
.faq.green-section .et_pb_toggle .et_pb_toggle_content,
.faq.green-section .et_pb_toggle h5 {
  color: white;
}


/*---- WEBINAR ----*/


.webinar .nf-form-content .list-select-wrap .nf-field-element>div,
.webinar .nf-form-content input:not([type="button"]),
.webinar .nf-form-content textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--main--one);
}

.webinar .nf-form-content textarea,
.webinar .nf-form-content input {
  color: var(--dark) !important;
}

.webinar .nf-form-content button,
.webinar .nf-form-content input[type="button"],
.webinar .nf-form-content input[type="submit"] {
  width: 100%;
  background: var(--main--three);
  text-transform: uppercase;
  font-weight: bold;
  color: white !important;
}

.webinar .nf-form-content button:hover,
.webinar .nf-form-content input[type="button"]:hover,
.webinar .nf-form-content input[type="submit"]:hover {
  background: var(--main--one);
  cursor: pointer;
}

.contact.webinar {
  max-width: 100%;
  background: white;
  padding: 2rem 3rem;
}


.archive .et_pb_post_title,
.single .et_pb_post_title {
  padding-left: 5%;
}

.archive .et_pb_post_title h1,
.single .et_pb_post_title h1 {
  font-size: 3rem;
  max-width: 35rem;
}

.archive .et_pb_section.post-content,
.single .post-content {
  padding: 6rem 5%;
}

.archive a,
.single a {
  color: var(--main--three);
}

.single .et_pb_posts_nav a {
  font-size: 1rem;
}

.single #comments {
  padding-bottom: 2rem;
}

.single .comment-body {
  padding: 1rem 6rem;
}

.archive .et_pb_widget_area_left,
.single .et_pb_widget_area_left {
  border-right: 0;
}

.archive .et_pb_posts .et_pb_post {
  max-width: 50rem;
}

.dipl_timeline .dipl_item_icon.dipl_item_circle.dipl_icon_fill {
  background: var(--main--three);
}

.dipl_timeline h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--main--three);
}



body .dipl_timeline .dipl_item_circle {
  width: 1rem !important;
  height: 1rem !important;
}

.wptb-table-container table td {
  padding: .5%;
}

.wptb-ph-element p {
  font-size: .65rem !important;
}

body.page-id-338 .img-left-txt-right.et_pb_row img {
  height: 37rem;
}

body.page-id-338 .img-left-txt-right.et_pb_row .scope img {
  height: auto;
  object-fit: cover;
}

.compare-bariatric img {
  height: 9rem !important;
  object-fit: cover;
}


.page-id-324 .txt-left-img-right.et_pb_row img,
.page-id-324 .img-left-txt-right.et_pb_row img {
  height: auto;
}

.light .dipl_item_icon.dipl_item_circle {
  border-color: var(--grey);
}

.light .dipl_item_icon.dipl_item_circle.dipl_icon_fill {
  border-color: white !important;
}

.light.dipl_timeline .dipl_item_icon.dipl_item_circle.dipl_icon_fill {
  background: white !important;
}

.light.dipl_timeline .dipl_item_icon.dipl_item_circle {
  background: var(--grey);
}

.dipl_timeline .dipl_item_content_inner {
  background-color: transparent !important;
}

.light.dipl_timeline .dipl_item_content_inner p {
  color: white;
}



/*-------------------------------*/

/*======== RESPONSIVE ==========*/

/*-------------------------------*/

@media (max-width:980px) {

  body .et_pb_column_2_5 h1,
  body h1 {
    font-size: 4rem;
  }

  .hero-section.et_pb_section h1 {
    text-align: center;
  }

  .hero-section.et_pb_section .et_pb_button_module_wrapper {
    text-align: center !important;
  }

  .hero-section.et_pb_section h1 br {
    display: none;
  }

  .hero-section.et_pb_section .flex-row.et_pb_row {
    flex-direction: column-reverse !important;
    padding: 0;
  }

  .hero-section.et_pb_section img {
    margin-bottom: 0;
  }

  .hero-section.et_pb_section .et_pb_row .et_pb_column:nth-child(1) {
    padding: 6rem 5%;
  }

  .white-section.img-left.et_pb_section .et_pb_row,
  .white-section.img-left.et_pb_section {
    padding-top: 0 !important;
  }

  .white-section.img-left.et_pb_section .et_pb_code {
    padding-top: 2rem;
    margin-bottom: 0 !important;
  }

  .img-left-txt-right.et_pb_row img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .img-left-txt-right.et_pb_row .et_pb_column:nth-child(2) {
    padding: 6rem 3% 0;
  }
	
	.no-img-txt-right.et_pb_row .et_pb_column:nth-child(2) {
		padding: 0 3%;
	}
	
	.no-img-txt-right.et_pb_row .et_pb_column.et_pb_column_empty {
		margin-bottom: 0px;
	}

  .title-left-txt-right.et_pb_row .et_pb_column {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .title-left-txt-right.et_pb_row .et_pb_column .et_pb_text_6 {
    margin-top: 2rem;
  }

  .light-blue.img-right .et_pb_row {
    flex-direction: column-reverse;
  }


  .light-blue.img-right .et_pb_row .et_pb_column:nth-child(1) {
    padding: 6rem 0;
    padding-right: 5%;
  }

  .light-blue.img-right .et_pb_row img {
    height: auto;
  }

  .footer-section.et_pb_section {
    background-position-y: 100%;
  }

  .footer-section.et_pb_section .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer-section.et_pb_section .et_pb_module {
    text-align: center;
  }

  .light-blue.img-right .et_pb_row {
    padding-left: 0;
  }

  .light-blue.img-right .et_pb_row .et_pb_column:nth-child(1) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bariatric-booklet h2 {
    text-align: center;
  }

  .bariatric-booklet .et_pb_row {
    padding: 0 5%;
  }

  .bariatric-booklet.light-blue.img-right .et_pb_row .et_pb_column:nth-child(1) {
    padding: 0 5%;
  }

  .white-section.img-right.et_pb_section {
    padding-top: 0 !important;
  }

  .white-section.img-right.et_pb_section .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }

  .white-section.img-right.et_pb_section .et_pb_row img {
    height: 100%;
  }

  .white-section.img-right.et_pb_section .et_pb_row .et_pb_column:nth-child(1) {
    padding: 6rem 5% 0;
  }

  .green-section.et_pb_section .et_pb_code {
    margin-bottom: 0 !important;
  }

  .page-id-324 .white-section.img-left.et_pb_section .title-right-txt-left.et_pb_row {
    padding: 6rem 5% !important;
  }

  .page-id-324 .green-section.et_pb_section .et_pb_row {
    flex-direction: column-reverse;
    display: flex;
  }

  .page-id-324 .green-section.et_pb_section .et_pb_row .et_pb_column:nth-child(2) {
    display: flex;
    padding-bottom: 6rem;
  }

  .page-id-324 .white-section.img-right.et_pb_section .et_pb_row {
    flex-direction: column;
  }

  .white-section.img-right.et_pb_section .et_pb_row.padding-standard-top {
    padding-top: 0 !important;
  }

  .page-id-73850 #start-content.et_pb_section,
  .page-id-73837 #start-content.et_pb_section,
  .page-id-342 #start-content.et_pb_section,
  .page-id-338 #start-content.et_pb_section,
  .page-id-340 #start-content.et_pb_section {
    padding-top: 6rem !important;
  }

  body.page-id-338 .img-left-txt-right.et_pb_row img {
    height: auto;
    width: 94%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .page-id-342 .img-left-txt-right.et_pb_row .et_pb_column:nth-child(2) {
    padding: 2rem 3% 0;
  }

  .reception.et_pb_row .et_pb_column {
    width: 100%;
  }

  .reception.img-left-txt-right.et_pb_row .et_pb_column:nth-child(2) {
    padding: 0;
  }

  .reception.img-left-txt-right.et_pb_row img {
    margin-bottom: 2rem;
  }

  .reception.padding-medium-top.et_pb_row {
    padding-top: 0;
  }

}

@media (max-width: 767px) {

  body .et_pb_column_2_5 h1,
  body h1 {
    font-size: 3rem;
  }

  .hero-section.home img {
    height: auto;
  }

  .hero-section.home.support-team img {
    height: auto;
  }
}

@media (max-width:500px) {

  html body,
  p,
  body p {
    font-size: .85rem;
  }

  body .et_pb_column_2_5 h1,
  body h1 {
    font-size: 2.5rem;
  }

  body .et_pb_column_2_5 h2,
  body .et_pb_text h2,
  body h2 {
    font-size: 1.75rem;
  }

  h3 br,
  h2 br {
    display: none;
  }

  .light-blue.et_pb_section h2 br {
    display: block;
  }

  .title-left-txt-right.et_pb_row .et_pb_column .et_pb_text_6 {
    margin-top: 0;
  }

  .hero-section.home img {
    object-position: 75%;
  }

  .img-left-txt-right.et_pb_row .et_pb_column:nth-child(2) {
    padding: 3rem 3% 0;
  }

  .white-section.img-right.et_pb_section .et_pb_row .et_pb_column:nth-child(1) {
    padding: 4rem 5% 0;
  }

  .page-id-73850 #start-content.et_pb_section,
  .page-id-73837 #start-content.et_pb_section,
  .page-id-342 #start-content.et_pb_section,
  .page-id-342 #start-content.et_pb_section,
  .page-id-338 #start-content.et_pb_section,
  .page-id-340 #start-content.et_pb_section {
    padding-top: 4rem !important;
  }

  .et_header_style_left #logo {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }

  .et_header_style_left .logo_container {
    position: relative;
  }

  /*
  .et_header_style_left #et-top-navigation,
  #et_mobile_nav_menu {
    float: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 0 0 !important;
  }

  .et_mobile_menu {
    min-width: 100vw;
    margin-left: -2vw !important;
  }*/

}

/* -- HEADER -- */
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
	transition:none!important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
		transition:none!important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: var(--main--one);
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

.et_mobile_menu .menu-item-has-children .sub-menu{
  display: none !important;
  }
  
  .pa-block{
  display: block !important;
  height: fit-content !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding: 5% !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  }
  
  .et_mobile_menu .menu-item-has-children .pa-submenu{
  display: block !important;
	  	transition:none!important;
  }
  
  .opened .et_mobile_menu{
  height: fit-content !important;
  padding: 5% !important;
  }

.et_pb_menu_0_tb_header.et_pb_menu {
	margin-top:15px;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a:first-child {
    font-weight:bold;
}
.et_pb_menu_0_tb_header.et_pb_menu .sub-menu a {
    font-weight:400!important;
}

 .et_mobile_menu .menu-cta {
    max-width: 12rem;
    text-align: center;
    margin-top: 1rem;
    margin-left: 2rem;
    display: flex;
    margin:1rem auto;
    justify-content: center;
  }

  .et_mobile_menu li.menu-cta a {
    width: 10rem;
  }

.et_mobile_menu li {
    padding-bottom:0;
}

@media (max-width:550px) {
	.et_pb_image_0_tb_header {
    margin-bottom: 0px!important;
    width: 42%!important;
	}
}

/* Hide element on Desktop */
@media only screen and (min-width: 981px) {
    .hide-on-desktop {
        display: none !important;
    }
}

/* Hide element on Tablet/Phone */
@media only screen and (max-width: 980px) {
    .hide-on-mobile-tablet {
        display: none !important;
    }
}