/* ======= navigation ======== */


.has-menu-button ul.nav-menu-content >li:last-child >a, .has-menu-button div.nav-menu-content >ul >li:last-child >a {
  border-radius: 4px !important;
  transition: all .2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out
}

.has-menu-button ul.nav-menu-content >li:last-child >a:hover {
  background: #000 !important;
  transition: all .2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out
  
}


/* ======= slideshow ======== */


.agni-slide-title h2 {
    letter-spacing: 0;
    text-transform: capitalize;
}


.white {color: #fff !important;}

/* footer */

@media (min-width: 1024px) {
  .footer-cta-width {max-width: 80%; margin: 0 auto;}
}

/* ====== general ====== */

.agni-blockquote-container {
  padding: 30px 0 !important;
}

blockquote span {
    color: #8fa0b1 !important;
}

.agni_text_column agni-text-block a:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.home-col {padding: 15px 30px;}
.bg_block {background: #203347;}
.link-u {border-bottom: 1px solid; padding-bottom: 3px;}



/* ====== Form ====== */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #d6764d !important;
    color: #fff !important;
    font-size: 15px !important;
    width: 200px;
  
}

/* ====== WPFORMS ====== */
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  text-align: left;
}

.wpforms-field-limit-text {
  display: none;
}

.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel {
  text-align: left !important;
}

/* Overflay Fix */

#swipebox-overlay {
  display: none;}
  
  
  /* Insights and Posts */
  
  
  .blog-single-post .entry-thumbnail img {
    width: auto;
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}