/*
Theme Name: Carbis
Theme URI: //carbis.sculptureqode.com/
Author: Sculpture Qode
Author URI: //sculptureqode.com
Description: A beautifully simple WordPress theme
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carbis
Tags: custom-colors, one-column, two-columns, three-columns, custom-menu, featured-images, translation-ready
*/

/*
@font-face {
  font-family: "aroharegular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/aroha-webfont.woff2") format("woff2"),
    url("fonts/aroha-webfont.woff") format("woff");
}
*/

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
    url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular")
      format("svg");
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
## Search Form
# Navigation
    ## Links
    ## Menus
    ## Comments, Posts & Post Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
    ## Calender
    ## About Me
    ## Recent Posts
    ## Recent Comments
# Layout
# Content
    ## Posts and pages
    ## Grid
    ## List
    ## 404
    ## Comments
# Jet Pack
    ## Infinite scroll
    ## Social Sharing
    ## Related Posts
    ## Tiled Gallery
    ## Subscribe Form - Widget
    ## Social Media Icons - Widget
# Media
    ## Captions
    ## Galleries
# Social Buttons
# Header
# Content
# Slider
    ## Feature Post Slider
    ## Content Boxes
# Footer
# Instagram
# Misc
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-text-size-adjust: 100%;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #f0f0f0;
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 48px;
  left: 0;
  position: absolute;
  text-rendering: auto;
  top: 8px;
}

table tr {
  border-bottom: solid 1px #f1f1f1;
}

table tr th {
  background-color: #f7f8f9;
  color: #344147;
  font-family: "Vidaloka", serif;
  font-size: 16px;
  padding: 10px;
  text-align: left;
}

table tr td {
  padding: 10px;
}

li > ul,
li > ol {
  margin: 30px 0 30px 30px;
}

a:hover,
a:active {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:focus,
a:active {
  /*     color: #00a8b5; _NO__DOTCOMMA__AFTER___NO__DOTCOMMA__AFTER__*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  color: #626266;
  font-family: "Lora", serif;
  font-size: 15px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-word-wrap: break-word;
  clear: both;
  color: #344147;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 30px 0;
  word-wrap: break-word;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 30px 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-family: "Lora", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.8;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f7f8f9;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

body {
  /* Fallback for when there is no custom background color defined. */
  background: #fff;
  nowhitespace: afterproperty;
}

blockquote,
q {
  quotes: "" "";
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http: //css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

blockquote {
  padding-left: 60px;
  position: relative;
}

strong,
b {
  font-weight: bold;
}

hr {
  background-color: #ededed;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 40px;
}

ul,
ol {
  margin: 0 0 30px 30px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  /* Adhere to container width. */
  /* Make sure images are scaled correctly. */
  height: auto;
  max-width: 100%;
  nowhitespace: afterproperty;
  nowhitespace: afterproperty;
  vertical-align: bottom;
}

table {
  margin: 0 0 30px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  background: #344147;
  border: solid 1px #344147;
  border-radius: 0;
  color: #ffffff;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  outline: 0;
  padding: 10px 30px;
  text-transform: uppercase;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  border: 1px solid #c0c6ca;
  border-radius: 0;
  color: #686b70;
  font-size: 14px;
  margin: 0;
  max-width: 100%;
  padding: 9px 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #686b70;
}

select {
  border: 1px solid #a0a9b1;
}

textarea {
  -webkit-appearance: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #a0a9b1;
}

::-moz-placeholder {
  color: #a0a9b1;
}

:-ms-input-placeholder {
  color: #a0a9b1;
}

:-moz-placeholder {
  color: #a0a9b1;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/

.search-form {
  position: relative;
}

.search-form button[type="submit"] {
  background: none;
  border: none;
  color: #344147;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 10px 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-form input[type="search"] {
  padding-left: 10px;
  padding-right: 30px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: #00a8b5;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  padding: 0 4% 30px 4%;
  text-align: center;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #00a8b5;
}

.main-navigation li {
  display: inline-block;
  margin: 0 20px 0 20px;
  position: relative;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #00a8b5;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul li.menu-item-has-children,
.main-navigation ul li.page_item_has_children {
  padding-right: 20px;
}

.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.page_item_has_children:before {
  -moz-osx-font-smoothing: grayscale;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateY(-50%);
  color: #848484 !important;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 0;
  text-rendering: auto;
  top: 50%;
  transform: translateY(-50%);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul {
  left: -999em;
  padding-top: 20px;
  position: absolute;
  text-align: left;
  z-index: 99999;
}

.main-navigation ul ul li.menu-item-has-children,
.main-navigation ul ul li.page_item_has_children {
  padding-right: 0;
}

.main-navigation ul ul li.menu-item-has-children:before,
.main-navigation ul ul li.page_item_has_children:before {
  color: #ffffff;
  content: "\f105";
  right: 20px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul ul {
  left: -999em;
  padding-top: 0;
  top: 0;
}

.main-navigation ul ul li {
  margin: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  background-color: #ffffff;
  border: solid 1px #ededed;
  border-top: none;
  line-height: normal;
  padding: 16px 20px;
  width: 260px;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation a {
  -moz-transition: 0.4s color ease-in-out;
  -webkit-transition: 0.4s color ease-in-out;
  color: #425759;
  display: block;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  transition: 0.4s color ease-in-out;
}

/* Toggle Menu */

#toggle-menu {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  font-size: 0;
  margin: 0;
  min-height: 20px;
  padding: 0;
  position: relative;
  width: 26px;
}

#toggle-menu span {
  background: #344147;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

#toggle-menu span:before,
#toggle-menu span:after {
  background-color: #344147;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition-delay: 0.1s, 0s;
  transition-duration: 0.1s, 0.1s;
  width: 100%;
}

#toggle-menu span:before {
  top: -8px;
  transition-property: top, transform;
}

#toggle-menu span:after {
  bottom: -8px;
  transition-property: bottom, transform;
}

#toggle-menu.active span {
  background: none;
}

#toggle-menu.active span:before,
#toggle-menu.active span:after {
  transition-delay: 0s, 0.1s;
}

#toggle-menu.active span:before {
  top: 0;
  transform: rotate(45deg);
}

