/*
Theme Name: Coastline
Theme URI: http://www.cssigniter.com/ignite/themes/coastline
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: A Personal Theme for WordPress
Tags:
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. Mobile Menu
.. External Plugins
.. Global Mediaqueries

*/
/* -----------------------------------------
	Base & Main Structure
----------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 15px 0;
  font-weight: normal;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 15px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.18s ease, background-color 0.18s ease;
  outline: none;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:active {
  outline: none;
}

body {
  line-height: 1.71;
  color: #585858;
  font-size: 14px;
  font-family: Manrope, sans-serif;
  -webkit-font-smoothing: antialiased;
}

label {
  display: block;
  font-size: 90%;
  margin-bottom: 2px;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
textarea {
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font: inherit;
  padding: 11px 12px;
  height: auto;
  border: 1px solid #d7d7d7;
  line-height: normal;
  transition: all 0.18s ease;
  min-width: 80%;
}
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
textarea:focus {
  border-color: #acacac;
  outline: none;
}

textarea {
  width: 100%;
  height: auto;
}

fieldset {
  padding: 15px 15px 0 15px;
}
fieldset legend {
  font-weight: bold;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

input.highlight {
  border-color: #ff4a4a;
}

/* Buttons
=================================== */
a.btn,
a.comment-reply-link,
[type="submit"] {
  line-height: normal;
  border: 2px solid #363636;
  border-radius: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 8px 24px;
  color: #444;
  background: transparent;
  box-shadow: none;
  outline: none;
  transition: all 0.18s ease;
  font-weight: bold;
  font-size: 14px;
}
a.btn:hover,
a.comment-reply-link:hover,
[type="submit"]:hover {
  background: #363636;
  color: #fff;
}

#map * {
  max-width: none !important;
}

html,
body,
#page,
.sidebar {
  height: 100%;
}

#page {
  position: relative;
}

.sidebar {
  position: fixed;

  width: 0px;
  z-index: 10;
  background-color: #111111;
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    position: relative;
    height: auto;
    background-position: top center !important;
  }
}

.content-wrap {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.content-wrap.full {
  padding: 0;
}
@media (max-width: 767px) {
  .content-wrap {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
}

#content {
  margin: 80px 0 0;
}
.full #content {
  margin: 0;
}

/* -----------------------------------------
	Header
----------------------------------------- */
:root {
  font-size: 14px;
  --text-primary: #b6b6b6;
  --text-secondary: #ececec;
  --bg-primary: #23232e;
  --bg-secondary: #181818;
}

body {
  color: black;
  background-color: white;
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  width: 0.5rem;
}

body::-webkit-scrollbar-track {
  background: #e6f6f4;
}

body::-webkit-scrollbar-thumb {
  background: #80d3c7;
}

main {
  /*padding-left: 5rem;*/
}

.navbar {
  position: fixed;
  background: linear-gradient(45deg, #111111 0%, #222222 100%);
  transition: width 600ms ease;
  overflow: hidden;
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.nav-item {
  width: 100%;
}

/*
.nav-item:last-child {
  margin-top: auto;
}
*/

.nav-link {
  display: flex;
  align-items: center;
  height: 5rem;
}

@media only screen and (min-width: 1024px) {
  .nav-link:hover {
    filter: grayscale(0%) opacity(1);
    background: var(--bg-secondary);
    color: var(--text-secondary);
  }
}

.link-text {
  display: none;
  margin-left: 1rem;
}

.nav-link svg {
  width: 2rem;
  min-width: 2rem;
  margin: 0 1.5rem;
}

.logo svg {
  width: 2.5rem;
  min-width: 2.5rem;
  margin: 0 1.25rem;
}

.fa-primary {
  color: #ffffff54;
}

.fa-secondary {
  color: #000000;
}

.logo {
  margin-bottom: 1rem;
  background: var(--bg-secondary);
}

.navbar {
  top: 0;
  width: 5rem;
  height: 100vh;
}

.dark {
  --text-primary: #b6b6b6;
  --text-secondary: #ececec;
  --bg-primary: #23232e;
  --bg-secondary: #141418;
}

.light {
  --text-primary: #1f1f1f;
  --text-secondary: #000000;
  --bg-primary: #ffffff;
  --bg-secondary: #e4e4e4;
}

.solar {
  --text-primary: #576e75;
  --text-secondary: #35535c;
  --bg-primary: #fdf6e3;
  --bg-secondary: #f5e5b8;
}

.theme-icon {
  display: none;
}

.dark #darkIcon {
  display: block;
}

.light #lightIcon {
  display: block;
}

.solar #solarIcon {
  display: block;
}

