/*
 Theme Name: ATM Investors
 Theme URI: https://sheragency.com/
 Description: ATM Investors Custom Theme
 Author: Sher Agency
 Author URI: https://sheragency.com/
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
p {
  font-weight: 400;
}
/*** Video Slider ***/
.video-testimonials {
  margin: 0 !important;
}

.thumb.slick-slide img {
  border-radius: 10px;
}

.video-testimonials .video-wrap {
  display: flex !important;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.results-text,
.niche-text {
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-family: "Inter";
}

.testimonial-block.video {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.video-testimonials .testimonial-block.info {
  padding: 6%;
}
.video-testimonials .testimonial-block.video {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.video-testimonials .testimonial-block.video img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.video-testimonials h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 3px;
  font-size: 32px;
}
.video-testimonials .niche,
.video-testimonials .results {
  margin-bottom: 40px;
}
.testimonial-block div {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.6em !important;
}
.video-testimonials .author-block {
  padding-top: 25px;
}
.video-testimonials .author {
  color: #c8d0d8cc;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 7px;
  text-transform: uppercase;
}
.video-testimonials .slick-arrow,
.video-testimonial-thumb .slick-arrow {
  display: none !important;
}
.video-testimonial-thumb .thumb {
  margin: 0 10px;
}

div#testimonial-popup-video {
  background: rgba(0, 0, 0, 0.9);
}

.close span.et-pb-icon {
  color: #f99d30 !important;
}

.btn-thumb-prev {
  position: absolute !important;
  right: calc(45% + 62px);
  bottom: -70px;
  /* display: inline-block !important; */
  transform: translateX(45%);
}

.btn-thumb-next {
  position: absolute !important;
  left: calc(50% - 50px);
  bottom: -70px;
  transform: translateX(50%);
  /* display: inline-block !important; */
}
.btn-thumb-next:hover,
.btn-thumb-prev:hover {
  cursor: pointer;
}

/*** Popup Testimonial Video ***/
#testimonial-popup-video {
  display: none !important;
}
#testimonial-popup-video.active {
  display: flex !important;
  flex-wrap: wrap;
}
#testimonial-popup-video iframe {
/*  height: 40vw;*/
}
#testimonial-popup-video .et_pb_icon.close:hover {
  cursor: pointer;
}

/*** Animated Menu Icon and Header ***/

.et-menu .et_pb_menu__logo a:hover {
  opacity: 1;
}

#main-header {
  position: relative;
}

#main-header img {
  position: absolute;
  top: 0 !important;
  width: 100px;
  height: 100px;
}

.et_pb_menu .et-menu > li.et_pb_menu__logo-slot {
  width: 8vw;
  max-width: 160px;
  margin: 0 1vw !important;
}

.et_pb_menu__logo a {
  position: absolute;
  left: 0;
  top: -2.5vw;
}

.cta-menu a {
  background: #f99d30;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.2s;
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  padding: 16px 0 !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li.cta-menu > a {
  padding-left: 20px !important;
  padding-right: 40px !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li.cta-menu > a:hover {
  color: #000 !important;
}

.et_pb_menu--with-logo
  .et_pb_menu__menu
  > nav
  > ul
  > li.cta-menu
  > a:hover::after {
  right: 5px !important;
}

.cta-menu a:after {
  transition: 0.2s;
  content: "5";
  font-size: 25px !important;
  right: 10px;
  font-weight: 600 !important;
  line-height: inherit;
  /* font-size: inherit!important; */
  opacity: 1;
  /* margin-left: .3em; */
  left: auto;
  font-family: ETmodules !important;
  /* font-weight: 400!important; */
  position: absolute;
}

.et-menu .et_pb_menu__logo-slot a {
  padding: 0 !important;
}

header .et_pb_button,
.et-menu li a {
  font-size: 1.1vw !important;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  padding: 0 15px !important;
}

.rmp_menu_trigger {
  display: none !important;
}

span.mobile_menu_bar {
  display: none;
}

.et_pb_menu__logo-wrap {
  width: 100px !important;
}

#mobile-nav {
  float: right;
  height: 18px;
  width: 30px;
  right: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
#mobile-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mobile-nav span:nth-child(1) {
  top: 0px;
}
#mobile-nav span:nth-child(2) {
  top: 8px;
}
#mobile-nav span:nth-child(3) {
  top: 16px;
}
#mobile-nav.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mobile-nav.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#mobile-nav.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* popup */

