/*
 Theme Name:   Eagle Robotics
 Theme URI:    http://eaglerobotics.com/
 Description:  Child Theme For Custome Settings Based on GeneratePress
 Author:       David Bartle
 Author URI:   http://davidbartle.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 Text Domain:  eaglerobotics
*/

/*********************************
 * Slider on the homepage refinements
 */

/* slider: a little space between slider and content */
.eagle_homepage_slider {
    padding-bottom: 10px;
}

/* slider: hide image title .. just show the description */
div.huge_it_slideshow_title_text_1 {
    display: none;
}

/* slider: move description to bottom and full width */
div.huge_it_slideshow_description_text_1 {
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 10px;
}

/*********************************
 * General layout changes
 */

/* Not as much space between menu and content */
#content {
    padding-top: 20px;
}

/* Not as much space between widget title and content */
.widget-title {
    margin: 0;
}

/* Hide twitter / facebook feed promotional link */
.fts-twitter-div a.fts-powered-by-text {
    display: none !important;
}

.inside-header.grid-container.grid-parent {
    padding: 10px;
}