html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin: 1em 0;
  padding: 0;
}
input,
select,
textarea {
  vertical-align: middle;
  -webkit-appearance: none;
  box-shadow: none !important;
}
sup {
  top: -0.5em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  border-radius: 0;
  -webkit-appearance: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #e9e9e9;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 700;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
strong {
  font-weight: 700;
}
.clearfix:before,
.widget_archive:before,
.widget_categories:before,
.widget_archive li:before,
.widget_categories li:before,
.clearfix:after,
.widget_archive:after,
.widget_categories:after,
.widget_archive li:after,
.widget_categories li:after {
  content: "";
  display: table;
}
.clearfix:after,
.widget_archive:after,
.widget_categories:after,
.widget_archive li:after,
.widget_categories li:after {
  clear: both;
}
.clearfix,
.widget_archive,
.widget_categories,
.widget_archive li,
.widget_categories li {
  clear: both;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  margin-bottom: 15px;
}
input[type="text"],
input[type="search"],
input.txt {
  border: 1px solid #e6e6e6;
  font-family: Arial, sans-serif;
  font-size: 13px;
  height: 30px;
  padding: 0 10px;
}
input:focus,
input:hover {
  outline: none;
}
textarea {
  border: 1px solid #e6e6e6;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  padding: 10px;
  box-shadow: none;
}
textarea:focus {
  outline: none;
}
button {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  font-size: 12px;
  height: 42px;
}
button:focus {
  outline: none;
}
#respond button,
#comments .commentlist li.comment .reply,
a:hover .video-icon,
.button,
a.button,
button,
input[type="button"],
input[type="submit"] {
  color: #333;
  font-size: 12px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(1, #ddd)
  );
  background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  border: 1px solid #e6e6e6;
}
table {
  width: 100%;
  margin-bottom: 2.618em;
}
table th,
table td {
  border-bottom: 1px solid #e8e4e3;
  padding: 1em;
  vertical-align: top;
  text-align: left;
}
table th {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e4e3;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr th:last-child,
table tr td:last-child {
  padding-right: 0;
}
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease,
    color 0.2s ease, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease,
    opacity 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:active {
  outline: none;
}
.container {
  background: #fff;
  margin: 0 auto !important;
  padding: 10px 15px 0 15px;
  width: 980px !important;
}
#masthead {
  position: relative;
  height: auto;
}
.site-branding {
  height: auto;
}
#logo {
  float: left;
  margin: 15px 0 10px;
}
.site-title {
  font-size: 36px;
  margin-top: 5px;
}
.site-description {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  background: #ffffff;
  display: none;
  top: 100%;
  left: 0;
  padding: 0;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu ul ul {
  top: 0;
  left: 200px;
  margin-top: -10px;
}
.sf-menu a {
  display: block;
  position: relative;
  padding: 0 13px;
}
.sf-menu ul a {
  font-size: 1em;
}
.sf-menu li {
  z-index: 100;
}
.sf-menu ul li {
  width: 200px;
}
.sf-arrows .sf-with-ul {
  padding-right: 30px !important;
}
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
  margin-right: 9px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #ddd;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #fff;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: 10px;
  border-color: transparent;
  border-left-color: #fff;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #fff;
}
.fa-home {
  display: none !important;
}
#primary-bar {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  height: 33px;
  line-height: 31px;
  z-index: 100;
}
#primary-nav ul li {
  float: left;
  z-index: 999;
}
#primary-nav ul li a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: 1px 0;
  text-transform: uppercase;
}
#primary-nav ul li a.sf-with-ul {
  height: 31px;
}
#primary-nav ul li a.sf-with-ul:after {
  border-top-color: #ddd;
  margin-top: -3px;
}
#primary-nav ul li a:hover,
#primary-nav ul li.current-menu-item a {
  color: #fff;
  text-decoration: none;
}
#primary-nav ul li ul {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  margin-top: 1px;
  margin-left: -1px;
}
#primary-nav ul li ul li:first-child a {
  border-left: none;
}
#primary-nav ul li ul li a:link,
#primary-nav ul li ul li a:visited {
  border-right: 0;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 12px;
  text-transform: none;
  border-bottom: 1px solid #e6e6e6;
}
#primary-nav ul li ul li.current-menu-item a {
  background: #fff;
}
#primary-nav ul li ul li a:hover {
  background: none;
  text-decoration: underline;
}
#primary-nav ul li ul li:last-child a {
  border-bottom: none;
}
#primary-nav ul li ul li a.sf-with-ul {
  border: none;
  height: auto;
}
#primary-nav ul li ul li a.sf-with-ul:after {
  border-top-color: transparent;
  color: #ddd;
  margin-top: auto;
  top: 14px;
}
#primary-nav ul li ul li ul {
  border-top: 1px solid #f0f0f0;
  margin-top: -11px;
  margin-left: 0;
}
#primary-nav ul li ol li a:hover {
  text-decoration: underline;
}
#secondary-bar {
  height: 31px;
  border-top: 1px solid #e6e6e6;
}
#secondary-nav {
  float: left;
  z-index: 50;
}
#secondary-nav ul li a {
  color: #333;
  display: block;
  font-size: 13px;
  line-height: 31px;
  border-right: 1px solid #e6e6e6;
}
#secondary-nav ul li a:hover,
#secondary-nav ul li.current-menu-item a {
  color: #fff;
  text-decoration: none;
}
#secondary-nav ul li a.sf-with-ul:after {
  border-top-color: #ddd;
  margin-top: -3px;
}
#secondary-nav ul li ul {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-left: -1px;
}
#secondary-nav ul li ul li a:link,
#secondary-nav ul li ul li a:visited {
  border-right: 0;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 12px;
  text-transform: none;
  border-bottom: 1px solid #e6e6e6;
}
#secondary-nav ul li ul li a:hover {
  background: none;
  text-decoration: underline;
}
#secondary-nav ul li ul li:last-child a {
  border-bottom: none;
}
#secondary-nav ul.sf-menu li li a {
  background-color: transparent;
  line-height: 1;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  padding: 9px 20px;
}
#secondary-nav ul.sf-menu li li a:hover {
  text-decoration: underline;
}
#primary-nav .links li a:link,
#primary-nav .links li a:visited {
  color: #333;
}
#primary-nav .posts .sub-cats li {
  float: none;
  width: 100%;
}
#primary-nav .posts .sub-cats li a {
  background: none;
  color: #333;
  display: block;
  line-height: 1;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#primary-nav .posts .sub-cats li a:hover {
  background-color: #fff !important;
}
.sf-mega {
  background: #fff;
  width: 100%;
  position: absolute;
  display: none;
  left: -1px;
  z-index: 999;
  border: 1px solid #e6e6e6;
}
.sf-mega-parent {
  position: static !important;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}
