/*
Theme Name: Foxtrot Default
Description: Foxtrot Default Theme
Author: Beth Scofield (Future Plc)
Version: 1.1.0
*/
/* Start Override Bootstrap */

@media(min-width:1200px) {
  .container
  {
    max-width: 970px !important;
  }
}

body
{
    background-position-y: 50px !important;
}

table td, table th
{
  background-color:#fff!important
}

table td, table th 
{
    background-color: #fff !important;
}

table thead > tr > th,
table tbody > tr > th,
table tfoot > tr > th,
table thead > tr > td,
table tbody > tr > td,
table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table thead > tr > th {
  vertical-align: bottom;
}

table caption + thead tr:first-child th,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #dddddd;
}

table table {
  background-color: #ffffff;
}


table-hover > tbody > tr:hover > td,
table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class^="col-"] {
  display: table-column;
  float: none;
}

table td[class^="col-"],
table th[class^="col-"] {
  display: table-cell;
  float: none;
}

table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

table-hover > tbody > tr > td.success:hover,
table-hover > tbody > tr > th.success:hover,
table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

table-hover > tbody > tr > td.danger:hover,
table-hover > tbody > tr > th.danger:hover,
table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

table-hover > tbody > tr > td.warning:hover,
table-hover > tbody > tr > th.warning:hover,
table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

.nav>li>a
{
    display: inline-block;
}

/* End Override Bootstrap */

/* WordPress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* End Wordpress Core */

/* Start basic styling */
body
{
 /* line-height: 1.6;
  font-size: 16px;
 */ background-color: transparent;
}

.col-centered
{
  margin: 0 auto;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) { 
    body {
    padding-top: 50px;
  }
  .nav-stacked>li+li 
  {
    padding-left: 15px !important;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
  body {
    padding-top: 50px;
  }
  .navbar {
    width: 750px;
  }

  .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {
    padding-top: 50px;
  }
  .navbar 
  {
    width: 970px;
  }
  
  #name img 
  {
    margin-right: 15px;
  }

}

.future-header-branding
{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  /* Ensure that the logo appears on top of the header */
  z-index: 9999;
}

.future-header-branding .head_title
{
  display: none !important;
}

.container-header 
{
    width: 100%;
    height: 50px;
    display: block;
    z-index: 100000;
}

#dc-body {
    height: 0 !important;
}

a:visited
{
  color: #800080;
}

#logo
{
  position: relative;
}

.header-text
{
  position: absolute;
  top: 0;
  left:20px;
}

.main-content
{
  padding-bottom: 30px;
}

.container-header
{
  width: 100%;
}

.container-header .col-sm-12, .container-header .col-xs-12
{
  padding-left: 0;
  padding-right: 0;
}

.navbar-default
{
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

/* End basic styling */

.nav-stacked>li+li
{ 
  /* Override bootstrap styling */
  margin-top: 0;
}

/* Start Nav */
.leaderboard {
    padding-top: 20px;
    padding-bottom: 20px;
}

.leaderboard img
{
  margin: 0 auto;
}

.navbar
{
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: none;
}

.navbar-brand
{
  padding: 0;
}

.navbar-nav 
{
    width: 100%;
}

/* End Nav */ 

/* Start Sidebar */

.widget-area aside
{
  margin: 30px auto;
  width: 300px;
}

/* End Sidebar */


/* Index */

#secondary aside:first-child
{
  margin-top: 0;
}

article
{
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.date-time, .post-header-comments
{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}

.date-time .glyphicon-calendar
{
    font-size: 24px;
    margin-right: 10px;
}

.byline
{
  display: inline-block;
  white-space: nowrap;
}

.moretag
{
  display: block;
  width: 100%;
  text-align: right;
  padding: 15px 0;
}

.breadcrumb
{
  margin-top: 20px;
  margin-bottom: 0;
}

/* End Index */

/* Start Gallery */
.gallery-caption
{
  margin-top: 30px;
}
/* End Gallery */


/* Start Page styling */

#page img, #single img
{
  display: block;
  height: auto;
  max-width: 100%;
}

#page article, #single article
{
  border-bottom: 0;
}
/* End Page styling */

/* A-Z Page List / Grid styling */
.title-cell
{
  margin-bottom: 30px;
}

.title-cell
{
  margin-bottom: 15px;
}

.title-cell
{
  padding-bottom: 30px;
}

.letter-group
{
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
/* A-Z Page List / Grid styling */

/* Start Footer */
#future_company_footer div.text
{
    padding: 0px 10px 10px 10px !important;
    max-width: 100% !important;
    width: 100% !important;
}

#future_company_footer>div
{
    max-width: 100% !important;
}

.future-footer-logo
{
    margin-bottom: 15px;
}

.footer-widget-area .widgettitle
{
  margin-top: 0;
}

.footer-widget-area
{
  text-align: left;
}

.footer-widget-area h2 
{
  font-size: 24px !important;
}

.footer-widget-area h2, .footer-widget-area h3
{
  margin-top: 0 !important;
}

#future_company_footer p, #future_company_footer ul
{
  overflow: visible !important;
}

@media (max-width: 991px){
  .footer-widget-area aside
  {
    margin: 30px auto;
    width: 300px;
  }
}
@media (min-width: 992px){
  .footer-widget-area
  {
    margin-bottom: 30px;
  }

  .footer-widget-area #social_icons_widget.col-md-4
  {
    width: 33.33333333333333% !important;
  }
}
/* End Footer */

.synved-social-container
{ 
  margin-top: 15px;
  margin-bottom: 15px;
}