/**
 * Customizer Overrides
 *
 * These styles were migrated from the WordPress Theme Customizer
 * "Additional CSS" field and are now maintained in version control.
 *
 * This file loads at high priority to match the original cascade
 * position of the Additional CSS output.
 */

#main-footer {
  display: none !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
  /* padding-bottom: 35px; */
  margin-right: 1vw;
  margin-left: 1vw;
}
#main-header {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
}

/*MAIN NAV*/
.container.et_menu_container {
  width: 95%;
  max-width: 100% !important;
}

/*HOVER LINKS*/
#top-menu li a:hover {
  color: #23759e !important;
}

/*HOVER UNDERLINE*/
#top-menu li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 55%;
  background: #23759e; /*** COLOR OF THE LINE ***/
  height: 1px; /*** THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#top-menu li a:hover {
  opacity: 1 !important;
}
#top-menu li a:hover:before {
  right: 0;
}
#top-menu li li a:before {
  bottom: 10%;
}

/*Mobile*/
@media only screen and (max-width: 980px) {
  /* Colums on Mobile*/
  .two-columns .et_pb_column {
    width: 50% !important;
  }
  .three-columns .et_pb_column {
    width: 33.33% !important;
  }
}

/*----------Custom Back To Top Button----------*/

.et_pb_scroll_top.et-visible {
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_scroll_top.et-pb-icon {
  right: 15px;
  bottom: 15px;
  border-radius: 0px;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
  padding-left: 5px;
  color: #000000;
}

.et_pb_scroll_top.et-pb-icon:hover {
  background: #000000 !important;
  color: #fff;
}

.et_pb_scroll_top:before {
  content: "\21";
}

/*DESKTOP NAV HIDE*/
@media only screen and (min-width: 992px) {
  #main-header {
    display: none !important; /* Make sure it's visible */
    max-height: 1px !important;
    height: 1px !important;
  }
}

body.single-post #main-content > .container {
  width: 100% !important;
  max-width: 100% !important;
}
.et-zoom-in.et_pb_image:hover img,
.et-zoom-in .et_pb_image_wrap:hover img,
.et-zoom-in a:hover img {
  transform: scale(1.3);
  transition: all 2s 0s ease;
}

.et-zoom-in,
.et-zoom-in a {
  overflow: hidden;
}

.et-zoom-in.et_pb_image img,
.et-zoom-in .et_pb_image_wrap img,
.et-zoom-in a img {
  transition: all 1s 0s ease;
}
/*make Divi Blog module post meta category link unclickable*/
.pa-blog-no-links .et_pb_post .post-meta a {
  pointer-events: none;
}

/* DROPDOWN MENU*/
#left-area ul li ul,
.entry-content ul li ol {
  padding: 20px 0 20px 0px;
}

/* Disable Animations Globally */
.et_animated {
  opacity: 1 !important;
  animation-duration: 0s !important;
}

@media only screen and (max-width: 980px) {
  #et-boc
    > header
    > div
    > div
    > div.et_pb_row.et_pb_row_1_tb_header.et_pb_sticky_module.et_pb_row--with-menu
    > div
    > div {
    display: block !important;
  }
  #et-boc
    > header
    > div
    > div
    > div.et_pb_row.et_pb_row_1_tb_header.et_pb_sticky_module.et_pb_row--with-menu
    > div
    > div
    > div
    > div.et_pb_menu__wrap {
    justify-content: flex-end;
  }
  #et-boc
    > header
    > div
    > div
    > div.et_pb_row.et_pb_row_1_tb_header.et_pb_sticky_module.et_pb_row--with-menu
    > div
    > div
    > div
    > div.et_pb_menu__logo-wrap {
    display: none;
  }
  #et-main-area > footer {
    position: relative;
    z-index: -1;
  }
}

/** mobile view for blogs **/
@media only screen and (max-width: 767px) {
  .et_pb_text_2 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

/** Text links **/
a {
  color: #0094d7;
  transition: color 300ms ease 0ms;
}

a:hover {
  color: #23759e;
}

/** Community buttons **/
.buttons-component.aligncenter.molecule-buttons .button-1-wrapper a {
  color: #ffffff !important;
}

.buttons-component.aligncenter.molecule-buttons .button-3-wrapper a {
  color: #ffffff !important;
}
