/*
    Theme Name: Virge Temme Architecture
    Author: Arketype
    Author URI: http://www.Arketypeinc.com/
    Description: Child them of Divi.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: Divi
    Template: Divi

    This theme, like WordPress, is licensed under the GPL.
*/
/*------------------------------------------------------------------------------
Masthead
------------------------------------------------------------------------------*/
#main-header {
  background-image: url("../../uploads/2016/10/top-wrapper-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after {
  color: rgba(255, 255, 255, 0.4);
}

.et_mobile_menu {
  border-top-color: rgba(255, 255, 255, 0.4);
}

/*------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/
#et-footer-nav {
  background-image: url("../../uploads/2016/10/top-wrapper-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

#footer-logos img {
  height: 70px !important;
  width: auto !important;
  display: inline-block;
  float: left;
  padding-right: 30px;
}

/*------------------------------------------------------------------------------
Homepage
------------------------------------------------------------------------------*/
@media (min-width: 981px) {
  .et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }

  .et_pb_gallery_fullwidth .et_pb_gallery_image img {
    position: relative !important;
    top: 33% !important;
    -webkit-transform: translateY(-33%);
    -ms-transform: translateY(-33%);
    transform: translateY(-33%) !important;
  }

  .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child {
    /*max-height: 480px !important;*/
  }
}
/*------------------------------------------------------------------------------
Global
------------------------------------------------------------------------------*/
a.small-button {
  margin-top: 1em !important;
}

@media all and (min-width: 981px) {
  .et_pb_sidebar_0 {
    padding-top: 2.3em;
  }
}
h2.entry-title {
  font-size: 18px;
}

.et_pb_title_featured_container {
  padding-bottom: 1.5em;
}

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