/*
Theme Name: InfrastructureBC 2020
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/
/* Parent stylesheet should be loaded from functions.php not using @import */


.vc_column-inner {
  margin-bottom: 40px;
  padding-top: 20px !important;
}
.wpb_text_column {
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 0px;
}
.headerover {
  width: 100%;
  max-width: 720px;
  margin-left: calc(50% - 600px);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  /*	background-color: rgba(33,141,202,0.63); */
  background-image: url(/wp2/wp-content/uploads/resources/curves-2020.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  padding: 60px 120px 10px 90px;
  min-height: 300px;
}
.headerover p {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 120%;
}
.headerover h1 {
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -1px;
  color: #0093c8 !important;
  margin: 0px 0px 20px 0px !important;
}
#site-header {
  border-bottom: solid 2px #a4c74b;
}
.vcex-navbar a {
  display: block;
  float: left;
  width: 100%;
}
td.lines_t {
  padding: 5px;
}
td .bodytext {
  padding: 5px;
}
.pageheads {
  border-top: solid 2px #333;
  padding: 10px 0px 10px 0px;
}
.arconix-toggle-wrap.custom-class {
  border: none !important;
}
h2.p-title {
  font-size: 32px;
}
.accord-list-schedules h4 a span {
  font-weight: 300 !important;
  color: #0081cc;
}
.accord-list-schedules h4 a:hover span {
  text-decoration: underline
}
.credits p {
  font-size: 11px;
  text-align: right !important;
  font-style: italic;
}
.headerover .credits {
  font-size: 11px;
  text-align: right !important;
  font-style: italic;
}
.whtshadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
}
.tileimg {
  padding: 0px !important;
}
.ui-menu .ui-menu-item {
  font-size: 14px !important;
}

.search .wpex-card-simple_2 {
    background-color: #fff !important;
}

.search .wpex-card-simple_2 .wpex-card-date {
    font-size: 12px;
}

.home .wpex-boxed {
    background-color: #ffffff;
    border: 1px solid #eee;
    color: #616161;
    padding: 20px;
}
.sticky-header-shrunk #site-header-inner .main-navigation {
    margin-top: 20px !important;
}
#site-header.shrink-sticky-header.sticky-header-shrunk #site-logo {
    padding-top: 0;
    padding-bottom: 10px;
}


/************************************ 1170 or less */
@media only screen and (min-device-width : 10px) and (max-device-width : 1170px) {
  .headerover {
    margin-left: 0px;
  }
}
/************************************ iphone */
@media only screen and (min-device-width : 10px) and (max-device-width : 667px) {
  .vc_general {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin: 10px 0 20px;
  }
  .headerover h1 {
    font-size: 32px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 110%;
  }
  .vc_column-inner {
    margin-bottom: 0px;
  }
  .headerover p {
    font-size: 12px;
    line-height: normal;
  }
  p.credits {
    font-size: 10px;
  }
  h2.p-title {
    font-size: 24px;
  }
  div.wpb_wrapper {
    margin-top: -5px;
  }
  .pageheads {
    border-top: solid 2px #333;
    padding: 10px 0px 10px 0px;
  }
  .headerover {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    /*	background-color: rgba(33,141,202,0.63); */
    background-image: url(/wp2/wp-content/uploads/resources/curves-2020.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    padding: 60px 40px 40px 40px;
    min-height: 300px;
  }
  .headerover .ls-l {
    margin: 0px auto 30px auto;
  }
  .headerover p {
    font-size: 15px;
  }
}