.team-member img {
  display: block;
  width: 100%;
  height: auto;
}

/* '+' icon styling */
.team-member::before {
  content: "+";
  position: absolute;
  top: 30px;
  right: 30px;
  color: white;
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #5b5b5b;
  font-family: ui-sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-member:hover::before {
  background: #f99d30;
}

.team-member-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* semi-transparent black */
  display: none;
  z-index: 1000;
}

.team-member-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  max-width: 1300px;
  padding: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  display: none;
  width: 90%;
  border-radius: 10px;
}

.team-member-popup img {
  width: 100%;
  height: auto;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/*.team-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}*/

.team-members-grid {
    display: flex;
    flex-wrap: wrap;
    display: -ms-flex;
    margin-left: -15px;
    margin-right: -15px;
}

/*.team-member {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 10px !important;
  background: #f5f5f5;
}*/

.team-member {
    max-width: calc(33.3% - 30px);
    flex: 0 0 calc(33.3% - 30px);
    -ms-flex: 0 0 calc(33.3% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background: #f5f5f5;
    border-radius: 10px !important;
    position: relative;
    cursor: pointer;
}

.team-members-grid .team-member:nth-child(1), 
.team-members-grid .team-member:nth-child(2) {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    -ms-flex: 0 0 calc(50% - 30px);
}

.team-member img.team-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team-member-popup .text-container {
  padding: 50px 30px;
}

h4.popup-name {
  font-size: 64px;
}

p.popup-position::after {
  content: "";
  width: 76px;
  height: 3px;
  background: #f99d30;
  display: block;
  position: absolute;
  bottom: 0;
}
p.popup-position {
  font-size: 18px;
  padding-bottom: 34px !important;
  margin-bottom: 34px;
  display: block;
  position: relative;
}

.page-id-20 footer .et_builder_inner_content {
  position: relative;
  z-index: auto;
}

div#main-content {
  z-index: 5;
}

.page-id-20 footer .et_builder_inner_content {
  position: relative;
  z-index: 1;
}

span.close-popup img {
  width: 40px;
  object-fit: contain;
  height: 40px;
}

.team-member-popup img {
  width: 30%;
  height: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* border: none !important; */
  transform: scale(1.001);
  object-fit: cover;
}

.team-member p {
  font-size: 14px;
  text-align: center;
}
.team-member h4 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 0;
}

.team-member img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.team-member .text-container {
  padding: 32px;
}

#faq {
  z-index: 1;
}

.et_pb_pricing_table:not(.et_pb_pricing_table_0)
  ul.et_pb_pricing
  li:last-child {
  font-size: 30px;
}

.et_pb_pricing_table {
  width: 20% !important;
  margin-top: 0 !important;
  border: none !important;
}

