/*
Theme Name: Gamma
Theme URI: http://marbol2.com/wordpress/gamma
Description: <strong>Gamma</strong> is a responsive business WordPress theme.
Version: 1.0.1
Author: marbol2
Author URI: http://marbol2.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-background, featured-images,  theme-options, translation-ready
Text Domain: gamma
*/




/*  Import theme css */
@import url("css/theme.css");

body, body.home {
  background-color: #014130;
}
/* top section sidebars */
#page-a {
  background-color: #014130 !important;
}
#page-b, .header4 #header {
  background-color: #fcffef !important;
}
#fixed-navigation {
  background-color: #FFF7DE !important;
  border-bottom: 1px #014130 solid;
}
.page-boxed { padding: 0; }

.recent-posts-list .col {
  clear: right;
}
.recent-posts-list .content-img {
  margin-left: 10px;
  float: right;
}

#comments { display: none; }
.breadcrumbs { display: none; }

h1.page-heading {
  font-family: 'Lato';
}

#page-heading {
  height: 500px;
  padding: 0;
}
#page-heading div.wrap { width: 100%; }
#page-heading div.wrap div.col {
  width: 1120px;
  float: none;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 415px;
  padding: 5px 25px;
  background: url(images/transparent-dark-60.png) !important;
}

/* Padding under top image */
#page-b { padding-top: 10px; }

.header4 #navigation > .sf-menu > li:hover,
.header4 #navigation > .sf-menu > li.sfHover,
.header4 #navigation > .sf-menu > li.sfHover > a,
.header4 #navigation > .sf-menu > li.current-menu-item > a,
.header4 #navigation > .sf-menu > li > a:focus,
.header4 #navigation > .sf-menu > li > a:hover,
.header4 #navigation > .sf-menu > li > a:active,
.header4 #navigation > .sf-menu > li.selected > a,
.header4 #navigation > .current-menu-parent > a {
  color: #006644 !important;
  border-color: #006644 !important;
}

#navigation > .sf-menu > li.sfHover > a,
#navigation > .sf-menu > li.current-menu-item > a,
#navigation > .sf-menu > li > a:focus,
#navigation > .sf-menu > li > a:hover,
#navigation > .sf-menu > li > a:active,
#navigation > .sf-menu > li.selected > a,
#navigation > .sf-menu > li.current-menu-parent > a {
  border-color: #006644 !important;
}

#navigation .sf-menu li ul {
  border-color: #006644 !important;
}

body .data-table.style2 .row-headings {
  background-color: #014130 !important;
}

.header-login-open, #header-login-form { display: none; }