/*!
 * Theme Name: Newspaper
 * Theme URI: http://www.theme-junkie.com/themes/newspaper
 * Description: A clean and modern Magazine WordPress theme.
 * Version: 3.0.3
 * Author: Theme Junkie
 * Author URI: http://www.theme-junkie.com/
 * Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: newspaper
 * 
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Newspaper WordPress Theme, Copyright 2015 - 2016 http://www.theme-junkie.com/
 * Newspaper is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*-----------------------------------------------------------------------
[Table of contents]

1. Reset
2. Basic
3. Structure
4. Header
5. Navigation
6. Content
	-6.3 Featured Content 
	-6.6 Pagination
	-6.7 Singular
	-6.8 Comments
7. Sidebar
8. Footer

10. Misc
	-10.1 Layouts
	-10.2 Social Icons
	-10.3 Forms
---------------------------------------------------------------------- */
/**
 * 1. Reset
 * -----------------------------------------------------------------------------
 */
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: -.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;
}

/**
 * 2. Basic
 * -----------------------------------------------------------------------------
 */
 
/**
 * 2.1 Defaults
 * -----------------------------------------------------------------------------
 */
/**
 
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #e9e9e9;
  color: #333333;
  font-family: "Open Sans", 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.txt {
  border: 1px solid #e9e9e9;
  font-family: Arial, sans-serif;
  font-size: 13px;
  height: 30px;
  padding: 0 10px;
}

input:focus,
input:hover {
  outline: none;
}

textarea {
  border: 1px solid #e9e9e9;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  padding: 10px;
  box-shadow: none;
}

textarea:focus {
  outline: none;
}

button {
  border: 1px solid #e9e9e9;
  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: -ms-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%); 
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #DDDDDD 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;
}

/**
 * 2.2 Hyperlinks
 * -----------------------------------------------------------------------------
 */
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

a:active {
  outline: none;
}

/**
 * 3. Structure
 * -----------------------------------------------------------------------------
 */
.container {
  background: #fff;
  margin: 0 auto !important;
  padding: 0 15px 0 15px;
  width: 960px !important;
}

.site-content {
  margin: 15px 0;
}

/**
 * 4. Header
 * -----------------------------------------------------------------------------
 */
#masthead {
  position: relative;
  height: auto;
}

.site-branding {
  height: auto;
}

#logo {
  float: left;
  margin: 15px 0;
}
#logo a {
  display: block;
  line-height: 0;
}

.site-title {
  margin: 15px 0 0;
}

.site-title span {
  color: #444;
  font-family: Georgia, sans-serif;
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
}

.site-title a:hover {  
  text-decoration: none;
}

.site-description {
 font-size: 11px;
 color: #bbb;
 font-weight: normal;
 margin: 5px 0 15px;
 text-transform: uppercase;
}

.logo-center #logo {
  float: none !important;
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 5px auto;
  text-align: center;
}

.logo-center .site-title {
  margin-top: 20px;
}

.widget-left {
  float: left;
  width: 300px;
  margin: 10px 0 0;
}

.widget-right {
  float: right;
  width: 300px;
  margin: 10px 0 0;
}

.site-branding .widget .widget-title {
  display: none;
}
.site-branding .widget .about-content {
  margin: 30px 0 0 0;
}
.site-branding .widget .about-name {
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  margin: 0;
}
.site-branding .widget .about-desc {
  color: #aaa;
  font-size: 16px;
  letter-spacing: -1px;
}
  
.widget-left .widget.widget_about {
  width: 100%;
  float: right;
  margin: 0; 
  text-align: right;
}
.widget-left .widget.widget_about img {
  float: right;
  width: 90px;
  height: 90px;
  margin: 0 0 0 10px;
}

.widget-right .widget.widget_about {
  width: 100%;
  float: left;
  margin: 0; 
  text-align: left;
}
.widget-right .widget.widget_about img {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 0 0;
}

/**
 * 5. Navigation
 * -----------------------------------------------------------------------------
 */
