@media screen and (max-width: 1440px) {
.nav-wrap {
    display: none !important;
}
}

.hamburger-menu {
    display: none !important;
}

.nav-wrap>ul>li>a {
    font-weight: 500 !important;
}

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
    font-size: 18px;
}

#wprmenu_bar .wprmenu_icon span {
    width: 40px;
    height: 3px;
}

#wprmenu_bar .wprmenu_icon {
    width: 40px;
}

#main {
    padding-bottom: 6em !important;
}

.footer {
    position: relative !important;
    padding: 1.5em 0;
    font-size: 18px;
}

.footer a {
    color: #fff;
}

.caldera-grid .form-control {
    border: 1px solid #f9a229;
}

.team-flat .team-thumb img {
    cursor: auto !important;
}

time.updated.entry-time {
    display: none !important;
}

#container {
  min-height: 100%;
  position: relative;
  padding-top: 2%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&amp;0.42+0,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.82) 1%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.82) 1%, transparent 100%);
  /*Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.82) 1%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }



/* Blogpost*/

.format-standard .wp-post-image {
  object-position: 42% 35%;
  height: 500px;
  object-fit: cover;
}