/*
Theme Name:     Classic Homes Divi Child
Description:    
Author:         Chris Loidolt
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*Photo Gallery pages */
.photo_gallery-template-default #main-content {
  background-color: #f1f1e6;
}

/*Password Login Page */
.post-password-required {
  border: 1px solid #f1f1f1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 50px 20px;
  border-radius: 4px;
  background-image: url("/wp-content/uploads/2020/03/fleur_wallpaper02.jpg");
  background-size: cover;
  background-position: center;
}

.post-password-required .et_pb_section {
  background-color: transparent;
}

.post-password-required .et_pb_button {
  background-color: #c5283d;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  width: 110px;
  margin-top: 14px;
  height: 50px;
  border-radius: 0px;
  transition: 0.6s ease all;
}

.post-password-required .et_pb_button:hover {
  background-color: #fff;
}

.post-password-required .et_pb_button:after {
  display: none;
}

.post-password-required .et_password_protected_form p input {
  width: calc(100% - 120px);
  float: left;
  border-radius: 32px;
  background-color: #fff;
  border: 2px solid #f1f1f1;
  transition: 0.6s ease all;
}

.post-password-required .et_password_protected_form p input:focus {
  border: 2px solid #481d24;
}

.single-post .post-password-required .et_post_meta_wrapper:last-child {
  display: none;
}

.post-password-required .entry-title:before {
  content: "\7e";
  font-family: "etModules";
  margin-right: 10px;
}

.et_password_protected_form > p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.5em;
}

.page #main-content .post-password-required,
.post #main-content .post-password-required {
  max-width: 980px;
  width: 90%;
  margin: 13vw auto;
}