.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: -50px;
  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: 190px;
}

.sf-arrows .sf-with-ul {
}

.sf-arrows .sf-with-ul:after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  display: block;
  border-top-color: #fff; 
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  
  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;
}

/**
 * 5.1 Primary Navigation
 * -----------------------------------------------------------------------------
 */
#primary-bar {
  background: url(assets/img/alert-overlay.png) repeat-x;
  width: 100%;
  height: 36px;
  line-height: 35px;
  z-index: 100;
}
#primary-nav ul li {
  float: left;
  z-index: 999;
}
#primary-nav ul li a {
  display: block;
  background: url(assets/img/dot.png) no-repeat right 16px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin: 1px 0;
  text-transform: uppercase;
}
#primary-nav ul li:last-child a,
#primary-nav ul li ul li a,
#primary-nav .links li a {
  background: none;
}
#primary-nav ul li a.sf-with-ul {
  height: 34px;
}
#primary-nav ul li a.sf-with-ul:after {
  border-top-color: #fff;
  margin-top: 10px;
  transform:rotate(180deg); 
  -webkit-transform:rotate(180deg); 
  -moz-transform:rotate(180deg); 
  -o-transform:rotate(180deg);
}
#primary-nav ul li a:hover, #primary-nav ul li.current-menu-item a {
  color: #eee;
  text-decoration: none;
}
#primary-nav ul li ul {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  margin-top: 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 #e9e9e9;
}
#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;
}

/**
 * 5.2 Secondary Navigation
 * -----------------------------------------------------------------------------
 */
#secondary-bar {
  height: 34px;
  line-height: 34px;
  background: #f9f9f9;  
  border-bottom: 1px solid #eee;
}
#secondary-nav {
  float: left;
  z-index: 50;
}
#secondary-nav ul li a {
  color: #555;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
}
#secondary-nav ul li a:hover {
  color: #555;
  text-decoration: underline;
}
#secondary-nav ul li a.sf-with-ul {
  height: 34px;
}
#secondary-nav ul li a.sf-with-ul:after {
  border-top-color: #555;
  margin-top: 9px;
  transform:rotate(180deg); 
  -webkit-transform:rotate(180deg); 
  -moz-transform:rotate(180deg); 
  -o-transform:rotate(180deg);
}
#secondary-nav ul li ul {
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
#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 #e9e9e9;
}
#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;
}

/**
 * 5.3 Mega Menu
 * -----------------------------------------------------------------------------
 */
#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: 0;
  z-index: 999;
  border: 1px solid #e9e9e9;
  border-top: none;
}

.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;
  text-decoration: none !important;
}

/* Links */
.links {
  width: 958px !important;
  padding: 15px 0;
  border-top: 1px solid #e9e9e9;  
}
.links li {
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  font-size: 13px;
  line-height: 1.3;
  width: 205px !important;
  margin-left: 15px;
  padding-right: 15px;
}
.links li a:hover {
  text-decoration: underline !important;
}
.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 */
.posts {
  width: 958px;
}
.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: 760px;
  padding: 15px 0 15px 15px;
}
.posts .cat-posts .post-list {
  float: left !important;
  width: 175px;
  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 #e9e9e9;
  border-right: none !important;
}
.posts .cat-posts .post-list a:hover {
  background: none !important;
  text-decoration: 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;
  line-height: 25px;
  margin: 5px 10px;
}
.header-social a {
  display: inline-block;
  font-size: 10px;
  color: #777 !important;
  padding-left: 10px;
  text-transform: uppercase;
}
.header-social a .fa {
  font-size: 16px;
  margin-top: 5px;
  padding-right: 3px;
}
.header-social a .fa:hover {
  opacity: 0.8;
}
.header-social span {
  vertical-align: top;
}
.header-social i.fa.fa-facebook {
  color: #3b5998;
}
.header-social i.fa.fa-twitter {
  color: #00aced;
}
.header-social i.fa.fa-google-plus {
  color: #dd4b39;
}
.header-social i.fa.fa-rss {
  color: #f0b70c;
}

