/* ===================================================================================

* Theme Name: Chariton Child
* Theme URI: https://themeforest.net/user/johanspond
* Description: Chariton - Non-Profit Charity WordPress Theme.
* Version: 1.0.0
* Author: Johanspond
* Author URI: http://pluginspoint.com/
* Template: chariton
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.breadcrumb-area.hv1 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
	padding-top: 65px !important;
	padding-bottom: 60px !important;
}

.breadcrumb-area .breadcrumb-wrap h2 {
	font-size: 60px !important;
}

.breadcrumb {
	display: none;
}

.header-one-menu-area .menu-area {
	margin: 0 50px !important;
}

.header-one-search-area {
	margin-left: 0 !important;
}

main a {
  color: #4298b5;
}

.single-features::before {
  border-color: #4298b5 !important;
}

.single-features .features-content a {
  color: #4298b5 !important;
}

.single-features .features-content a:after {
  background-color: #4298b5 !important;
}

.gform-body .gfield_label {
  color: #123462 !important;
}

.gform-body .gfield {
  color: #000 !important;
}

.gform-body .gchoice label {
  color: #000 !important;
}

.gform-body .ginput_complex label {
  color: #000 !important;
}

.gform-body .datepicker::placeholder {
  color: #000 !important;
}

/* IATS form */

.IATS_AmountItemDiv table {
  border: 0 !important;
  margin: 0 !important;
}

.IATS_AmountItemDiv table td {
  border: 0 !important;
}

.IATS_AmountItemDiv table .IATS_RadioAmtButton {
  margin-right: 10px !important;
}

.IATS_SelectItemsSubDiv,
.IATS_PaymentFrequencyItemDiv {
  display: flex !important;
  padding-top: 5px !important;
}

.IATS_PaymentFrequencyItemDiv .IATS_RadioPaymentButton {
  flex: 0 0 20px;
  margin-right: 7px !important;
}

.IATS_Action {
  position: relative;
  z-index: 99;
}

.chariton_newsletter_widget.footer-widget {
  margin-bottom: 20px !important;
}

.mc4wp-form-fields p {
  margin-bottom: 10px !important;
}

.mc4wp-form-fields label {
  color: #fff;
  display: none;
}

.mc4wp-form-fields input {
  border-color: #fff !important;
  height: 50px;
}

.mc4wp-form .btn {
  background: #c91a26;
  margin-top: 10px !important;
}

.footer-widget-activated.footer1 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

@media only screen and (min-width: 769px) {
  .elementor-widget-container ul {
      margin-left: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .header-top-wrap .row .col-lg-7 {
    display: none;
  }
  .header-top-wrap {
    padding: 0;
  }
  .header1-top-right-items {
    margin: 0 !important;
  }
}

.elementor-widget-container ul li {
    text-indent: -28px;
}

@media only screen and (max-width: 480px) {
  .mc4wp-form-fields label {
    text-align: left;
  }
}