/* -----------------------------------------
	Entry Styles
----------------------------------------- */
.entry {
  margin: 0 0 30px;
  position: relative;
}

.entry-thumb {
  margin: 0;
}
.entry-thumb img {
  margin: 0 0 30px;
  display: inline-block;
}
.entry-thumb iframe {
  width: 100%;
  max-width: 100%;
}
.entry-thumb.alignnone {
  margin: 0;
}
.entry-thumb.alignleft img,
.entry-thumb.alignright img,
.entry-thumb.aligncenter img {
  margin: 0;
}

.video-hold {
  margin: 0 0 30px;
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-icon {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 15px;
}

.entry-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  color: #282828;
}
.entry-title a {
  color: #282828;
}
.entry-title a:hover {
  color: #000;
}
.type-page .entry-title {
  margin-bottom: 15px;
}

.entry-meta {
  color: #969595;
  margin-bottom: 18px;
}
.entry-meta a {
  color: #969595;
}
.entry-meta a:hover {
  text-decoration: underline;
}

.entry-reading-time {
  font-weight: 500;
  color: #282828;
  margin-top: -7px;
}

.entry-content a {
  border-bottom: 1px dotted #2f2f2f;
}
.entry-content blockquote {
  border-left: 12px solid #e2e2e2;
  margin: 15px 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  line-height: 1.5;
}

.entry-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.entry-nav a {
  color: #949494;
  font-size: 20px;
  display: inline-block;
  padding: 5px 0 0;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 0;
  background: #e7e7e7;
}
.entry-nav a:hover {
  background: #d1d1d1;
}

.search-notice {
  margin-bottom: 40px;
}

.entry-content .more-link {
  display: none;
}

/* -----------------------------------------
	Post Format Specific Styling
----------------------------------------- */
/* Audio */
.mejs-container {
  margin: 0 0 15px;
}

.format-audio.has-post-thumbnail .entry-thumb img {
  margin: 0;
}

/* Link */
.dashicons-format-link:before {
  content: "\f103";
}

/* Galleries */
.entry-content .gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
.entry-content .gallery:before,
.entry-content .gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry-content .gallery:after {
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}
.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
  }
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
  }
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }
}

/* -----------------------------------------
	Pagination
----------------------------------------- */
#paging {
  margin-bottom: 50px;
  text-align: right;
}
#paging ul {
  display: block;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#paging ul li {
  display: inline-block;
}
#paging a,
#paging > span,
#paging li span {
  display: inline-block;
  line-height: normal;
  padding: 6px 11px;
  font-size: 14px;
  background: #e7e7e7;
  color: #424242;
  border: none;
}
#paging > span.current,
#paging li span.current,
#paging a:hover {
  text-decoration: none;
  background: #424242;
  color: #fff;
}

/* -----------------------------------------
	Related Items
----------------------------------------- */
.related {
  margin-bottom: 50px;
}
.related h3 {
  margin-bottom: 20px;
}
.related .item {
  height: 300px;
}

.row.joined {
  margin: 0;
}
.row.joined [class*="col"] {
  padding: 0;
}

/* -----------------------------------------
	Grid Item Listing
----------------------------------------- */
.full .container {
  width: 100%;
  padding: 0;
}

.item {
  height: 350px;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1199px) {
  .item {
    height: 300px;
  }
}
.item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
.item a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 50%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 50%
  );
  transition: opacity 0.3s ease;
}
.item a:hover:after {
  opacity: 0.5;
}
.item a:hover .item-title {
  opacity: 1;
  top: 50%;
  z-index: 2;
}

.item-title {
  position: absolute;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  top: 60%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  transition: top 0.35s ease, opacity 0.25s ease;
}

#load-more,
.load-more > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  height: 50px;
  font-size: 16px;
  padding: 11px 0 0;
}
#load-more:hover,
.load-more > a:hover {
  text-decoration: none;
}

/* -----------------------------------------
	Footer
----------------------------------------- */
#colophon {
  position: absolute;
  bottom: 0;
  padding: 0 0 35px;
  font-size: 12px;
}
.admin-bar #colophon {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #colophon {
    position: static;
  }
}
#colophon .widget {
  margin-bottom: 0;
}

.credits {
  margin: 5px 0 0;
}

/* -----------------------------------------
   Comments
----------------------------------------- */
#comments {
  margin: 35px 0 0;
}

#comment-list {
  margin: 0;
  padding: 0;
}
#comment-list ol,
#comment-list ul {
  padding: 0 0 0 25px;
}
@media (max-width: 767px) {
  #comment-list ol,
  #comment-list ul {
    padding: 0;
  }
}