.et_pb_pricing_heading {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

ul.et_pb_pricing li:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

body .et_pb_pricing .et_pb_pricing_table_0 .et_pb_pricing_heading,
body .et_pb_pricing .et_pb_pricing_table_0 .et_pb_pricing_content_top,
body .et_pb_pricing .et_pb_pricing_table_0 .et_pb_pricing_content {
  margin-right: 0 !important;
}

.et_pb_pricing_table_wrap {
  align-items: normal;
}

.et_pb_pricing_table {
  width: 20% !important;
}
.et_pb_pricing_table {
  width: 20% !important;
}

.et_pb_pricing_table * {
  border: none !important;
}

.et_pb_pricing_table.et_pb_pricing_table_0 li {
  padding-left: 10px !important;
}

.et_pb_pricing_table.et_pb_pricing_table_0 li:nth-child(odd) {
  background: #efefef;
}

.et_pb_pricing_table.et_pb_pricing_table_0 span {
  max-width: 230px;
}

/*.et_pb_pricing_table.et_pb_pricing_table_1 li:nth-child(even),
.et_pb_pricing_table.et_pb_pricing_table_3 li:nth-child(even) {
  background: linear-gradient(
    167.56deg,
    #3a3a3a 3.32%,
    #000000 96.48%
  ) !important;
}*/

.et_pb_pricing_table.et_pb_pricing_table_2 li:nth-child(even) {
  background: linear-gradient(
    167.56deg,
    #3a3a3a 3.32%,
    #000000 96.48%
  ) !important;
}

/*.et_pb_pricing_table.et_pb_pricing_table_1 li:nth-child(odd),
.et_pb_pricing_table.et_pb_pricing_table_3 li:nth-child(odd) {
  background: #656565 !important;
}*/

.et_pb_pricing_table.et_pb_pricing_table_2 li:nth-child(odd) {
  background: #656565 !important;
}

/*.et_pb_pricing_table.et_pb_pricing_table_1 .et_pb_pricing_heading,
.et_pb_pricing_table.et_pb_pricing_table_3 .et_pb_pricing_heading {
  background: linear-gradient(
    167.56deg,
    #3a3a3a 3.32%,
    #000000 96.48%
  ) !important;
}*/

.et_pb_pricing_table.et_pb_pricing_table_2 .et_pb_pricing_heading {
  background: linear-gradient(
    167.56deg,
    #3a3a3a 3.32%,
    #000000 96.48%
  ) !important;
}

/*.et_pb_pricing_table.et_pb_pricing_table_2 .et_pb_pricing_heading,
.et_pb_pricing_table.et_pb_pricing_table_4 .et_pb_pricing_heading {
  background: linear-gradient(180deg, #feac4b 0%, #fd961b 100%);
}*/

.et_pb_pricing_table.et_pb_pricing_table_1 .et_pb_pricing_heading,
.et_pb_pricing_table.et_pb_pricing_table_3 .et_pb_pricing_heading {
  background: linear-gradient(180deg, #feac4b 0%, #fd961b 100%);
}

/*.et_pb_pricing_table.et_pb_pricing_table_2 li:nth-child(odd),
.et_pb_pricing_table.et_pb_pricing_table_4 li:nth-child(odd) {
  background: #fbb562;
}*/

.et_pb_pricing_table.et_pb_pricing_table_1 li:nth-child(odd),
.et_pb_pricing_table.et_pb_pricing_table_3 li:nth-child(odd) {
  background: #fbb562;
}

/*.et_pb_pricing_table.et_pb_pricing_table_2 li:nth-child(even),
.et_pb_pricing_table.et_pb_pricing_table_4 li:nth-child(even) {
  background: linear-gradient(180deg, #feac4b 0%, #fd961b 100%);
}*/

.et_pb_pricing_table.et_pb_pricing_table_1 li:nth-child(even),
.et_pb_pricing_table.et_pb_pricing_table_3 li:nth-child(even) {
  background: linear-gradient(180deg, #feac4b 0%, #fd961b 100%);
}

.package-pricing-table .et_pb_pricing_table {
    background-color: transparent;
}

.package-pricing-table .et_pb_pricing_table li {
    min-height: 80px!important;
}

.package-pricing-table .et_pb_pricing_table li:nth-child(1), 
.package-pricing-table .et_pb_pricing_table li:nth-child(3),
.package-pricing-table .et_pb_pricing_table li:nth-child(10),
.package-pricing-table .et_pb_pricing_table li:nth-child(11) {
    min-height: 102.4px!important;
}

.package-pricing-table .et_pb_pricing_table li:nth-child(6), 
.package-pricing-table .et_pb_pricing_table li:nth-child(7) {
    min-height: 117px!important;
}

body
  .et_pb_pricing
  .et_pb_pricing_table_0.et_pb_pricing_table
  .et_pb_pricing_heading:nth-child(1) {
  background: white !important;
}

.et_pb_pricing li {
  padding: 20px 0 !important;
  min-height: fit-content !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.et_pb_pricing_heading {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.label-item {
  font-size: 18px;
  line-height: 24px;
}

.et_pb_pricing img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.et_pb_pricing_table_0 li {
  text-align: start !important;
}

.et_pb_pricing_heading {
  padding: 0 !important;
}

.et_pb_pricing li strong {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 24px !important;
  display: block;
}

.dsm-pointer-wrapper {
  border-radius: 10px !important;
}

#timeline .dsm_content_timeline_0 .dsm-content-timeline-tree {
  width: 4px !important;
}

.dsm_content_timeline_0 .dsm-pointer-wrapper .dsm_icon {
  font-size: 32px !important;
}

body
  .dsm-content-timeline-items-wrapper.dsm-center
  .dsm-content-timeline-date.dsm-desktop {
  top: 5px;
}

/* li#menu-item-40 a {
  font-size: 16px !important;
} */

.list-icon ul li::before {
  font-size: 24px !important;
  left: -5px !important;
  top: -2px !important;
}

.dsm_open_icon span,
.dsm_close_icon span {
  font-size: 30px;
  top: -3px;
}

#process ul {
  padding-bottom: 0;
}

/* atm automation */

#benefits .et_pb_blurb {
  position: unset !important;
}

#benefits .et_pb_main_blurb_image {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

#benefits .et_pb_blurb_content {
  position: unset !important;
  overflow: visible;
}

#benefits .et_pb_column {
  overflow: visible;
}

