/*
Theme Name: Halcyon WP
Theme URI: http://demos.reveldev.com/halcyon
Author: reveldev
Author URI: http://reveldev.com
Description: A Multipurpose Blog Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: halcyon-wp
*/

/* ================================================
  1. Table of contents
===================================================

1. Base
2. Titles
3. Buttons
4. Embed Container
5. Icons
6. Container
7. Main
8. Sidebar
9. Top Bar
10. Header
11. Toggle Menu
12. Menus
13. Featured
14. Slick Slider
15. Callouts
16. Meta
17. Content
18. Posts
19. Related Articles
20. Author Bio
21. Comments
22. Search Page
23. Page
24. No Results
25. Pagination
26. Widgets
27. Footer
28. Instagram Feed
29. Plugins
30. Responsive Styles

*/


/* ================================================
  1. Base
================================================= */

* {
  box-sizing: border-box;
}
html {
  font-size: 15px;
  font-family: 'Source Serif Pro';
  font-weight: 400;
  color: #333333;
}
html,
body {
  height: 100%;
}
body {
  background: #FFFFFF;
  line-height: 1.75;
  -webkit-text-size-adjust: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  padding: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
select {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 16px;
}

small,
.font_small {
  font-size: 0.75rem;
}

p {
  margin: 0 0 16px;
}
a {
  text-decoration: underline;
  -webkit-transition: ease .3s all;
  -moz-transition: ease .3s all;
  transition: ease .3s all;
}

/* ================================================
  2. Titles
================================================= */

.title-wrapper,
.meta-wrapper,
.button-wrapper {
  font-size: 16px;
}
.title-wrapper,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
#comments > h2,
#reply-title {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
}
.title-wrapper a,
.post-entry h1 a,
.post-entry h2 a,
.post-entry h3 a,
.post-entry h4 a,
.post-entry h5 a,
.post-entry h6 a {
  text-decoration: none;
  color: #333333;
}
.title-wrapper a:hover,
.post-entry h1 a:hover,
.post-entry h2 a:hover,
.post-entry h3 a:hover,
.post-entry h4 a:hover,
.post-entry h5 a:hover,
.post-entry h6 a:hover {
  color: #9f812e;
}

/* ================================================
  3. Buttons
================================================= */

.button-wrapper {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  text-transform: uppercase;
}
.btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 0.75rem;
  background: #e6e6e6;
  color: #5d5d5d;
  text-decoration: none;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 12px 16px;
}
.btn:hover {
  text-decoration: none;
}

/* ================================================
  4. Embed Container
================================================= */

.halcyon-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 16px;
}
.halcyon-embed-container iframe,
.halcyon-embed-container object,
.halcyon-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================================================
  5. Icons
================================================= */

.material-icons {
  font-size: inherit;
  line-height: inherit;
  vertical-align: bottom;
}

/* ================================================
  6. Container
================================================= */

.container {
  width: 1140px;
  margin: 0 auto;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

/* ================================================
  7. Main
================================================= */

#main {
  width: 780px;
  float: left;
}
.sidebar-right #main {
  float: left;
}
.sidebar-left #main {
  float: right;
}
#main.full-width {
  width: auto;
  float: none;
  margin: 0 auto;
  padding: 0;
}
#main.full-width.grid-layout,
#main.full-width.masonry-layout {
  width: auto;
  padding: 0;
}

/* ================================================
  8. Sidebar
================================================= */

#sidebar {
  width: 300px;
  float: right;
}
.sidebar-right #sidebar {
  float: right;
}
.sidebar-left #sidebar {
  float: left;
}

/* ================================================
  9. Top Bar
================================================= */

.top-bar {
  display: block;
  background-color: #000000;
  border-bottom: 1px solid rgba(0,0,0, 0.05);
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 50px;
  top: 0;
}
.top-bar-menu {
  font-size: 13px;
  letter-spacing: 2.5px;
  display: block;
  float: left;
}
.top-bar-menu .menu > li {
  position: relative;
  float: left;
  margin: 0 12px;
}
.top-bar-menu .menu > li > a {
  display: block;
  line-height: 50px;
  color: #ffffff;
  text-decoration: none;
}
.top-bar-menu .menu > li > a:hover {
  color: #bbbbbb;
}
.top-bar-menu .menu > li:first-child {
  margin-left: 0;
}
.top-bar-menu li:hover > .sub-menu {
  display: block;
}
.top-bar-menu .menu > li.menu-item-has-children > a::after {
  font-family: 'FontAwesome';
  content: "\f107";
  display: inline-block;
  margin-left: 10px;
}
.top-bar-menu .sub-menu {
  display: none;
  position: absolute;
  line-height: initial;
  z-index: 3000;
  top: 100%;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0px 5px 17px rgba(0,0,0,0.1);
}
.top-bar-menu .sub-menu .sub-menu {
  top: -1px;
  left: 100%;
}
.top-bar-menu .sub-menu-right .sub-menu {
  right: 0;
  left: auto;
}
.top-bar-menu .sub-menu-left .sub-menu ul {
  left: auto;
  right: 100%;
}
.top-bar-menu li:hover > .sub-menu {
  display: block;
}
.top-bar-menu .sub-menu > li {
  position: relative;
  display: block;
  width: 240px;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
.top-bar-menu > ul > li > .sub-menu > li:first-child {
  border-top: none;
}
.top-bar-menu .sub-menu > li:last-child {
  border-bottom: none;
}
.top-bar-menu .sub-menu > li > a {
  display: block;
  font-size: 0.913em;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  height: auto;
  padding: 15px;
}
.top-bar-menu .sub-menu > li > a:hover {
  background: #f9f9f9;
}
.top-bar-menu .sub-menu-left .sub-menu > li > a {
  padding-left: 25px;
}
.top-bar-menu .sub-menu > li.menu-item-has-children > a::after {
  display: none
}
.top-bar-items-social li,
.top-bar-items-search {
  font-size: 16px;
}
.top-bar-items {
  float: right;
}
.top-bar-items-social {
  float: left;
  line-height: 50px;
}
.top-bar-items-social li {
  display: inline-block;
  margin-left: 10px;
}
.top-bar-items-social li:last-child {
  padding-right: 0;
}
.top-bar-items-social li a {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
}
.top-bar-items-social li a:hover {
  color: #bbbbbb;
}
.top-bar-items-social li i {
  display: block;
}
.top-bar-items-search {
  position: relative;
  float: right;
  line-height: 50px;
  margin-left: 15px;
}
.top-bar-items-search a {
  display: block;
  font-size: 1em;
  color: #ffffff;
}
.top-bar-items-search a:hover {
  color: #bbbbbb;
}
.top-bar-items-search .top-bar-search {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
}
.top-bar-items-search .top-bar-search .searchform {
  position: relative;
  width: 225px;
  height: 35px;
}
.top-bar-items-search .top-bar-search .screen-reader-text,
.top-bar-items-search .top-bar-search .search-submit {
  display: none;
}
.top-bar-items-search .top-bar-search input#s {
  position: absolute;
  height: 35px;
  width: 225px;
  right: 0;
  font-size: 12px;
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #FFFFFF;
  color: rgba(0,0,0,0.5);
  border-radius: 0;
}
.top-bar-items-search .top-bar-search input#s:focus {
  outline: 0;
}

/* ================================================
  10. Header
================================================= */