/**
 * 5.4 Top Bar
 * -----------------------------------------------------------------------------
 */
.top-bar {
  height: 31px;
  line-height: 31px;
  border-bottom: 1px solid #e9e9e9;
}

.top-bar span {
	float: left;
        color: #333;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;	
}

.top-bar span span {
	background: url(assets/img/hatch.gif) repeat;
	color: #666;
	line-height: 23px;	
	margin: 0 2px 0 0;
	padding: 0 5px;	
}

.top-bar .top-year {
	margin-right: 10px !important;
}

.header-search {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
}
.header-search #search-form {
  position: relative;
}
.header-search #search-form input {
  background-color: #fff !important;
  color: #999;
  font-size: 11px;
  border: none;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none !important;
  width: 140px;
  height: 23px;
  margin-top: -3px;
  padding-left: 5px;
  padding-right: 29px;
  transition: width 0.3s;
}
.header-search #search-form button,
.header-search #search-form button:hover {
  background: none !important;
  font-size: 11px;
  border: none;
  border-left: 1px solid #e9e9e9;
  color: #777;
  position: absolute;
  width: 19px;
  height: 19px;
  top: 2px;
  right: 5px;
  line-height: 15px;
  margin-top: 4px;
  cursor: pointer;
}

/* News Ticker */
#news-ticker {
  float: left;
  width: 60%;
  color: #999;
  font-size: 11px;
  position: relative;
  height: 23px;
  line-height: 23px;
  margin-top: 5px;
  overflow: hidden;
}

#news-ticker span.text {
  color: #333;
  display: block;
  font-weight: bold;
  padding: 0 5px 0 10px;
  float: left;
}

#news-ticker .news-list {
  display: inline;
  float: left;
  color: #bbb;
  list-style: none;
  overflow: hidden;
}

#news-ticker .news-item {
  display: none;
}

#news-ticker .news-item a {
  color: #777;
  padding-right: 5px;
}

.headline-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.headline-nav a,
.headline-nav a:visited {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  color: #999999;
  display: inline-block;
  font-size: 11px;
  margin-left: 1px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
}

.headline-nav a:hover {
  color: #000;
}

.section-title {
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/**
 * 6. Content
 * ----------------------------------------------------------------------------
 */
.content-area {
  float: left;
  width: 630px;
  padding: 0 14px 15px 0;
  border-right: 1px solid #e9e9e9;
}

.hentry .entry-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
}

.entry-meta {
  font-size: 12px;
  color: #9f9f9f;
  margin: 10px 0;
}
.entry-meta .sep {
  color: #ccc;
  margin: 0 2px;
}
.entry-comments a:link,
.entry-comments a:visited {
  color: #9f9f9f;
}

.entry-comment a:hover {
  color: #333333;
}

.entry-title,
.entry-title a:link,
.entry-title a:visited {
  display: block;
  color: #333;
}

.section-title {
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/**
 * 6.2 Featured Content
 * -----------------------------------------------------------------------------
 */
#featured-content-2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
#featured-content-2 ul {
  list-style: none;
}
#featured-content-2 ul li {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#featured-content-2 .entry-title  {
  display: block;
  font-size: 45px;
  font-weight: bold;
  line-height: 49px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
#featured-content-2 .entry-thumbnail {
  margin: 0 0 5px 0;
}
#featured-content-2 .entry-summary {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 40px;
  text-align: center;
}
#featured-content-2 .entry-title a {
  color: #333;
}
#featured-content-2 .entry-meta {
  font-size: 12px;
  text-align: center;
}

/**
 * 6.3 Content Blocks
 * -----------------------------------------------------------------------------
 */
.entry-meta {
  font-family: Georgia, sans-serif;
}
.entry-meta a {
  color: #9f9f9f !important;
}
.entry-cats,
.entry-tags {
  float: left;
  clear: left;
}

/**
 * 6.4 Home Page
 * -----------------------------------------------------------------------------
 */
