/**
 * This stylesheet will manage all color-related styles except primary and
 * secondary colors.
 *
 * @package Follet_Theme
 * @since   1.0
 */
/* =============================================================================
   General
   ========================================================================== */
body {
  background-color: white;
  color: black;
}

code {
  background-color: transparent;
}

blockquote:before {
  color: #dedede;
}

.breadcrumb {
  background: none;
  border-bottom: 1px solid #dedede;
}
.breadcrumb > li + li:before,
.breadcrumb .active {
  color: #777777;
}

.page-header {
  border-bottom: 1px solid #dedede;
}

/* =============================================================================
   Top navigation
   ========================================================================== */
.navbar-default {
  background-color: white;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1), 1px 1px 2px rgba(0, 0, 0, 1), 2px 3px 2px rgba(0, 0, 0, 1);
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
}

#top-navigation-searchform-show a:hover {
  color: #777777;
}

.navbar-default #top-navigation-searchform-show a {
  color: black;
}

.navbar-inverse #top-navigation-searchform-show a {
  color: white;
}

.navbar-collapse {
  border: none;
}

#top-navigation .dropdown-submenu a:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  #top-navigation .dropdown-submenu a:hover {
    color: #fff;
  }
}
.navbar-default #top-navigation-searchform-copy {
  background-color: white;
}

.navbar-inverse #top-navigation-searchform-copy {
  background-color: #222222;
}

.navbar-default, .navbar-inverse {
  border: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: white;
}

/* =============================================================================
   Header
   ========================================================================== */
.site-branding {
  overflow: auto;
  background: rgba(255,255,255,0.45);
  width: 600px;
  transform: skewX(-20deg);
  transition: width 1.2s ease-in-out;
  margin-left: -30px;
  padding-left: 100px;
}
.site-branding .site-title a {
  color: white;
}
.landing-page .site-branding .site-title a:hover {
  color: #777777;
}
.site-branding .site-description {
  color: white;
}

.landing-page-header {
  color: white;
}

/* =============================================================================
   Content
   ========================================================================== */
#content {
  background-color: white;
}

blockquote {
  background-color: #ededed;
  background-color: transparent;
}

.entry-thumbnail {
  background-color: white;
  border: 1px solid #dedede;
  opacity: 0.9;
  transition: opacity 0.5s ease;
}
.entry-thumbnail:hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.carousel-caption {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel-caption a {
  text-shadow: none;
  color: white;
}

/* Posts
   ========================================================================== */
#primary {
  background-color: white;
}
#primary:not(.col-sm-12) {
  border-right: 1px solid #dedede;
}

#main article.post header:before, #tinymce.wp-editor.post header:before {
  color: #777777;
}

#main article h1 a {
  color: black;
}

.entry-summary {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.woocommerce-page .entry-summary {
  border: none;
}

.entry-content {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.landing-page .entry-content {
  border-top: none;
}
.woocommerce-page .entry-content {
  border: none;
}

.entry-meta section {
  color: #777777;
}

.page-links .links-container .btn {
  border: 1px solid #dedede;
  border-top: none;
}
.page-links .pagination-text:hover, .page-links .pagination-text:focus, .page-links .pagination-text:active, .page-links .pagination-text:link, .page-links .pagination-text:visited, .page-links .pagination-text:active:focus {
  box-shadow: none;
}

.wp-caption-text,
.wp-caption-dd {
  background-color: #ededed;
}

.gallery-item .gallery-caption {
  color: white;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
}

#main .comment article {
  border: none;
}

.comment-content {
  border: 1px solid #dedede;
}

/* Sidebar
   ========================================================================== */
#secondary .widget .widget-title {
  color: white;
}
#secondary .widget ul li {
  border-bottom: 1px solid #9a58a9;
  padding: 5px 0px;
}

/* =============================================================================
   Sidebar and footer
   ========================================================================== */
#secondary .widget .widget-title a, #footer .widget .widget-title a {
  color: white;
}

/* =============================================================================
   Footer
   ========================================================================== */
#footer {
  background-color: #222222;
  color: white;
}
#footer a {
  color: #ededed;
}
#footer .wp-caption-text {
  color: black;
}
#footer .widget .widget-title {
  color: white;
  background-color: #333333;
}
#footer .widget .widget-title + .separator {
  border-top: 2px solid #333333;
}
#footer .widget ul li {
  border-bottom: 1px solid #333333;
}
#footer #footer-sidebars + hr {
  border: none;
  border-bottom: 1px solid #333333;
}
#footer .credits {
  color: #777777;
}

/* =============================================================================
   Buttons
   ========================================================================== */
.btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger {
  border-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.btn.navbar-toggle {
  border: none;
}
.btn.btn-secondary {
  color: white;
}

/* =============================================================================
   Gravatar profile (Jetpack)
   ========================================================================== */
#secondary .widget-grofile.widget h4:not(.widget-title) {
  background: none;
  color: #333333;
}
#secondary .widget-grofile.widget h4:not(.widget-title) a {
  color: #333333;
}
#footer .widget-grofile.widget h4:not(.widget-title) {
  background: none;
  color: white;
}
#footer .widget-grofile.widget h4:not(.widget-title) a {
  color: white;
}

/* =============================================================================
   Responsive
   ========================================================================== */
@media only screen and (max-width: 959px){
  .site-branding{
      width: 100%;
      margin: 0;
      padding: 0px;
      transform: none;
/*      transition: width 1.2s ease-in-out; */
      text-align: center;
 }
  .navbar-nav {
     float:none;
     margin:0 auto;
     display: block;
     text-align: center;
 }
  .navbar-nav>li {
    display: inline-block;
    float: none;
 }
}

@media only screen and (max-width: 767px){
    .navbar-nav>li {
    display: block;
    float: none;
 }
}