body
  #et-main-area
  #process
  .dsm-content-timeline-items-wrapper
  .dsm-content-timeline-content-wrapper {
  margin-right: unset !important;
  margin-left: unset !important;
}

#process .dsm-content-timeline-tree {
  left: unset !important;
  right: -50px;
  z-index: 999999;
}

#process.dsm-content-timeline-items-wrapper.dsm-right .dsm-pointer-wrapper {
  left: unset !important;
  right: -67px;
}

.dsm-content-timeline-tree {
  /* bottom: 50% !important; */
}

#process .dsm-content-timeline-items-wrapper.dsm-right .dsm-pointer-wrapper {
  left: unset !important;
  right: -97px;
  background-color: #3b3b3b !important;
  z-index: 999999 !important;
  height: 50px;
  width: 50px;
  border-radius: 10px !important;
  background-image: url(https://atminvestors.wpenginepowered.com/wp-content/uploads/2023/10/Vector.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 21px 50%;
}

#process .dsm-content-timeline-items-wrapper.dsm-left .dsm-pointer-wrapper {
  right: unset !important;
  left: -97px !important;
  background-color: #3b3b3b !important;
  z-index: 999999 !important;
  height: 50px;
  width: 50px;
  border-radius: 10px !important;
  background-image: url(https://atminvestors.wpenginepowered.com/wp-content/uploads/2023/10/Vector.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 21px 50%;
  transform: rotate(180deg);
}

#process .dsm-left .dsm-content-timeline-tree {
  right: unset !important;
  left: -70px !important;
  /* bottom: 50% !important; */
}

#tables .tablepress > :where(thead, tfoot) > * > th {
  background: none !important;
  /* border: none !important; */
}

#tables .tablepress td,
.tablepress th {
  padding-left: 0 !important;
}

#tables .tablepress th {
  color: #f99d30 !important;
}

#tables table.tablepress {
  border: none !important;
}

#tables .tablepress caption {
  display: none;
}

#tables .et_pb_column_empty {
  display: block !important;
  margin: 0;
}

#tables .column-1 {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .video-testimonials .testimonial-block.info {
    width: 60%;
  }
  .video-testimonials .testimonial-block.video {
    width: 40%;
  }
  .video-testimonial-thumb img {
    height: 20vw;
    object-fit: cover;
  }
}

@media only screen and (min-width: 981px) {
  .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-desktop .date,
  .dsm_content_timeline_0 .dsm-content-timeline-date .date {
    font-size: 24px !important;
  }

  .dsm-timeline-content {
    margin-top: 0 !important;
  }

  .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper .dsm-title {
    font-size: 32px !important;
  }

  #timeline h2 {
    padding-bottom: 100px !important;
  }

  div#timeline,
  div#timeline .et_pb_row,
  #timeline .et_pb_module {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .dsm-content-timeline-items-wrapper.dsm-center
    .dsm-content-timeline-item-wrapper:nth-child(2n)
    .dsm-content-timeline-content-wrapper {
    position: relative;
    left: 55%;
    top: -50%;
    transform: translateY(-50%);
  }

  .dsm-content-timeline-items-wrapper.dsm-center
    .dsm-content-timeline-item-wrapper:nth-child(odd)
    .dsm-content-timeline-content-wrapper {
    position: relative;
    /* left: 55%; */
    top: -50%;
    transform: translateY(-40%);
  }
  .label-item {
    display: none;
  }

  .video-testimonials .testimonial-block.video {
    min-height: 24.5vw;
  }
  .video-testimonial-thumb img {
    height: 20vw;
    object-fit: cover;
  }

  .video-carousel .dmpro_carousel_child .dmpro-carousel-item-content iframe {
    height: 26vw;
  }
}

