/*
Theme Name:     AdsWeb
Theme URI:      https://adsweb.vn/gallery/divi/
Description:    Divi Child Theme
Author:         AdsWeb
Author URI:     https://adsweb.vn
Template:       Divi
Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */

body{font-weight: 400}

#et_top_search {
    margin: 18px 0 0 22px;
}
form.et-search-form {
    margin-bottom: 5px;
    box-shadow: 0 0 5px #000;
    background: rgba(248, 240, 226, 0.8) !important;
    max-width: 600px !important;
}
#signup-content {
    font-size: 14px;
    font-weight: 300;
    padding: 100px 20px 20px 20px;
}

.wp-activate-container {
    width: 100%;
    padding: 20px;
    margin: 50px auto;
    background: #fff;
    flex-flow: wrap;
    max-width: 800px;
    border: 3px dashed #fdcc0f;
}

.wp-activate-container h2 {
    text-align: center;
}

#signup-welcome {
    width: 74%;
    margin: auto;
    padding: 3%;
    background: #f6f6f2;
}

#signup-welcome.view {
    text-align: center;
    display: block;
    padding: 20px 0 !important;
}
.mu_register.wp-signup-container, div#login {
    width: 100%;
    padding: 20px;
    margin: 50px auto;
    background: #fff;
    display: flex;
    flex-flow: wrap;
    max-width: 800px;
}
.mu_register h2 {
    font-size: 2rem;
    font-weight: 400;
    color: #272727;
    text-align: center;
    margin: 0 0 40px 0;
    width: 100%;
}
.mu_register form {
    margin-top: 2em;
    width: 50%;
    float: left;
}
.mu_register input[type="submit"] {
    background: #fff;
    border: 3px solid #0d6bd4;
    border-radius: 50px;
    padding: 8px 25px;
    color: #0d6bd4;
    font-size: 140%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
}
.mu_register input[type="submit"]:hover {
    font-size: 140%;
    padding: 8px 30px;
    letter-spacing: 2px;
    border: 3px solid #fff;
    background: #0d6bd4;
    color: #fff;
}
.mu_register .divider, .login .divider {
    width: 1px;
    opacity: .8;
    background-color: #858f96;
    margin: 0 9%;
}
.social-signup {
    text-align: center;
    width: 30%;
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.social-signup span.login-with {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #ecedee;
    margin-top: 25px;
}
.social-signup span.login-with span {
    margin: 0 auto;
    top: -12px;
    background: #fff;
    padding: 0 5px;
    position: relative;
}
.social-button {
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
    padding: 16px 0px;
    margin-bottom: 20px;
    line-height: 11px;
    transition: all ease 0.3s;
    position: relative;
}
.google-login {
    background: #d93025;
    color: #fff;
}
.facebook-login {
    background: #4267b2;
    color: #fff;
}
.facebook-login:before {
    content: "\f305";
    font-family: dashicons;
    width: 25px;
    height: 19px;
    background: white;
    color: #4267b2;
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 11px;
    font-size: 1.6rem;
    line-height: 1.2rem;
}
.google-login:before {
    content: "\f462";
    font-family: dashicons;
    width: 25px;
    height: 19px;
    background: white;
    color: #d93025;
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 11px;
    font-size: 1.6rem;
    line-height: 1.2rem;
}
.facebook-login:hover, .google-login:hover {
    letter-spacing: 1px;
}

.styled-input input{border: 0; border-bottom: 1px solid #ddd}
.styled-input label {
  color: #999;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
}
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #8e44ad;
  top: -2.6rem;
  transition: all 0.4s cubic-bezier(0.2, 0, 0.03, 1);
}

.styled-input {
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

.styled-input.wide {
  width: 100%;
}

input [type="text"], textarea {
  padding: 1rem 1rem;
  border: 0;
  width: 100%;
  font-size: 1rem;
}
input ~ span, textarea ~ span {
  display: block;
  width: 0;
  height: 3px;
  background: #8e44ad;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
input:focus, textarea:focus {
  outline: 0;
}
input:focus ~ span, textarea:focus ~ span {
  width: 100%;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.et_header_style_left #et-top-navigation .mobile_menu_bar {margin-top: 18px;padding-bottom: 10px !important;margin-left: 15px;}
@media screen and (max-width: 980px){
.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
    width: 100%!important;
    max-width: 100%!important;
    background: rgba(248, 240, 226, 1) !important;
}
}