#toggle-menu.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* Mobile Menu */

.mobile-navigation {
  background: #ffffff;
  border-top: none;
  display: none;
  margin-bottom: 30px;
  padding: 0 8% 30px 8%;
  text-align: left;
}

.mobile-navigation > ul > li:last-of-type a {
  border-bottom: 0;
}

.mobile-navigation .sub-menu-toggle {
  cursor: pointer;
  float: right;
  font-size: 20px;
  line-height: 1;
  padding-top: 10px;
}

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

.mobile-navigation ul li > ul {
  display: none;
  margin-left: 20px;
}

.mobile-navigation a {
  border-bottom: solid 1px #ededed;
  color: #626266;
  display: block;
  padding: 8px 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  font-size: 15px;
  font-style: italic;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 30px 4%;
  width: 90%;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
  color: #626266;
}

/*--------------------------------------------------------------
## Comments, Posts & Post Navigation
--------------------------------------------------------------*/

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.post-navigation .nav-next .post-navigation-title,
.post-navigation .nav-previous .post-navigation-title {
  background: #ffffff;
  padding: 10%;
}

.post-navigation .nav-next .post-navigation-title span,
.post-navigation .nav-previous .post-navigation-title span {
  font-family: "poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-navigation .nav-next .post-navigation-title h4,
.post-navigation .nav-previous .post-navigation-title h4 {
  line-height: 1.4;
  margin-bottom: 0;
}

.post-navigation .nav-next .post-navigation-title a,
.post-navigation .nav-previous .post-navigation-title a {
  color: #344147;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-style: normal;
  margin-right: 4%;
  padding: 6%;
  text-align: left;
  width: 48%;
}

.post-navigation .nav-next {
  margin-right: 0;
  text-align: right;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  /* Above WP toolbar. */
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  nowhitespace: afterproperty;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignnone {
  margin-bottom: 30px;
}

.alignleft {
  display: inline;
  float: left;
  margin: 10px 30px 0 0;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin: 10px 0 0 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#
--------------------------------------------------------------*/

/* Make sure input elements fit in widgets. */

/* Footer Widgets */

.footer-widgets .widget-area .widget {
  border-bottom: none;
  padding-bottom: 0;
}

.footer-widgets .widget-area .widget:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Calender
--------------------------------------------------------------*/

.widget #wp-calendar caption {
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

.widget #wp-calendar tr th {
  text-align: center;
}

.widget #wp-calendar tr td {
  padding: 6px;
  text-align: center;
}

.widget #wp-calendar #prev,
.widget #wp-calendar #next {
  font-family: "Lora", serif;
  font-size: 14px;
  font-style: italic;
  text-align: left;
}

