/*
Theme Name: Sinatra Child
Theme URI:
Description: Child for Sinatra
Author: Dark Horse Designs
Author URI:
Template: sinatra
Version: 1.0
*/

html {
//  font-size: 16px; * set in theme *
//  font-size: none;
}

* {
  -webkit-tap-highlight-color: rgba(53, 14, 79, .2);
}

/* applies just to header menu */
#sinatra-header-inner .sinatra-nav ul li a:hover {
  color: #3857f1;
}

/* when "span" is added, applies to dropdown (overrides parent
 * theme. media query applies only on devices that support hover.
 */
@media screen and ((pointer: fine) or (hover:hover)) {
  #sinatra-header-inner .sinatra-nav ul li a span:hover {
    color: #3857f1;
  };
}

span.publication {
  font-style: italic;
}

div#welcome-page,
div#contact-page,
div#biography-page,
div#testimonials-page {
}

/* header customization
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.sinatra-logo .site-title a,
/* .sinatra-logo .site-description, */
.error-404 .page-header h1 {
  color: #76195f;
}

#primary h1 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.25;
}

#primary h2 {
  font-weight: 500;
  font-size: 1.350rem;
}

#primary h3 {
  font-weight: 500;
  font-size: 1.250rem;
}

#primary h4 {
  font-weight: 500;
  font-size: 1.150rem;
}

#primary, .content-area {
  margin-bottom: 30px; /* controls space to the footer */
}


#sinatra-header .sinatra-logo .site-title a {
  color: #76195f;
  font-weight: 500;
  font-size: 1.250em;
  font-size: 2.375rem;
}

#sinatra-header .sinatra-logo .site-title a:hover {
  color: #3857f1;
}

.sinatra-logo .site-description {
    color: rgba(0, 0, 0, .75);
    color: #1d1d1d;
    color: #2e2e2e;
  font-weight: 500;
  font-size: .9375rem;
//  font-size: .9em;
//  font: "Semi Bold 600";
}

@media screen and (min-width: 480px) {
  .sinatra-logo .site-description {
    font-size: 1.250rem;
  }
}

#sinatra-header-inner {
  background: transparent;
  border-bottom: none;
//  margin-bottom: 45px; 
/*  used to adjust vertical placement of */
/*  background image.  May need to adjust for screen width. */
}

div#primary {
  /* in parent, changes to 50px at min_width of 960. */
  margin-top: 40px;
}

/* footer customization
 */
footer#colophon, footer.site-footer {
  background: transparent;
}

#sinatra-footer div#sinatra-footer-widgets div.sinatra-footer-column {
  padding-top: 0;
  padding-bottom: 0;
}

#sinatra-footer div#sinatra-footer-widgets div.sinatra-footer-column div#text-3 {
  display: none;
}
#sinatra-footer div#sinatra-footer-widgets div.sinatra-footer-column div#text-4 {
//  border: .2vw solid red;
  color: darkgrey;
  color: #000;
  color: #5d5d5d;
//  display: none;
}

/* .wpcf7 (contact-form-7) customization
 */
.wpcf7 form {
  width: 100%;
}

.wpcf7 fieldset {
  border: none;
  padding-left: 0;
  margin-left: 0;
}


@media screen and (min-width: 320px) {
  .wpcf7 form {
    width: 90%;
  }
}

@media screen and (min-width: 480px) {
  .wpcf7 form {
    width: 80%;
  }
}

@media screen and (min-width: 640px) {
  .wpcf7 form {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7 form {
    width: 60%;
  }
}

@media screen and (min-width: 960px) {
  .wpcf7 form {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .wpcf7 form {
    width: 50%;
  }
}

.wpcf7 ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.wpcf7 ol li {
  margin-left: 0;
  padding-left: 0;
}

.wpcf7 label {
  font-weight: 500;
}

.wpcf7 label span {
  font-weight: 400;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input#submit,
.wpcf7 textarea#message {
  -moz-box-shadow: 3px 3px 5px #666;
  -ms-box-shadow: 3px 3px 5px #666;
  -webkit-appearance: none;
  -webkit-box-shadow: 3px 3px 5px #666;
  -o-box-shadow: 3px 3px 5px #666;
  box-shadow: 3px 3px 5px #666;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  font-size: 0.9375em;
  line-height: .875em !important
  max-width: 90%;
  min-height: 10px;
}

.wpcf7 input#submit {
  font-weight: 500;
  width: 25%;
}

.wpcf7 textarea#message {
  height: 200px;
  max-width: 90%;
  width: 90%;
  max-width: 100%;
  width: 100%;
}

.wpcf7 textarea#message:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus {
  -moz-box-shadow: 3px 3px 5px #3857f1;
  -ms-box-shadow: 3px 3px 5px #3857f1;
  -webkit-appearance: none;
  -webkit-box-shadow: 3px 3px 5px #3857f1;
  -o-box-shadow: 3px 3px 5px #3857f1;
  box-shadow: 3px 3px 5px #3857f1;
//  border-bottom-color: transparent;
//  outline: none;
}


/* nav experiments
nav, nav ul {
  border: 1px solid orange;
}
nav ul li {
  color: orange;
}
 *
 * "span" is necessary for mobile.
 *
nav ul > li > a > span:hover {
  color: red;
}
.site-navigation ul li a span:hover {
  color: green;
}
#sinatra-header-inner .sinatra-nav ul li a span:hover {
  color: turquoise;
}
.sinatra-menu-animation-underline #sinatra-header-inner .sinatra-nav ul li a span:hover {
  color: purple;
}
*/

/* page customization
 */
#page {
  background-image: url(/themes/sinatra-child/images/lily3.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right 1rem top 1rem;
  background-size: auto 13rem;
  padding-top: 10px; /*  adds space above title.  */
}

@media screen and (min-width: 320px) {
  #page {
  }
}

@media screen and (min-width: 480px) {
  #page {
//    background-color: yellow;
    background-position: right -.75rem top .5rem;
    background-size: auto 15rem;
  }
}

@media screen and (min-width: 640px) {
  #page {
//    background-color: grey;
  }
}

@media screen and (min-width: 700px) {
  #page {
//    background-color: lavender;
    background-position: right 2.50rem top -1rem;
    background-size: auto 17.5rem;
  }
}

@media screen and (min-width: 768px) {
  #page {
//    background-color: turquoise;
    background-position: right 3.75rem top -1rem;
  }
}

@media screen and (min-width: 800px) {
  #page {
  }
}

@media screen and (min-width: 900px) {
  #page {
  }
}

@media screen and (min-width: 960px) {
  #page {
  }
}

@media screen and (min-width: 1000px) {
  #page {
  }
}

@media screen and (min-width: 1100px) {
  #page {
  }
}

@media screen and (min-width: 1200px) {
  #page {
//    background-color: seagreen;
    background-position: right 4rem top -.625rem;
  }
}

@media screen and (min-width: 1250px) {
  #page {
//    background-color: salmon;
    background-position: right 5.5rem top -.625rem;
  }
}

@media screen and (min-width: 1300px) {
  #page {
//    background-color: grey;
    background-position: right 7rem top -.625rem;
  }
}

@media screen and (min-width: 1350px) {
  #page {
//    background-color: lavender;
    background-position: right 8.5rem top -.625rem;
  }
}