ul#home-sidebar li.column {
  float: left;
  width: 300px;
  list-style: none;
}
.home-col1, .home-col2 {
  margin-right: 15px;
  padding-right: 14px;
  border-right: 1px solid #e9e9e9;
}
.home-col3 {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/**
 * 6.5 Listings
 * -----------------------------------------------------------------------------
 */
.content-loop {
  float: left;
  width: 630px;
}

.loop-blog .hentry {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.loop-blog .hentry .entry-title {
  font-size: 28px;
  line-height: 30px;
  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 #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.loop-list .hentry .entry-title {
  margin-bottom: 10px;
}
.loop-list .hentry .entry-summary {
  overflow: hidden;
}
.loop-list .entry-thumbnail {
  width: 120px;
  float: left;
  margin: 0 15px 15px 0;
}

.line {
  display: block;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  height: 1px;
}

.loop-grid .hentry {
  float: left;
  margin: 15px 14px 15px 0;
  width: 300px;
}
.loop-grid .hentry:nth-of-type(2n) {
  border-left: 1px dotted #e9e9e9;
  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;
}

/**
 * 6.6 Pagination
 * -----------------------------------------------------------------------------
 */
.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: #e9e9e9;
}
.pagination .page-numbers.current {
  color: #fff;
}
.pagination .prev:hover,
.pagination .next:hover {
  background: #e9e9e9;
}

/**
 * 6.7 Singular
 * ----------------------------------------------------------------------------
 */
#breadcrumbs {
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
}
#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: 10px;
  padding: 0;
}

.single .entry-thumbnail {
  margin-bottom: 15px;
}

.single .entry-share {
  margin: 15px 0 20px;
}

.single .entry-share h3 {
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.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: #333;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; 
}
.single .entry-share ul li i.fa {
  color: #fff;
  font-size: 14px;
  margin-right: 10px; 
  padding: 5px;
}
.single .entry-share ul li i.fa.fa-twitter {
  background: #00aced;
}
.single .entry-share ul li i.fa.fa-facebook {
  background: #3b5998;
  padding: 5px 8px;
}
.single .entry-share ul li i.fa.fa-google-plus {
  background: #dd4b39;
}
.single .entry-share ul li i.fa.fa-linkedin {
  background: #007bb6;
}
.single .entry-share ul li i.fa.fa-pinterest {
  background: #C92228;
}
.single .entry-share ul li i.fa.fa-envelope-o {
  background: #aad450;
}

.entry-footer {
  margin: 15px 0;
}

.author-bio { 
  background: #fbfbfb; 
  border: 1px solid #e9e9e9; 
  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 #e9e9e9;
}

.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 */
.related-posts {
  width: 100%;
  margin-bottom: 30px;
}
.related-posts h3 {
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.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 {
  margin: 20px 20px;
  padding: 0 30px 0 20px;
  overflow: hidden;
  border-left: 10px solid #F7F7F7;
}
blockquote:before {
  content: "";
}
blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "\2014 \2009";
}

/**
 * 6.8 Comments
 * ----------------------------------------------------------------------------
 */
/* Comment List */
#comments {
  margin: 30px 0;
}

#comments header {
  margin: 15px 0;
}

#comments .comments-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#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 #e9e9e9;
}

#comments .commentlist .thread-even {
  background: #fbfbfb;
}

#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: #fbfbfb;  
}

#comments .commentlist li.comment .depth-4 {
  background: #ffffff;  
}

#comments .commentlist li.comment .reply {
  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;
}

/* Comment Form */
#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: #fbfbfb;
  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;
}

input[type=submit] {
  border-radius: 0 !important;
}

/**
 * 7. Sidebar
 * -----------------------------------------------------------------------------
 */

.sidebar {
  width: 300px;
  float: right;
}

.widget {
  margin-bottom: 20px;
}
.widget .widget-title {
  border-bottom: 1px solid #e9e9e9;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget p {
  margin-bottom: 15px;
}
.widget ul > li {
  background: url(assets/img/dot.png) no-repeat 0 18px;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0 10px 10px;
  list-style: none;
}

