.sm-login-overlay {
  position: fixed; /* Fixed position */
  z-index: 1000; /* Sit on top of everything else */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0,0,0,0.5); /* Black background with a bit of transparency */
  display: none; /* Hide by default */
}


.or {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    line-height: 0.1em;
    margin: 35px 0 20px;
  }

.or span {
  background: #fff;
  padding: 0 10px;
}

.customGPlusSignIn {
    text-align: center;
    border: 1px;
    display: inline-block;
    background: #f7f7f7;
    width: 100%;
    border-radius: 0px;
    border: thin solid #e4e4e4;
    white-space: nowrap;
    margin-top: 15px !important;
    cursor: pointer;
}

.customGPlusSignIn .icon {
    background: url(./../../g-normal.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

.customGPlusSignIn .buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

article.post-369958.page{
  padding-top: 3rem !important;
}