/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
@media only screen and (min-width: 960px) {
  body {
    background: url("/wp-content/uploads/wp-bg-orig-1920x1440-2.jpg") no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  article {
    background-color: transparent !important;
  }
  .style-color-113042-bg {
    background-color: transparent !important;
  }
  .post-content .col-lg-6 {
    background-color: #00666d;
    opacity: 0.9;
    padding: 30px !important;
  }
  .main-container .row-container .row-parent {
    padding: 20px !important;
  }
  button,
  span,
  input,
  textarea,
  label,
  p,
  h3 {
    opacity: 1;
  }
  #logo-container-mobile h2 {
    margin-left: -34px;
  }
}
.menu-container-mobile.style-color-444022-bg {
  opacity: 0.9;
  background-color: #00666d;
}
#logo-container-mobile {
  padding-top: 10px;
  padding-bottom: 10px;
}
.uncode-accordion .single-block-padding {
  padding-top: 20px !important;
}
.uncode-accordion h3  {
  margin-block-start: 0.5em !important;
}
.uncode-accordion a span {
  font-size: 21px !important;
}
input,
textarea {
  color: #00666d !important;
  width: 100% !important;
}
.opal-login-input input {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.opal-login-input button[type="submit"] {
  margin-top: 10px !important;
}
.wpcf7-not-valid-tip {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #00666d !important;
  width: 100% !important;
}
:-ms-input-placeholder { /* Internet Explorer */
  color: #00666d !important;
  width: 100% !important;
}
::placeholder {
  color: #00666d !important;
  width: 100% !important;
}
input[type="checkbox"] {
  width: 10px !important;
}
.opal-login-input button {
  width: 100% !important;
}
button,
input[type="submit"] {
  color: #00666d !important;
  background-color: #ddd !important;
  padding: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border: 1px solid #ddd !important;
}
button:hover,
input[type="submit"]:hover  {
  background-color: #00666d !important;
  color: #ddd !important;
}