.header,
.header .logo-wrapper,
.header .logo-wrapper a,
.header-menu .menu,
.header .header-items-social,
.header .header-items-search,
.toggle-button-inner,
.toggle-button-bars {
  height: 140px;
}
.header-menu .menu,
.header .header-items-social,
.header .header-items-search {
  line-height: 140px;
}
.header {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  clear: both;
  width: 100%;
  z-index: 900;
  padding: 0;
  margin: 0 0 40px;
}
.page .header,
.archive .header,
.search .header,
.error404 .header {
  margin: 0;
}
.header .logo-wrapper a {
  display: block;
  font-size: 2.25em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  color: #000000;
  letter-spacing: 3.5px;
}
.header .logo-wrapper .logo-mobile {
  display: none;
}
.header-default .logo-wrapper {
  float: left;
  display: table;
}
.header-default .logo-wrapper a {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.25em;
}
.header-default .header-search {
  display: none;
  position: absolute;
  line-height: initial;
  top: calc(100% + 10px);
  right: 0;
}
.header-default .header-search .searchform {
  position: relative;
  width: 100%;
}
.header-default .header-search .screen-reader-text,
.header-default .header-search .search-submit {
  display: none;
}
.header-default .header-search input#s {
  height: 35px;
  width: 225px;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: rgba(0,0,0,0.5);
  margin: 0;
  border-radius: 0;
}
.header-default .header-search input#s:focus {
  outline: none;
}
.header-top-bar .logo-wrapper {
  float: none;
  margin: 0 auto;
  display: table;
}
.header-top-bar .logo-wrapper a {
  display: table-cell;
  vertical-align: middle;
}
.header-menu {
  display: block;
  line-height: initial;
  font-size: 13px;
  letter-spacing: 2.5px;
  float: left;
  margin-left: 50px;
}
.header-menu > .menu > li {
  position: relative;
  display: inline-block;
  line-height: initial;
  margin: 0 15px;
}
.header-menu li.menu-item-has-children > a::after {
  font-family: 'FontAwesome';
  content: "\f107";
  display: inline-block;
  margin-left: 10px;
}
.header-menu > .menu > li > a {
  text-decoration: none;
  padding: 15px 0;
  display: block;
  color: #000000;
}
.header-menu .menu > li > a:hover {
  color: #bbbbbb;
}
.header-menu li:hover > .sub-menu {
  display: block;
}
.header-menu .sub-menu {
  display: none;
  position: absolute;
  line-height: initial;
  z-index: 3000;
  top: 100%;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0px 5px 17px rgba(0,0,0,0.1);
}
.header-menu .sub-menu .sub-menu {
  top: -1px;
  left: 100%;
  border-left: 0;
}
.header-menu .sub-menu-right .sub-menu {
  right: 0;
  left: auto;
}
.header-menu .sub-menu-left .sub-menu ul {
  left: auto;
  right: 100%;
}
.header-menu .sub-menu > li {
  display: block;
  position: relative;
  width: 240px;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
.header-menu .sub-menu > li > a {
  background: #ffffff;
  color: #000000;
  font-size: 0.913em;
  text-decoration: none;
  text-align: left;
  display: block;
  height: auto;
  padding: 15px;
}
.header-menu .sub-menu > li > a:hover {
  background: #f9f9f9;
}
.header-menu .sub-menu .menu-item-has-children > a::after {
  display: none;
}
.header-items-social li,
.header-items-search {
  font-size: 16px;
}
.header-items-social li a,
.header-items-search a {
  color: #000000;
}
.header-items-social li a:hover,
.header-items-search a:hover {
  color: #bbbbbb;
}
.header-items {
  display: block;
  float: right;
}
.header-items-social {
  float: left;
}
.header-items-social li {
  display: inline-block;
  margin-left: 10px;
}
.header-items-social li:last-child {
  padding-right: 0;
}
.header-items-social li a {
  font-size: 1em;
  text-decoration: none;
  display: block;
  text-align: center;
}
.header-items-social li i {
  display: block;
}

.header-items-search {
  float: left;
  margin-left: 12px;
}
.header-items-search-inner {
  position: relative;
  display: inline-block;
  line-height: initial;
}
.header-items-search a {
  font-size: 1em;
  display: inline-block;
  line-height: initial;
}

/* ================================================
  11. Toggle Menu
================================================= */

.toggle-button {
  display: none;
  float: right;
}
.toggle-button-inner {
  display: table-cell;
  vertical-align: middle;
}
.toggle-button-bars {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.toggle-button-bars i {
  background-color: #000000;
  height: 2px;
  width: 24px;
  display: block;
  margin: 0 auto 5px;
}
.toggle-button-bars i:last-child {
  margin-bottom: 0;
}
.toggle-menu-is-open .toggle-menu {
  right: 0;
}
.toggle-menu {
  display: none;
  position: absolute;
  overflow: scroll;
  z-index: 2000;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 2.5px;
  width: 100%;
  left: 0;
  top: 100%;
}
.toggle-menu li {
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.toggle-menu li a {
  position: relative;
  z-index: 10000;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}
.toggle-menu li.menu-item-has-children > .toggle-sub-menu {
  position: absolute;
  cursor: pointer;
  height: 60px;
  width: 100%;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 60px;
  font-size: 20px;
  padding-right: 20px;
}
.toggle-menu .sub-menu {
  display: none;
}
.toggle-menu > .menu > li > .sub-menu {
  background: #f9f9f9;
}
.toggle-menu .sub-menu.is-active {
  display: block;
}
.toggle-menu .sub-menu li:last-child {
  border-bottom: none;
}
.toggle-menu .sub-menu li a {
  padding-left: 30px;
}
.toggle-menu .sub-menu .sub-menu li a {
  padding-left: 40px;
}
.toggle-menu .sub-menu .sub-menu .sub-menu li a {
  padding-left: 50px;
}
.toggle-menu-search {
  padding: 20px;
  border-top: 1px solid #e6e6e6;
}
.toggle-menu-search .searchform {
  position: relative;
}
.toggle-menu-search .searchform .screen-reader-text {
  display: none;
}
.toggle-menu-search .searchform input[type=text] {
  width: 100%;
  height: 40px;
  padding: 15px;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  border: 1px solid #e6e6e6;
}
.toggle-menu-search .searchform input[type=text]:focus {
  outline: 0;
}
.toggle-menu-search .searchform .search-submit {
  position: absolute;
  padding: 0 10px;
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 0;
  top: 0;
  right: 0;
}
.toggle-menu-search .searchform .search-submit:focus {
  outline: none;
}
.toggle-menu-search .searchform .search-submit::before {
  font-family: "FontAwesome";
  font-size: 13px;
  content: "\f002";
  line-height: 40px;
  color: #333333;
}

/* ================================================
  12. Menus
================================================= */

.top-bar-menu,
.header-menu,
.toggle-menu,
.footer-menu {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

/* ================================================
  13. Featured
================================================= */

.featured-wrapper {
  visibility: hidden;
}
.featured-wrapper.slick-initialized {
  visibility: visible;
}
.featured-wrapper {
  position: relative;
  overflow: hidden;
}
.featured .featured-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: table;
}
.featured-wrapper,
.featured.boxed .featured-item,
.featured.full-width .featured-item,
.featured.columns .featured-item {
  height: 475px;
}
.featured.columns .featured-item {
  margin: 0 10px;
}
.featured-item-content {
  background-size: cover;
  height: 100%;
  width: 100%;
  display: table;
  width: 100%;
}
.featured-item-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.featured-item-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s;
}
body.is-loaded .featured-item-box:before {
  opacity: 1;
  visibility: visible;
}
.featured-item-box-inner {
  position: relative;
  z-index: 10000;
  display: inline-block;
  padding: 0 75px;
  max-width: 80%;
}
.featured-item-meta,
.featured-item-meta a {
  font-size: 0.938em;
  text-shadow: 0 0 50px rgba(0,0,0,0.15);
  color: #ffffff !important;
}
.featured-item-meta-author,
.featured-item-meta-date,
.featured-item-meta-category {
  display: inline-block;
  margin: 0 5px 0 0;
}
.featured-item-meta a {
  text-decoration: none;
}
.featured-item-title {
  margin: 10px 0 0;
}
.featured-item-title h2 {
  font-size: 2.375em;
  text-shadow: 0 0 50px rgba(0,0,0,0.15);
  margin: 0;
}
.featured-item-title h2 a,
.featured-item-title h2 a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.featured-item-more-link {
  margin: 20px 0 0;
}
.featured-item-more-link a {
  padding: 10px 30px;
  font-size: 0.938em;
  text-decoration: none;
  letter-spacing: 2px;
  background: #ffffff;
  color: #333333;
  display: inline-block;
}

/* ================================================
  14. Slick Slider
================================================= */

.slick-arrow {
  position: absolute;
  transition: opacity 0.75s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-size: 0;
}
body.is-loaded .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow.slick-prev {
  left: 30px;
}
.slick-arrow.slick-next {
  right: 30px;
}
.featured.columns .slick-arrow.slick-prev {
  left: 42.5px;
}
.featured.columns .slick-arrow.slick-next {
  right: 42.5px;
}
.slick-arrow.slick-prev::before,
.slick-arrow.slick-next::before {
  font-family: 'FontAwesome';
  font-size: 24px;
}
.slick-arrow.slick-prev::before {
  content: "\f104";
}
.slick-arrow.slick-next::before {
  content: "\f105";
}
.slick-dots {
  display: none !important;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  background: #FFF;
  border: none;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: transparent;
  border: 2px solid #FFF;
  height: 10px;
  width: 10px;
}
.slick-slide img {
  border: 0 !important;
}

/* ================================================
  15. Callouts
================================================= */

.callouts {
  margin: 40px 0;
}
.callouts-wrapper {
  margin: 0 -15px;
}
.callout {
  float: left;
  width: 33.333333%;
  height: 280px;
  padding: 0 15px;
  overflow: hidden;
}
.callout a {
  position: relative;
  background-size: cover;
  display: table;
  width: 100%;
  height: 100%;
}
.callout a::before {
  content: "";
  position: absolute;
  opacity: 0;
  background: rgba(0,0,0,0.2);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.callout a:hover::before {
  opacity: 1;
}
.callout-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.callout-title h3 {
  position: relative;
  display: inline-block;
  font-size: 0.938em;
  background: #ffffff;
  box-shadow: 0 0 0 5px #ffffff;
  padding: 10px 15px;
  margin: 0 20px;
}
.callout-title h3 {
  transform: scale(1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.callout-title h3::before {
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s,;
  transition: all 0.35s;
  border: 1px dotted rgba(0,0,0,.075);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
}
.callout a:hover .callout-title h3 {
  transform: scale(1.05);
}
.callout a:hover .callout-title h3::before {
  opacity: 1;
}


/* ================================================
  16. Meta
================================================= */

.meta-wrapper {
  font-family: Source Sans Pro;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.meta-wrapper,
.meta-wrapper a {
  color: #333333;
}
.meta-wrapper a:hover {
  color: #9f812e;
}

/* ================================================
  17. Content
================================================= */

#content {
  margin: 40px 0;
}

/* ================================================
  18. Posts
================================================= */

.post {
  position: relative;
  padding: 0 0 40px;
}
.post:last-of-type,
.search-item:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.post::after {
  content: "";
  display: table;
  clear: both;
}
.post-thumbnail img,
.page-thumbnail img {
  margin: auto;
}
.post-content {
  margin: 20px 0 0;
}
.page #main.modern-layout .post-content,
.page #main.modern-layout .post-entry,
.single #main.modern-layout .post-content,
.single #main.modern-layout .post-entry {
  margin: 0
}
.post-banner {
  display: table;
  width: 100%;
  height: 475px;
  background-position: center;
  background-size: cover;
}
.post-banner-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  background: rgba(0,0,0,0.25);
  padding: 0 30px;
}
.post-banner-meta,
.post-banner-meta a,
.post-banner-meta-date {
  color: #ffffff !important;
  font-size: 0.938em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  text-shadow: 0 0 50px rgba(0,0,0,0.15);
}
.post-banner-meta-author,
.post-banner-meta-date,
.post-banner-meta-category {
  display: inline-block;
  margin: 0 5px 0 0;
}
.post-banner-meta a {
  text-decoration: none;
}
.post-banner-title {
  margin: 10px 0 0;
}
.post-banner-title h1 {
  color: #ffffff;
  font-size: 2.375em;
  text-transform: uppercase;
  text-shadow: 0 0 50px rgba(0,0,0,0.15);
  margin: 0;
}
.post-banner-title h2 a {
  color: #ffffff;
  text-decoration: none;
}
.post.sticky .sticky-tag {
  font-size: 0.813em;
  display: inline-block;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 2px 10px;
  margin: 0 0 10px;
  color: #999;
}
.grid-posts .post.sticky.has-post-thumbnail .sticky-tag {
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-header {
  text-align: center;
}
.post-classic .post-header {
  margin: 0 0 14px;
}
.post-header .post-meta {
  font-size: 0.833em;
}
.post-header .post-meta a {
  text-decoration: none;
}
.post-header .post-meta > div {
  display: inline-block;
  margin: 0 2px;
}
.post-header .post-title {
  font-size: 1.75em;
  margin: 0 0 5px;
}
.post-excerpt {
  font-size: 1.125rem;
  margin: 10px 0;
}
.post-excerpt p {
  margin: 0;
}
.post-more-link {
  text-align: center;
}
.post-more-link a {
  font-size: 0.750em;
  text-decoration: none;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 30px;
  background: #333333;
  color: #ffffff;
}
.post-more-link a:hover {
  background: #000000;
}
.post-footer {
  line-height: 16px;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.single .post-footer {
  margin-bottom: -1px;
}
.post-footer::after {
  content: "";
  display: table;
  clear: both;
}
.post-footer .comments-number {
  float: left;
  font-size: 0.929rem;
}
.post-footer .comments-number a {
  text-decoration: none;
  color: #333333;
}
.post-footer .share {
  float: right;
  font-size: 1rem;
}
.post-footer .share li {
  display: inline-block;
  margin-left: 5px;
}
.post-footer .share a {
  color: #333333;
}
.post-list-item {
  display: table;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #e6e6e6;
}
.post-list-item .post-thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  padding: 0 30px 0 0;
}
.post-list-item .post-content {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.post-list-item .post-header {
  text-align: left;
}
.post-list-item .post-header .post-title {
  font-size: 1.5em;
}
.post-list-item .post-entry {
  margin: 5px 0 0;
}
.post-list-item .post-entry p {
  margin: 0;
}
.grid-posts {
  margin: 0 -15px;
  padding: 30px 0;
}
.paged .grid-posts,
#main.grid-layout .grid-posts,
#main.masonry-layout .grid-posts,
body.archive .grid-posts,
body.search .grid-posts {
  padding: 0;
}
#main.classic-then-grid-layout .grid-posts,
#main.classic-then-masonry-layout .grid-posts {
  padding: 40px 0 0;
}
.paged #main.classic-then-grid-layout .grid-posts,
.paged #main.classic-then-masonry-layout .grid-posts {
  padding: 0;
}
.post-grid-item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 15px 35px;
}
.post-grid-item:last-of-type {
  padding-bottom: 35px;
}
.post-grid-item .post-header {
  text-align: left;
}
.post-grid-item.post-overlay .post-header {
  text-align: center;
}
.post-grid-item.post-overlay .post-header h2,
.post-grid-item.post-overlay .post-meta {
  padding: 0 15px;
}
.post-grid-item .post-header .post-title {
  font-size: 1.25em;
  margin: 0 0 3px;
}
.post-grid-item .post-content {
  margin: 20px 0 0;
}
.post-grid-item .post-entry {
  margin: 5px 0 0;
}
.post-grid-item .post-entry p {
  margin: 0;
}
.grid-posts.masonry .post-grid-item.post-overlay .post-content {
  margin: 0;
}
.post-grid-item.post-overlay .post-content {
  margin: 15px 0 0;
}
.post-grid-item.post-overlay .post-entry,
.post-grid-item.post-overlay .post-entry p {
  margin: 0;
}
.post-grid-item {
  width: 50%;
}
#main.full-width.grid-layout .post-grid-item,
#main.full-width.masonry-layout .grid-posts.masonry .post-grid-item,
#main.full-width.classic-then-grid-layout .grid-posts .post-grid-item,
#main.full-width.classic-then-masonry-layout .grid-posts.masonry .post-grid-item {
  width: 33.333333%;
}
.grid-posts.masonry .post-grid-item {
  margin: 0;
}
.post-item-thumbnail a {
  display: block;
}
.post-item-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.post-item-content {
  padding: 20px 0;
}
.post-item-meta i {
  vertical-align: bottom;
}
.post-item-meta-date,
.post-item-meta-author,
.post-item-meta-category {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.post-item-title h2 {
  margin: 0 0 5px;
}
.post-item-title h2 a:hover {
  text-decoration: underline;
}
.post-item-excerpt p {
  margin: 0;
}
.post-item-more-link {
  margin: 15px 0 0;
}
.post-item-more-link a {
  display: inline-block;
  padding: 5px 25px;
  text-decoration: none;
}
.halcyon-post-gallery,
.post-entry .gallery.slick-slider {
  position: relative;
  visibility: hidden;
}
.halcyon-post-gallery.slick-initialized,
.post-entry .gallery.slick-slider.slick-initialized {
  visibility: visible;
}
.post-entry .gallery.slick-slider {
  margin: 0 auto 16px !important;
}
.post-entry .gallery.slick-slider img,
.halcyon-post-gallery.slick-slider .slick-slide img {
  width: 100%;
  height: auto;
}
.posts-nav {
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  font-size: 0.813rem;
  padding: 30px 0 0;
}
#main.classic-layout .posts-nav,
#main.classic-then-overlay-layout .posts-nav {
  border: 0;
}
.posts-nav .prev-posts {
  float: left;
}
.posts-nav .next-posts {
  float: right;
}
.posts-nav .prev-posts a {
  padding-left: 10px;
}
.posts-nav .next-posts a {
  padding-right: 10px;
}
.posts-nav .prev-posts a,
.posts-nav .next-posts a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  color: #333333;
}
.post-tags {
  margin: 20px 0;
}
.post-tags li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.post-tags a {
  font-size: 0.750rem;
  color: #999999;
  text-decoration: none;
  letter-spacing: 1.5px;
  line-height: initial;
  display: block;
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
}
.post-tags a:hover {
  background: #e6e6e6;
}
.post-entry {
  margin: 10px 0 40px;
}
.post-entry .twitter-tweet {
  margin: 20px auto;
}
.single .post-entry {
  margin: 10px 0 20px;
}
.page .post-entry {
  margin: 10px 0 0;
}
.post-entry h1 {
  font-size: 1.733rem;
}
.post-entry h2 {
  font-size: 1.6rem;
}
.post-entry h3 {
  font-size: 1.467rem;
}
.post-entry h4 {
  font-size: 1.333rem;
}
.post-entry h5 {
  font-size: 1.2rem;
}
.post-entry h6 {
  font-size: 1rem;
}
.post-entry.not-found {
  text-align: center;
  margin: 0;
}
.post-entry.not-found p {
  margin: 0 0 25px;
}
.post-entry strong {
  font-weight: 700;
}
.post-entry em {
  font-style: italic;
}
.post-entry ul {
  list-style: disc;
}
.post-entry ol {
  list-style: decimal;
}
.post-entry ul,
.post-entry ol {
  margin: 0 0 20px 20px;
}
.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
  margin: 10px 0 0 20px;
}
.post-entry li {
  margin: 0 0 10px;
}
.post-entry img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.post-entry blockquote,
.post-entry q {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 700;
  font-style: italic;
  padding-left: 1rem;
  border-left: 5px solid #e6e6e6;
}
.post-entry blockquote cite,
.post-entry q cite {
  font-size: 1.25rem;
  display: block;
  margin: 1rem 0 0;
}
.post-entry cite {
  font-size: 1.25rem;
  display: block;
  margin: 1rem 0 0;
}
.post-entry table {
  width: 100%;
  font-size: 0.938rem;
  margin-bottom: 1rem;
}
.post-entry table a {
  color: inherit;
  border-bottom: none;
  font-weight: 700;
}
.post-entry table thead {
  background: #333;
  color: #f6f6f6;
}
.post-entry table th,
.post-entry table td {
  border: 1px solid #d9d9d9;
  padding: 5px;
}
.post-entry dl {
  margin-bottom: 1rem;
}
.post-entry dt {
  font-weight: bold;
  text-decoration: underline;
}
.post-entry dd {
  margin: 0;
  padding: 0 0 0.5rem;
}
.post-entry pre {
  overflow: auto;
  border: 1px solid #d9d9d9;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
.post-entry .page-links::after {
  content: "";
  display: table;
  clear: both;
}
.post-entry .page-links a {
  font-size: 0.75rem;
  line-height: 32px;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #333;
  border: none;
}
.post-entry .page-links .page-link-item {
  color: #f6f6f6;
  font-size: 0.75rem;
  line-height: 32px;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.post-entry .page-links > span.page-link-item {
  margin: 0 2px;
  background: #000;
}
.post-entry .page-links a {
  margin: 0 2px;
}
.post-entry .page-links a .page-link-item {
  background: #333;
}
.post-entry .wp-caption,
.wp-caption {
  max-width: 100%;
  margin: 20px 0;
}
.post-entry .wp-caption a {
  display: block;
  border: none;
}
.post-entry .wp-caption.alignnone {
  width: 100% !important;
  text-align: center;
}
.post-entry .wp-caption-text,
.post-entry .gallery-caption {
  text-align: left;
  font-style: italic;
  margin: 5px 10px 0 0;
  font-size: 0.813rem;
}
.post-entry .wp-caption-text a {
  display: inline;
}
.post-entry .size-auto,
.post-entry .size-full,
.post-entry .size-large,
.post-entry .size-medium,
.post-entry .size-thumbnail {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.post-entry .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.post-entry .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
.post-entry .aligncenter {
  margin: 1rem auto;
  text-align: center;
}
.post-entry .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 1rem;
}
.post-entry .embed-container iframe,
.post-entry .embed-container object,
.post-entry .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-password-form {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 30px;
  margin: 30px 0;
}
.post-password-form input[type=submit] {
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 0.75rem;
  background: #e6e6e6;
  color: #5d5d5d;
  text-decoration: none;
  letter-spacing: 1.5px;
  display: inline-block;
}
.bypostauthor {
  color: #000;
}

/* ================================================
  19. Related Articles
================================================= */

.related-articles {
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
}
.related-articles::after {
  content: "";
  display: table;
  clear: both;
}
.related-articles h4 {
  text-align: center;
  font-size: 1.125em;
  margin: 0 0 20px;
}
.related-items {
  margin: 0 -10px;
}
.related-item {
  float: left;
  width: 33.333333%;
  padding: 0 10px;
}
.related-item:last-child {
  margin-right: 0;
}
.related-item-title {
  font-size: 0.875em;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 1.5px;
  margin: 10px 0 0;
}
.related-item-title a {
  text-decoration: none;
  color: #333333;
}

/* ================================================
  20. Author Bio
================================================= */

.author-bio {
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
}
.author-bio-inner {
  display: table;
  height: 100%;
}
.author-bio-inner::after {
  content: "";
  display: table;
  clear: both;
}
.author-avatar {
  background-color: #e6e6e6;
  height: 84px;
  width: 84px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.author-info {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.author-info-link {
  margin-bottom: 5px;
}
.author-info-link,
.author-info-link a {
  font-size: 0.933em;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.author-info-desc {
  font-size: 0.929rem;
}
.author-info-desc p {
  margin: 0;
}

/* ================================================
  21. Comments
================================================= */

.comment-form label {
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
  font-size: 0.750rem;
  letter-spacing: 1.5px;
  display: block;
}
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  font-size: 0.833rem;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  color: rgba(0,0,0,0.5);
  background: #fff;
  padding: 15px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  height: 40px;
}
.comment-form textarea:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus {
  outline: 0;
}
.comment-form .submit {
  cursor: pointer;
  font-size: 0.750rem;
  background: #e6e6e6;
  color: #5d5d5d;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 16px;
  border: 0;
}
#comments {
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
}
.page #comments {
  padding: 0;
}
#comments > h2 {
  font-size: 1.125rem;
}
.page #comments > h2 {
  margin: 20px 0;
}
#comments .children {
  padding-left: 30px;
}
#comments ol > .comment:first-child {
  border-top: none;
  padding-top: 0;
}
#comments .comments-closed {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
#respond {
  margin: 20px 0 0;
}
#respond .comment-notes {
  display: none;
}
#respond .comment-form {
  margin: 0 -10px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  margin: 0;
}
#respond .comment-form-comment,
#respond .logged-in-as,
#respond .comment-notes {
  padding: 0 10px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  width: 33.333333%;
  float: left;
  padding: 0 10px;
  margin: 0 0 20px;
}
#respond .form-submit {
  clear: both;
  padding: 0 10px;
  margin: 20px 0;
}
#respond .comment-form-comment label {
  display: none;
}
#respond h3 {
  font-size: 1.125rem;
  margin: 0 0 5px;
}