.widget_posts ul > li {
  
}
.widget_posts .entry-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.widget ul li a,
.widget .tagcloud a {
  color: #333;
}

.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;
}

/* Newsletter Widget */
.widget_newsletter input {
  background: #fff;
  width: 200px;
  height: 30px;
}
.widget_newsletter button {
  width: 60px;
  color: #333;
  margin-left: 10px;
  border: 1px solid #e9e9e9;
}

/* Tabs Widget */
.widget_tabs {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
.widget_tabs .tabs-nav {
  background-color: #f5f5f5;
  margin: 0;
  padding: 15px 15px 10px 15px;
  line-height: 1;
  list-style: none;
  overflow: visible;
  border-bottom: 1px solid #dfdfdf;
}
.widget_tabs .tabs-nav li {
  background: none;
  border-bottom: none;
  display: inline-block;
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 !important;
  width: auto !important;
}
.widget_tabs .tabs-nav li a {
  display: block;
  color: #999;
  font-size: 10px;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
.widget_tabs .tabs-nav li.active a,
.widget_tabs .tabs-nav li a.selected,
.widget_tabs .tabs-nav li a:hover {
  color: #333;
  text-decoration: none;
}
.widget_tabs .tab-content ul li {
  background: none;
  border-bottom: none !important;
  list-style: none !important;
  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;
  font-weight: normal;
}
.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: 5px 0 0 0;
  color: #9f9f9f;
  font-size: 11px;
}
.widget_tabs .tab-content ul li a:hover {
  text-decoration: none;
  background-color: #eee;  
}
.widget_tabs .tab-content ul li a {
  display: block;
  padding: 0;
  padding: 15px;  
  border-bottom: 1px dotted #ddd;  
}
.widget_tabs .tab-content ul li:last-child a {
  border-bottom: none;
}
.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 {
  padding: 15px;
}
.widget_tabs #tab4 a {
  color: #333;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 5px;
  text-transform: lowercase;
}

/* 125 Ad Widget */
.widget_125 img {
  background: #ffffff;
  margin: 0 0 10px 0;
  padding: 9px;
  border: 1px solid #e9e9e9;
}

.sidebar .widget_125 img.img-right {
  float: right;
}

/* Twitter Widget */
.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;
}

/* Ad Widget */
.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;
}

/* Social Icons Widget */
.widget-social {
  background: #fbfbfb;
  font-size: 11px;
  padding: 20px 0 20px 20px;
  border: 1px solid #e9e9e9; 
  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;
}

/* About Widget */
.widget_about .about-content {
  margin: 15px 0;
}
.widget_about img {
  float:left;
  margin: 15px 15px 15px 0;
}
.widget_about .about-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.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;
}

/**
 * 8. Footer
 * -----------------------------------------------------------------------------
 */
#footer {
  border-top: 1px solid #e9e9e9; 
  font-size: 13px;
}
#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-columns {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 5px 0;
}
.footer-column-1,
.footer-column-2,
.footer-column-3 {
  float: left;
  width: 23.5%;
  padding-right: 2%;
}

.footer-column-4 {
  float: left;
  width: 23.5%;
  padding-right: 0;
}

.footer-nav {
  background: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;  
  height: auto;
  min-height: 30px;
  line-height: 30px;
  list-style: none;
  overflow: hidden;
}
.footer-nav li {
  float: left;
}
.footer-nav li a {
  padding: 0 15px;
  font-size: 11px;
  color: #999;
  border-right: 1px solid #e0e0e0;
}
.footer-nav li li {
  display: none;
}
/* Site Bottom */
#site-bottom {
  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;
}

/**
 * 10. Misc.
 * -----------------------------------------------------------------------------
 */

