/*
* Theme Name :UM Theme Child
* Theme URL: http://centroxy.com
* Description: UM Theme Child
* Theme Author: Rajesh
* Author URL: http://centroxy.com
* Template: um-theme
* Version: 1.0.0
* Text Domain: um-theme-child
* */
/* .special-color-dark {
background-color: #161725;
color:white;
} */

body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400;
  line-height: 1.5;
}

footer {
  background: #161725;
  bottom: 0;
  color: white;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.footer-img {
  height: 20px;
  width: 225px;
}

.website-canvas {
    max-width: 1300px !important;
}

.site-img-logo {
  padding: 0px 0px 0 6px;
  width: 390px;
}

.header-branding-logo {
  flex: 0 0 50%;
  max-width: 50%;
}

.header-container {
  padding: 0 0 10px 0;
}

.site-header div a {
  font-family: nunito,sans-serif;
  color: #444;
  text-decoration: none;
  word-break: normal;
}

.site-header div h4 {
  display: inline-block;
  font-size: 15px;
  padding: 15px 0 0 30px;
}

.header-one-menu {
  flex: 0 0 50%;
  max-width: 50%;
}

.entry-title {
  color: #560184;
  padding-top:3rem;
}

.entry-content p a {
  text-decoration: none !important;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.special-color-dark a:link, .special-color-dark a:visited, .special-color-dark a:hover, .special-color-dark a:active {
  color: white;
}

.um-field-value p a {
  color: blue !important;
}

.um-profile-body {
  max-width: 1300px !important;
}

.fp-alert {
  box-shadow: 2px 7px 15px 3px rgba(0, 0, 0, 0.31) !important;
  position: absolute !important;
  width: 60%;
  z-index: 1000;
}

.alert {
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative;
}

.template-blog .boot-row {
  justify-content: center;
}

.footerp {
  color: #fff;
  margin: 16px 0 0 0;
}

.findBtn {
  background-color: #1ab8f5;
  border-radius: 39px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  margin: 50px auto;
  padding: 1rem 4rem;
  transition: box-shadow .2s ease;
}

.findBtn:hover, .findBtn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.content-area {
  min-height: 83.6vh;
}

.container-card-content {
  box-shadow: 0 25px 60px 0 rgba(0,0,0,0.1);
  background-color: white;
  margin: 26px 0;
}

.um-member {
  box-shadow: 0px 0px 18px -9px rgba(0,0,0,0.75);
}

.header-search-box {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.padding35 {
  padding: 35px;
}

.other_links {
  margin: 10px 2vw;
  color: blue;
}

.flex-center-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-redirect-sso {
        padding: 10px 15px !important;
        transition: none !important;
        display: inline-block !important;
        margin: 0 auto !important;
        min-width: 110px;
        width: auto;
        text-align: center;
}
a.login-redirect-sso:before {
        font-family: "FontAwesome";
        margin-right: 8px;
        width: 14px;
        text-align: left;
        display: inline-block;
        font-size: 16px;
        position: relative;
        left: 0;
        content: '\f003';
}

/*Drop down profile menu has long text and the content should match LMS */
#menu-user-header-menu {
	margin:0;
        padding:0 !important;
}

.inner-section-profile-container{
	text-align:left;
}

.um-account-link[href*="certified.heartmath.com/account/password/"], .um-account-link[href*="certified.heartmath.com/account/general/"]{
	display: none;
}

@media (min-width: 768px) {
  .fp-alert {
    top: 25%;
    left: 20%;
  }
}

@media (max-width: 768px) {
  .header-branding-logo {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .header-one-profile {
    -ms-flex: 0 0 23% !important;
    flex: 0 0 23% !important;
    max-width: 23% !important;
  }
  .site-img-logo {
    width: auto;
    height: auto;
    padding: 0;
  }
  .header-one-menu {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

  .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }

  .youtube-player .play {
    height: 104px;
    width: 128px;
    left: calc(50% - 74px);
    top: calc(50% - 52px);
    position: absolute;
    background: url('/wp-content/uploads/2023/04/play-btn.png') no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
  }

  #um-email-btn {
    width: 150px;
    margin: 0 auto;
    padding: 10px 24px !important;
  }

  #um-email-btn::before {
    font-family: FontAwesome;
    margin-right: 8px;
    width: 14px;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 0;
    content: '\f003';
  }

  #um-email-btn:hover {
    background-color: #5a87e6 !important;
    color: #ffffff !important;
  }

  #um-email-popup {
    display: none;
    flex-direction: column;
    justify-content: center;
  }

  .um-message-body-inner {
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .um-email-modal, #um-email-form {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }

  .um-message-close {
    color: #aaa;
    display: flex;
    justify-content: flex-end;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  .um-message-close:hover,
  .um-message-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .um-email-link {
    font-size: 16px;
    text-decoration: underline;
  }

  .um-email-link:hover {
    text-decoration: underline !important;
    color: #0051ff;
  }

  .grecaptcha-badge {
    display: none;
  }

  .um-field-profile_comtact_email {
    display: none;
  }

  @media (max-width: 500px) {
    #um-email-btn-wrapper {
      float: right !important;
    }

    #um-email-btn {
      left: 0 !important;
    }
  }


.um-verified-request-link {
	display: none !important;
}

.um-verified {
	display: none !important;
}