.widget #wp-calendar #next {
  text-align: right;
}

/*--------------------------------------------------------------
## About Me
--------------------------------------------------------------*/

.widget .about-me-widget .about-me-image {
  margin-bottom: 30px;
}

.widget .about-me-widget .about-me-title {
  margin-bottom: 15px;
}

.widget .about-me-widget .about-me-bio {
  margin-bottom: 0;
}

.widget .about-me-widget .about-me-link {
  display: block;
  font-style: italic;
  padding-top: 30px;
}

/*--------------------------------------------------------------
## Recent Posts
--------------------------------------------------------------*/

.widget .recent-posts .recent-post {
  overflow: hidden;
}

.widget .recent-posts .recent-post .recent-post-thumbnail {
  float: left;
  width: 120px;
}

.widget .recent-posts .recent-post .recent-post-content {
  overflow: hidden;
}

.widget .recent-posts .recent-post .recent-post-content .recent-post-title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}

.widget .recent-posts .recent-post .recent-post-content .recent-post-meta {
  color: #a0a9b1;
  font-family: "poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget .recent-posts .recent-post.has-post-thumbnail .recent-post-content {
  padding-left: 20px;
}

/*--------------------------------------------------------------
## Recent Comments
--------------------------------------------------------------*/

.widget .recent-comments .recent-comment {
  overflow: hidden;
}

.widget .recent-comments .recent-comment .recent-comment-content {
  line-height: 1.4;
  overflow: hidden;
  padding-left: 20px;
}

.widget .recent-comments .recent-comment .recent-comment-avatar {
  float: left;
  width: 60px;
}

.widget .recent-comments .recent-comment .recent-comment-author {
  margin-bottom: 0;
}