#respond .logged-in-as {
  font-size: 0.857rem;
}
#respond #cancel-comment-reply-link {
  border: none;
  font-size: 0.750rem;
  padding: 5px 10px;
  border-radius: 500px;
  background: #e6e6e6;
  color: #5d5d5d;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.comments-list {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comment {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 20px;
}
.comment .children,
.comment .children .comment {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 20px;
}
.comment .children .comment {
  border-bottom: 0;
}
.comment .children .comment:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.comment-avatar {
  background: #e6e6e6;
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-body {
  overflow: hidden;
}
.comment-header {
  font-size: 0.929rem;
  color: #333333;
}
.comment-header-author,
.comment-header-author a {
  font-weight: 700;
}
.comment-entry {
  line-height: initial;
  font-size: 0.929rem;
  margin: 5px 0 0;
}
.comment-entry h1,
.comment-entry h2,
.comment-entry h3,
.comment-entry h4,
.comment-entry h5,
.comment-entry h6 {
  margin: 0 0 5px;
  font-size: 0.929rem;
}
.comment-entry p {
  margin-bottom: 5px;
  line-height: 1.35;
}
.comment-entry a {
  text-decoration: underline;
}
.comment-entry .btn {
  color: #fff;
  border-bottom: 0;
}
.comment-entry .btn:hover {
  color: #fff;
}
.comment-entry ul,
.comment-entry ol {
  padding-left: 20px;
  margin: 5px 0;
}
.comment-entry ul ul,
.comment-entry ol ol {
  margin-bottom: 0;
}
.comment-entry ul {
  list-style: disc;
}
.comment-entry ol {
  list-style: decimal;
}
.comment-entry li {
  margin: 0 0 5px;
}
.comment-entry img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.comment-entry blockquote,
.comment-entry q {
  font-size: 1.25rem;
  line-height: 1.35;
  font-style: italic;
  font-weight: 700;
  padding-left: 1rem;
  margin: 1rem 0;
}
.comment-entry blockquote cite,
.comment-entry q cite {
  font-size: 1rem;
  display: block;
  margin: 1rem 0 0;
}
.comment-entry table {
  width: 100%;
  margin-bottom: 1rem;
}
.comment-entry table a {
  border: 0;
  color: inherit;
  font-weight: 700;
}
.comment-entry table thead {
  background: #333;
  color: #f6f6f6;
}
.comment-entry table th,
.comment-entry table td {
  border: 1px solid #333;
  padding: 5px;
}
.comment-entry dl {
  margin-bottom: 1rem;
}
.comment-entry dt {
  font-weight: bold;
  text-decoration: underline;
}
.comment-entry dd {
  margin: 0;
  padding: 0 0 0.5rem;
}
.comment-entry pre {
  overflow: auto;
  border: 1px solid #ccc;
  font-size: 0.813em;
  margin-bottom: 1rem;
  padding: 1rem;
}
.comment-entry .page-links::after {
  content: "";
  display: table;
  clear: both;
}
.comment-entry .page-links a {
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #333;
  border: none;
  border-radius: 3px;
}
.comment-entry .page-links .page-link-item {
  color: #f6f6f6;
  font-size: 0.75rem;
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.comment-entry .page-links > span.page-link-item {
  margin: 0 2px;
  background: #000;
}
.comment-entry .page-links a {
  margin: 0 2px;
}
.comment-entry .page-links a .page-link-item {
  background: #333;
}
.comment-entry .wp-caption {
  margin: 20px 0;
}
.comment-entry .wp-caption.alignnone {
  width: 100% !important;
  text-align: center;
}
.comment-entry .wp-caption-text {
  padding: 5px;
  font-size: 0.813rem;
  margin-bottom: 0;
}
.comment-entry .alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
.comment-entry .alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.comment-entry .aligncenter {
  margin: 20px auto 10px;
  text-align: center;
}
.comment-entry .size-auto,
.comment-entry .size-full,
.comment-entry .size-large,
.comment-entry .size-medium,
.comment-entry .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.comment-footer {
  font-size: 0.833rem;
}
.comments-nav {
  overflow: hidden;
  margin: 0 0 20px;
}

/* ================================================
  22. Search Page
================================================= */

.search-no-results h2 {
  text-align: center;
}
.search-page-s {
  background: #f3f3f3;
  padding: 20px;
  margin: 0 0 30px;
}
.search-page-s .searchform {
  position: relative;
  height: 45px;
}
.search-page-s .searchform i,
.search-page-s .screen-reader-text {
  display: none;
}
.search-page-s input[type="text"] {
  font-family: 'Source Serif Pro', serif;
  border: 0;
  color: #777;
  font-size: 0.75em;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  padding: 15px;
}
.search-page-s input[type="text"]:focus {
  outline: 0;
}
.search-page-s .search-submit {
  position: absolute;
  background: #cecece;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 0.688rem;
  letter-spacing: 1.5px;
  right: 0;
  top: 0;
  height: 45px;
  padding: 0 15px;
  border: 0;
}
.search-item {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
.search-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-item::after {
  content: "";
  display: table;
  clear: both;
}
.search-item-thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  float: left;
  margin: 0 20px 0 0;
}
.search-item-thumbnail a {
  display: block;
}
.search-item-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.search-item-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.search-item-title h2 {
  font-size: 0.813em;
  margin: 0;
}
.search-item-date,
.search-item-date a,
.meta-wrapper .search-item-date a {
  font-size: 0.813rem;
  color: #999;
  text-decoration: none;
}
.search-item-date a:hover,
.meta-wrapper .search-item-date a:hover {
  color: #999;
}

/* ================================================
  23. Page
================================================= */

.page-header {
  text-align: center;
  color: #333333;
}
.page-header .page-title {
  margin: 0;
  font-size: 1.75em;
}
.page-header-archive {
  font-size: 1.125em;
  margin: 0 0 30px;
  border: 1px solid #e6e6e6;
  padding: 14px;
}
.page-header-archive h1 {
  margin: 0;
  display: inline-block;
}

/* ================================================
  24. No Results
================================================= */

.no-results {
  text-align: center;
}

/* ================================================
  Pagination
================================================= */

.pagination {
  border-top: 1px solid #e6e6e6;
  padding: 40px 0 10px;
}
#main.classic-layout .pagination {
  margin-top: -1px;
}
.pagination .nav-links {
  position: relative;
  overflow: hidden;
}
.pagination .screen-reader-text {
  display: none;
}
.page-numbers {
  float: left;
  margin-right: 4px;
  background: #333333;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
  height: 40px;
  width: 40px;
  line-height: 40px;
  overflow: hidden;
}
.page-numbers:hover {
  background: #000000;
  text-decoration: none;
}
.page-numbers.dots {
  background: none;
  color: #333333;
}
.page-numbers.dots:hover {
  background: none;
}
.page-numbers.prev,
.page-numbers.next {
  display: inline-block;
  width: 40px;
  padding: 0;
}
.page-numbers.prev::before,
.page-numbers.next::before {
  font-family: "Material Icons";
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
}
.page-numbers.prev::before {
  content: "\E314";
}
.page-numbers.next::before {
  content: "\E315";
}
.page-numbers.current {
  display: inline-block;
  background: #000000;
  color: #ffffff;
}

/* ================================================
  26. Widgets
================================================= */

.widget {
  margin: 0 0 40px;
}
.widget .screen-reader-text {
  display: none;
}
#sidebar .widget:last-child {
  margin-bottom: 0;
}
.widget li {
  font-size: 0.929rem;
  margin: 0 0 5px;
}
.widget li a {
  text-decoration: none;
  color: #333333;
}
.widget li a:hover {
  color: #9f812e;
}
.widget-title {
  font-size: 1.125em;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 10px;
  margin: 0 0 20px
}
.widget-title .rsswidget {
  display: inline-block;
}
.widget .textwidget {
  font-size: 0.929rem;
}
.widget .recentcomments a,
.widget .recentcomments .comment-author-link {
  font-weight: 700;
}
.widget #wp-calendar {
  width: 100%;
  background: #ffffff;
}
.widget #wp-calendar caption {
  background: #fff;
  border: 1px solid #dedede;
  border-bottom: 0;
  color: #333333;
  font-size: 0.813rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 10px;
}
.widget #wp-calendar thead {
  font-size: 0.75rem;
  color: #333333;
  font-weight: 600;
}
.widget #wp-calendar thead th {
  padding: 10px;
  font-weight: 700;
  border: 1px solid #dedede;
}
.widget #wp-calendar tbody {
  font-size: 0.75rem;
}
.widget #wp-calendar tbody td {
  padding: 0 5px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  border: 1px solid #dedede;
}
.widget #wp-calendar tbody td a {
  line-height: 32px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.widget #wp-calendar tfoot {
  background: #fff;
  border: 1px solid #dedede;
  font-size: 0.813rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.widget #wp-calendar tfoot td {
  padding: 10px;
}
.widget #wp-calendar tfoot td#next {
  text-align: right;
}
.widget #wp-calendar tfoot td a {
  color: #333333;
}
.widget .searchform {
  position: relative;
}
.widget .searchform .screen-reader-text {
  display: none;
}
.widget .searchform input[type=text] {
  width: 100%;
  height: 40px;
  padding: 15px;
  font-size: 0.875rem;
  color: rgba(0,0,0,0.5);
  border: 1px solid #e6e6e6;
}
.widget .searchform input[type=text]:focus {
  outline: 0;
}
.widget .searchform .search-submit {
  position: absolute;
  padding: 0 10px;
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 0;
  top: 0;
  right: 0;
}
.widget .searchform .search-submit:focus {
  outline: none;
}
.widget .searchform .search-submit::before {
  font-family: "FontAwesome";
  font-size: 0.813rem;
  content: "\f002";
  line-height: 40px;
  color: #777;
}
.tagcloud a {
  display: inline-block;
  text-decoration: none;
  line-height: initial;
  padding: 8px 12px;
  margin: 0 4px 8px 0;
  border: 1px solid #e6e6e6;
  color: #999999;
  letter-spacing: 1px;
  font-size: 0.75rem !important;
}
.tagcloud a:hover {
  background: #e6e6e6;
}
.halcyon-widget-about-image {
  max-width: 84px;
  margin: 15px 15px 0 0;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.halcyon-widget-about-entry {
  font-size: 0.929rem;
  margin: 20px 0 0;
}
.halcyon-widget-recent-post {
  overflow: hidden;
  height: 72px;
  display: table;
  margin: 20px 0;
}
.halcyon-widget-recent-post-thumbnail {
  width: 72px;
  float: left;
  margin-right: 15px;
}
.halcyon-widget-recent-post-thumbnail a {
  display: block;
  position: relative;
}
.halcyon-widget-recent-post-thumbnail a::before {
  content: "";
  position: absolute;
  opacity: 0;
  background: rgba(0,0,0,0.2);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.halcyon-widget-recent-post-thumbnail a:hover::before {
  opacity: 1;
}
.halcyon-widget-recent-post-entry {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.halcyon-widget-recent-post-title {
  font-size: 0.933em;
  margin: 0;
}
.halcyon-widget-recent-post-date {
  display: block;
  font-size: 0.75rem;
  margin: 5px 0 0;
  letter-spacing: 1px;
}
.halcyon-widget-social li {
  font-size: 1.13rem;
  display: inline-block;
  margin-right: 10px;
}
.halcyon-widget-instagram-feed {
  margin: 0 -5px;
}
.halcyon-widget-instagram-feed::after {
  content: "";
  display: table;
  clear: both;
}
.halcyon-widget-instagram-item {
  width: 33.333333%;
  padding: 5px;
  float: left;
}
.halcyon-widget-instagram-item a {
  position: relative;
  display: block;
}
.halcyon-widget-instagram-item a::before {
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: rgba(0,0,0,0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.halcyon-widget-instagram-item a:hover::before {
  opacity: 1;
}
.halcyon-mc4wp-form-widget {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.halcyon-mc4wp-form-widget .widget-title  {
  border: 0;
  text-align: center;
  margin: 0 0 10px;
}
.halcyon-mc4wp-form-widget p {
  margin: 0;
}
.halcyon-mc4wp-form-widget label {
  display: none;
}
.halcyon-mc4wp-form-widget .mc4wp-form.mc4wp-form-submitted .mc4wp-form-fields {
  display: none;
}
.halcyon-mc4wp-form-widget .mc4wp-form input[type=email] {
  font-family: inherit;
  font-size: 0.813rem;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  color: rgba(0,0,0,0.5);
  background: #fff;
  padding: 15px;
  margin: 0 0 20px;
}
.halcyon-mc4wp-form-widget .mc4wp-form input[type=submit] {
  width: 100%;
  outline: 0;
  cursor: pointer;
  font-size: 0.75rem;
  background: #e6e6e6;
  color: #5d5d5d;
  text-decoration: none;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 12px 16px;
  border: 0;
}
.mc4wp-alert {
  font-size: 0.875rem;
  padding: 15px;
  border: 1px solid transparent;
}
.mc4wp-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.mc4wp-notice {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.mc4wp-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* ================================================
  27. Footer
================================================= */

.footer .container {
  overflow: hidden;
}
.footer-main {
  background: #222222;
  padding: 20px 0 0;
}
.footer-logo-wrapper {
  margin: 20px auto;
  text-align: center;
  line-height: initial;
}
.footer-logo-wrapper a {
  display: inline-block;
}
.footer-logo {
  display: block;
}
.footer-logo-2x {
  display: none;
}
.footer-logo-mobile {
  display: none;
}
.footer-menu {
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li::after {
  content: "-";
  margin: 0 10px;
  color: #3a3a3a;
}
.footer-menu li:last-child::after {
  display: none;
}
.footer-menu a {
  text-decoration: none;
  color: #555555;
}
.footer-menu a:hover {
  text-decoration: none;
  color: #777777;
}
.footer-social {
  text-align: center;
  margin: 20px 0;
}
.footer-social li {
  display: inline-block;
  margin: 0 4px;
}
.footer-social li a {
  font-size: 16px;
  color: #f2f2f2;
  background: #3a3a3a;
  display: block;
  height: 48px;
  width: 48px;
}
.footer-social li a:hover {
  background: #333333;
}
.footer-social li i {
  line-height: 48px;
  font-size: 1.25em;
}
.footer-copyright {
  color: #4c4c4c;
  margin: 20px 0;
  text-align: center;
  font-size: 0.857rem;
}
.footer-copyright p {
  margin: 0;
}

/* ================================================
  28. Instagram Feed
================================================= */

.halcyon-instagram-feed {
  position: relative;
}
.halcyon-instagram-feed::after {
  content: "";
  display: table;
  clear: both;
}
.halcyon-instagram-header {
  text-align: center;
  max-width: 900px;
  margin: auto;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.halcyon-instagram-header h3,
.halcyon-instagram-header p {
  margin: 0;
}
.halcyon-instagram-header h3 {
  font-size: 0.938em;
}
.halcyon-instagram-header h3 a {
  box-shadow: 0 0 0 5px #ffffff;
  background: #ffffff;
  display: block;
  padding: 10px 15px;
  position: relative;
}
.halcyon-instagram-header h3 a::before {
  content: '';
  opacity: 0;
  -webkit-transition: all 0.35s,;
  transition: all 0.35s;
  border: 1px dotted rgba(0,0,0,.075);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
}
.halcyon-instagram-header a:hover {
  color: inherit !important;
  transform: scale(1.05);
}
.halcyon-instagram-header a:hover::before {
  opacity: 1;
}
.halcyon-instagram-item {
  float: left;
  width: 12.5%;
}
.halcyon-instagram-item a {
  display: block;
  position: relative;
}
.halcyon-instagram-item a::before {
  content: '';
  opacity: 0;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.halcyon-instagram-item a:hover::before {
  opacity: 1;
}

/* ================================================
  29. Plugins
================================================= */

.wpcf7 label {
  font-weight: 400;
  color: #333333;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  display: block;
}
.wpcf7-text,
.wpcf7-textarea {
  font-size: 0.833rem;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  color: rgba(0,0,0,0.5);
  background: #fff;
  padding: 15px;
}
.wpcf7-text {
  max-width: 480px;
  height: 40px;
}
.wpcf7-submit {
  outline: 0;
  cursor: pointer;
  font-size: 0.75rem;
  background: #e6e6e6;
  color: #5d5d5d;
  text-decoration: none;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 12px 16px;
  border: 0;
}
span.wpcf7-not-valid-tip {
  text-transform: none;
  color: #d43131;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.813rem;
  border: 1px solid;
  padding: 10px 15px;
  margin: 20px 0;
}
div.wpcf7-validation-errors {
  color: #d43131;
  border-color: #d43131;
}
div.wpcf7-mail-sent-ok {
  color: #4f9c2e;
  border-color: #4f9c2e;
}

/* ================================================
  30. Responsive Styles
================================================= */

@media only screen and (max-width: 1260px) {

  /* ================================================
    Container
  ================================================= */

  .container {
    width: 960px
  }

  /* ================================================
    Main
  ================================================= */

  #main {
    width: 620px;
  }

  /* ================================================
    Posts
  ================================================= */

  .callout {
    height: 220px;
  }
  .callout-title h3 {
    font-size: 1em;
    padding: 7px 12px;
  }

  /* ================================================
    Posts
  ================================================= */

  .post-header .post-title {
    font-size: 1.5em;
  }
  .post-excerpt {
    font-size: 1rem;
  }
  .post-grid-item .post-header .post-title {
    font-size: 1.125em;
  }
  .post-list-item .post-thumbnail {
    width: 280px;
  }
  .post-list-item .post-header .post-title {
    font-size: 1.25em;
  }

  /* ================================================
    Page
  ================================================= */

  .page-header .page-title {
    font-size: 1.5em;
  }
  .page-header-archive h1 {
    font-size: 1.125em;
  }

  /* ================================================
    Footer Instagram Feed
  ================================================= */

  .halcyon-instagram-header h3 {
    font-size: 1em;
  }
  .halcyon-instagram-item {
    width: 16.66666%;
  }
  .halcyon-instagram-item:nth-child(n+8) {
    display: none;
  }

}

@media only screen and (max-width: 1023px) {

  /* ================================================
    Container
  ================================================= */

  .container {
    width: auto;
    padding: 0 30px;
  }

  /* ================================================
    Header / Top Bar
  ================================================= */

  .header {
    margin: 0 0 30px;
  }

  .top-bar,
  .header-menu,
  .header-items {
    display: none;
  }
  .header .container {
    width: auto;
    padding: 0 30px;
  }
  .header-top-bar .logo-wrapper {
    float: left;
  }
  .header .logo-wrapper a {
    font-size: 1.5em;
  }

  /* ================================================
    Toggle Menu
  ================================================= */

  .toggle-button {
    display: block;
  }
  .toggle-menu.is-open {
    display: block;
  }

  /* ================================================
    Main / Sidebar
  ================================================= */

  #main {
    width: 66.666666%;
    padding-right: 20px;
  }
  #sidebar {
    width: 33.333333%;
    padding-left: 20px;
  }

  /* ================================================
    Main / Sidebar
  ================================================= */

  #content {
    margin: 30px 0;
  }

  /* ================================================
    Featured
  ================================================= */

  .featured-wrapper,
  .featured.boxed .featured-item,
  .featured.full-width .featured-item,
  .featured.columns .featured-item {
    height: 400px;
  }
  .featured-item-title h2 {
    font-size: 1.75em;
  }
  .featured-item-meta, .featured-item-meta a {
    font-size: 0.875em;
  }
  .featured-item-more-link a {
    font-size: 0.813em;
    padding: 8px 24px;
  }

  /* ================================================
    Callouts
  ================================================= */

  .callouts {
    margin: 30px 0;
  }

  /* ================================================
    Posts
  ================================================= */
  .post {
    padding: 0 0 30px;
  }
  .post:last-child {
    padding-bottom: 0;
  }
  .post-banner {
    height: 400px;
  }
  .post-banner-title h1 {
    font-size: 1.75em;
  }
  .post-banner-meta,
  .post-banner-meta a,
  .post-banner-meta-date {
    font-size: 0.875em;
  }
  .post-grid-item {
    padding: 0 15px 25px;
  }
  .post-grid-item:last-of-type {
    padding-bottom: 25px;
  }
  .post-list-item {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  .post-list-item .post-thumbnail {
    width: 240px;
  }
  .post-list-item .post-header .post-meta {
    font-size: 0.688em;
  }
  .post-entry {
    margin: 10px 0 30px;
  }
  #main.classic-then-grid-layout .grid-posts,
  #main.classic-then-masonry-layout .grid-posts {
    padding: 30px 0 0;
  }

  /* ================================================
    Comments
  ================================================= */

  #comments .children {
    padding-left: 20px;
  }

  /* ================================================
    Page
  ================================================= */

  .page-header-archive {
    font-size: 1em;
  }

  /* ================================================
    Pagination
  ================================================= */

  .pagination {
    padding: 30px 0 0;
  }

  /* ================================================
    Footer
  ================================================= */

  .footer-logo-mobile {
    display: block;
  }
  .footer-logo-mobile-2x {
    display: none;
  }

}

@media only screen and (max-width: 767px) {

  /* ================================================
    Container
  ================================================= */

  .container {
    width: auto;
  }

  /* ================================================
    Header
  ================================================= */

  .header .logo-wrapper a {
    font-size: 1em;
  }

  /* ================================================
    Main / Sidebar
  ================================================= */

  #main,
  .sidebar-right #main,
  .sidebar-left #main  {
    width: auto;
    float: none;
    padding: 0;
  }
  #sidebar,
  .sidebar-right #sidebar,
  .sidebar-left #sidebar {
    width: auto;
    float: none;
    margin-top: 40px;
    padding: 0;
  }
  .single #sidebar,
  .single.sidebar-right #sidebar,
  .single.sidebar-left #sidebar {
    margin-top: 0;
  }

  /* ================================================
    Content
  ================================================= */

  #content {
    margin: 30px 0;
  }

  /* ================================================
    Featured
  ================================================= */

  .featured-wrapper,
  .featured.boxed .featured-item,
  .featured.full-width .featured-item,
  .featured.columns .featured-item {
    height: 300px;
  }
  .featured.columns .featured-item {
    margin: 0 30px;
  }
  .featured-item-box-inner {
    padding: 0 20px;
  }
  .featured-item-title h2 {
    font-size: 1.313em;
  }
  .featured-item-meta, .featured-item-meta a {
    font-size: 0.813em;
  }
  .featured-item-more-link a {
    font-size: 0.75em;
    padding: 5px 20px;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    display: block !important;
  }

  /* ================================================
    Callouts
  ================================================= */

  .callout {
    height: 180px;
  }
  .callout h3 {
    font-size: 0.813em;
  }

  /* ================================================
    Posts
  ================================================= */

  .post-banner {
    height: 300px;
  }
  .post-banner-title h1 {
    font-size: 1.313em;
  }
  #main.full-width.grid-layout .post-grid-item,
  #main.full-width.masonry-layout .grid-posts.masonry .post-grid-item,
  #main.full-width.classic-then-grid-layout .grid-posts .post-grid-item,
  #main.full-width.classic-then-masonry-layout .grid-posts.masonry .post-grid-item {
    width: 50%;
  }
  .post-grid-item:last-child {
    padding-bottom: 30px;
  }
  .post-grid-item {
    padding: 0 15px 30px;
  }
  .post-grid-item.post-overlay .post-header h2 {
    font-size: 0.875em;
  }
  .post-grid-item.post-overlay .post-meta {
    font-size: 0.625em;
  }

  /* ================================================
    Page
  ================================================= */

  .page-header-archive {
    font-size: 0.875em;
  }

  /* ================================================
    Search Items
  ================================================= */
  .search-item {
    padding: 0 0 20px;
  }

  /* ================================================
    Related Posts
  ================================================= */

  .related-item {
    float: none;
    margin: 0 auto 20px;
    width: 350px;
  }
  .related-item:last-child {
    margin: 0 auto;
  }

  /* ================================================
    Comments
  ================================================= */

  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 100%;
  }
  #comments .children {
    padding-left: 10px;
  }

  /* ================================================
    Footer Instagram Feed
  ================================================= */

  .halcyon-instagram-header h3 {
    font-size: 0.813em;
  }
  .halcyon-instagram-item {
    width: 25%;
  }
  .halcyon-instagram-item:nth-child(n+6) {
    display: none;
  }

}