.post-comments {
  margin: 0 0 20px;
}
.post-comments ol,
.post-comments ul {
  list-style: none;
}
.post-comments .avatar {
  float: left;
  overflow: hidden;
  margin: 0 15px 0 0;
}
.post-comments .edit-link {
  opacity: 0.8;
  margin-left: 10px;
}

.comment-body {
  margin: 0 0 25px;
}

.comment-metadata {
  font-size: 0.857142857em;
}

.comment-content {
  margin: 5px 0 0 79px;
}

a.comment-reply-link {
  padding: 3px 9px;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 0 79px;
}
a.comment-reply-link:hover {
  text-decoration: none;
}

.comment-reply-title small {
  font-size: 0.6em;
}

.form-allowed-tags {
  font-size: 0.857142857em;
}

/* Theme Specific Comment Styling */
.post-comments h3 {
  margin-bottom: 25px;
}

.comment-metadata a,
.comment-notes {
  color: #969595;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.sidebar {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar a {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar a:hover {
  color: white;
  text-decoration: none;
}
.sidebar .widget {
  font-size: 12px;
}

.widget {
  margin-bottom: 25px;
}

.widget-title {
  color: white;
  font-size: 17px;
  margin: 0 0 5px;
}

#sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  padding: 5px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  display: block;
  margin: 0;
}

.widget ul ul.children li:first-child {
  border-top: 1px dotted #e5e5e5;
}

.widget ul ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget ul.children {
  margin-top: 5px;
}

.widget ul.children li {
  padding-left: 15px;
}

/* WIDGET: #Ads125
========================================= */
#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ads125 li,
.ads125 li {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
}

/* WIDGET: #Search
========================================= */
.searchform {
  line-height: 1;
  position: relative;
}

.searchform > div {
  position: relative;
  line-height: 1;
}

.searchform .screen-reader-text {
  display: none;
}

.searchform [type="text"] {
  border-radius: 0;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: normal;
  height: 40px;
}
.sidebar .searchform [type="text"] {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .searchform [type="text"]:focus {
  border-color: #fff;
}

.searchsubmit {
  font-size: 14px;
  line-height: 0;
  padding: 3px 11px 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: none;
}
.searchsubmit:hover {
  background: none;
}
.sidebar .searchsubmit {
  color: rgba(255, 255, 255, 0.3);
}

.sidebar ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}
.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about {
  margin-top: -5px;
}
.widget_about .alignleft {
  float: left;
  margin: 5px 10px 6px 0;
}
.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 10px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}
.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}
#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}
#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}
#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Social Icons
========================================= */
.social-icon i {
  font-size: 24px;
  display: inline-block;
  margin-right: 20px;
}

.social-icon:hover i {
  opacity: 1;
}

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */
/* WordPress Generated Classes
=================================== */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */
/* -----------------------------------------
	External Plugins
----------------------------------------- */
/* Flexslider */
.flexslider {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

.flex-direction-nav a {
  width: 30px;
  height: 45px;
  top: 50%;
  margin: -35px 0 0 0;
  opacity: 0.65;
  text-shadow: none;
  background: #e7e7e7;
  text-align: center;
}
.flex-direction-nav a:hover {
  opacity: 1;
  color: #585858;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 17px;
  position: relative;
  top: 8px;
}

.flex-direction-nav a.flex-next:before {
  content: "\f105";
  left: -22px;
}

.flex-direction-nav a.flex-next {
  right: 0;
}

.flex-direction-nav a.flex-prev {
  left: 0;
}

.flexslider:hover .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  right: 0;
}

/* Infinite Scrolling Loader */
#infscr-loading {
  font-size: 13px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 1;
  background: rgba(43, 43, 43, 0.5);
  padding: 0;
  margin: 0;
  font-style: normal;
  z-index: 10;
  line-height: 1.5;
}
#infscr-loading img {
  display: none;
}
#infscr-loading em {
  font-style: normal;
}
#infscr-loading > div {
  position: absolute;
  width: 266px;
  padding: 95px 30px 50px;
  top: 50%;
  left: 50%;
  margin-left: -133px;
  margin-top: -120px;
  border-radius: 2px;
  letter-spacing: 0.04em;
}
#infscr-loading > div:before {
  content: "";
  width: 32px;
  height: 31px;
  z-index: 5;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -19px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Jetpack Sharing */
div.sharedaddy div.sd-block {
  border: none !important;
}

div.sharedaddy .sd-content {
  float: none !important;
  width: 100% !important;
}

/* Jetpack Comments */
.comment-subscription-form {
  margin-bottom: 5px;
  color: #969595;
}