.widget .recent-comments .recent-comment a {
  font-style: italic;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.site-container,
.site-header-content,
.site-footer-content {
  display: block;
  margin: 0 auto;
  max-width: 1384px;
  padding: 60px 4%;
  position: relative;
}

.site-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.site-header .site-header-content .site-branding {
  padding: 10px 0;
  text-align: center;
}

.site-header .site-header-content .site-branding .site-description {
  margin-bottom: 0;
  padding-top: 10px;
}

.site-header .site-header-content .site-branding .site-title {
  font-family: 'Quattrocento', serif;
  font-size: 110px;
  margin-bottom: 0;
}

.site-description {
	font-size: 22px;
}

.site-header .site-header-content .site-branding .site-title a {
  color: #800020;
}

.site-container.page {
  padding-top: 30px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

/* Page Title */

.page-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 5%;
}

.page-title {
  margin: 0 auto 20px auto;
  padding: 0 4% 0 4%;
  text-align: center;
  width: 90%;
}

/* Entry Title */

.entry-title {
  line-height: 1.4;
  margin-bottom: 20px;
}

.entry-title a {
  color: #344147;
}

h2.entry-title a {
	font-size: 46px !important;
	color: #800020 !important;
}

/* Entry Meta */

.entry-meta {
  font-family: "poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.entry-meta .cat-links a {
  color: #00a8b5;
}

.entry-meta > span {
  margin-right: 10px;
}

.entry-meta a {
  color: #a0a9b1;
}

/* Entry Content */

.page-content,
.entry-content,
.entry-summary {
  background-color: #ffffff;
  margin: 0 auto 40px auto;
  padding: 0 4% 4% 4%;
  position: relative;
  width: 90%;
}

.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-context,
.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-date {
  font-family: "poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 1;
  text-transform: uppercase;
}

.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  img.jp-relatedposts-post-img,
.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  span {
  margin-bottom: 5%;
}

.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title {
  font-size: 16px;
  margin-bottom: 3%;
}

.entry-content
  #jp-relatedposts
  .jp-relatedposts-items
  .jp-relatedposts-post
  .jp-relatedposts-post-title
  a {
  color: #344147;
  font-weight: normal;
}

.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-icon
  a.sd-button,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-facebook
  a.sd-button,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-google-plus-1
  a.sd-button,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-tumblr
  a.sd-button,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-pinterest
  a.sd-button,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-twitter
  a.sd-button,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-pocket
  a.sd-button,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-email
  a.sd-button {
  background: none;
  background-image: none !important;
  box-shadow: none;
  color: #626266 !important;
  margin: 0;
  padding: 0;
}

.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-facebook
  a.sd-button:hover,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-twitter
  a.sd-button:hover,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-google-plus-1
  a.sd-button:hover,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-tumblr
  a.sd-button:hover,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-pocket
  a.sd-button:hover,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"].share-pinterest
  a.sd-button:hover {
  background: none;
}

.entry-content
  #jp-relatedposts
  .jp-relatedposts-items-visual
  .jp-relatedposts-post {
  opacity: 1;
  width: 33.33%;
}

.entry-content .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button,
.entry-content .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button,
.entry-content .sd-social-text .sd-content ul li[class*="share-"] a.sd-button,
.entry-content .sd-social-text .sd-content ul li[class*="share-"] a.sd-button,
.entry-content
  .sd-social-icon-text
  .sd-content
  ul
  li[class*="share-"]
  a.sd-button,
.entry-content
  .sd-social-icon-text
  .sd-content
  ul
  li[class*="share-"]
  a.sd-button,
.entry-content
  .sd-social-official
  .sd-content
  > ul
  > li[class*="share-"]
  > a.sd-button,
.entry-content
  .sd-social-official
  .sd-content
  > ul
  > li[class*="share-"]
  > a.sd-button,
.entry-content
  .sd-social-official
  .sd-content
  > ul
  > li[class*="share-"]
  .digg_button
  > a,
.entry-content
  .sd-social-official
  .sd-content
  > ul
  > li[class*="share-"]
  .digg_button
  > a {
  background: none;
  border: none;
  box-shadow: none;
  color: #626266 !important;
  font-family: "poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
}

.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"]
  a.sd-button:hover,
.entry-content
  .sd-social-icon
  .sd-content
  ul
  li[class*="share-"]
  a.sd-button:active,
.entry-content
  .sd-social-text
  .sd-content
  ul
  li[class*="share-"]
  a.sd-button:hover,
.entry-content
  .sd-social-text
  .sd-content
  ul
  li[class*="share-"]
  a.sd-button:active,
.entry-content
  .sd-social-icon-text
  .sd-content
  ul
  li[class*="share-"]
  a.sd-button:hover,
.entry-content
  .sd-social-icon-text
  .sd-content
  ul
  li[class*="share-"]
  a.sd-button:active,
.entry-content
  .sd-social-official
  .sd-content
  > ul
  > li[class*="share-"]
  > a.sd-button:hover,
.entry-content
  .sd-social-official
  .sd-content
  > ul
  > li[class*="share-"]
  > a.sd-button:active,
.entry-content
  .sd-social-official
  .sd-content
  > ul
  > li[class*="share-"]
  .digg_button
  > a:hover,
.entry-content
  .sd-social-official
  .sd-content
  > ul
  > li[class*="share-"]
  .digg_button
  > a:active {
  background: none;
  border: none;
  box-shadow: none;
  color: #626266;
  padding: 0;
}

.entry-content #jp-relatedposts h3.jp-relatedposts-headline {
  border-top: solid 6px #f2f2f2;
  display: block;
  float: none;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  padding-top: 5%;
}

