/*
 Theme Name:     Twenty Seventeen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/twenty-seventeen-child-theme/
 Description:    A bare-bones child theme for use with WordPress Twenty Seventeen Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Edward Zivkovic
 Author URI:     http://www.ezau.com/
 Template:       twentyseventeen
 Version:        1.0.0
*/

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 20px;
}
h1 {
  color: #333;
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
}
h2 {
  color: #444;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
}
h3 {
  color: #444;
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
}
h4 {
  color: #111;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
}
ul {
  margin-left: 30px;
}
.ctct-dismiss-ajax-notice {
  display: none;
}
@media screen and (max-width: 767px) {
  input[type="submit"] {
    font-size: 22px !important;
  }
}

#page header.entry-header,
.site-branding {
  display: none;
}
#content {
  background: #f5f6f1;
	padding: 0 !important;
}
#content .wrap {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 30em) {
  #content .wrap {
      max-width: 1240px;
  }
}

/* Pages */
#special-report-row {
  min-height: calc(100vh - 4em);
  display: flex;
  align-items: center;
}
.page-id-85 #content {
  padding: 35px 0 !important;
}
.page-id-85 #content .wrap {
  background: #fff;
  border: solid 1px #888;
}
.page-id-85 {
  font-size: 20px;
  line-height: 22px;
}
.page-id-85 p {
  margin: 0 0 1em;
}
.page-id-85 h1 {
  font-weight: 100;
  font-size: 58px;
  line-height: 58px;
}
.page-id-85 h2 {
  font-family: "snicker" !important;
  color: #000000 !important;
  font-size: 70px !important;
  line-height: 80px !important;
}
.page-id-85 h3 {
  color: #000;
  font-weight: bold;
}
.page-id-85 ul {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 1240px) {
  .page-id-85 #content .wrap {
    margin: 0 35px;
  }
  .page-id-85 h2 {
    font-size: 4.5vw !important;
    line-height: 5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-85 .wpb_text_column {
    border: 0 !important;
    padding: 0 !important;
  }
  .page-id-85 #content .wrap {
    padding: 1em !important;
  }
  .page-id-85 {
    font-size: 18px;
    line-height: 20px;
  }
  .page-id-85 h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .page-id-85 h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .page-id-85 ul {
    font-size: 20px;
    line-height: 24px;
  }
}

.ctct-form {
  margin-left: -1%;
  margin-right: -1%;
}
.ctct-form-field {
  margin-right: 1% !important;
  margin-left: 1% !important;
}
.g-recaptcha {
  margin: 1.5em 1% 1.25em;
}
.ctct-form-field-text {
  width: 48%;
  float: left;
}
.ctct-form-field-email {
  width: 98%;
}
.ctct-form-field label {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.ctct-form-field-submit {
  text-align: center;
}
input[type="submit"] {
  background: #444;
  font-size: 26px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.75em 2.5em;
}
input[type="submit"]:hover {
  background: #444;
  opacity: 0.9;
}
input[type="submit"]:disabled {
  opacity: 0.3;
  cursor: wait;
}
.ctct-form-wrapper .ctct-message {
  text-align: center;
  border: 2px solid #444;
  color: #111;
  font-weight: bold;
  font-size: 18px;
}
.ctct-form-wrapper .ctct-message.named_error {
  border: 2px solid #e53437;
}
.ctct-form-wrapper .ctct-message.success {
  border: 2px solid #2ECC40;
}
.ctct-disclosure {
  display: none;
}
.ctct-disclosure,
.ctct-disclosure a {
  color: #444;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.ctct-disclosure a:hover {
  color: #111;
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.ctct-disclosure hr {
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .ctct-form-field-text {
    width: 98%;
  }
}
@media screen and (max-width: 380px) {
  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    margin: 1.5em 1% .5em;
  }
}

.site-footer {
  display: none;
  margin-top: 0 !important;
}
