/*
Theme Name: ION Responsive Child Theme
Theme URI: https://themeid.com/responsive-theme/
Description: Responsive Child Theme

Template: responsive
Version: 2.0.0
Author: ThemeID
Author URI: https://themeid.com
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support

License: GNU General Public License
License URI: license.txt

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac

*/

/* =Import Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');

/* =Start From Here
-------------------------------------------------------------- */
/*#featured{
  background-image:url('https://investigatorsanywhere.com/wp-content/uploads/2013/08/Eagle_no_bkg.png');
  background-repeat:no-repeat;
  background-position:left bottom;
  background-size: Auto 35%;
}
*/

.fit-bottom {
  margin-bottom: 0 !important;
}

.featured-tagline{
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0px;
  padding-top: 35px;
  text-align: center;
  color: #00315A;
}

#featured{
  padding-bottom:0px;
}
.featuredContainer{
  width:47.85% !important;
}

/* OVERRIDE top menu font size */
.top-menu li a {
	font-size: 14px;
}

/* ADD CSS FOR FRONT PAGE RIGHT SIDE */
#front-right-widgets {
    margin-top: 0px !important;
}

.front-right-widget-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;
}

.front-right-widget-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*background-color: #f9f9f9;*/
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 20px;
}

/*
* OVERRIDE MENU COLORS
*/
.menu {
    background-color: #00315A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00315a), to(#356C9B));
    background-image: -webkit-linear-gradient(top, #00315a, #356C9B);
    background-image: -moz-linear-gradient(top, #00315a, #356C9B);
    background-image: -ms-linear-gradient(top, #00315a, #356C9B);
    background-image: -o-linear-gradient(top, #00315a, #356C9B);
    background-image: linear-gradient(top, #00315a, #356C9B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#779cbc, endColorstr=#00315a);
}
.menu a {
    font-size: 14px;
}

.menu a:hover {
  background-color: #00315a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#779cbc), to(#00315a));
  background-image: -webkit-linear-gradient(top, #779cbc, #00315a);
  background-image: -moz-linear-gradient(top, #779cbc, #00315a);
  background-image: -ms-linear-gradient(top, #779cbc, #00315a);
  background-image: -o-linear-gradient(top, #779cbc, #00315a);
  background-image: linear-gradient(top, #779cbc, #00315a);
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#779cbc, endColorstr=#00315a);
}

ul.menu > li:hover {
  background-color: #00315a;
  color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #00315a;
}


/*The last 29 days of the month are the hardest."- Nikola Tesla*/