.entry-content #jp-relatedposts h3.jp-relatedposts-headline em {
  font-weight: 500;
}

.entry-content #jp-relatedposts h3.jp-relatedposts-headline em:before {
  border-top: none;
}

.entry-content .sd-social-official .sd-content ul > li {
  float: right;
  margin: 0 0 0 20px !important;
}

.entry-content .sd-content ul {
  margin-bottom: 0 !important;
}

.entry-content .sd-content ul li.share-end {
  margin-left: 0;
}

.entry-content .sd-content ul li {
  line-height: 1;
  margin: 0 20px 0 0;
  vertical-align: bottom;
}

#content .entry-content div.sharedaddy,
#main .entry-content div.sharedaddy,
.entry-content div.sharedaddy {
  clear: none;
  line-height: 1;
  margin-bottom: 0;
  width: 50%;
}

.entry-content .tiled-gallery {
  margin-bottom: 30px;
}

.entry-content .page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content .page-links a {
  padding: 0 5px;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content .more-link {
  color: #626266;
  display: block;
  font-family: "Lora", serif;
  font-style: italic;
  padding-top: 10px;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content #tags {
  float: right;
  line-height: 1.2;
  text-align: right;
  width: 50%;
}

.entry-content #tags a {
  color: #626266;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 5px 5px;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.has-post-thumbnail .entry-content {
  margin-top: -70px;
  padding: 3.8% 4% 4% 4%;
}

.entry-content.single {
  margin-bottom: 0;
}

/* Post Links */

/* Tags */

/* Entry Footer */

.entry-footer {
  border-bottom: solid 6px #f2f2f2;
  clear: both;
  padding-bottom: 30px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/

.site-main.grid {
  font-size: 0;
}

.entry.grid {
  display: inline-block;
  margin-right: 4%;
  vertical-align: top;
  width: 48%;
}

.entry.grid:nth-of-type(2n + 2) {
  margin-right: 0;
}

.entry.grid .entry-content {
  font-size: 16px;
}

.entry.grid .entry-content .entry-meta {
  margin-bottom: 20px;
}

.entry.grid.has-post-thumbnail .entry-content {
  padding: 7.8% 8% 8% 8%;
}

/*--------------------------------------------------------------
## List
--------------------------------------------------------------*/

.entry.list {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.entry.grid .entry-content .entry-title,
.entry.grid .entry-content .entry-title a {
  font-size: 28px;
}

.entry.list .entry-content {
  margin: 0;
  padding: 0;
  width: 100%;
}

.entry.list .entry-footer {
  border-bottom: none;
  padding-bottom: 0;
}

.entry.list .entry-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 50%;
}

.entry.list.has-post-thumbnail .entry-content {
  float: right;
  padding: 3.8% 4% 4% 4%;
  width: 60%;
}

.entry.list.has-post-thumbnail .entry-content {
  margin: 40px 0 40px 0;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.error-404 {
  text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments {
  margin: 0 auto;
  padding: 30px 4%;
  width: 90%;
}

#comments #respond .comment-subscription-form {
  margin-bottom: 0;
}

#comments #respond .comment-reply-title small {
  font-size: 12px;
}

#comments #respond p.comment-form-author,
#comments #respond p.comment-form-email,
#comments #respond p.comment-form-url {
  display: inline-block;
  margin-right: 4%;
  width: 30%;
}

#comments #respond p.comment-form-url {
  margin-right: 0;
}

#comments #respond .comment-notes {
  margin-bottom: 30px;
}

#comments #respond label {
  display: block;
}

#comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

#comments .comment-list .comment.bypostauthor {
  display: block;
}

#comments .comment-list .comment {
  margin-bottom: 30px;
  position: relative;
}

#comments .comment-list .comment .comment-content {
  border-bottom: solid 1px #ededed;
  overflow: hidden;
}

#comments .comment-list .comment .comment-content a {
  word-wrap: break-word;
}