.sf-mega ol {
  display: block;
  position: static;
}
.sf-mega li a {
  font-size: 13px !important;
  text-transform: none !important;
}
.sf-mega li a:hover {
  background: none !important;
}
.links {
  width: 100% !important;
  padding: 15px 0;
}
.links li {
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  font-size: 13px;
  line-height: 1.3;
  width: 210px !important;
  margin-left: 15px;
  padding-right: 15px;
}
.links li:last-child,
.links li:last-child > li {
  border-right: none !important;
  margin-right: 0 !important;
  padding-right: 15px !important;
}
.links li span.column-heading {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.links li ol {
  display: block;
  margin: 0 20px 0 0 !important;
}
.links li ol li {
  background: none;
  border-right: none;
  margin: 0;
}
.links li ol li a {
  border: none !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}
.links li ol li:last-child a {
  margin-bottom: 0 !important;
}
.posts {
  width: 100%;
}
.posts .sub-cats {
  background-color: #fff;
  float: left;
  width: 170px;
  min-height: 200px;
  text-align: left;
}
.posts .sub-cats li {
  background: none !important;
}
.posts .sub-cats li:first-child {
  margin-top: 15px;
}
.posts .sub-cats li:last-child {
  margin-bottom: 15px;
}
.posts .sub-cats li a {
  border: none !important;
  font-size: 13px !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 8px 15px 8px 15px !important;
}
.posts .sub-cats li a:hover {
  background-color: #fff !important;
  text-decoration: none !important;
}
.posts .sub-cats li a:after {
  color: transparent;
  font-family: FontAwesome;
  font-size: 9px !important;
  content: "\f054";
  margin-left: 10px;
}
.posts .cat-posts {
  float: left;
  width: 780px;
  padding: 15px 0 15px 15px;
}
.posts .cat-posts .post-list {
  float: left !important;
  width: 180px;
  margin-left: 15px;
}
.posts .cat-posts .post-list a {
  min-height: 170px;
  background: none !important;
  display: block;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 0 0 15px !important;
  border-left: 1px dotted #e6e6e6;
  border-right: none !important;
}
.posts .cat-posts .post-list a:hover {
  background: none !important;
}
.posts .cat-posts .post-list img {
  margin: 0 0 10px 0;
  width: 100%;
}
.posts .cat-posts .post-list .entry-title {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 5px;
  text-transform: none;
}
.posts .cat-posts .post-list .entry-meta {
  color: #999999;
  font-size: 11px;
}
.header-social {
  float: right;
  margin-top: 4px;
}
.header-social a {
  display: inline-block;
  padding: 4px 5px 0;
}
.header-social a .fa {
  font-size: 15px;
}
.header-social a .fa:hover {
  opacity: 0.8;
}
.header-search {
  float: right;
  position: relative;
  margin-top: 1px;
  padding: 0;
}
.header-search #search-form {
  position: relative;
}
.header-search #search-form input {
  background-color: #fff !important;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none !important;
  height: 24px;
  margin-top: -3px;
  padding-left: 5px;
  padding-right: 29px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.header-search #search-form button,
