/*
 Theme Name:     Born To Give Child Theme
 Theme URI:      https://demo.imithemes.com/born-to-give
 Description:    Born To Give Child Theme
 Author:         imithemes
 Author URI:     http://www.imithemes.com
 Template: 		 born-to-give
 Version:        1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}
.header-btn a {
  color: #ffffff !important;
  padding: 0 1.25em;
  background: #461c7e;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
  line-height: 35px !important;
}

.footer-top {
  background: #461c7e;
  color: #fff;
  padding: 50px 0;
}

.footer-top h3 {
  color: #ffffff;
}

.footer-top .ctct-form-wrapper .ctct-submit {
  background: #fff;
  color: #000;
  border: none;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}

.footer-top .ctct-form {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  flex-wrap: wrap;
}

.ctct-form-field-email input, .ctct-form-field-text input {
  border: none;
  padding: 10px 10px;
  color: #000;
}

.ctct-form-wrapper .ctct-button {
  color: #fff;
}