#comments .comment-list .comment .comment-respond {
  margin-top: 5%;
}

#comments .comment-list .comment .comment-avatar {
  float: left;
  padding-right: 5%;
}

#comments .comment-list .comment .comment-cite {
  color: #344147;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
}

#comments .comment-list .comment .comment-cite a {
  color: #344147;
}

#comments .comment-list .comment .comment-meta {
  font-size: 12px;
  margin-bottom: 20px;
}

#comments .comment-list .comment .reply {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Comment List */

/* Comment Avatar */

/* Comment Cite */

/* Comment Meta */

/* Comment Content */

/* Comment Reply */

/* Nested Comment Form */

/* Comment Form */

/*--------------------------------------------------------------
# Jet Pack
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

.site-main #infinite-handle {
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.site-main #infinite-handle span {
  background: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  padding: 0;
}

.site-main #infinite-handle span button {
  font-style: italic;
  letter-spacing: 1px;
  text-transform: none;
}

.site-main .infinite-loader .spinner {
  left: 0 !important;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Social Sharing
--------------------------------------------------------------*/

/* Official */

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Tiled Gallery
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Subscribe Form - Widget
--------------------------------------------------------------*/

.jetpack_subscription_widget form #subscribe-email {
  margin-bottom: 20px;
}

.jetpack_subscription_widget form #subscribe-email input[type="email"] {
  width: 100%;
}

/*--------------------------------------------------------------
## Social Media Icons - Widget
--------------------------------------------------------------*/

.footer-widgets
  .widget-area
  .widget.widget_wpcom_social_media_icons_widget
  ul
  li {
  border: none;
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0 20px 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  font-style: italic;
  padding: 10px 0 20px 0;
}

/*--------------------------------------------------------------
# Social Buttons
--------------------------------------------------------------*/

.social-buttons {
  background-color: #f7f8f9;
  margin: 0;
  padding: 0 4%;
  text-align: center;
}