.header-search #search-form button:hover {
  background: none !important;
  border: none;
  color: #333;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  right: 5px;
  line-height: 24px;
  cursor: pointer;
}
.content-area {
  float: left;
  width: 660px;
  height: auto;
  padding: 20px 0;
}
.hentry .entry-title {
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 10px;
}
.hentry .entry-meta {
  color: #9f9f9f;
  margin: 10px 0;
}
.entry-comments a:link,
.entry-comments a:visited {
  color: #9f9f9f;
}
.entry-comment a:hover {
  color: #333333;
}
.entry-title a:link,
.entry-title a:visited {
  display: block;
}
.section-title {
  border-top: 1px solid #e6e6e6;
  color: #929292;
  display: block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  line-height: 11px;
  margin: 7px 0 20px;
  text-transform: uppercase;
}
.heading-text {
  background: #fff;
  float: left;
  font-weight: normal;
  margin: -7px 0 0;
  padding: 0 5px 0 0;
}
#featured-content-2 {
  margin-left: -15px;
  margin-bottom: 5px;
}
#featured-content-2 ul {
  list-style: none;
}
#featured-content-2 ul li {
  display: block;
  float: left;
  margin: 0 0 15px 15px;
  position: relative;
  width: 210px;
  height: 210px;
}
#featured-content-2 .entry-title {
  background: url(../freshlife/assets/img/transparent.png);
  bottom: 0;
  left: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
}
#featured-content-2 .entry-title a {
  color: #fff;
  padding: 10px;
}
.entry-meta {
  font-size: 11px;
}
.entry-cats,
.entry-tags {
  float: left;
  clear: left;
}
.content-loop {
  float: left;
  width: 660px;
}
.loop-blog .hentry {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.loop-blog .hentry .entry-title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 0;
}
.loop-blog .hentry .entry-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.loop-blog .hentry .entry-summary {
  margin-bottom: 20px;
}
.loop-blog .hentry .entry-summary p {
  padding-bottom: 15px;
}
.loop-list .hentry {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.loop-list .hentry .entry-title {
  margin-bottom: 15px;
}
.loop-list .hentry .entry-summary {
  overflow: hidden;
}
.loop-list .entry-thumbnail {
  width: 180px;
  float: left;
  margin: 0 15px 15px 0;
}
.line {
  display: block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  height: 1px;
}
.loop-grid .hentry {
  float: left;
  margin: 15px 14px 15px 0;
  width: 315px;
}
.loop-grid .hentry:nth-of-type(2n) {
  border-left: 1px dotted #e6e6e6;
  margin-right: 0;
  padding-left: 15px;
}
.loop-grid .hentry:nth-of-type(1),
.loop-grid .hentry:nth-of-type(2) {
  margin-top: 0;
}
.loop-grid .hentry .entry-title {
  font-size: 18px;
  line-height: 20px;
}
.loop-grid .hentry .entry-summary {
  margin-bottom: 10px;
}
.loop-grid .entry-thumbnail {
  width: 100%;
  margin-bottom: 10px;
}
.pagination {
  font-size: 11px;
  letter-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
  text-align: center;
}
.pagination .page-numbers {
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 1px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.pagination .page-numbers:hover {
  background: #e6e6e6;
}
.pagination .page-numbers.current {
  color: #fff;
}
.pagination .prev:hover,
.pagination .next:hover {
  background: #e6e6e6;
}
#breadcrumbs {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}
#breadcrumbs a {
  padding-right: 2px;
  color: #999;
}
.hentry h1.entry-title {
  color: #333333;
  font-size: 40px;
  margin-bottom: 20px;
}
.page-title {
  line-height: 32px;
  margin-bottom: 10px;
}
.no-underline a:hover,
.single .entry-share ul li a:hover {
  text-decoration: none;
}
.single .entry-meta {
  margin-bottom: 15px;
  padding: 0;
}
.single .entry-thumbnail {
  margin-bottom: 15px;
}
.single .entry-share {
  margin: 15px 0 20px;
}
.single .entry-share h3 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.single .entry-share ul li {
  list-style: none;
  float: left;
  width: 16.6%;
}
.single .entry-share ul li:hover {
  opacity: 0.8;
}
.single .entry-share ul li a {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.single .entry-share ul li a .fa {
  font-size: 14px;
  margin-right: 5px;
}
.single .entry-share ul li.twitter a {
  color: #00aced;
}
.single .entry-share ul li.facebook a {
  color: #3b5998;
}
.single .entry-share ul li.google-plus a {
  color: #dd4b39;
}
.single .entry-share ul li.linkedin a {
  color: #007bb6;
}
.single .entry-share ul li.pinterest a {
  color: #c92228;
}
.single .entry-share ul li.email a {
  color: #aad450;
}
.entry-footer {
  margin: 15px 0;
}
.author-bio {
  border: 1px solid #e6e6e6;
  margin: 0 0 20px 0;
  margin: 15px 0 20px;
  padding: 10px;
}
.author-bio img {
  float: left;
  display: block;
  background: #fff;
  margin-right: 10px;
  padding: 4px;
  border: 1px solid #e6e6e6;
}
.author-bio h3 {
  color: #333;
  font-size: 15px;
  margin: 0 !important;
}
.author-bio h3 a {
  color: #333;
}
.author-bio p {
  margin-bottom: 5px;
}
.related-posts {
  width: 100%;
  margin-bottom: 30px;
}
.related-posts h3 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.related-posts ul li {
  float: left;
  list-style: none;
  width: 23.5%;
  padding-right: 2%;
}
.related-posts ul li:last-child {
  padding-right: 0;
}
.related-posts ul li img {
  width: 100%;
  margin-bottom: 5px;
}
.related-posts ul li a {
  display: block;
}
.related-posts ul li .entry-title {
  font-size: 13px;
  line-height: 16px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 15px;
}
.entry-content strong {
  font-weight: 700;
}
.entry-content p {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 20px 20px;
}
.entry-content ul li {
  list-style: square;
  margin: 10px 0;
}
.entry-content ol li {
  list-style: decimal;
  margin: 10px 0;
}
blockquote {
  background: #f5f5f5;
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 15px;
  border: 1px solid #eee;
}
blockquote:before {
  content: "";
}
blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
#comments {
  margin: 30px 0;
}
#comments header {
  margin: 15px 0;
}
#comments .comments-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}
#comments .comments-title strong {
  text-transform: uppercase;
}
#comments ol,
#comments article {
  margin: 0;
  padding: 0;
}
#comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
}
#comments .commentlist:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#comments .commentlist li.comment {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  list-style: none;
  border: 1px solid #e6e6e6;
}
#comments .commentlist .thread-even {
  background: #fafafa;
}
#comments .commentlist li.comment .comment-head span {
  display: block;
}
#comments .commentlist li.comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#comments .commentlist li.comment .comment-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#comments .commentlist li.comment .comment-container div.avatar,
#comments .commentlist li.comment .comment-container .comment-head,
#comments .commentlist li.comment .comment_container .comment-text {
  float: left;
}
#comments .commentlist li.comment .comment-container .comment-entry {
  clear: both;
  margin: 0;
}
#comments .commentlist li.comment .comment-container .comment-entry p {
  margin: 0;
  padding-bottom: 10px;
}
#comments .commentlist li.comment .comment-container .comment-head {
  margin-bottom: 15px;
}
#comments .commentlist li.comment .comment-head .name {
  font-size: 14px;
  font-weight: bold;
}
#comments .commentlist li.comment .comment-head .date a {
  color: #999999;
  font-size: 11px;
}
#comments .commentlist li.comment img.avatar {
  margin: 0 15px 15px 0;
  float: left;
  padding: 3px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