.header-ad {
  float: right;
  width: 728px;
  height: 90px;
  margin: 15px auto;
}
.archive-ad {
  border-bottom: 1px solid #e9e9e9;
  height: 90px;
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
  text-align: center;
}
.header-ad img,
.archive-ad img {
  max-width: 100%;
}

/**
 * 10.1 Layouts
 * -----------------------------------------------------------------------------
 */
.layout-sidebar-content .content-area {
  float: right;
  border-left: 1px solid #e9e9e9;
  border-right: none;
  padding: 0 0 15px 15px;
}
.layout-sidebar-content .sidebar {
  float: left;
}
.layout-1c .content-area {
  width: 100%;
  border: none;
  padding: 0 0 15px;
}

/* 10.2 Featured Slider */
/*
 * jQuery FlexSlider v2.2.0
 */
/* Browser Resets */
.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 Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme */
.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 450px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

#featured-content {
  border-bottom: 1px solid #e9e9e9;  
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#featured-content .hentry {
  width: 100%;
  height: 450px;
  position: relative;
}
#featured-content .hentry .entry-title {
  background: url(assets/img/transparent.png);
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: 700;
  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;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  margin: -18px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #fff !important;
  text-align: center;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next {
  right: 0;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 28px;
  display: inline-block;
  content: '\f104';
  line-height: 36px;
  text-align: center;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 15px;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 15px;
}


/* Control Nav */
.flex-control-nav {
  position: absolute;
  top: 15px;
  right: 15px;
}
.flex-control-nav li {
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.flex-control-nav li a:hover,
.flex-control-nav li .flex-active {
  background: #fff;
  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;
}

/* Icon Hover */

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;
}

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
 * Taken from Twenty Fourteen theme.
 */
.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: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  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;
}

/**
 * Widgets
 * -----------------------------------------------------------------------------
 */
.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="text"] {
  width: 93%;
}

/* Posts thumbnail widget. */
.posts-thumbnail-widget ul {
  list-style: none;
  padding-left: 0;
}
.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-thumb {
  float: left;
  width: 64px;
  height: auto;
  margin-right: 10px;
}

#footer .posts-thumbnail-widget .entry-thumb {
  width: 52px;
}
.posts-thumbnail-widget .entry-date,
.widget .post-date {
  margin-top: 5px;
  color: #9f9f9f;
  font-family: Georgia, sans-serif;  
  font-size: 12px;
  display: block;
}

.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: 12px;
  display: block;
  font-weight: 400;
  display: inline-block;
}

/* Category Posts Widget */
.posts-category-1-widget {
  margin-bottom: 20px;
  overflow: hidden;
}
.posts-category-1-widget .widget-title,
.posts-category-2-widget .widget-title {
  border-bottom: none;
  margin-bottom: 10px;
}
.posts-category-1-widget .widget-title a,
.posts-category-2-widget .widget-title a {
  background-color: #f3f3f3;
  color: #333;
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 5px 10px;
}
.posts-category-1-widget ul li {
  padding-bottom: 0;
  border-bottom: none;
}
.posts-category-1-widget ul li.first {
  background: none;
  padding: 0;
  list-style: none;
}
.posts-category-1-widget .entry-thumb {
  float: left;
  width: 90px;
  margin: 0 15px 15px 0;
}
.posts-category-1-widget .entry-title a,
.posts-category-2-widget .entry-title a {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;

}
.posts-category-1-widget .entry-meta,
.posts-category-2-widget .entry-meta {
  color: #9f9f9f;
  margin: 5px 0;
}
.posts-category-1-widget .entry-summary {
  float: left;
}
.posts-category-2-widget {
  margin-bottom: 5px;
  overflow: hidden;
}
.posts-category-2-widget ul li {
  background: none;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
}
.posts-category-2-widget ul li:last-child {
  border-bottom: none;
  padding: 0;
}
.posts-category-2-widget .entry-thumb {
  margin-bottom: 5px;
}
.posts-category-2-widget .widget-ad {
  width: 100%;
  height: auto;
  padding: 0;
  border-bottom: none;
  text-align: center;
}

.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;
}