.social-buttons li {
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.social-buttons li a {
  color: #292929;
  display: inline-block;
  padding: 26px 20px 24px 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content {
  display: inline-block;
  position: relative;
  width: 100%;
}

.site-content .content-area.full-width {
  width: 100%;
}

.site-content .content-area.centered {
  float: none;
  margin: 0 auto;
  width: 80%;
}

.site-content .content-area {
  float: left;
  width: 70%;
}

.widget-area {
  float: right;
  position: relative;
  width: 25%;
}

.widget-area .widget.widget_wpcom_social_media_icons_widget li {
  border: none;
  margin-right: 20px;
}

.widget-area .widget-title {
  line-height: 1;
}

.widget-area .widget {
  border-bottom: solid 6px #f2f2f2;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.widget-area .widget select,
.widget-area .widget input[type="text"],
.widget-area .widget input[type="email"],
.widget-area .widget input[type="url"],
.widget-area .widget input[type="password"],
.widget-area .widget input[type="search"],
.widget-area .widget input[type="number"],
.widget-area .widget input[type="tel"],
.widget-area .widget input[type="range"],
.widget-area .widget input[type="date"],
.widget-area .widget input[type="month"],
.widget-area .widget input[type="week"],
.widget-area .widget input[type="time"],
.widget-area .widget input[type="datetime"],
.widget-area .widget input[type="datetime-local"],
.widget-area .widget input[type="color"] {
  max-width: 100%;
}

.widget-area .widget ul {
  list-style: none;
  margin: 10px 0 10px 20px;
}

.widget-area .widget > ul {
  margin: 0;
  padding: 0;
}

.widget-area .widget ul li {
  margin-bottom: 15px;
}

.widget-area .widget ul li:last-of-type {
  margin-bottom: 0;
}

.widget-area .widget a {
  color: #626266;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.slider {
  background-image: url(images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}

.slider .slide {
  opacity: 0;
  outline: 0;
  position: relative;
}

/* Slide */

/* Slider Arrows */

.slick-arrow {
  -moz-transform: translateY(-50%);
  -moz-transition: 0.3s opacity ease-in-out;
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.3s opacity ease-in-out;
  color: #ffffff;
  cursor: pointer;
  font-size: 60px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s opacity ease-in-out;
  z-index: 999;
}

.slick-arrow.slick-prev {
  left: 1%;
}

.slick-arrow.slick-prev:hover {
  opacity: 1;
}

.slick-arrow.slick-next {
  right: 1%;
}

.slick-arrow.slick-next:hover {
  opacity: 1;
}

/* Slider Dots */

.slick-dots {
  bottom: -42px;
  height: 3px;
  left: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li {
  display: inline-block;
  height: 3px;
}

.slick-dots li button {
  -moz-transition: 0.4s opacity ease-in-out;
  -webkit-transition: 0.4s opacity ease-in-out;
  background: #848484;
  border: none;
  cursor: pointer;
  height: 3px;
  margin: 0 5px;
  opacity: 0.5;
  padding: 0;
  text-indent: -9999px;
  transition: 0.4s opacity ease-in-out;
  width: 20px;
}

.slick-dots li button:hover {
  opacity: 0.8;
}

/* Slider Initialized */

.slider.slick-initialized {
  background-image: none;
  height: auto;
}

.slider.slick-initialized .slide {
  -moz-transition: 0.4s opacity ease-in-out;
  -webkit-transition: 0.4s opacity ease-in-out;
  opacity: 1;
  transition: 0.4s opacity ease-in-out;
}

/*--------------------------------------------------------------
## Feature Post Slider
--------------------------------------------------------------*/

#featured-post-slider {
  height: 500px;
}

#featured-post-slider .slide.slick-current .slide-content {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.5s;
}

#featured-post-slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

#featured-post-slider .slide .slide-content {
  -moz-transform: translateY(-50%);
  -moz-transition: 0.4s opacity ease-in-out;
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.4s opacity ease-in-out;
  background: #ffffff;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  opacity: 0;
  padding: 8%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s opacity ease-in-out;
}

#featured-post-slider .slide .slide-content .entry-title {
  line-height: 1.2;
}

#featured-post-slider .slide .slide-content .entry-meta {
  margin-bottom: 0;
}

#featured-post-slider .slide .entry-link {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* Slide Content */

#featured-post-slider.slider-1 .slide .slide-content {
  max-width: 40%;
  padding: 4%;
}

#featured-post-slider.slider-2 .slide .slide-content {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.5s;
}

/*--------------------------------------------------------------
## Content Boxes
--------------------------------------------------------------*/

#content-boxes-container {
  background-color: #f7f8f9;
}

#content-boxes-content {
  margin: 0 auto;
  max-width: 1384px;
  padding: 80px 4%;
}

#content-boxes {
  display: block;
  height: 260px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  position: relative;
}

#content-boxes .content-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin: 0 20px;
}

#content-boxes .content-box .content-box-title {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #ffffff;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  padding: 8% 10%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

#content-boxes .content-box .content-box-title h5 {
  line-height: 1.4;
  margin-bottom: 0;
}

#content-boxes .slick-arrow {
  color: #a0a0a0;
}

/* Slider Initialized */

#content-boxes.slick-initialized {
  height: auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  background-color: #f7f8f9;
  clear: both;
  width: 100%;
}

.site-footer .site-footer-content #footer-column-3 {
  margin-right: 0;
}

.site-footer .site-footer-content:nth-of-type(1) {
  padding: 80px 4%;
}

.site-footer .site-footer-content .footer-column {
  float: left;
  margin-right: 6%;
  width: 29.33%;
}

.site-footer .site-footer-content .site-info {
  clear: both;
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/

.instagram-pics {
  margin: 0;
  padding: 0;
}

.instagram-pics li {
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 1%;
  width: 50%;
}

/* Footer Instagram */

#footer-instagram {
  text-align: center;
}

#footer-instagram .widget-title {
  margin-top: 30px;
}

#footer-instagram .instagram-pics li {
  padding: 0;
  width: 12.5%;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

#wpstats {
  display: none;
}