#comments .commentlist li.comment .comment_container .comment-text {
  width: 91.35%;
}
#comments .commentlist li.comment .depth-2 {
  background: #ffffff;
}
#comments .commentlist li.comment .depth-3 {
  background: #fafafa;
}
#comments .commentlist li.comment .depth-4 {
  background: #ffffff;
}
#comments .commentlist li.comment .reply {
  border-radius: 3px;
  padding: 2px 5px;
}
#comments .commentlist li.comment .reply:hover {
  opacity: 0.8;
}
#comments .commentlist li.comment .reply a {
  color: #333;
  font-size: 11px;
  font-weight: bold;
}
#comments .commentlist li.comment .reply a:hover {
  text-decoration: none;
}
#comments .commentlist li.comment #respond {
  padding-top: 15px;
}
#comments .navigation a {
  display: block;
  text-decoration: none;
}
#comments .pingbacks li.pingback {
  margin: 0 0 15px;
}
#comments .pingbacks li.pingback .reply {
  display: none;
}
#comments .nocomments {
  padding: 15px 0;
  margin: 15px 0;
  border: 4px double #e8e4e3;
  border-right: 0;
  border-left: 0;
}
#respond {
  margin: 0 0 15px;
}
#respond #reply-title {
  font-size: 16px;
  margin: 0 0 10px;
}
#respond #reply-title small {
  margin-left: 10px;
  font-size: 11px;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
  width: 30%;
  float: left;
  margin-right: 3.3%;
}
#respond #commentform .comment-form-author label,
#respond #commentform .comment-form-email label,
#respond #commentform .comment-form-url label {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
}
#respond #commentform .fa {
  margin-right: 5px;
}
#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
  width: 100%;
}
#respond #commentform .comment-form-url {
  margin-right: 0;
}
#respond #commentform .comment-form-comment {
  clear: both;
}
#respond #commentform p {
  font-size: 13px;
  margin-bottom: 10px;
}
#respond #commentform .form-submit {
  margin-bottom: 0;
}
#respond #commentform .form-submit #submit {
  background: #fafafa;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
}
#respond #commentform label {
  display: block;
}
#respond #commentform input.txt,
#respond #commentform textarea {
  width: 96%;
}
#comment-nav-below {
  margin: 0 0 15px 0;
}
.nav-previous {
  float: left;
  margin-bottom: 15px;
}
.nav-next {
  float: right;
  margin-bottom: 15px;
}
.sidebar {
  width: 300px;
  padding: 20px 0;
  float: right;
}
.widget {
  margin-bottom: 20px;
}
.widget .widget-title {
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.widget p {
  margin-bottom: 15px;
}
.widget ul > li {
  background: url(../freshlife/assets/img/dot.png)
    no-repeat 0 18px;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0 10px 10px;
  list-style: none;
}
.widget_posts .entry-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.entry-views {
  background-size: 16px 16px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  color: #f3502a;
  font-size: 13px;
  font-weight: bold;
  padding-left: 16px;
}
.widget_newsletter input {
  background: #fff;
  width: 200px;
  height: 30px;
}
.widget_newsletter button {
  width: 60px;
  color: #333;
  margin-left: 10px;
  border: 1px solid #e6e6e6;
}
.widget_tabs {
  margin-bottom: 30px;
}
.widget_tabs .tabs-nav {
  width: 100%;
  height: 30px;
  font-size: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
.widget_tabs .tabs-nav li {
  background: none;
  border-bottom: none;
  display: inline-block;
  list-style: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  padding: 0 !important;
  text-align: center;
}
.widget_tabs .tabs-nav li a {
  display: block;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  padding: 5px 10px 3px 10px;
}
.widget_tabs .tabs-nav li a.selected,
.widget_tabs .tabs-nav li a:hover {
  color: #fff;
  text-decoration: none;
}
.widget_tabs .tabs-nav li.active a {
  background: #48d;
  color: #fff;
}
.widget_tabs .tab-content ul li {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_tabs .tab-content ul li .entry-thumbnail {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 10px 0 0;
}
.widget_tabs .tab-content ul li .entry-title {
  font-size: 13px;
}
.widget_tabs .tab-content ul li .entry-title:hover,
.widget_tabs #tab3 li a span:hover {
  text-decoration: underline !important;
}
.widget_tabs .tab-content ul li .entry-meta {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
}
.widget_tabs .tab-content ul li a:hover {
  text-decoration: none;
}
.widget_tabs .tab-content ul li a {
  display: block;
  padding: 0;
}
.widget_tabs #tab3 li a {
  display: block;
}
.widget_tabs #tab3 li a span {
  color: #333;
  display: block;
  font-size: 12px;
}
.widget_tabs #tab3 li a strong {
  color: #333333;
  display: block;
  margin-bottom: 5px;
}
.widget_tabs #tab4 {
  margin-top: 10px;
}
.widget_tabs #tab4 a {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 5px;
  text-transform: lowercase;
}
.widget_125 img {
  background: #ffffff;
  margin: 0 0 10px 0;
  padding: 9px;
  border: 1px solid #e6e6e6;
}
.sidebar .widget_125 img.img-right {
  float: right;
}
.widget_twitter ul li {
  background: none !important;
  padding-left: 26px !important;
}
.widget_twitter ul li .timestamp a:link,
.widget_twitter ul li .timestamp a:visited {
  color: #9f9f9f;
  font-size: 11px;
  font-style: italic;
}
.widget_twitter ul li:before {
  margin-left: -26px;
  width: 26px;
  font-family: "FontAwesome";
  content: "\f099";
  display: inline-block;
  font-size: 14px;
  float: left;
  margin-top: 0px;
  color: #09c;
}
.widget_ads {
  text-align: center;
}
.widget_125 .widget-title,
.widget_ads .widget-title {
  background: none;
  border: none;
  color: #9f9f9f;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.widget_posts_thumbnail li:before,
.widget_posts_thumbnail li:after {
  content: "";
  display: table;
}
.widget_posts_thumbnail li:after {
  clear: both;
}
.widget_posts_thumbnail .entry-thumbnail {
  float: left;
  margin: 0 15px 0 0;
}
.widget_posts_thumbnail .entry-meta {
  color: #999;
  margin-top: 3px;
}
.widget-social {
  background: #fbfbfb;
  font-size: 11px;
  padding: 20px 0 20px 20px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.widget-social a {
  padding-right: 20px;
}
.widget-social a:hover {
  opacity: 0.5;
}
.widget-social a .fa {
  font-size: 32px;
}
.widget-social a.facebook {
  color: #3b5998;
}
.widget-social a.twitter {
  color: #00aced;
}
.widget-social a.google-plus {
  color: #dd4b39;
}
.widget-social a.youtube {
  color: #cc0000;
}
.widget-social a.rss {
  color: #f0b70c;
}
.widget-social a.email {
  color: #aad450;
}
.textwidget,
.widget_newsletter p,
.tagcloud,
#calendar_wrap table {
  margin-top: 10px;
}
#calendar_wrap table td,
#calendar_wrap table th {
  text-align: center;
  padding: 5px 0;
}
#calendar_wrap table caption {
  font-weight: bold;
  padding-bottom: 5px;
}
#footer {
  font-size: 13px;
  padding: 20px 0 0 0;
  border-top: 1px solid #e6e6e6;
}
#footer .widget {
  margin-bottom: 15px;
}
#footer .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer .widget_newsletter {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding: 0;
}
#footer .widget_newsletter input {
  background: #fff;
  width: 140px;
  height: 32px;
  margin: 0;
}
.footer-column-1,
.footer-column-2,
.footer-column-3 {
  float: left;
  width: 22.5%;
  padding-right: 3%;
}
.footer-column-4 {
  float: left;
  width: 23.5%;
  padding-right: 0;
}
#site-bottom {
  border-top: 1px solid #e9e9e9;
  color: #999;
  font-size: 11px;
  padding: 15px 0;
}
#site-bottom a:link,
#site-bottom a:hover,
#site-bottom a:visited {
  color: #999 !important;
  border-bottom: 1px dotted #999;
  text-decoration: none;
}
#site-bottom .copyright .left {
  float: left;
}
#site-bottom .copyright .right {
  float: right;
}
.header-ad {
  float: right;
  width: 728px;
  height: 90px;
  margin: 15px auto;
}
.archive-ad {
  width: 468px;
  height: 60px;
  margin: 0 auto 15px auto;
}
.header-ad img,
.archive-ad img {
  max-width: 100%;
}
.layout-sidebar-content .content-area {
  float: right;
}
.layout-sidebar-content .sidebar {
  float: left;
}
.layout-1c .content-area {
  width: 100%;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
#featured-content {
  margin-bottom: 20px;
}
#featured-content .hentry {
  width: 100%;
  height: 355px;
  position: relative;
}
#featured-content .hentry .entry-title {
  background: url(../freshlife/assets/img/transparent.png);
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
  padding: 0;
  position: absolute;
}
#featured-content .hentry .entry-title a {
  color: #fff;
  padding: 15px;
}
#featured-content .hentry .entry-thumbnail {
  margin-bottom: 15px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 42px;
  height: 42px;
  margin: -21px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  background-color: #666666;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  cursor: pointer;
  color: #fff !important;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next {
  right: 0;
  text-align: center;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 32px;
  display: inline-block;
  content: "\f104";
  line-height: 42px;
  text-align: center;
  color: #fff;
  text-shadow: none;
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 20px;
}
.flexslider:hover .flex-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 20px;
}
.flexslider:hover .flex-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.flex-control-nav {
  width: 100px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.flex-control-nav li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-nav li .flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.btn {
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  height: 32px;
}
.btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
a:link,
a:visited,
#secondary-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover,
#secondary-nav .sf-menu li li a:hover,
.header-social a .fa,
#site-bottom a:hover,
.category-box ul li strong a:hover,
.section-title a:hover,
.widget_latest_comments a:hover .name,
.related-posts ul li a:hover .entry-title {
  color: #2266bb;
}
.widget_tabs .entry-title a:hover,
.posts .cat-posts .view-more a,
.posts .cat-posts a:hover .entry-title {
  color: #2266bb;
}
.twitter-widget a:hover,
.entry-content a:hover,
#comments h2 a:hover,
#comments .name a:hover,
.comment-entry p a:hover {
  color: #2266bb;
}
li a:hover .fa-clock-o,
li.active .fa-clock-o {
  color: #2266bb;
}
li a:hover .fa-comments,
li.active .fa-comments {
  color: #2266bb;
}
li a:hover .fa-tags,
li.active .fa-tags {
  color: #2266bb;
}
.widget_tabs .tabs-nav li a.selected,
.widget_tabs .tabs-nav li a:hover {
  background-color: #48d;
}
.widget_tabs .tabs-nav li a {
  background: #eef5ff;
}
figure > img {
  display: block;
}
img {
  height: auto;
  max-width: 100%;
}
img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}
embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-bottom: 5px;
}
.wp-caption-text {
  font-style: italic;
  color: #999;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.gallery {
  margin-bottom: 20px;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery {
  clear: both;
}
.gallery-item {
  margin: 0 4px 4px 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.gallery-icon a,
.gallery-icon img {
  display: block;
}
#more-content .entry-content .gallery-icon img {
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}
.gallery-caption {
  padding: 2px 8px;
  font-size: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.alignnone {
  display: block;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  display: none !important;
  position: absolute;
}
.sticky,
.bypostauthor {
  background: inherit;
  color: inherit;
}
.widget .children,
.widget .sub-menu {
  margin-left: 1.5em;
}
.widget .children li:first-child,
.widget .sub-menu li:first-child {
  padding-top: 15px;
}
.widget .children li:last-child,
.widget .sub-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget select {
  max-width: 100%;
  width: 100%;
}
.widget_archive li,
.widget_categories li {
  text-align: right;
}
.widget_archive a,
.widget_categories a {
  float: left;
}
.widget_search input[type="search"] {
  width: 93%;
}
.posts-thumbnail-widget ul {
  list-style: none;
  padding-left: 0;
}
.footer-column .posts-thumbnail-widget img {
  width: 48px;
  height: 48px;
}
.posts-thumbnail-widget li {
  background: none !important;
  line-height: 1.3em;
  padding: 15px 0 !important;
  overflow: hidden;
}
.posts-thumbnail-widget li:last-child {
  border-bottom: 0;
}
.posts-thumbnail-widget .entry-title {
  font-size: 14px;
  font-weight: 400;
}
.sidebar1 .posts-thumbnail-widget .entry-title {
  font-weight: 700;
  font-size: 13px;
}
#footer .posts-thumbnail-widget .entry-title {
  font-size: 13px;
}
.posts-thumbnail-widget .entry-thumb {
  float: left;
  margin-right: 15px;
}
.posts-thumbnail-widget .entry-date,
.widget .post-date {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  display: block;
}
.tabs-widget .posts-thumbnail-widget .entry-date {
  text-transform: uppercase;
}
.posts-thumbnail-widget .entry-info .entry-date {
  display: inline-block;
  margin-right: 3px;
}
.posts-thumbnail-widget .entry-info .entry-view {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  display: block;
  font-weight: 400;
  display: inline-block;
}
.widget_125 .img-right {
  float: right;
}
.form-submit .submit {
  display: none;
}
.members .member .member-photo .member-social li {
  margin: 0;
}
.sf-mega {
  z-index: 9999;
}
.sf-menu li {
  z-index: 99;
}
.widget_tabs .tab-content ul li a {
  overflow: hidden;
}
#primary-bar {
  z-index: 9999;
  position: relative;
}
.slicknav_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1009px) {
  .container {
    width: 740px !important;
  }

  .content-area,
  .content-loop {
    width: 525px;
  }

  .sidebar {
    width: 200px;
  }

  #featured-content .hentry {
    height: 280px;
  }

  #featured-content .hentry .entry-title {
    font-size: 20px;
    line-height: 22px;
  }

  #featured-content-2 ul li {
    width: 165px;
    height: 165px;
  }

  #featured-content-2 .entry-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
  }

  .content-sidebar .content-loop {
    width: 100%;
  }
  .loop-grid .hentry {
    width: 247px;
    margin-right: 15px;
  }

  .loop-list .entry-thumbnail {
    width: 150px;
  }

  .widget_tabs .tabs-nav {
    height: auto;
  }

  .widget_tabs .tabs-nav li {
    width: 100%;
    float: left;
  }

  .widget_newsletter input {
    width: 100px;
  }

  .widget_125 img {
    width: 85px;
    height: 85px;
    padding: 4px;
  }

  .widget-social {
    padding: 15px 0 15px 10px;
  }
  .widget-social a {
    padding-right: 10px;
  }
  .widget-social a .fa {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1009px) {
  .js #primary-menu,
  .js #secondary-menu {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }

  /*
    Mobile Menu Core Style
    */
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 3px 0 0;
    cursor: pointer;
  }

  .slicknav_menu .slicknav_menutxt {
    display: block;
    float: left;
    font-size: 12px;
  }
  .slicknav_menu .slicknav_icon {
    color: #999;
    float: left;
    margin: 9px 0 0 5px;
  }
  .slicknav_menu .slicknav_icon-bar {
    background: #333;
    display: block;
    width: 16px;
    height: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .slicknav_menu:before,
  .slicknav_menu:after {
    content: " ";
    display: table;
  }
  .slicknav_menu:after {
    clear: both;
  }
  /* IE6/7 support */
  .slicknav_menu {
    *zoom: 1;
  }
  .slicknav_nav {
    clear: both;
  }
  .slicknav_nav ul,
  .slicknav_nav li {
    display: block;
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
  }
  .slicknav_nav .slicknav_item {
    cursor: pointer;
  }
  .slicknav_nav .slicknav_row {
    display: block;
  }
  .slicknav_nav a {
    display: block;
  }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    display: inline;
  }
  /* 
      User Default Style
      Change the following styles to modify the appearance of the menu.
    */
  .slicknav_nav a:active {
    outline: none !important;
  }
  /* Button */
  .slicknav_btn {
    margin: 0;
    text-decoration: none;
  }

  /* Button Text */
  .slicknav_menu {
    font-size: 14px;
  }
  .slicknav_menu .slicknav_menutxt {
    color: #333;
    font-weight: bold;
  }
  .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    width: 100%;
    list-style: none;
    overflow: hidden;
  }
  .slicknav_nav a {
    padding: 7px 15px;
    text-decoration: none;
  }
  .slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
    overflow: hidden;
  }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    padding: 0 0 0 15px;
    margin: 0;
  }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
  }
  .slicknav_nav .slicknav_row {
    padding: 7px 0;
  }

  #primary-bar .slicknav_nav,
  #secondary-bar .slicknav_nav {
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
  }
  #primary-bar .slicknav_nav a,
  #secondary-bar .slicknav_nav a {
    color: #333;
    line-height: 1.5;
  }
  #primary-bar .slicknav_nav a:hover,
  #secondary-bar .slicknav_nav a:hover {
    background: #f6f6f6;
  }
  .header-social,
  .header-search {
    position: absolute;
    top: 0;
    right: 0;
  }
  #primary-bar,
  #secondary-bar {
    position: relative;
  }
  #secondary-bar .slicknav_btn {
    line-height: 28px;
    padding-bottom: 3px;
  }
  #secondary-bar .slicknav_icon {
    margin: 8px 0 0 5px;
  }

  .site-branding {
    height: auto;
  }

  #logo {
    float: none;
    max-width: 220px;
    margin: 15px auto;
  }

  .site-title,
  .site-description {
    text-align: center;
  }

  .header-ad {
    float: none;
    margin: 15px auto;
  }

  .sidebar .entry-thumb,
  .sidebar .entry-thumbnail {
    width: 50px !important;
    height: 50px !important;
  }

  .single .entry-share ul li {
    width: 33.3%;
    padding-bottom: 10px;
  }

  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email,
  #respond #commentform .comment-form-url {
    width: 28%;
    margin-right: 4.5%;
  }

  .footer-column {
    width: 47%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px !important;
  }

  #featured-content .hentry {
    height: 240px;
  }

  #featured-content .hentry .entry-title {
    font-size: 20px;
    line-height: 22px;
  }

  #featured-content-2 {
    margin-bottom: 0;
  }

  #featured-content-2 ul li {
    width: 140px;
    height: 140px;
    margin: 0 0 10px 15px;
  }

  #featured-content-2 .entry-title {
    font-size: 11px;
    line-height: 13px;
  }

  .loop-grid .hentry {
    width: 209px;
    margin-right: 15px;
  }

  .related-posts ul li {
    width: 47%;
    padding-right: 3%;
  }

  .sidebar .widget {
    width: 47%;
    float: left;
    padding-right: 3%;
  }

  .widget_tabs .tabs-nav {
    height: auto;
  }

  .widget_tabs .tabs-nav li {
    width: 100%;
    float: left;
  }

  .widget_newsletter input {
    width: 110px;
  }

  .widget_125 img {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
    padding: 4px;
  }

  .widget-social {
    padding: 15px 0 15px 10px;
  }
  .widget-social a {
    padding-right: 15px;
  }
  .widget-social a .fa {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-area,
  .content-loop {
    width: 100%;
    float: left;
  }

  .loop-list .entry-thumbnail {
    width: 120px;
  }

  .loop-list .entry-summary {
    float: left;
  }

  .sidebar {
    width: 100%;
    float: left;
    padding-bottom: 0;
    border-top: 1px solid #e6e6e6;
  }

  .header-ad,
  .archive-ad {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
  }

  .page-title {
    font-size: 24px;
    line-height: 26px;
  }

  #comments .commentlist li.comment img.avatar {
    display: none;
  }

  .related-posts ul li {
    margin-bottom: 15px;
  }

  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email,
  #respond #commentform .comment-form-url {
    width: 27%;
    margin-right: 5%;
  }

  #site-bottom .copyright .left,
  #site-bottom .copyright .right {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100% !important;
    max-width: 300px;
    padding: 0 10px;
  }

  .header-search #search-form input {
    width: 110px;
  }

  #featured-content .hentry {
    height: 160px;
  }

  #featured-content .hentry .entry-title {
    font-size: 16px;
    line-height: 18px;
  }

  #featured-content .hentry .entry-title a {
    padding: 10px;
  }

  #featured-content-2 {
    margin: 0;
  }

  #featured-content-2 ul li {
    width: 300px;
    height: 300px;
    margin: 0 0 15px 0;
  }

  .loop-grid .hentry {
    width: 100%;
    margin: 0 0 15px 0 !important;
    padding: 0 0 15px 0 !important;
    border-left: none !important;
    border-bottom: 1px solid #e6e6e6;
  }

  .line {
    display: none;
  }

  .content-loop,
  .loop-grid .hentry {
    width: 100%;
  }

  .loop-list .entry-thumbnail {
    width: 100%;
  }

  .hentry .entry-title {
    float: left;
    font-size: 18px;
    line-height: 20px;
  }

  .entry-summary {
    clear: none !important;
  }

  .loop-blog .hentry .entry-title,
  .page-title {
    font-size: 20px;
    line-height: 22px;
  }

  .related-posts ul li {
    width: 47%;
    padding-right: 3%;
  }

  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email,
  #respond #commentform .comment-form-url {
    width: 97%;
    margin-right: 0;
  }

  #respond #commentform textarea {
    width: 93%;
  }

  .footer-column {
    width: 100%;
  }

  #site-bottom #footer-nav {
    float: none;
    margin-bottom: 20px;
  }
  #site-bottom .copyright {
    float: none;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    width: 96% !important;
    padding: 0 2%;
  }

  .slicknav_btn {
    padding-left: 1px;
  }

  .header-search #search-form input {
    width: 80px;
  }

  .header-social a {
    padding-right: 1px;
  }

  #featured-content .hentry {
    height: auto;
    min-height: 150px;
  }

  #featured-content .hentry .entry-title {
    background: none;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    padding: 0;
  }

  #featured-content .hentry .entry-title a {
    color: #333;
    padding: 0;
  }

  .flex-control-nav {
    width: 100%;
    left: 0;
    right: 0;
    top: 130px;
  }

  #featured-content-2 ul li {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }

  #featured-content-2 .entry-title {
    margin-bottom: 5px;
  }

  .loop-blog .hentry .entry-title,
  .page-title {
    font-size: 18px;
    line-height: 20px;
  }

  .pagination {
    font-size: 10px;
  }

  .pagination .page-numbers {
    padding: 3px 5px;
  }

  .single .entry-share ul li {
    width: 50%;
    padding-bottom: 10px;
  }

  .related-posts ul li {
    width: 100%;
    padding-right: 0;
  }

  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email,
  #respond #commentform .comment-form-url {
    width: 91%;
  }

  #respond #commentform textarea {
    width: 88%;
  }

  .widget_tabs .tabs-nav {
    height: auto;
  }

  .widget_tabs .tabs-nav li {
    width: 100%;
    float: left;
  }

  .widget_newsletter input {
    width: 60%;
  }

  .widget_125 img {
    margin-right: 0;
  }

  .widget_125 .img-right img {
    margin-right: 10px;
  }

  .widget_125 .img-right {
    float: left;
  }

  .widget-social {
    padding: 15px 0 0 15px;
  }
  .widget-social a .fa {
    font-size: 24px;
    padding-bottom: 15px;
  }
}

