/*
Theme Name: FlatOnPro Child
Theme URI: http://www.webulousthemes.com/flatonpro-child/
Author: N. Venkat Raj
Author URI: http://www.webulousthemes.com/
Template:  flatonpro
Description: FlatOnPro Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flatonpro-child
Tags: dark, light, left-sidebar
*/
@import url('../flatonpro/style.css');

/*
you'll add your css code here.
*/
.entry-title {
  display:none;
}

.breadcrumb-wrap {
  padding: 6px 0;
  background-color: #346799;
  background-color: #3751ac;
/*  background-color: #611faa; */
}

.breadcrumb-wrap #breadcrumb a {
  color: #ccc;
}

#breadcrumb #crumbs {
  color: #ccc;
}

ul, ol {
  margin: 0 0 1.5rem 1.5rem;
}

.entry-content ol li, .entry-content ul li {
  margin-top: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lusitana, Times-Roman;
  font-weight: 700 bold;
  color: #346799;
  color: #3751ac;
}

.hentry h1, h1 {
  line-height: 4.5rem;
}

a, a:visited {
  color: #3751ac;
}

.home.flaton-free #add-info h2 {
  text-align: left;
  margin-bottom: 0px;
  color: #346799;
  color: #3751ac;
}

.footer-bottom p {
  font-size: 1.1rem;
}

.footer-top {
padding: 10px 0 5px;
}

#service-tabs ul li.ui-tabs-active a {
    background-color: #346799;
    background-color: #3751ac;
}
.main-navigation li:hover > a {
    background-color: #346799;
    background-color: #3751ac;
}
.main-navigation li:hover > a {
    background-color: #346799;
    background-color: #3751ac;
}
.main-navigation .current_page_item a, .main-navigation .current-menu-item a, .main-navigation .current-menu-parent > a, .main-navigation .current_page_parent > a {
    background-color: #346799;
    background-color: #3751ac;
}

.main-navigation a,
.main-navigation a:visited {
  color: #FFFFFF;
}
.main-navigation ul ul a {
  border-left: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  border: 1px solid #999999;
  color: #000000; 
}

body .gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  margin: 36px 16px 12px 0;
}

body .gform_wrapper ul li.gfield.gsection {
  padding-top: 30px;
}

body .gform_wrapper ul li.gfield.gsection:first-child {
  padding-top: 0px;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] 
{
  margin-top: 0;
  margin: 0 10px 0 0;
}

/* Donation amount fields */
li.aesf_amount label.gfield_label {
  float: left;
  font-size: 14px;
  font-weight: normal; 
  width: 230px;
  margin-top: 0.8rem;
}

li.aesf_amount div.ginput_container input {
  margin-left: 10px;
  width: 100px !important;
  border: 1px solid #999;
  border-radius:3px;
  text-align: right;
}

@media only screen and (min-width: 641px) {
  li.aesf_amount div.ginput_container input {
    margin-left: 10px;
    width: 100px;
  }
}

li.aesf_amount div.ginput_container div.instruction {
  display: none;
}

/* Donation total field */
li.aesf_donation label.gfield_label {
  float: left;
  font-size: 100%;
  font-weight: 700; 
  width: 230px;
  margin-top: 0.8rem;
}

li.aesf_donation div.ginput_container input {
  margin-left: 10px;
  width: 100px !important;
  border: 1px solid #999;
  border-radius:3px;
  text-align: right;
}

@media only screen and (min-width: 641px) {
  li.aesf_donation div.ginput_container input {
    margin-left: 10px;
    width: 100px;
  }
}

li.aesf_donation div.ginput_container div.instruction {
  display: none;
}
/*----------- end form fields ----------- */


.flex-caption {
  min-height: 10rem;
  padding-top: 1.5rem;
  bottom: 0;
}

table.maxcredit {
  margin: 0px 10px 10px 0px;
  border: 0;
  border-collapse: collapse;
}

table.maxcredit td {
	font-size: 1.6rem; 
	line-height: 2.8rem; 
	padding: 0 0 0 1.0rem;
  border: 0;
	border-bottom: 1px solid #CCC;
  text-align: left;
}

table.maxcredit td.currency {
	text-align: right;
	padding: 0 0 0 1.0rem;
}

table.maxcredit td h4 {
  margin: 1.5rem 0 0 0;
  font-size: 1.6rem;
}

table.maxcredit th {
	font-size: 13px; 
	line-height: 20px; 
	padding: 0 0 0 10px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #F6E8BF;
}

p.pnote {
  font-size: 1.2rem;
	margin: 0 0 0 2.0rem;
}

.site-header{
  background-color: #611faa; 
/*  background-color: #ffffff; */
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;

  
   Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#611faa+54,7b38c5+100 */
    background: -moz-linear-gradient(top,  rgba(97,31,170,1) 54%, rgba(123,56,197,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(97,31,170,1) 54%,rgba(123,56,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(97,31,170,1) 54%,rgba(123,56,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#611faa', endColorstr='#7b38c5',GradientType=0 ); /* IE6-9 */

}

.slicknav_menu {
  background-color: #611faa;
}

dt {
  float: left;
  margin-bottom: 0.8rem;
}

dd {
  margin: 0 0 0.8rem 8rem;
}


.widget_search input {
    width: 95%;
    padding: 5px 0px 5px 10px;
}

#flexslider-widget-4 ul.flex-direction-nav {
  display:none;
}

#flexslider-widget-5 ul.flex-direction-nav {
  display:none;
}

#flexslider-widget-6 ul.flex-direction-nav {
  display:none;
}

#flexslider-widget-7 ul.flex-direction-nav {
  display:none;
}

#flexslider-widget-8 ul.flex-direction-nav {
  display:none;
}


/* Sidebar logo images */
.widget_custom_post_widget img {
  display: block;
  padding: 0;
  clear: both;
  margin: 2.5rem auto;
}

/* Funding table styles */

table#funding {
  border-collapse: collapse;
  border: 2px solid black;
  margin: 20px 0;
  background: #f7e3a7;
}

table#funding th {
  border: 0;
  border-bottom: 1px solid black;
  background: #b7c2cc;
}

table#funding td {
  border: 0;
  text-align: center;
  vertical-align: bottom;
  padding-bottom:10px;
  padding-left: 0.5rem;
}

table#funding td.rowlabel {
  font-weight: bold;
  text-align: left;
  border-right: 1px solid black;
  background: #b7c2cc;
}

table#funding td.subhead {
  border-bottom: 2px solid black;
  padding-bottom: 0.5rem;
  background: #b7c2cc;
}

table#contact {
  width: auto;
}

h5 {
  margin-top: inherit;
}