@media only screen and (max-width: 600px) {

  /* ================================================
    Callouts
  ================================================= */

  .callout {
    width: 100%;
    height: 300px;
    margin: 0 0 30px;
  }
  .callout:last-child {
    margin-bottom: 0;
  }

  /* ================================================
    Comments
  ================================================= */

  .single #comments {
    padding-bottom: 0;
  }

  /* ================================================
    Posts
  ================================================= */

  .post:last-child {
    padding-bottom: 30px;
  }
  .post-header {
    text-align: left;
  }
  .post-header .post-title {
    font-size: 1.313em;
  }
  .post-banner {
    height: 240px;
  }
  .post-grid-item,
  #main.full-width.grid-layout .post-grid-item,
  #main.full-width.masonry-layout .grid-posts.masonry .post-grid-item,
  #main.full-width.classic-then-grid-layout .grid-posts .post-grid-item,
  #main.full-width.classic-then-masonry-layout .grid-posts.masonry .post-grid-item {
    width: auto;
  }
  .post-list-item {
    display: block;
    border: 0;
    margin: 0;
  }
  .post-list-item:last-of-type {
    padding-bottom: 30px;
  }
  .post-list-item .post-thumbnail {
    display: block;
    width: auto;
    padding: 0;
  }
  .post-list-item .post-content {
    margin: 20px 0 0;
    display: block;
  }
  .post-list-item .post-header .post-title {
    font-size: 1.125em;
  }
  .post-list-item .post-header .post-meta {
    font-size: 0.833em;
  }

  /* ================================================
    Page
  ================================================= */

  .page-header .page-title {
    font-size: 1.313em;
  }

  /* ================================================
    Related Posts
  ================================================= */
  .related-item {
    width: 320px;
  }

  /* ================================================
    Pagination
  ================================================= */
  .page-numbers {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 2px;
  }

  .page-numbers.prev,
  .page-numbers.next {
    width: 30px;
  }
  .page-numbers.prev::before,
  .page-numbers.next::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

}

@media only screen and (max-width: 480px) {

  /* ================================================
    Callouts
  ================================================= */

  .callout {
    height: 225px;
  }
}