@media only screen and (max-width: 980px) {
  #process .dsm-content-timeline-tree,
  .dsm-pointer-wrapper {
    display: none !important;
  }

  div#benefits {
    padding-top: 30px !important;
  }

  div#benefits .et_pb_column {
    margin-top: 30px;
  }

  body
    #et-main-area
    #process
    .dsm-content-timeline-items-wrapper
    .dsm-content-timeline-content-wrapper {
    margin-bottom: 30px;
  }

  #tables table.tablepress {
    width: 650px !important;
    /* overflow-y: scroll !important; */
  }

  #tables .et_pb_code_inner {
    position: relative;
    overflow-x: scroll;
  }
  .et_pb_pricing_table_wrap {
    gap: 30px;
  }

  body .et_pb_column .et_pb_pricing_table {
    width: calc(50% - 30px) !important;
  }

  .et_pb_pricing img {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }

  .et_pb_pricing_heading {
    min-height: 80px;
  }

  .et_pb_pricing_table.et_pb_pricing_table_0 {
    display: none !important;
  }

  .et_pb_pricing_heading,
  .et_pb_pricing_content {
    margin: 0 !important;
    width: 100%;
  }

  .et_pb_menu__logo a {
    top: -35px;
  }

  .team-member-popup {
    flex-direction: column;
  }

  .team-member-popup {
    top: 50%;
    width: 90%;
    height: auto;
    max-height: 90vh;
    overflow-y: scroll;
  }

  h4.popup-name {
    font-size: 3rem;
  }

  .team-member-popup .text-container {
    padding: 30px;
  }

  .team-member-popup img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    width: 200px;
    height: 200px;
    margin: 15px auto;
    border-radius: 10px;
  }

  /*.team-members-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }*/

  .team-member {
      max-width: calc(50% - 30px);
      flex: 0 0 calc(50% - 30px);
      -ms-flex: 0 0 calc(50% - 30px);
  }

  p.popup-position {
    padding-bottom: 15px !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  body .et_pb_column .et_pb_pricing_table {
    width: 100% !important;
  }

  .et_pb_pricing_table_wrap {
    gap: 10px;
  }

  .testimonial-block.video {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  body .img-carousel .swiper-button-next:after,
  body .img-carousel .swiper-button-prev:after {
    font-size: 30px !important;
  }
  .video-testimonials .video-wrap {
    flex-direction: column-reverse;
  }
  .video-testimonials .testimonial-block.video {
    padding: 35% 0;
  }
  .video-testimonials .testimonial-block.video img {
    max-width: 80px;
  }
}

@media only screen and (min-width: 1380px) {
  header .et_pb_button,
  .et-menu li a {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 1185px) {
  .et_pb_menu .et-menu > li.et_pb_menu__logo-slot {
    width: 140px;
    max-width: 140px;
  }
  .et_pb_menu__logo a {
    top: -50px;
  }
}

@media (max-width: 1399px) {
	header .et_pb_button, .et-menu li a {
		font-size: 14px!important;
	}
}

@media (max-width: 1279px) {
	.et_pb_menu .et_pb_menu__menu > nav > ul > li {
		padding: 0 10px !important;
	}
	
	header .et_pb_section_0_tb_header .et_pb_row_0_tb_header {
		padding-top: 15px!important;
		padding-bottom: 15px!important;
	}
}

@media (max-width: 1211px) {
	header .et_pb_button, .et-menu li a {
		font-size: 12px!important;
	}
	
	header .et_pb_section_0_tb_header .et_pb_row_0_tb_header {
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
}

@media (max-width: 1025px) {
	.et_pb_menu .et_pb_menu__menu > nav > ul > li {
		padding: 0 5px !important;
	}
}

@media (max-width: 980px) {
	header .et_pb_section_0_tb_header .et_pb_row_0_tb_header {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
}

@media (max-width: 575px) {
  .team-members-grid .team-member:nth-child(1), 
  .team-members-grid .team-member:nth-child(2), 
  .team-member {
      max-width: calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
      -ms-flex: 0 0 calc(100% - 30px);
  }
}