/* Name:Fureverfriends
Theme URI:http://www.sreyas.com/
Description:Wordpresss theme
Author:Fureverfriends
Author URI:http://www.sreyas.com/
Template:fureverfriends
Version:0.1.0 */

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #56565A;
  background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #004F6E;
}
a, a:link, a:active, a:visited {
  color: #004F6E;
  text-decoration: none;
}
a:hover, a.active, .active a {
  color: #004F6E;
}
.none {
  display: none;
}

/* -------------- page ------------- */
#wrapper {
  padding: 0;
  margin: 0;
}

#logo-container {
  float: left;
}
#top {
  float: right;
}

/* -------------- Top menu -------------- */
/* -------------- responsive Navigation ------------ */
#mobile-nav .text {
  float: right;
  line-height: 16px;
  padding: 0 0 0 30px;
  font-size: 14px;
}
#mobile-nav .icon-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 3px;
  margin: 0px 0px 3px;
  width: 22px;
  display: block;
  background: #333;
}
#mobile-nav {
  position: relative;
  padding: 8px 10px 6px;
  float: right;
  margin-top: 0px;
  background: #fff;
  border:1px solid #000;
      margin: 10px;
}
#main-container {
  min-height: 500px;
}
.featured-thumbnail img {
  max-width: 100%;
  height: auto;
}
div#main-container.left-side #left-sidebar {
  width: 25%;
  float: left;
}
div#main-container.left-side #left-sidebar .widget-area {
  margin-right: 20px;
}
div#main-container.left-side #main-content {
  width: 70%;
  float: left;
}
div#main-container.right-side #right-sidebar {
  width: 25%;
  float: left;
}
div#main-container.right-side #right-sidebar .widget-area {
  margin-left: 20px;
}
div#main-container.left-side #main-content, div#main-container.right-side #main-content {
  width: 75%;
  float: left;
}
div#main-container.right-side.left-side #main-content {
  width: 50%;
  float: left;
}
#footer-container .sub-wrapper{
  padding: 20px 0 6px;
}
.pagination {
  clear: both;
  padding: 10px 0;
  position: relative;
  font-size: 11px;
  margin: 0;
  line-height: 13px;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}
.pagination a:hover {
  color: #fff;
  background: #3279BB;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #3279BB;
  color: #fff;
}

.clear {
    clear: both;
}