/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://rays-sites3.com/bestfairefinery/wp-content/themes/twentyfourteen-child
 Description:  Twenty Fourteen Child Theme
 Author:       Ray Smith
 Author URI:   http://theprofitadvisor.com
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child

/* removes the border around tables */
table,
th,
td {
	border: 0px solid rgba(0, 0, 0, 0.1);
}

/* to make the glide out menu show menu sub items */
.gilidPanel-wrap .widget_nav_menu ul.menu {
  width: 90%;
}

/* To remove the Proudly Powered by Wordpress at the footer */
.site-info {
   display: none;
}

/* to change the background color */
.site, .site:before { background-color: #fcebca !important; }

.main-content {
background-color: #fcebca !important;}
.entry-content
{
background-color: #fcebca !important;
} 

/* changes the background color of the page titles to match the content background */
.site-content .entry-header {
	background-color: #fcebca;
}

/* changes the background on page and post excerpts, used when the Search function is used */
.entry-summary {
	background-color: #fcebca;
}


/* increases the width of the footer and centers the text - do not set to 100% or content will overlap the sidebar */
.footer-sidebar .widget {
	width: 70%;
	text-align: center; //Only need this if you have text with your footer.  Otherwise the width:100% will do just fine
}

/* changes the color of the widget titles */
.widget-title {
   color: #6e4926 !important;
}
/* changes the color of the widget text */
.textwidget {
color: #6e4926 !important;
}
/* change the text color throughout the site */
body, button, input, select, textarea {
    color: #6e4926;
}


/* change the menu text color */
.site-navigation a {
color: #ffffff !important; 
}