:root {
  --header-height: 65px;
  --content-inner: 10px;
}

.o-container {
  max-width: 1010px;
  padding-left: var(--content-inner);
  padding-right: var(--content-inner);
  margin: 0 auto;
}

.c-burger-btn {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 2px;
  height: 30px;
  width: 30px;
}

.c-burger-btn span {
  background: #000;
  height: 2px;
  width: 16px;
}

.c-header {
  background: #fff;
  border-bottom: 3px solid #3b5998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.c-header-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  min-height: var(--header-height);
}
.c-header-top {
  flex: 1;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.c-header-top a {
  display: block;
}
.c-header-nav {
  background: #fbfbfb;
  border-top: 1px solid #e6e6e6;
  position: absolute;
  top: var(--header-height);
  right: 0;
  height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  width: 100%;
}
.c-header-nav a {
  color: #333;
  display: block;
  padding: 7px 15px;
}
.c-header:not(.js-menu-showed) .c-header-nav {
  display: none;
}

.site-content {
  padding-top: calc(var(--header-height) + var(--content-inner));
}

@media (min-width: 1024px) {
  :root {
    --header-height: 120px;
  }
  .c-burger-btn {
    display: none;
  }
  .c-header:not(.js-menu-showed) .c-header-nav {
    display: block;
  }
 
  .c-header-nav {
    background: unset;
    border-top: unset;
    position: unset;
    top: unset;
    height: unset;
    overflow-y: unset;
    width: unset;
    max-width: 100%;
  }
  .c-header-nav-list {
    display: flex;
    white-space: nowrap;
    margin-bottom: 5px;
    overflow-x: auto;
  }
  .c-header-nav-list::-webkit-scrollbar {
    height: 3px;
    width: 3px;
  }
  .c-header-nav-list::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, #333 30%, transparent);
    height: 3px;
    width: 3px;
  }
  .c-header-nav-list::-webkit-scrollbar-button {
    height: 3px;
    width: 3px;
  }
}
