/*
Theme Name: Avada Child
Template: Avada
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Author: ThemeFusion
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 5.4.2
Text Domain: Avada
*/
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.italic {
  font-style: italic; }

.button {
  display: inline-block;
  margin: 10px auto;
  padding: 8px 20px;
  color: #fff;
  background-color: #1c242b;
  border-radius: 4px;
  transition: color 0.5s; }
  .button:hover {
    color: #ddd; }

.button-xl {
  padding: 12px 30px;
  font-size: 2em; }

.button-light {
  background-color: #303e4a; }

.person-name {
  font-size: 2em !important;
  margin: 15px auto !important; }

.person-title {
  color: #888 !important;
  font-style: italic; }

.secondary-header-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  margin: 0 10px;
  min-height: 40px; }

#billboard {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 400px;
  background-size: cover;
  background-position: center center; }

.wide-main {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; }

.fusion-row {
  max-width: 1200px !important; }

.fusion-header-v3 .fusion-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center; }

.fusion-row--wide {
  width: 100%;
  margin: 0 auto;
  zoom: 1; }

.fusion-main-menu > ul > li.current-menu-item > a {
  color: #333 !important;
  border-color: #fff !important; }

.fusion-is-sticky .fusion-main-menu > ul > li.current-menu-item > a {
  color: #333 !important;
  border-color: #fff !important; }

.home-section {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0; }
  .home-section h1, .home-section h2, .home-section h3, .home-section h4, .home-section h5 {
    text-align: center;
    margin: 0 0 30px 0 !important; }
  .home-section h2 {
    font-size: 3em;
    line-height: 2.5em;
    padding: 0; }
  .home-section p {
    font-size: 1.2em;
    margin: 0 0 1em 0; }

.home-section--dark {
  color: #fff;
  background-color: #1c242b; }
  .home-section--dark h1, .home-section--dark h2, .home-section--dark h3, .home-section--dark h4, .home-section--dark h5 {
    color: #fff; }
  .home-section--dark h3 {
    font-size: 2.5em !important;
    font-weight: 400 !important; }

.home-section--bang {
  padding: 50px 0;
  background: #1C455F;
  transition: all 0.3s; }
  .home-section--bang .home-section--bang__text {
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center; }
  .home-section--bang:hover {
    cursor: pointer;
    background: #286286; }

.recent-post {
  margin: 25px 0; }
  .recent-post .recent-post--date {
    color: #999;
    font-weight: 100; }
  .recent-post .recent-post--title h2 {
    font-size: 1.3rem;
    line-height: 2rem !important; }
  .recent-post .recent-post--thumb {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer; }

.home-section--icons span.icon-text {
  display: block;
  margin: 10px 0 !important;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700; }
.home-section--icons img {
  width: 100%;
  max-width: 128px; }

.home-section--contact {
  color: #fff;
  background-color: #1D445F; }
  .home-section--contact img {
    width: 100%; }
  .home-section--contact h3 {
    color: #fff;
    font-size: 1.3em;
    margin: 0; }
  .home-section--contact .contact-question {
    max-width: 400px;
    margin-top: 25px;
    padding: 25px;
    border-radius: 50%;
    border: 3px solid #1c242b; }
    .home-section--contact .contact-question a {
      color: #e0d2af;
      text-decoration: underline; }
  .home-section--contact input[type='submit'] {
    background: #fff !important;
    color: #1c242b !important; }
  .home-section--contact #gmap_canvas {
    color: #333 !important; }

.home-section--background {
  padding: 150px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#hero-video {
  position: relative;
  overflow: hidden; }
  #hero-video video {
    height: auto;
    width: 100%;
    margin-top: -300px; }
    @media screen and (max-width: 768px) {
      #hero-video video {
        margin-top: 0; } }
    @media screen and (max-width: 1200px) {
      #hero-video video {
        margin-top: 0; } }
  #hero-video .hero-video--text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px; }
    #hero-video .hero-video--text h2 {
      font-family: 'Noto Sans', 'Helvetica', Arial, sans-serif;
      font-weight: 400;
      color: #fff;
      font-size: 4vw;
      line-height: 5.5vw;
      text-align: left;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 768px) {
        #hero-video .hero-video--text h2 {
          font-size: 7vw;
          line-height: 8.5vw; } }
      @media screen and (max-width: 1200px) {
        #hero-video .hero-video--text h2 {
          font-size: 5vw;
          line-height: 6.5vw; } }
    #hero-video .hero-video--text h3 {
      color: #fff;
      font-size: 2.5em;
      text-align: center;
      font-style: italic;
      font-weight: 400;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 768px) {
      #hero-video .hero-video--text {
        height: 400px;
        font-size: 10px; }
        #hero-video .hero-video--text h2, #hero-video .hero-video--text h3 {
          margin: 0; } }
    @media screen and (max-width: 450px) {
      #hero-video .hero-video--text {
        height: 240px; } }
  @media screen and (max-width: 768px) {
    #hero-video {
      height: 400px; } }
  @media screen and (max-width: 450px) {
    #hero-video {
      height: 240px; } }

.mb {
  background: url(./assets/images/bridge-bg.jpg) center center;
  background-size: cover;
  height: 400px; }
  .mb .mb-container {
    height: 400px;
    max-width: 1200px;
    margin: 0 auto; }
  .mb .mb-left {
    float: left;
    width: 40%;
    height: 100%;
    margin: 0;
    padding: 20px;
    background: rgba(154, 154, 154, 0.92);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mb .mb-right {
    float: left;
    width: 60%;
    height: 100%;
    background: url(./assets/images/mb-slant.png) left center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mb .clear {
    clear: both; }

@media (max-width: 767px) {
  .container {
    width: 350px !important; } }

/*# sourceMappingURL=style.css.map */
