/*
Theme Name: Prasad Child
Description: Child theme for Prasad theme
Author: Booming Creative
Author URI: 
Template: prasad
Version: 1.0.0
Text Domain:  prasad
*/


/* Donate Form Mobile */
@media (max-width: 600px) {
  .IATS_PaymentItemDiv {
    width: 100% !important;
  }
}
/* Tab pane responsiveness */
@media (max-width: 840px) {
  .tab-pane > h2 {
    margin-bottom: 5px;
  }
  .tab-pane > h2 > img {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 840px) {
  #post-755 .content-box-column,
  #post-270 .content-box-column {
    float: left !important;
    width: 50% !important;
  }
}
@media (max-width: 360px) {
  #post-755 .content-box-column,
  #post-270 .content-box-column {
    float: none !important;
    width: 100% !important;
  }
}

/* Footer column responsiveness */
@media (max-width: 960px) {
  footer .fusion-columns .fusion-column {
    width: 45% !important;
    float: left !important;
  }
}
@media (max-width: 640px) {
  footer .fusion-columns .fusion-column {
    width: 100% !important;
    float: none !important;
    display: block;
  }
}
@media (max-width: 900px) {
  .interchange-pad-left {
    padding-left: 0 !important;
  }
}

@media (max-width: 400px) {
  .fusion-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
