/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* FONTS */
@font-face {
  font-family: DIN;
  src: url(http://www.projectenmap.nl/wp-content/themes/salient-child/fonts/DIN_Condensed_Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: FedraSans-Light;
  src: url(http://www.projectenmap.nl/wp-content/themes/salient-child/fonts/Fedra-Sans-Std-Light.otf);
  font-weight: normal;
}

/* GENERAL */
body,
body p {
  font-family: "FedraSans-Light", Arial, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.main-slide-container .din-font,
body header#top nav > ul > li > a,
form.wpcf7-form input[type=submit].wpcf7-submit {
  font-family: 'DIN', 'Open Sans', sans-serif !important;
}
html body h3 {
  color: #b8d796;
}
body .container a {
  color: #4a4a49;
}
body .container a:hover {
  color: #b8d796;
}
body .container img.pm-visual {
  max-width: 600px;
}

/* HEADER */
@media only screen and (min-width: 1001px) {
  body #header-outer[data-format="left-header"] {
    border-right: none;
  }
  body #header-outer[data-format="left-header"] header#top > .container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 10px;
    overflow: auto;
  }
  body #header-outer .row .col.span_3,
  body #header-outer .row .col.span_9 {
      width: 100%;
  }
  header#top .pm-logo-text {
    display: block;
    padding: 17px 0 6px 0;
    margin: 0 auto;
    max-width: 180px;
    font-family: DIN;
    font-size: 22px;
    line-height: 22px;
  }
  html body[data-header-format="left-header"] #header-outer header .row .col.span_9 {
    position: relative !important;
    top: 0;
    bottom: 0;
  }
  body[data-header-format="left-header"] #header-outer header .nav-outer {
    display: block;
    height: auto;
  }
  body[data-header-format="left-header"] #header-outer header nav {
    display: block;
    vertical-align: top;
    padding: 30px 0 0 0;
  }
  body[data-header-format="left-header"] #header-outer header nav ul li a {
    padding: 0px 0px!important;
    font-size: 26px;
    line-height: 30px;
  }
  body[data-header-format="left-header"] #header-outer header nav ul li#menu-item-13 { /* welkom */
    margin-bottom: 16px;
  }
  body[data-header-format="left-header"] #header-outer header nav ul li#menu-item-32 { /* contact */
    margin-top: 16px;
  }
  body header#top .pm-header-line.top {
    padding: 10px 0;
  }
  body header#top .pm-header-line.bottom {
    padding: 10px 0;
  }
  body header#top .pm-header-line hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
    color: #ccc;
  }
  body header#top .pm-header-contact {
    padding: 16px 0 30px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
}

/* CF7 */
form.wpcf7-form > div {
  margin-bottom: 8px;
}
form.wpcf7-form > div input,
form.wpcf7-form > div textarea {
  font-size: 16px;
  line-height: 20px;
}
form.wpcf7-form > div input:focus,
form.wpcf7-form > div textarea:focus {
  background-color: #fff;
}
body #footer-outer #footer-widgets form.wpcf7-form input[type=submit].wpcf7-submit {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #4a4a49 !important;
  font-size: 24px;
  line-height: 24px;
}
body .wpcf7-form .wpcf7-not-valid-tip {
  color: #f00 !important;
}

/* FOOTER */
body #footer-outer[data-full-width="1"] .container {
    padding: 0 7%;
}
body #footer-outer .row {
    padding: 40px 0px;
}
body #footer-outer .footer-title {
  margin-bottom: 20px;
}
body #footer-outer .footer-title h2 {
  text-align: center;
}
body #footer-outer #footer-widgets .widget h4 {
  margin-bottom: 20px;
}
body #footer-outer #copyright {
  padding: 0 20px;
}
body #footer-outer #copyright .container {
  padding: 0;
}
#copyright .container .span_4 {
  margin: 0;
  padding: 20px;
  border-right: 1px solid #4a4a49;
}
#copyright .container .span_4.col_last {
  border-right: none;
}
#copyright .container .span_4 a {
  display: block;
}
#copyright .container .span_4 a img {
  display: block;
  margin: 40px auto;
  max-height: 100px;
}
#copyright .container .span_4.risicoronde a img {
  margin: 0 auto;
  max-height: 180px;
}

@media only screen and (max-width: 1200px) {
 #copyright .container .span_4.wijkontwikkeling a img {
   margin-top: 20px;
 }
}
@media only screen and (max-width: 1000px) {
  header#top > .container > .row .pm-logo-text,
  header#top > .container > .row .pm-header-line,
  header#top > .container > .row .pm-header-contact,
  header#top > .container > .row .pm-header-line,
  header#top > .container > .row .pm-header-bottom-logo {
    display: none;
  }

  /*
  body:not(.material) #header-space {
    height: 94px !important;
  }
  */
  body #header-outer {
    padding-top: 0!important;
  }
  body:not(.material) header#top .col.span_9 {
    min-height: 94px !important;
  }
  body header#top .span_9 >.slide-out-widget-area-toggle {
    margin-top: 0 !important;
  }

  body #footer-outer .col.footer-title {
    width: 100%;
  }
  body #footer-outer #copyright {
    padding: 0;
  }
  body #footer-outer #copyright .col.span_4 {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #4a4a49;
  }
  #copyright .container .span_4.wijkontwikkeling a img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 770px) {
  body #footer-outer[data-full-width="1"] .container {
      padding: 0 28px;
  }
}
