/*
Theme Name: Anni
Theme URI: http://themeab.com/anni/
Author: Artem Barkov
Author URI: http://themeab.com/
Description: An Elegant & Effective WordPress Personal Blog Theme
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anni
Tags:custom-colors,custom-header,custom-menu,featured-images,flexible-header,full-width-template,microformats,post-formats,sticky-post,theme-options,threaded-comments,translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Anni is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Post Share
    ## Related Posts
    ## Author Info
    ## Recent Posts Header
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Grid
# Footer
# Social Icons
# Visibility
# Misc
# Prettyphoto
# Owl Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #121212;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #464646;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.5;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  -webkit-transition: color .3s ease, background .3s ease;
  -moz-transition: color .3s ease, background .3s ease;
  -o-transition: color .3s ease, background .3s ease;
  transition: color .3s ease, background .3s ease;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  transition: opacity .3s .3s ease;
}

::-moz-placeholder {
  -moz-transition: opacity .3s .3s ease;
  transition: opacity .3s .3s ease;
}

:-moz-placeholder {
  -moz-transition: opacity .3s .3s ease;
  transition: opacity .3s .3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  color: #121212;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 .5em;
  text-rendering: optimizelegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #121212;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #5a5a5a;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 2em 0 .7em;
}

h1 {
  font-size: 225%;
  font-size: 316%;
  font-size: 27px;
  font-size: 1.6875rem;
}

h2 {
  font-size: 185%;
  font-size: 237%;
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 150%;
  font-size: 177%;
  font-size: 21px;
  font-size: 1.3125rem;
}

h4 {
  font-size: 115%;
  font-size: 133%;
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 100%;
  font-size: 15px;
  font-size: .9375rem;
}

h6 {
  font-size: 75%;
  font-size: 12px;
  font-size: .75rem;
}

p {
  margin: 0;
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  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;
  font-size: .9375rem;
}

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

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

big {
  font-size: 125%;
}

.drop-cap {
  font-family: 'Dancing Script', serif;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: .5;
  float: left;
  padding: .2em 0.15em .2em 0;
  text-transform: capitalize;
  color: #121212;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*: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;
}

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

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

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

blockquote {
  font-family: 'Dancing Script', serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.313;
  margin: 1.75em 0;
  padding: 0 20%;
  text-align: center;
  color: #121212;
}

blockquote.aligntxtleft,
blockquote.aligntxtright {
  padding: 0;
  margin: 0 0 .83em;
}

@media screen and (max-width: 568px) {
  blockquote {
    padding: 0 15%;
  }
}
@media screen and (max-width: 480px) {
  blockquote {
    padding: 0 10%;
  }
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

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

blockquote > cite,
blockquote p > cite {
  position: relative;
  display: inline-block;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-top: 1.35em;
  margin-top: 1.25em;
  color: #A0A0A0;
}

blockquote > cite:before,
blockquote p > cite:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2em;
  height: 1px;
  background: #CCAE77;
}

blockquote.aligntxtleft > cite,
blockquote.aligntxtleft p > cite,
blockquote.aligntxtright > cite,
blockquote.aligntxtright p > cite {
  padding-top: 1em;
  margin-top: 0;
}

blockquote.aligntxtleft > cite:before,
blockquote.aligntxtleft p > cite:before,
blockquote.aligntxtright > cite:before,
blockquote.aligntxtright p > cite:before {
  content: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  margin: 0 0 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

del {
  opacity: 0.8;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.ab-btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #f0f0f0;
  color: #aeaeae;
  padding: .792em 1.2em;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  font-weight: bold;
}

.ab-btn.ab-alt {
  background-color: #121212;
  color: #fff;
}

button:hover,
.ab-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #CCAE77;
  color: #fff;
}

button:focus,
.ab-btn:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.ab-btn:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #CCAE77;
  color: #fff;
  outline: none;
}

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 {
  border: 1px solid #EAEAEA;
  padding: .5em .75em;
  font-size: 14px;
  font-size: .875rem;
}

select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-size: .875rem;
  height: 37px;
  padding: .5em .75em;
  background: #fff;
  border: 1px solid #EAEAEA;
}

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 {
  border-color: #959595;
  outline: none;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #121212;
  text-decoration: none;
  -webkit-transition: color .3s ease, -webkit-box-shadow .3s ease;
  -moz-transition: color .3s ease, -moz-box-shadow .3s ease;
  -o-transition: color .3s ease, -webkit-box-shadow .3s ease;
  transition: color .3s ease, box-shadow .3s ease;
}

a:hover,
a:focus,
a:active {
  color: #b78d37;
}

a:focus {
  outline: thin dotted;
}

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

.entry-content a {
  display: inline-block;
  color: #b78d37;
}

.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus {
  color: #464646;
}

.entry-content a.prettyPhoto {
  display: inline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-top-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  background: #fff;
  border-bottom: 1px solid #EAEAEA;
  min-height: 45px;
}

.admin-bar .site-top-line {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-top-line {
    top: 46px;
  }
}
@media screen and (max-width: 640px) {
  .admin-bar .site-top-line {
    position: absolute;
  }
}
.site-header {
  position: relative;
  text-align: center;
  padding-top: 3em;
  border-bottom: 1px solid #EAEAEA;
}

.site-header.no-border {
  border: none;
}

.site-header .ab-overlay {
  display: none;
  background-color: #121212;
  opacity: .5;
}

.site-branding {
  padding: 4em 0 4.5em;
}

.site-title {
  font-family: 'Dancing Script', serif;
  font-size: 99px;
  font-size: 6.1875rem;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 479px) {
  .site-title {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 414px) {
  .site-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 320px) {
  .site-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.site-title + .site-description:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2em;
  height: 1px;
  background: #CCAE77;
}

.site-description {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1;
  color: #A0A0A0;
}

.site-title + .site-description {
  position: relative;
  padding-top: 1.9em;
  margin-top: .9em;
}

.main-navigation {
  clear: both;
  display: block;
}

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

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation > ul > li > a,
.main-navigation > ul > li > a .ab-angle-down {
  line-height: 45px;
}

.main-navigation > ul > li > a {
  margin-right: 1.5em;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  color: #464646;
}

.main-navigation > ul > li > a:hover,
.main-navigation > ul > li > a:focus,
.main-navigation > ul > li > a:active {
  color: #b78d37;
}

.main-navigation > ul > li:last-child > a {
  margin-right: 0;
}

.main-navigation .menu-item-has-children > a {
  position: relative;
}

.main-navigation > ul > .menu-item-has-children > a {
  padding-right: 1.5em;
}

.main-navigation a .ab-angle-left,
.main-navigation a .ab-angle-down {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.5;
  width: 1.5em;
  text-align: center;
  color: #aeaeae;
}

.main-navigation > ul > .menu-item-has-children > a .ab-angle-down {
  display: block;
}

.main-navigation ul ul > .menu-item-has-children > a .ab-angle-left {
  display: block;
  width: 1.5em;
  padding-top: .5em;
  text-align: left;
}

.main-navigation ul ul > .menu-item-has-children > a {
  padding-right: 2em;
}

.main-navigation ul ul {
  border: 1px solid #EAEAEA;
  background: #fff;
  float: left;
  position: absolute;
  top: 100%;
  display: none;
  z-index: 8999;
}

.main-navigation ul ul ul {
  top: -1px;
  left: 100%;
}

.main-navigation ul ul a {
  position: relative;
  font-size: 14px;
  font-size: .875rem;
  padding: .5em 1em .85em;
  min-width: 205px;
  color: #5a5a5a;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:active,
.main-navigation ul ul a:focus {
  color: #b78d37;
}

.main-navigation ul ul a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1em;
  width: 86%;
  width: calc(100% - 2em);
  height: 1px;
  background-color: #EAEAEA;
}

.main-navigation ul ul li:last-child a:after {
  content: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  display: none;
}

.social-search-wrap .menu-toggle {
  float: right;
  line-height: 45px;
}

.menu-toggle-search-wrap {
  float: right;
}

.main-mobile-navigation {
  display: none;
}

@media screen and (max-width: 959px) {
  .menu-toggle,
  .main-mobile-navigation {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}
.main-navigation.w-padding {
  padding-right: 20em;
}

.social-search-wrap {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.social-search-wrap .social-navigation {
  float: left;
  margin-right: 1.25em;
}

.site-header-search {
  float: right;
}

.site-header-search .ab-close {
  display: none;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .social-search-wrap {
    float: none;
    position: static;
  }

  .social-search-wrap .social-navigation {
    float: none;
    padding-right: 7em;
    margin-right: 0;
  }

  .menu-toggle-search-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 320px) {
  .social-search-wrap .social-navigation li:nth-child(n+7) {
    display: none;
  }
}
.social-navigation .site-header-social a,
.site-header-search a {
  display: block;
  line-height: 45px;
}

.social-search-wrap .menu-toggle,
.site-header-search a {
  text-align: center;
  width: 3.334em;
  border-left: 1px solid #EAEAEA;
}

@media screen and (max-width: 959px) {
  .site-header-search a {
    border-left: 0;
  }
}
.search-form {
  position: relative;
}

.search-field {
  width: 100%;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  width: 1.5em;
  letter-spacing: 0;
}

.site-header-search-form {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  padding: 1.2em 0 1.5em;
  background: #121212;
}

.site-header-search-form .search-field {
  background: none;
  border: none;
  padding: 0 1.5em .1em 0;
  border-bottom: 1px solid #5a5a5a;
  color: #fff;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 19px;
  font-size: 1.1875rem;
}

.site-header-search-form .search-field:focus {
  color: #fff;
  outline: none;
}

.site-header-search-form .search-submit {
  color: #5a5a5a;
  font-size: 17px;
  font-size: 1.0625rem;
  top: 1px;
  padding-bottom: .35em;
}

.site-header-search-form .search-form .search-submit:hover,
.site-header-search-form .search-form .search-submit:active,
.site-header-search-form .search-form .search-submit:focus {
  color: #fff;
  background: none;
}

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

.main-mobile-navigation .sub-menu > li a {
  margin-left: 1.5em;
}

.main-mobile-navigation .sub-menu .sub-menu > li a {
  margin-left: 3em;
}

.main-mobile-navigation .sub-menu .sub-menu .sub-menu > li a {
  margin-left: 4em;
}

.main-mobile-navigation ul ul {
  display: none;
}

.main-mobile-navigation a {
  display: inline-block;
  margin: .75em 0;
}

.main-mobile-navigation .menu-item-has-children {
  position: relative;
}

.main-mobile-navigation > ul > li {
  border-top: 1px solid #EAEAEA;
}

.main-mobile-navigation > ul > li:first-child {
  border-top: none;
}

.main-mobile-navigation .menu-item-has-children > a {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  margin-right: 3em;
}

.main-mobile-navigation > ul > li > a {
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: 1px;
  color: #464646;
}

.main-mobile-navigation > ul > li > a:hover,
.main-mobile-navigation > ul > li > a:focus,
.main-mobile-navigation > ul > li > a:active {
  color: #b78d37;
}

.main-mobile-navigation > ul ul > li > a {
  font-size: 14px;
  font-size: .875rem;
  margin-top: .65em;
  margin-bottom: .65em;
  color: #464646;
}

.main-mobile-navigation > ul ul > li > a:hover,
.main-mobile-navigation > ul ul > li > a:focus,
.main-mobile-navigation > ul ul > li > a:active {
  color: #b78d37;
}

.main-mobile-navigation ul ul > li:last-child > a {
  margin-bottom: 1.5em;
}

.main-mobile-navigation .ab-angle-down {
  display: none;
}

.main-mobile-navigation .menu-item-has-children > .ab-angle-down {
  display: block;
}

.main-mobile-navigation .menu-item-has-children > .ab-angle-down {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  font-size: 1.5625rem;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.5625;
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

.main-mobile-navigation .menu-item-has-children.item-active > .ab-angle-down {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
}

.pagination {
  position: relative;
  text-align: center;
  color: #C0C0C0;
}

.pagination,
.site-main .posts-navigation {
  margin-top: 1.25em;
}

.site-main > article + .pagination,
.hentry + .pagination,
.ab-posts + .pagination,
.site-main > article + .posts-navigation,
.site-main .hentry + .posts-navigation,
.site-main .ab-posts + .posts-navigation {
  margin-top: 4em;
}

.ab-isotope + .pagination,
.site-main .ab-isotope + .posts-navigation {
  margin-top: 1.5em;
}

.pagination .page-numbers + .page-numbers {
  margin-left: 1em;
}

.pagination .prev.page-numbers + .page-numbers,
.pagination .next.page-numbers {
  margin-left: 0;
}

.pagination,
.site-main .posts-navigation a {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.pagination .prev .meta-nav,
.posts-navigation .nav-previous .meta-nav {
  margin-right: .5em;
}

.pagination .next .meta-nav,
.posts-navigation .nav-next .meta-nav {
  margin-left: .5em;
}

.pagination .prev {
  float: left;
  left: 0;
}

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

.pagination .next,
.pagination .prev {
  position: absolute;
}

.pagination .next {
  float: right;
  right: 0;
  text-align: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 49%;
  margin-left: 2%;
}

@media screen and (max-width: 959px) {
  .pagination .page-numbers {
    display: none;
  }

  .pagination .page-numbers + .page-numbers {
    margin: 0;
  }

  .prev.page-numbers,
  .next.page-numbers,
  .page-numbers.current {
    display: inline-block;
  }

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 415px) {
  .page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
  }
}
.post-navigation {
  margin: 4em 0 0;
  padding: .8em 0 1em;
  border: 1px solid #EAEAEA;
  border-width: 1px 0;
}

.post-navigation a {
  color: #464646;
  display: table;
  width: 100%;
}

.post-navigation .ab-post-thumb-wrap {
  width: 100px;
}

.post-navigation .ab-post-thumb-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.post-navigation .nav-previous .ab-post-thumb-wrap {
  padding-right: 1em;
}

.post-navigation .nav-next .ab-post-thumb-wrap {
  padding-left: 1em;
}

@media screen and (max-width: 320px) {
  .post-navigation .ab-post-thumb-wrap {
    display: none;
  }
}
.post-navigation .nav-previous .meta-nav i {
  margin-right: .5em;
}

.post-navigation .nav-next .meta-nav i {
  margin-left: .5em;
}

.post-navigation span span {
  display: block;
}

.post-navigation .meta-nav {
  color: #A0A0A0;
  font-size: 14px;
  font-size: .875rem;
  font-family: Georgia, serif;
  font-style: italic;
}

.post-navigation .post-title {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.313;
  padding-top: .35em;
  margin-bottom: 0;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title,
.post-navigation a:active .post-title {
  color: #b78d37;
}

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

@media screen and (max-width: 959px) {
  .post-navigation .nav-previous + .nav-next {
    border-top: 1px solid #EAEAEA;
    padding-top: 1em;
    margin-top: 1em;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  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-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

@media screen and (max-width: 959px) {
  .pull-right,
  .pull-left {
    float: none;
  }
}
.aligntxtleft {
  text-align: left;
}

.aligntxtright {
  text-align: right;
}

.aligntxtcenter {
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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,
.pagination:before,
.pagination:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

.clearfix:before,
.clearfix:after,
.ab-row:before,
.ab-row:after,
.widget_tag_cloud .tagcloud:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.ab-row:after,
.clearfix:after,
.widget_tag_cloud .tagcloud:after {
  clear: both;
}

.ab-row,
.clearfix,
.widget_tag_cloud .tagcloud {
  zoom: 1;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  color: #A0A0A0;
}

.sidebar a {
  color: #464646;
}

.sidebar a:hover,
.sidebar a:active
.sidebar a:focus {
  color: #b78d37;
}

.sidebar .menu-toggle {
  display: none;
}

@media screen and (max-width: 959px) {
  .ab-sidebar-on {
    overflow: hidden !important;
    max-width: 100%;
  }

  .ab-sidebar-on .site-inner {
    overflow: hidden !important;
  }

  #ab-overlay {
    position: fixed;
    z-index: 9500;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: #121212;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  .ab-sidebar-on #ab-overlay {
    opacity: .3;
    width: 100%;
    height: 100%;
  }

  .sidebar {
    float: none;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    max-width: 390px;
    width: 50%;
    height: 100%;
    padding: 2.75em 5%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    z-index: 9999;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0);
  }

  .sidebar .menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .sidebar .menu-toggle a {
    font-size: 25px;
    font-size: 1.5625rem;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    display: block;
  }

  .admin-bar .sidebar {
    top: 32px;
    height: calc(100% - 32px);
  }

  .ab-sidebar-on .sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }

  .sidebar .main-mobile-navigation + .widget-area {
    margin-top: 3em;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .sidebar {
    top: 46px;
    height: calc(100% - 46px);
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget + .widget {
  margin-top: 4em;
}

@media screen and (max-width: 959px) {
  .widget + .widget {
    margin-top: 3em;
  }
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
  width: 100%;
}

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

.widget-title,
.widget_calendar caption {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

.widget_calendar caption {
  text-align: center;
}

.widget-title,
.widget_calendar caption,
.widget_rss .widget-title a {
  color: #121212;
}

.sidebar .widget-title,
.sidebar .widget_calendar caption {
  text-transform: uppercase;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 1.25em;
}

.single-post-widgets .widget-title,
.single-post-widgets .widget_calendar caption {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 1.25em;
}

.single-post-widgets .widget_mc4wp_form_widget .widget-title {
  margin-bottom: 1.25em;
}

.site-footer-container-widget .widget-title,
.site-footer-container-widget .widget_calendar caption {
  text-align: center;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.site-footer-container-widget .widget_mc4wp_form_widget .widget-title {
  margin-bottom: 1.3em;
}

.site-footer-full-widget .widget-title,
.site-footer-full-widget .widget_calendar caption {
  text-align: center;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.site-footer-full-widget .widget:first-child .widget-title,
.site-footer-full-widget .widget:first-child .widget_calendar caption {
  margin-top: 1.25em;
}

.site-footer-widgets .widget-title,
.site-footer-widgets .widget_calendar caption {
  text-transform: uppercase;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 1.25em;
}

@media screen and (max-width: 959px) {
  .site-footer-widgets .widget-title {
    text-align: center;
  }
}
.anni_widget_recent_posts li + li,
.widget_recent_entries li + li,
.widget_recent_comments li + li,
.widget_archive li + li,
.widget_categories li + li,
.widget_pages li + li,
.widget_meta li + li,
.widget_rss li + li,
.widget_nav_menu li + li,
.widget_nav_menu .menu-item-has-children,
.widget_nav_menu .menu-item-has-children > ul > li:first-child {
  margin-top: .75em;
  padding-top: .75em;
  border-top: 1px solid #EAEAEA;
}

.widget_recent_comments li + li {
  padding-top: .6em;
}

.widget_tag_cloud a {
  color: #A0A0A0;
  display: inline-block;
  float: left;
  margin: 0 .5em .5em 0;
  padding: .25em .6em;
  border: 1px solid #EAEAEA;
  text-transform: uppercase;
  font-size: 11px !important;
  font-size: .6875rem !important;
  letter-spacing: .1em;
  -webkit-transition: border .3s ease;
  -moz-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
}

.widget_tag_cloud .tagcloud a:last-child {
  margin-right: 0;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active {
  color: #464646;
  border-color: inherit;
}

.anni_widget_about,
.anni_widget_about .widget-title {
  text-align: center;
}

.anni_widget_about .widget-title {
  position: relative;
  text-transform: none;
  font-family: 'Dancing Script', serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: normal;
  letter-spacing: 0;
  padding-bottom: .8em;
  margin-bottom: 0;
}

.anni_widget_about .widget-title + .ab-widget-description {
  margin-top: 1.35em;
}

.anni_widget_about .widget-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.35em;
  height: 1px;
  background: #CCAE77;
}

.anni_widget_about .ab-widget-avatar + .widget-title,
.anni_widget_about .ab-widget-img + .widget-title {
  margin-top: 1em;
}

.anni_widget_about .ab-widget-img img,
.anni_widget_about .ab-widget-avatar img {
  max-width: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.anni_widget_social {
  text-align: center;
}

.anni_widget_social .widget-title {
  font-family: 'Dancing Script', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: .833333333em;
  color: #464646;
}

.anni_widget_social p {
  margin-bottom: 1em;
}

.sidebar .anni_widget_social,
.site-footer-widgets .anni_widget_social {
  padding: 1.5em;
  background: #f7f7f7;
}

.widget_mc4wp_form_widget {
  text-align: center;
}

.widget_mc4wp_form_widget label {
  display: block;
  font-family: 'Dancing Script', serif;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #464646;
}

.widget_mc4wp_form_widget input[type="submit"] {
  background-color: #121212;
  color: #fffff;
}

.widget_mc4wp_form_widget input[type="submit"]:hover,
.widget_mc4wp_form_widget input[type="submit"]:active,
.widget_mc4wp_form_widget input[type="submit"]:focus {
  background-color: #CCAE77;
}

.single-post-widgets .widget_mc4wp_form_widget input[type="submit"],
.site-footer-container-widget .widget_mc4wp_form_widget input[type="submit"] {
  padding: .792em 1.1em;
}

@media screen and (max-width: 480px) {
  .single-post-widgets .widget_mc4wp_form_widget input[type="submit"],
  .site-footer-container-widget .widget_mc4wp_form_widget input[type="submit"] {
    width: 300px;
    max-width: 100%;
    margin-top: .75em;
  }
}
.sidebar .widget_mc4wp_form_widget .mc4wp-form,
.site-footer-widgets .widget_mc4wp_form_widget .mc4wp-form {
  padding: 1.1em 1.5em 1.5em;
  background: #f7f7f7;
}

.single-post-widgets .widget_mc4wp_form_widget label,
.site-footer-container-widget .widget_mc4wp_form_widget label {
  margin-bottom: 1em;
}

.single-post-widgets .widget_mc4wp_form_widget label {
  margin-bottom: 1.06667em;
}

.sidebar .widget_mc4wp_form_widget input,
.site-footer-widgets .widget_mc4wp_form_widget input {
  width: 100%;
  margin-top: 1em;
}

.single-post-widgets .widget_mc4wp_form_widget input[type="email"],
.site-footer-container-widget .widget_mc4wp_form_widget input[type="email"] {
  width: 250px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .single-post-widgets .widget_mc4wp_form_widget input[type="email"],
  .site-footer-container-widget .widget_mc4wp_form_widget input[type="email"] {
    width: 300px;
  }
}
.widget_mc4wp_form_widget .mc4wp-response {
  font-family: Georgia, serif;
  font-style: italic;
  color: #A0A0A0;
  font-size: 14px;
  font-size: .875rem;
}

.widget_mc4wp_form_widget .mc4wp-form-fields + .mc4wp-response > * {
  margin-top: 1.5em;
}

.widget_search .search-field {
  padding-right: 2.5em;
}

.widget_search .search-submit {
  width: 2.5em;
  font-size: 16px;
  font-size: 1rem;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:active,
.widget_search .search-submit:focus {
  color: #464646;
  background: none;
}

.widget_nav_menu li ul {
  margin-left: 1.5em;
}

.widget_calendar tbody a {
  font-weight: normal !important;
  display: block;
  border: 1px solid;
  margin: 1px;
  width: 2.125em;
  margin-left: auto;
  margin-right: auto;
}

.widget_calendar th {
  font-weight: bold !important;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  line-height: 2;
  width: 2.125em;
}

.widget_calendar tfoot #prev {
  text-align: left;
  padding-left: .5em;
  padding-top: .25em;
}

.widget_calendar tfoot #next {
  text-align: right;
  padding-right: .5em;
  padding-top: .25em;
}

.anni_widget_recent_posts .ab-post-wrap {
  display: table;
}

.anni_widget_recent_posts .ab-post-thumb-wrap {
  display: table-cell;
  vertical-align: top;
}

.anni_widget_recent_posts .ab-post-thumb-wrap {
  padding-right: 1em;
}

.anni_widget_recent_posts .ab-post-thumb-wrap a {
  display: block;
  width: 80px;
  position: relative;
  overflow: hidden;
}

.anni_widget_recent_posts .ab-post-no-thumb {
  width: 80px;
  height: 53px;
  border: 1px solid #EAEAEA;
  position: relative;
}

.anni_widget_recent_posts .ab-post-no-thumb span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #EAEAEA;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.anni_widget_recent_posts .post-date {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  font-size: .8125rem;
}

.anni_widget_recent_posts .ab-post-title {
  display: block;
}

@media screen and (max-width: 359px) {
  .anni_widget_recent_posts .ab-post-thumb-wrap {
    display: none;
  }
}
.widget_recent_comments .comment-author-link {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.null-instagram-feed {
  text-align: center;
  overflow: hidden;
}

.null-instagram-feed > .clear {
  display: none;
}

.null-instagram-feed .instagram-pics li {
  width: 31.666666666666668%;
  display: inline-block;
  float: left;
  margin: 0;
  margin-top: 2.5%;
  margin-left: 2.5%;
}

.null-instagram-feed .instagram-pics li:nth-child(-n+3) {
  margin-top: 0;
}

.null-instagram-feed .instagram-pics li:nth-child(3n+1) {
  margin-left: 0;
}

.null-instagram-feed .instagram-pics li a {
  position: relative;
  display: block;
}

.null-instagram-feed .instagram-pics li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.null-instagram-feed .instagram-pics li a:hover:before {
  opacity: .16;
}

.null-instagram-feed .instagram-pics li img {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
  margin: 4em 0 4em;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.site-main {
  position: relative;
}

.more-link-wrap {
  text-align: center;
  margin-top: 2.25em;
}

.more-link-wrap .more-link {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  color: #b78d37;
  -webkit-box-shadow: 0 1px 0 0 rgba(183, 141, 55, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(183, 141, 55, 0.3);
  box-shadow: 0 1px 0 0 rgba(183, 141, 55, 0.3);
}

.more-link-wrap .more-link:hover,
.more-link-wrap .more-link:active,
.more-link-wrap .more-link:focus {
  color: #464646;
  -webkit-box-shadow: 0 1px 0 0 rgba(70, 70, 70, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(70, 70, 70, 0.3);
  box-shadow: 0 1px 0 0 rgba(70, 70, 70, 0.3);
}

.more-link-wrap .more-link i {
  margin-left: .5em;
}

.single-post .site-main > article + .author-info-wrap,
.single-post .hentry + .author-info-wrap {
  margin-top: 2em;
  padding-top: 4em;
  border-top: 1px solid #EAEAEA;
}

.ab-posts {
  position: relative;
}

.ab-isotope .isotope-posts .format-gallery.ab-media .entry-featured {
  position: relative;
}

.ab-isotope .isotope-posts .format-gallery.ab-media .entry-featured:before {
  content: '';
  display: block;
  padding-bottom: 66.6666667%;
}

.ab-isotope .isotope-posts .format-gallery.ab-media .entry-featured .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-standard .site-main > article + article,
.archive .site-main > article + article,
.search .site-main > article + article,
.ab-list .site-main > article + article,
.ab-first-list .site-main > article + article,
.ab-first-list .ab-posts > article + article,
.ab-first-grid .site-main > article + article,
.ab-first-list .site-main > article + .ab-posts > article:first-child,
.ab-standard .hentry + .hentry,
.archive .hentry + .hentry,
.search .hentry + .hentry,
.ab-list .hentry + .hentry,
.ab-first-list .site-main > .hentry + .hentry,
.ab-first-list .ab-posts .hentry + .hentry,
.ab-first-grid .site-main > .hentry + .hentry,
.ab-first-list .site-main > .hentry + .ab-posts .hentry:first-child {
  border-top: 1px solid #EAEAEA;
}

.ab-standard .site-main > article + article,
.ab-first-list .site-main > article + article,
.ab-first-grid .site-main > article + article,
.ab-standard .hentry + .hentry,
.ab-first-list .site-main > .hentry + .hentry,
.ab-first-grid .site-main > .hentry + .hentry {
  padding-top: 4em;
  margin-top: 2em;
}

.archive .site-main > article + article,
.search .site-main > article + article,
.ab-list .site-main > article + article,
.ab-first-list .ab-posts > article + article,
.archive .hentry + .hentry,
.search .hentry + .hentry,
.ab-list .hentry + .hentry,
.ab-first-list .ab-posts .hentry + .hentry {
  padding-top: 2.5em;
  margin-top: 2.5em;
}

.ab-first-list .site-main > article + .ab-posts,
.ab-first-grid .site-main > article + .ab-isotope,
.ab-first-list .site-main > .hentry + .ab-posts,
.ab-first-grid .site-main > .hentry + .ab-isotope {
  margin-top: 3.5em;
}

.ab-first-list .site-main > article + .ab-posts,
.ab-first-list .site-main > .hentry + .ab-posts {
  margin-top: 0;
}

.ab-first-list .site-main > article + .ab-posts > article:first-child,
.ab-first-list .site-main > .hentry + .ab-posts .hentry:first-child {
  padding-top: 2.5em;
  margin-top: 2.5em;
}

.ab-standard .site-main > article + article.format-quote,
.ab-standard .site-main > article + article.format-link,
.ab-first-list .site-main > article + article.format-quote,
.ab-first-list .site-main > article + article.format-link,
.ab-first-grid .site-main > article + article.format-quote,
.ab-first-grid .site-main > article + article.format-link,
.ab-standard .hentry + .hentry.format-quote,
.ab-standard .hentry + .hentry.format-link,
.ab-first-list .site-main > .hentry + .hentry.format-quote,
.ab-first-list .site-main > .hentry + .hentry.format-link,
.ab-first-grid .site-main > .hentry + .hentry.format-quote,
.ab-first-grid .site-main > .hentry + .hentry.format-link {
  padding-top: 0;
  margin-top: 4em;
}

.ab-first-list .site-main > article + .ab-posts > article.format-quote:first-child,
.ab-first-list .site-main > article + .ab-posts > article.format-link:first-child,
.ab-first-list .site-main > .hentry + .ab-posts .hentry.format-quote:first-child,
.ab-first-list .site-main > .hentry + .ab-posts .hentry.format-link:first-child {
  padding-top: 0;
}

.archive .site-main > article + article.format-quote,
.archive .site-main > article + article.format-link,
.search .site-main > article + article.format-quote,
.search .site-main > article + article.format-link,
.ab-list .site-main > article + article.format-quote,
.ab-list .site-main > article + article.format-link,
.ab-first-list .ab-posts > article + article.format-quote,
.ab-first-list .ab-posts > article + article.format-link,
.archive .hentry + .hentry.format-quote,
.archive .hentry + .hentry.format-link,
.search .hentry + .hentry.format-quote,
.search .hentry + .hentry.format-link,
.ab-list .hentry + .hentry.format-quote,
.ab-list .hentry + .hentry.format-link,
.ab-first-list .ab-posts .hentry + .hentry.format-quote,
.ab-first-list .ab-posts .hentry + .hentry.format-link {
  padding-top: 0;
}

.ab-standard .site-main > article.format-quote + article:not(.format-link):not(.format-quote),
.ab-standard .site-main > article.format-link + article:not(.format-link):not(.format-quote),
.ab-first-list .site-main > article.format-quote + article:not(.format-link):not(.format-quote),
.ab-first-list .site-main > article.format-link + article:not(.format-link):not(.format-quote),
.ab-first-grid .site-main > article.format-quote + article:not(.format-link):not(.format-quote),
.ab-first-grid .site-main > article.format-link + article:not(.format-link):not(.format-quote),
.ab-standard .hentry.format-quote + .hentry:not(.format-link):not(.format-quote),
.ab-standard .hentry.format-link + .hentry:not(.format-link):not(.format-quote),
.ab-first-list .site-main > .hentry.format-quote + .hentry:not(.format-link):not(.format-quote),
.ab-first-list .site-main > .hentry.format-link + .hentry:not(.format-link):not(.format-quote),
.ab-first-grid .site-main > .hentry.format-quote + .hentry:not(.format-link):not(.format-quote),
.ab-first-grid .site-main > .hentry.format-link + .hentry:not(.format-link):not(.format-quote) {
  border-top: 0;
  padding-top: 0;
  margin-top: 4em;
}

.ab-first-list .site-main > article.format-quote + .ab-posts > article:not(.format-link):not(.format-quote):first-child,
.ab-first-list .site-main > article.format-link + .ab-posts > article:not(.format-link):not(.format-quote):first-child,
.ab-first-list .site-main > .hentry.format-quote + .ab-posts .hentry:not(.format-link):not(.format-quote):first-child,
.ab-first-list .site-main > .hentry.format-link + .ab-posts .hentry:not(.format-link):not(.format-quote):first-child {
  border-top: 0;
  padding-top: 0;
}

.archive .site-main > article.format-quote + article:not(.format-link):not(.format-quote),
.archive .site-main > article.format-link + article:not(.format-link):not(.format-quote),
.search .site-main > article.format-quote + article:not(.format-link):not(.format-quote),
.search .site-main > article.format-link + article:not(.format-link):not(.format-quote),
.ab-list .site-main > article.format-quote + article:not(.format-link):not(.format-quote),
.ab-list .site-main > article.format-link + article:not(.format-link):not(.format-quote),
.ab-first-list .ab-posts > article.format-quote + article:not(.format-link):not(.format-quote),
.ab-first-list .ab-posts > article.format-link + article:not(.format-link):not(.format-quote),
.archive .hentry.format-quote + .hentry:not(.format-link):not(.format-quote),
.archive .hentry.format-link + .hentry:not(.format-link):not(.format-quote),
.search .hentry.format-quote + .hentry:not(.format-link):not(.format-quote),
.search .hentry.format-link + .hentry:not(.format-link):not(.format-quote),
.ab-list .hentry.format-quote + .hentry:not(.format-link):not(.format-quote),
.ab-list .hentry.format-link + .hentry:not(.format-link):not(.format-quote),
.ab-first-list .ab-posts .hentry.format-quote + .hentry:not(.format-link):not(.format-quote),
.ab-first-list .ab-posts .hentry.format-link + .hentry:not(.format-link):not(.format-quote) {
  border-top: 0;
  padding-top: 0;
}

.ab-first-list .ab-posts > article.format-quote + .ab-posts > article:not(.format-link):not(.format-quote):first-child,
.ab-first-list .ab-posts > article.format-link + .ab-posts > article:not(.format-link):not(.format-quote):first-child,
.ab-first-list .ab-posts .hentry.format-quote + .ab-posts .hentry:not(.format-link):not(.format-quote):first-child,
.ab-first-list .ab-posts .hentry.format-link + .ab-posts .hentry:not(.format-link):not(.format-quote):first-child {
  border-top: 0;
  padding-top: 0;
}

.ab-grid .isotope-posts > article,
.ab-first-grid .isotope-posts > article,
.ab-grid-sizer,
.ab-grid .hentry,
.ab-first-grid .isotope-posts .hentry {
  width: 32%;
  margin: 0 0 2.75em;
}

.ab-gutter-sizer {
  width: 2%;
}

@media screen and (max-width: 959px) {
  .ab-grid .isotope-posts > article,
  .ab-first-grid .isotope-posts > article,
  .ab-grid-sizer,
  .ab-grid .hentry,
  .ab-first-grid .isotope-posts .hentry {
    width: 48.5%;
  }

  .ab-gutter-sizer {
    width: 3%;
  }
}
.ab-grid.ab-sidebar-right .isotope-posts > article,
.ab-grid.ab-sidebar-left .isotope-posts > article,
.ab-first-grid .isotope-posts > article,
.ab-grid.ab-sidebar-right .ab-grid-sizer,
.ab-grid.ab-sidebar-left .ab-grid-sizer,
.ab-grid.ab-sidebar-right .hentry,
.ab-grid.ab-sidebar-left .hentry,
.ab-first-grid .ab-grid-sizer,
.ab-first-grid .isotope-posts .hentry {
  width: 48.5%;
}

.ab-grid.ab-sidebar-right .ab-gutter-sizer,
.ab-grid.ab-sidebar-left .ab-gutter-sizer,
.ab-first-grid .ab-gutter-sizer {
  width: 3%;
}

@media screen and (max-width: 480px) {
  .ab-grid .isotope-posts > article,
  .ab-first-grid .isotope-posts > article,
  .ab-grid .hentry,
  .ab-first-grid .isotope-posts .hentry {
    width: 100% !important;
  }

  .ab-grid-sizer {
    width: auto !important;
  }
}
article.isotope-hidden,
.isotope-hidden.hentry {
  pointer-events: none;
  z-index: 1;
}

.ab-isotope {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.ab-isotope .isotope-posts > article,
.ab-isotope .isotope-posts > .hentry {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.ab-isotope .isotope-posts > article.ab-loaded,
.ab-isotope .isotope-posts > .hentry.ab-loaded {
  visibility: visible;
  opacity: 1;
}

.ab-isotope-loading {
  display: block;
  position: absolute;
  top: 3em;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  color: #A0A0A0;
  opacity: .5;
}

.entry-header {
  text-align: center;
  margin-bottom: 1.5em;
}

.ab-standard .site-main > article .entry-title,
.ab-first-list .site-main > article .entry-title,
.ab-first-grid .site-main > article .entry-title,
.ab-standard .site-main > .hentry .entry-title,
.ab-first-list .site-main > .hentry .entry-title,
.ab-first-grid .site-main > .hentry .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
}

article.format-quote .entry-title,
.hentry.format-quote .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.ab-isotope .isotope-posts .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
}

.ab-isotope .isotope-posts .format-quote .entry-title {
  padding: 0;
}

.ab-isotope .isotope-posts .format-quote .entry-header .entry-sub-title,
.ab-isotope .isotope-posts .format-link .entry-header .entry-sub-title {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cat-links,
.cat-links a {
  color: #b78d37;
}

.cat-links a:hover,
.cat-links a:focus,
.cat-links a:active {
  color: #464646;
}

.entry-header .entry-meta:first-child {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.313;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.entry-header .entry-meta:last-child {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.entry-header .entry-meta + .entry-title {
  margin-top: .5em;
}

.entry-header .entry-title {
  font-family: 'Dancing Script', serif;
  margin-bottom: .6em;
}

@media screen and (max-width: 1024px) {
  .ab-isotope .isotope-posts .entry-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 667px) {
  .ab-isotope .isotope-posts .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .ab-isotope .isotope-posts .entry-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .entry-header .entry-meta:first-child,
  .entry-header .entry-meta:last-child {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .ab-isotope .isotope-posts .format-quote .entry-header .entry-sub-title,
  .ab-isotope .isotope-posts .format-link .entry-header .entry-sub-title {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .ab-standard .site-main > article .entry-header .entry-meta:first-child,
  .ab-first-list .site-main > article .entry-header .entry-meta:first-child,
  .ab-first-grid .site-main > article .entry-header .entry-meta:first-child,
  .ab-standard .site-main > article .entry-header .entry-meta:last-child,
  .ab-first-list .site-main > article .entry-header .entry-meta:last-child,
  .ab-first-grid .site-main > article .entry-header .entry-meta:last-child,
  .ab-standard .site-main > .hentry .entry-header .entry-meta:first-child,
  .ab-first-list .site-main > .hentry .entry-header .entry-meta:first-child,
  .ab-first-grid .site-main > .hentry .entry-header .entry-meta:first-child,
  .ab-standard .site-main > .hentry .entry-header .entry-meta:last-child,
  .ab-first-list .site-main > .hentry .entry-header .entry-meta:last-child,
  .ab-first-grid .site-main > .hentry .entry-header .entry-meta:last-child {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  .ab-isotope .isotope-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .ab-isotope .isotope-posts .format-quote .entry-header .entry-sub-title,
  .ab-isotope .isotope-posts .format-link .entry-header .entry-sub-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.archive .site-main > article .entry-title,
.search .site-main > article .entry-title,
.ab-list .site-main > article .entry-title,
.ab-first-list .ab-posts > article .entry-title,
.archive .hentry .entry-title,
.search .hentry .entry-title,
.ab-list .hentry .entry-title,
.ab-first-list .ab-posts .hentry .entry-title {
  margin-bottom: .5em;
}

.archive .entry-header .entry-meta + .entry-title,
.search .entry-header .entry-meta + .entry-title,
.ab-list .entry-header .entry-meta + .entry-title,
.ab-first-list .ab-posts .entry-header .entry-meta + .entry-title {
  margin-top: .5em;
}

.entry-header .entry-title + .entry-meta > span,
.entry-header .entry-title + .entry-meta > span a {
  color: #A0A0A0;
}

.entry-header .entry-title + .entry-meta > span a:hover,
.entry-header .entry-title + .entry-meta > span a:focus,
.entry-header .entry-title + .entry-meta > span a:active {
  color: #464646;
}

.entry-header .entry-meta > span a {
  display: inline-block;
}

.entry-header .entry-meta > span + span:before {
  content: '\00B7';
  margin: auto .5em;
  color: inherit;
}

.comments-link i {
  margin-right: .2em;
}

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

.group-blog .byline {
  display: inline !important;
}

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

.entry-content td, .entry-content th {
  padding: 12px;
  border-bottom: 1px #EAEAEA solid;
}

.entry-content th {
  background: #f7f7f7;
}

.archive .site-main > article,
.search .site-main > article,
.ab-list .site-main > article,
.ab-first-list .ab-posts > article,
.archive .hentry,
.search .hentry,
.ab-list .hentry,
.ab-first-list .ab-posts .hentry {
  overflow: hidden;
}

article.has-post-thumbnail .entry-featured,
article.format-audio.ab-media .entry-featured,
article.format-video.ab-media .entry-featured,
article.format-gallery.ab-media .entry-featured,
.hentry.has-post-thumbnail .entry-featured,
.hentry.format-audio.ab-media .entry-featured,
.hentry.format-video.ab-media .entry-featured,
.hentry.format-gallery.ab-media .entry-featured {
  margin-bottom: 1.5em;
}

.single-post .site-main > article.has-post-thumbnail .entry-featured,
.single-post .site-main > article.format-audio .entry-featured,
.single-post .site-main > article.format-video .entry-featured,
.single-post .site-main > article.format-gallery .entry-featured,
.single-post .hentry.has-post-thumbnail .entry-featured,
.single-post .hentry.format-audio .entry-featured,
.single-post .hentry.format-video .entry-featured,
.single-post .hentry.format-gallery .entry-featured {
  margin-bottom: 1.75em;
}

.archive .site-main > article .entry-featured,
.search .site-main > article .entry-featured,
.ab-list .site-main > article .entry-featured,
.ab-first-list .ab-posts > article .entry-featured,
.archive .hentry .entry-featured,
.search .hentry .entry-featured,
.ab-list .hentry .entry-featured,
.ab-first-list .ab-posts .hentry .entry-featured {
  margin-bottom: 0 !important;
}

.archive .site-main > article.has-post-thumbnail .entry-featured,
.search .site-main > article.has-post-thumbnail .entry-featured,
.ab-list .site-main > article.has-post-thumbnail .entry-featured,
.ab-first-list .ab-posts > article.has-post-thumbnail .entry-featured,
.archive .hentry.has-post-thumbnail .entry-featured,
.search .hentry.has-post-thumbnail .entry-featured,
.ab-list .hentry.has-post-thumbnail .entry-featured,
.ab-first-list .ab-posts .hentry.has-post-thumbnail .entry-featured {
  float: left;
  width: 35%;
  margin-right: 1.3em;
}

.archive .site-main > article.format-link .entry-featured,
.search .site-main > article.format-link .entry-featured,
.archive .site-main > article.format-quote .entry-featured,
.search .site-main > article.format-quote .entry-featured,
.ab-list .site-main > article.format-link .entry-featured,
.ab-first-list .ab-posts > article.format-link .entry-featured,
.ab-list .site-main > article.format-quote .entry-featured,
.ab-first-list .ab-posts > article.format-quote .entry-featured,
.archive .hentry.format-link .entry-featured,
.search .hentry.format-link .entry-featured,
.archive .hentry.format-quote .entry-featured,
.search .hentry.format-quote .entry-featured,
.ab-list .hentry.format-link .entry-featured,
.ab-first-list .ab-posts .hentry.format-link .entry-featured,
.ab-list .hentry.format-quote .entry-featured,
.ab-first-list .ab-posts .hentry.format-quote .entry-featured {
  float: none;
  margin-right: 0;
}

.archive .site-main > article .entry-wrap,
.search .site-main > article .entry-wrap,
.ab-list .site-main > article .entry-wrap,
.ab-first-list .ab-posts > article .entry-wrap,
.archive .hentry .entry-wrap,
.search .hentry .entry-wrap,
.ab-list .hentry .entry-wrap,
.ab-first-list .ab-posts .hentry .entry-wrap {
  overflow: hidden;
}

.archive .site-main > article .entry-header,
.search .site-main > article .entry-header,
.ab-list .site-main > article .entry-header,
.ab-first-list .ab-posts > article .entry-header,
.archive .hentry .entry-header,
.search .hentry .entry-header,
.ab-list .hentry .entry-header,
.ab-first-list .ab-posts .hentry .entry-header {
  text-align: left;
}

.archive .format-link .entry-header,
.search .format-link .entry-header,
.archive .format-quote .entry-header,
.search .format-quote .entry-header,
.ab-list .format-link .entry-header,
.ab-first-list .ab-posts .format-link .entry-header,
.ab-list .format-quote .entry-header,
.ab-first-list .ab-posts .format-quote .entry-header {
  text-align: center !important;
}

.archive .site-main > article .entry-title,
.search .site-main > article .entry-title,
.ab-list .site-main > article .entry-title,
.ab-first-list .ab-posts > article .entry-title,
.archive .hentry .entry-title,
.search .hentry .entry-title,
.ab-list .hentry .entry-title,
.ab-first-list .ab-posts .hentry .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
}

.single-post .site-main > article .entry-title,
.single-post .hentry .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.page .site-main > article .entry-title,
.page .hentry .entry-title {
  font-size: 37px;
  font-size: 2.3125rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 667px) {
  .ab-standard .site-main > article .entry-title,
  .ab-first-list .site-main > article .entry-title,
  .ab-first-grid .site-main > article .entry-title,
  .single-post .site-main > article .entry-title,
  .page .site-main > article .entry-title,
  .ab-standard .site-main > .hentry .entry-title,
  .ab-first-list .site-main > .hentry .entry-title,
  .ab-first-grid .site-main > .hentry .entry-title,
  .single-post .hentry .entry-title,
  .page .hentry .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .archive .site-main > article .entry-header,
  .search .site-main > article .entry-header,
  .ab-list .site-main > article .entry-header,
  .ab-first-list .ab-posts > article .entry-header {
    margin-bottom: 0;
  }

  .archive .site-main > article .entry-summary,
  .search .site-main > article .entry-summary,
  .ab-list .site-main > article .entry-summary,
  .ab-first-list .ab-posts > article .entry-summary,
  .archive .hentry .entry-summary,
  .search .hentry .entry-summary,
  .ab-list .hentry .entry-summary,
  .ab-first-list .ab-posts .hentry .entry-summary {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .archive .site-main > article .entry-title,
  .search .site-main > article .entry-title,
  .ab-list .site-main > article .entry-title,
  .ab-first-list .ab-posts > article .entry-title,
  .archive .hentry .entry-title,
  .search .hentry .entry-title,
  .ab-list .hentry .entry-title,
  .ab-first-list .ab-posts .hentry .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .ab-standard .site-main > article .entry-title,
  .ab-first-list .site-main > article .entry-title,
  .ab-first-grid .site-main > article .entry-title,
  .single-post .site-main > article .entry-title,
  .page .site-main > article .entry-title,
  .ab-standard .site-main > .hentry .entry-title,
  .ab-first-list .site-main > .hentry .entry-title,
  .ab-first-grid .site-main > .hentry .entry-title,
  .single-post .hentry .entry-title,
  .page .hentry .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 414px) {
  .ab-standard .site-main > article .entry-title,
  .ab-first-list .site-main > article .entry-title,
  .ab-first-grid .site-main > article .entry-title,
  .single-post .site-main > article .entry-title,
  .page .site-main > article .entry-title,
  .ab-standard .site-main > .hentry .entry-title,
  .ab-first-list .site-main > .hentry .entry-title,
  .ab-first-grid .site-main > .hentry .entry-title,
  .single-post .hentry .entry-title,
  .page .hentry .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .archive .site-main > article .entry-title,
  .search .site-main > article .entry-title,
  .ab-list .site-main > article .entry-title,
  .ab-first-list .ab-posts > article .entry-title,
  .archive .hentry .entry-title,
  .search .hentry .entry-title,
  .ab-list .hentry .entry-title,
  .ab-first-list .ab-posts .hentry .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.ab-standard .format-link,
.ab-standard .format-quote,
.archive .format-link,
.archive .format-quote,
.search .format-link,
.search .format-quote,
.ab-list .format-link,
.ab-list .format-quote,
.ab-first-list .ab-posts .format-link,
.ab-first-list .ab-posts .format-quote {
  position: relative;
}

article.format-link,
article.format-quote,
.hentry.format-link,
.hentry.format-quote {
  border: 1px solid #EAEAEA;
}

.format-link.has-post-thumbnail .entry-thumb img,
.format-quote.has-post-thumbnail .entry-thumb img {
  display: none;
}

.single-post article.format-link,
.single-post article.format-quote,
article.format-link.has-post-thumbnail,
article.format-quote.has-post-thumbnail,
.ab-isotope .isotope-posts > article.format-link,
.ab-isotope .isotope-posts > article.format-quote,
.single-post .hentry.format-link,
.single-post .hentry.format-quote,
.hentry.format-link.has-post-thumbnail,
.hentry.format-quote.has-post-thumbnail,
.ab-isotope .isotope-posts > .hentry.format-link,
.ab-isotope .isotope-posts > .hentry.format-quote {
  border: none;
}

.ab-isotope .isotope-posts > article.format-link,
.ab-isotope .isotope-posts > article.format-quote,
.ab-isotope .isotope-posts > .hentry.format-link,
.ab-isotope .isotope-posts > .hentry.format-quote {
  -webkit-box-shadow: 0 0 0 1px #e5e5e5;
  -moz-box-shadow: 0 0 0 1px #e5e5e5;
  box-shadow: 0 0 0 1px #e5e5e5;
}

.ab-isotope .isotope-posts > article.format-link.has-post-thumbnail,
.ab-isotope .isotope-posts > article.format-quote.has-post-thumbnail,
.ab-isotope .isotope-posts > .hentry.format-link.has-post-thumbnail,
.ab-isotope .isotope-posts > .hentry.format-quote.has-post-thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

article.format-quote .entry-title,
article.format-link .entry-title,
.hentry.format-quote .entry-title,
.hentry.format-link .entry-title {
  margin-bottom: 0 !important;
}

.format-quote .entry-title + .entry-sub-title,
.format-link .entry-title + .entry-sub-title {
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.format-quote .entry-header .entry-sub-title,
.format-link .entry-header .entry-sub-title {
  position: relative;
}

.format-quote .entry-header .entry-sub-title:before,
.format-link .entry-header .entry-sub-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2em;
  height: 1px;
  background: #CCAE77;
}

.format-link .entry-header .entry-sub-title:before {
  background: #c7c7c7;
}

.format-quote.has-post-thumbnail .entry-header .entry-sub-title:before,
.format-link.has-post-thumbnail .entry-header .entry-sub-title:before {
  background: #fff;
  -webkit-box-shadow: 1px 1px 0px 0 rgba(18, 18, 18, 0.22);
  -moz-box-shadow: 1px 1px 0px 0 rgba(18, 18, 18, 0.22);
  box-shadow: 1px 1px 0px 0 rgba(18, 18, 18, 0.22);
}

.format-link .entry-header .entry-sub-title,
.format-quote .entry-header .entry-sub-title {
  display: inline-block;
  color: #A0A0A0;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.format-quote .entry-header .entry-sub-title cite {
  font-style: normal;
}

.format-link .entry-sub-title.link-no-txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.format-link.has-post-thumbnail .entry-title,
.format-link.has-post-thumbnail .entry-title a,
.format-link.has-post-thumbnail .entry-sub-title,
.format-quote.has-post-thumbnail .entry-title,
.format-quote.has-post-thumbnail .entry-title a,
.format-quote.has-post-thumbnail .entry-sub-title,
.format-quote.has-post-thumbnail .entry-sub-title a {
  color: #fff;
}

.format-link .entry-sub-title a {
  display: inline-block;
  color: #b78d37;
  -webkit-box-shadow: 0 1px 0 0 rgba(183, 141, 55, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(183, 141, 55, 0.3);
  box-shadow: 0 1px 0 0 rgba(183, 141, 55, 0.3);
}

.format-link .entry-sub-title a:hover,
.format-link .entry-sub-title a:active,
.format-link .entry-sub-title a:focus {
  color: #464646;
  -webkit-box-shadow: 0 1px 0 0 rgba(70, 70, 70, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(70, 70, 70, 0.3);
  box-shadow: 0 1px 0 0 rgba(70, 70, 70, 0.3);
}

.format-link.has-post-thumbnail .entry-sub-title a {
  color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
  -webkit-transition: -webkit-box-shadow .3s ease;
  -moz-transition: -moz-box-shadow .3s ease;
  -o-transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

.format-link.has-post-thumbnail .entry-title a:hover,
.format-quote.has-post-thumbnail .entry-title a:hover,
.format-link.has-post-thumbnail .entry-sub-title a:hover,
.format-quote.has-post-thumbnail .entry-sub-title a:hover {
  border-color: white;
}

.format-link .entry-thumb,
.format-quote .entry-thumb,
.format-quote.has-post-thumbnail .entry-thumb:after,
.format-link.has-post-thumbnail .entry-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.format-link.has-post-thumbnail .entry-thumb,
.format-quote.has-post-thumbnail .entry-thumb {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #121212;
}

.format-quote.has-post-thumbnail .entry-thumb:after,
.format-link.has-post-thumbnail .entry-thumb:after {
  content: '';
  opacity: .5;
  background-color: #121212;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.format-quote.has-post-thumbnail:hover .entry-featured .entry-thumb:after,
.format-link.has-post-thumbnail:hover .entry-featured .entry-thumb:after,
.format-quote.has-post-thumbnail .entry-header:hover .entry-thumb:after,
.format-link.has-post-thumbnail .entry-header:hover .entry-thumb:after {
  opacity: .6;
}

article.format-link .entry-featured,
article.format-quote .entry-featured,
.hentry.format-link .entry-featured,
.hentry.format-quote .entry-featured {
  margin-bottom: 0 !important;
}

article.format-link,
article.format-quote,
.hentry.format-link,
.hentry.format-quote {
  position: relative;
}

article.format-link .entry-header,
article.format-quote .entry-header,
.hentry.format-link .entry-header,
.hentry.format-quote .entry-header {
  position: relative;
  margin-bottom: 0;
  padding: 5%;
}

.single-post article.format-link .entry-header,
.single-post article.format-quote .entry-header,
.single-post .hentry.format-link .entry-header,
.single-post .hentry.format-quote .entry-header {
  margin-bottom: 2.25em;
  padding: 0 10% 0;
}

.single-post article.format-link.has-post-thumbnail .entry-header,
.single-post article.format-quote.has-post-thumbnail .entry-header,
.single-post .hentry.format-link.has-post-thumbnail .entry-header,
.single-post .hentry.format-quote.has-post-thumbnail .entry-header {
  padding: 5% 5%;
}

.format-link.has-post-thumbnail .entry-header,
.format-quote.has-post-thumbnail .entry-header {
  text-shadow: 1px 1px 0 rgba(18, 18, 18, 0.22);
}

.single-post .format-link.has-post-thumbnail .entry-header .hgroup,
.single-post .format-quote.has-post-thumbnail .entry-header .hgroup {
  position: relative;
}

.entry-footer-wrap {
  margin-top: 2.25em;
}

.entry-footer .tags-links.ab-part,
.entry-footer .entry-share-wrap.ab-part {
  float: left;
}

.entry-footer .tags-links.ab-part {
  width: 83%;
}

.entry-footer .entry-share-wrap.ab-part {
  width: 17%;
}

@media screen and (max-width: 959px) {
  .entry-footer {
    text-align: center;
  }

  .entry-footer .ab-part + .ab-part {
    margin-top: 1.25em;
  }

  .entry-footer .tags-links.ab-part,
  .entry-footer .entry-share-wrap.ab-part {
    float: none;
    width: auto;
  }
}
.tags-links a {
  color: #A0A0A0;
  display: inline-block;
  float: left;
  padding: .25em .6em;
  margin: 0 .5em .5em 0;
  border: 1px solid #EAEAEA;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  -webkit-transition: border .3s ease;
  -moz-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
}

@media screen and (max-width: 959px) {
  .tags-links a {
    float: none;
    margin: 0 .35em .5em 0;
  }
}
.tags-links a:last-child {
  margin-right: 0;
}

.tags-links a:hover,
.tags-links a:focus,
.tags-links a:active {
  color: #464646;
  border-color: inherit;
}

@media screen and (min-width: 960px) {
  .entry-footer .tags-links {
    overflow: hidden;
    position: relative;
    height: 1.8em;
  }

  .entry-footer .tags-links:hover {
    overflow: visible;
  }

  .entry-footer .tags-links:hover:after {
    content: none;
  }

  .entry-footer .tags-links:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  }

  .entry-footer .tags-links .tags-links-inner {
    position: absolute;
    z-index: 1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 2.5em 1.5em white;
    -moz-box-shadow: 0 0 2.5em 1.5em white;
    box-shadow: 0 0 2.5em 1.5em white;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -moz-transition: -moz-box-shadow .3s ease;
    -o-transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
  }
}
.archive .page-header {
  text-align: center;
  margin-bottom: 4em;
}

.archive .page-title,
.search.search-results .page-title {
  font-family: 'Dancing Script', serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 0;
}

.archive .page-title span,
.search .page-title span {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #A0A0A0;
  margin-right: .1em;
}

.archive .page-header .taxonomy-description {
  margin-top: 1em;
  color: #A0A0A0;
}

.search.search-results .page-header {
  margin-bottom: 4em;
}

.search .page-header,
.search .page-content,
.error404 .page-header,
.error404 .page-content {
  text-align: center;
}

.search .page-content p,
.error404 .page-content p {
  font-family: Georgia, serif;
  font-style: italic;
}

.search .site-main .search-form,
.error404 .site-main .search-form {
  max-width: 400px;
  margin: 0 auto;
}

.search .site-main .search-submit,
.error404 .site-main .search-submit {
  width: 2.5em;
  font-size: 16px;
  font-size: 1rem;
}

.search .site-main .search-submit:hover,
.error404 .site-main .search-submit:hover,
.search .search-submit:active,
.error404 .search-submit:active,
.search .search-submit:focus,
.error404 .search-submit:focus {
  color: #121212;
  background: none;
}

/*--------------------------------------------------------------
## Post Share
--------------------------------------------------------------*/
.entry-share,
.entry-share-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-share > li > a {
  display: block;
  text-align: center;
  padding: .134em 0;
}

.entry-share {
  text-align: right;
}

.entry-share .ab-for-mobile {
  display: none;
}

.entry-share li {
  display: inline-block;
}

.entry-share li + li a {
  margin-left: 0.75em;
}

.entry-share ul {
  position: absolute;
  left: 14px;
  bottom: 32px;
  z-index: 999;
  display: none;
  left: auto;
  right: -11px;
  bottom: 33px;
  background-color: #121212;
}

.entry-share ul li {
  float: left;
}

.entry-share ul li a {
  position: relative;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2;
  display: block;
  text-align: center;
  margin-left: 0;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.entry-share ul li a:hover,
.entry-share ul li a:active,
.entry-share ul li a:focus {
  background-color: #DDBB00;
  background-color: #CCAE77;
  color: #ffffff;
}

.entry-share ul li:last-child a:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 100%;
  border-color: #121212 transparent transparent transparent;
  border-style: solid;
  border-width: 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.entry-share ul li:last-child a:hover:after,
.entry-share ul li:last-child a:active:after,
.entry-share ul li:last-child a:focus:after {
  border-top-color: #DDBB00;
  border-top-color: #CCAE77;
}

@media screen and (max-width: 959px) {
  .entry-share {
    text-align: center;
  }

  .entry-share li,
  .entry-share .ab-for-mobile {
    display: inline-block;
  }

  .entry-share .more-share,
  .entry-share ul {
    display: none;
  }
}
.single-post-widgets {
  margin: 4em 0;
  position: relative;
}

.single-post-widgets .widget_mc4wp_form_widget {
  background: #f7f7f7;
  padding: 1.75em 2em 2.5em;
  padding: 2.5em 2em 2.5em;
}

.single-post-widgets .null-instagram-feed .instagram-pics li {
  width: 20%;
  margin: 0;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
.ab-related .entry-header {
  text-align: left;
}

.ab-related-title {
  text-align: center;
  margin-bottom: 1em;
}

.ab-related-post .post-thumbnail {
  display: block;
  margin-bottom: .75em;
}

.ab-related .entry-header {
  margin-bottom: 0;
}

.ab-related .post-title {
  display: block;
  margin-bottom: .2em;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.313;
  color: #464646;
}

.ab-related .post-title:hover,
.ab-related .post-title:active,
.ab-related .post-title:focus {
  color: #b78d37;
}

.ab-related .post-date {
  color: #A0A0A0;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Georgia, serif;
  font-style: italic;
}

@media screen and (max-width: 959px) {
  .ab-related-post .post-thumbnail {
    width: 48.75%;
    float: left;
    margin-bottom: 0;
  }

  .ab-related-post .entry-header {
    width: 48.75%;
    margin-left: 2.5%;
    float: left;
  }
}
@media screen and (max-width: 479px) {
  .ab-related-post .post-thumbnail {
    width: 32.08333%;
  }

  .ab-related-post .entry-header {
    width: 65.4167%;
  }
}
@media screen and (max-width: 359px) {
  .ab-related-post .post-thumbnail {
    display: none;
  }

  .ab-related-post .entry-header {
    width: auto;
    float: none;
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
## Author Info
--------------------------------------------------------------*/
.author-info-wrap {
  margin: 0 0 4em;
  position: relative;
}

.author-info-wrap .ab-bg-img,
.author-info-wrap .ab-overlay {
  display: none;
}

.author-info-wrap .ab-overlay {
  background-color: #121212;
  opacity: .5;
}

.author-info {
  position: relative;
}

.author-description {
  margin-top: 1.5em;
}

.author-description p:last-child {
  margin-bottom: 0;
}

.author-info-inner {
  display: table;
  margin: 0 auto;
}

.author-avatar {
  display: table-cell;
  vertical-align: middle;
}

.author-avatar .avatar {
  height: 80px;
  width: 80px;
  max-width: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.author-title-social-wrap {
  vertical-align: middle;
  display: table-cell;
  padding-left: 1.75em;
}

@media screen and (max-width: 480px) {
  .author-info-inner {
    display: block;
    text-align: center;
  }

  .author-avatar {
    display: block;
  }

  .author-title-social-wrap {
    display: block;
    margin-top: .8em;
    padding-left: 0;
  }
}
.author-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: .5em;
}

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

.author-social li {
  display: inline-block;
}

.author-social li a {
  display: block;
  color: #A0A0A0;
}

.author-social li + li a {
  margin-left: 0.5em;
}

.author-social li:first-child a {
  margin-left: 0;
}

.author-social li a:hover,
.author-social li a:focus,
.author-social li a:active {
  color: #b78d37;
}

/*--------------------------------------------------------------
## Recent Posts Header
--------------------------------------------------------------*/
.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-featured:before,
.ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-featured:before {
  content: '';
  display: block;
}

.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-featured:before {
  padding-top: 44.4166667%;
}

.ab-recent-posts.ab-slider.w-list .owl-carousel .ab-recent-post .entry-featured:before,
.ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-featured:before {
  padding-top: 66.6666667%;
}

@media screen and (max-width: 959px) {
  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-featured:before,
  .ab-recent-posts.ab-slider.w-list .owl-carousel .ab-recent-post .entry-featured:before {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 768px) {
  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-featured:before {
    padding-top: 32.25%;
  }
}
@media screen and (max-width: 736px) {
  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-featured:before,
  .ab-recent-posts.ab-slider.w-list .owl-carousel .ab-recent-post .entry-featured:before {
    padding-top: 48.25%;
  }

  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-featured:before {
    padding-top: 32.25%;
  }
}
@media screen and (max-width: 640px) {
  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-featured:before,
  .ab-recent-posts.ab-slider.w-list .owl-carousel .ab-recent-post .entry-featured:before {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 480px) {
  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-featured:before {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 414px) {
  .ab-recent-posts.ab-slider.w-list .owl-carousel .ab-recent-post .entry-featured:before {
    padding-top: 66.25%;
  }

  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-featured:before {
    padding-top: 66.25%;
  }
}
.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-thumb,
.ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post .entry-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ab-recent-posts.ab-slider.w-list .owl-carousel {
  float: left;
  width: 66.66666667%;
}

.ab-recent-posts.ab-slider .ab-posts-list {
  float: right;
  width: 32.33333333%;
}

.ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post {
  margin-bottom: 3.87%;
}

.ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .ab-recent-posts.ab-slider.w-list .owl-carousel,
  .ab-recent-posts.ab-slider .ab-posts-list {
    float: none;
    width: auto;
  }

  .ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post {
    float: left;
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post {
    float: none;
    width: auto;
    margin-top: 2%;
    margin-right: 0;
  }

  .ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post .entry-thumb:before {
    opacity: .5;
  }

  .ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post .entry-thumb:after {
    display: none;
  }
}
.ab-recent-posts .ab-recent-post {
  position: relative;
  color: #ffffff;
}

.ab-recent-posts .ab-recent-post a {
  color: #ffffff;
}

.ab-recent-posts .ab-recent-post .entry-thumb {
  display: block;
  background: #121212;
}

.ab-recent-posts .ab-recent-post .entry-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.ab-recent-posts .ab-recent-post:hover .entry-thumb:before {
  opacity: .47;
}

.ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-thumb:before,
.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-thumb:before {
  opacity: .5;
}

.ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post .entry-thumb:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post .entry-thumb:after {
  background: -moz-linear-gradient(top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.6) 100%);
}

.ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-thumb:after {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.04) 14%, rgba(18, 18, 18, 0.38) 75%, rgba(18, 18, 18, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.04) 14%, rgba(18, 18, 18, 0.38) 75%, rgba(18, 18, 18, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.04) 14%, rgba(18, 18, 18, 0.38) 75%, rgba(18, 18, 18, 0.6) 100%);
}

.ab-recent-posts .ab-recent-post .entry-header {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1em;
  text-shadow: 1px 1px 0px rgba(18, 18, 18, 0.22);
}

.ab-recent-posts.ab-slider .ab-posts-list .ab-recent-post .entry-header {
  bottom: 0;
  text-align: left;
}

.ab-recent-posts.ab-carousel .ab-recent-post .entry-header {
  padding: 1.25em;
}

.ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-title {
  margin-bottom: .962962963em;
}

.ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-header,
.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-header {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-header {
  padding: 1em 10%;
}

.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-header {
  padding: 1em 20%;
}

.ab-recent-posts.ab-slider.w-list .owl-carousel .ab-recent-post .entry-header {
  padding: 1em 20%;
}

.ab-recent-posts .ab-recent-post .entry-meta {
  margin-bottom: 0;
}

.ab-recent-posts .ab-recent-post .entry-meta .cat-links span {
  font-weight: normal;
}

.ab-recent-posts .ab-recent-post .entry-meta .cat-links {
  color: #ffffff;
}

.ab-recent-posts .ab-recent-post .entry-meta + .entry-title {
  margin-top: .45em;
}

.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-title {
  margin-bottom: .733333333em;
}

.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-meta + .entry-title {
  margin-top: .3em;
}

.ab-recent-posts .ab-recent-post .entry-title + .entry-meta {
  position: relative;
}

.ab-recent-posts .ab-recent-post .entry-title + .entry-meta:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.5em;
  height: 1px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 0px 0 rgba(18, 18, 18, 0.22);
  -moz-box-shadow: 1px 1px 0px 0 rgba(18, 18, 18, 0.22);
  box-shadow: 1px 1px 0px 0 rgba(18, 18, 18, 0.22);
}

.ab-recent-posts .ab-recent-post .entry-meta .more-link {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  padding: .5em 1em;
  margin-top: 2.33333333em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-shadow: none;
}

.ab-recent-posts .ab-recent-post .entry-meta .more-link:hover {
  background: #fff;
  color: #121212;
  text-shadow: none;
}

.ab-recent-posts .ab-recent-post .cat-links a {
  -webkit-box-shadow: 0 1px 0 0 transparent;
  -moz-box-shadow: 0 1px 0 0 transparent;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .3s ease;
  -moz-transition: -moz-box-shadow .3s ease;
  -o-transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

.ab-recent-post .cat-links a:hover,
.ab-recent-post .cat-links a:focus,
.ab-recent-post .cat-links a:active {
  -webkit-box-shadow: 0 1px 0 0 currentColor;
  -moz-box-shadow: 0 1px 0 0 currentColor;
  box-shadow: 0 1px 0 0 currentColor;
}

.ab-recent-posts .ab-recent-post .entry-featured,
.ab-recent-posts .ab-recent-post .entry-header {
  margin-bottom: 0;
}

.ab-recent-posts .ab-recent-post .entry-title {
  margin: 0;
  line-height: 1.2;
}

.ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: .4em;
}

.ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-title + .entry-meta:before {
  display: none;
}

@media screen and (max-width: 960px) {
  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .ab-recent-posts.ab-carousel .ab-recent-post .entry-meta:last-child .more-link {
    display: none;
  }

  .ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-header {
    text-align: center;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 1em 20%;
  }

  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-title {
    margin-bottom: 1em;
  }

  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-title + .entry-meta:before {
    display: block;
  }

  .ab-recent-posts .ab-recent-post .entry-meta:last-child .more-link {
    display: none;
  }

  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-header {
    padding: 1em;
  }

  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 667px) {
  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 568px) {
  .ab-recent-posts.ab-slider.w-list .owl-carousel .ab-recent-post .entry-header,
  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-header {
    padding: 1em 15%;
  }

  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-title,
  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  .ab-recent-posts .ab-recent-post .entry-header {
    padding: 1em !important;
  }

  .ab-recent-posts.ab-slider .owl-carousel .ab-recent-post .entry-title,
  .ab-recent-posts.ab-slider.w-list .ab-posts-list .ab-recent-post .entry-title,
  .ab-recent-posts.ab-carousel .owl-carousel .ab-recent-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 4em;
}

.comment-list + .comment-respond {
  padding-top: 3em;
  border-top: 1px solid #EAEAEA;
}

.comment-reply-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-respond .comment-form p {
  margin-bottom: .85em;
}

.logged-in-as,
.logged-in-as a,
.comment-notes {
  font-family: Georgia, serif;
  font-style: italic;
  color: #A0A0A0;
  font-size: 14px;
  font-size: .875rem;
}

.logged-in-as a:hover,
.logged-in-as a:focus,
.logged-in-as a:active {
  color: #464646;
}

.comment .comment-respond {
  padding-bottom: 2.5em;
}

.comment-reply-title small a {
  font-size: 22px;
  font-size: 1.375rem;
  height: 1.3em;
  width: 1.3em;
  line-height: 1.3;
  border: 0;
  float: right;
  overflow: hidden;
  text-align: center;
}

.comment-reply-title small a:before {
  position: relative;
  content: '\2715';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.comments-area ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-area ol.children {
  margin-left: 3.5em;
}

.comment-body {
  padding: 2.5em 0;
  border-top: 1px solid #EAEAEA;
  position: relative;
}

.comment-list > .comment > .comment-body {
  border-top: 1px solid #EAEAEA;
  padding: 2.5em 0;
  margin: 0;
}

.comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-meta .avatar {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: .5em;
}

.comment-author-metadata {
  display: inline-block;
  vertical-align: middle;
}

.comment-author {
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-metadata {
  font-size: 14px;
  font-size: .875rem;
  font-family: Georgia, serif;
  font-style: italic;
}

.comment-awaiting-moderation {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 1.5em;
}

.comment-awaiting-moderation i {
  margin-right: .35em;
}

.comment-body .edit-link-reply-wrap {
  float: right;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.ab-mobile .comment-body .edit-link-reply-wrap,
.comment-body:hover .edit-link-reply-wrap,
.comment-body:active .edit-link-reply-wrap,
.comment-body:focus .edit-link-reply-wrap {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .comment-body .edit-link-reply-wrap {
    opacity: 1;
  }
}
.comment-body .edit-link:before {
  content: '\00B7';
  margin: auto .5em;
  color: inherit;
}

.comment-body .edit-link-reply-wrap a {
  display: inline-block;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  font-size: .875rem;
}

.comment-body .edit-link-reply-wrap a i {
  font-size: 13px;
  font-size: .8125rem;
  margin-right: .35em;
}

.comments-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 1.25em;
}

.comments-title span {
  color: #A0A0A0;
}

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

.comment-content p {
  margin-bottom: 0;
}

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

.comment-metadata a {
  display: inline-block;
}

.comment-metadata a:hover,
.comment-metadata a:active,
.comment-metadata a:focus {
  color: #b78d37;
}

.bypostauthor > .comment-body .comment-author {
  font-weight: bold;
  color: #121212;
}

.comment-form label {
  display: none;
}

.comment-form input[type="checkbox"] + label,
.comment-form input[type="radio"] + label {
  display: inline-block;
  margin-left: 5px;
  color: #A0A0A0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form textarea {
  width: 100%;
}

body.logged-in .comment-form-comment {
  margin-bottom: .55em;
}

body:not(.logged-in) .comment-form-comment {
  margin-bottom: .45em;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 32.666667%;
  margin-left: 1%;
}

.comment-form-author {
  margin-left: 0;
}

@media screen and (max-width: 959px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .comment-form-author,
  .comment-form-email {
    margin-bottom: .5em;
  }
}
.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-form .form-submit .submit {
  display: block;
  width: 100%;
}

.form-allowed-tags {
  font-size: 14px;
  font-size: .875rem;
  color: #EAEAEA;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.single-post .entry-content .wp-video {
  margin: 0 auto 1.5em;
}

.single-post .entry-content .wp-video:last-child {
  margin-bottom: 0;
}

.format-video.ab-media .entry-featured,
.single-post .format-video .entry-featured,
.format-audio.ab-media .entry-featured,
.single-post .format-audio .entry-featured {
  position: relative;
}

.format-video.ab-media .entry-featured:before,
.single-post .format-video .entry-featured:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.ab-list .hentry .entry-featured:before,
.ab-first-list .ab-posts .hentry .entry-featured:before {
  content: none !important;
}

.entry-featured .wp-video,
.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.audio-embed iframe,
.audio-embed object,
.audio-embed embed {
  width: 100% !important;
}

.has-post-thumbnail .audio-wrap {
  position: absolute;
  left: 7%;
  bottom: 10%;
  width: 87%;
}

.mejs-overlay-button {
  margin: -50px 0 0 -50px !important;
}

.wp-audio-shortcode.mejs-container,
.wp-audio-shortcode .mejs-embed,
.wp-audio-shortcode .mejs-embed body,
.wp-audio-shortcode.mejs-container .mejs-controls {
  background-color: #121212;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ffffff !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  background: none !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(255, 255, 255, 0.33) !important;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  border: none !important;
  -webkit-box-shadow: 1px 1px 0 0 rgba(18, 18, 18, 0.22);
  -moz-box-shadow: 1px 1px 0 0 rgba(18, 18, 18, 0.22);
  box-shadow: 1px 1px 0 0 rgba(18, 18, 18, 0.22);
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 3px !important;
}

.entry-featured .wp-video .mejs-overlay,
.entry-featured .wp-video .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-poster {
  background-size: cover;
}

.entry-featured .wp-video .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------
## 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 {
  color: #A0A0A0;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0.8075em 0;
  margin: 1em 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%;
  margin: 0;
}

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

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.ab-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 95%;
  max-width: 960px;
}

.ab-sidebar-right .ab-container,
.ab-sidebar-left .ab-container {
  max-width: 1200px;
}

.ab-grid .ab-container,
.ab-grid .ab-container {
  max-width: 1200px;
}

.ab-slider.ab-container {
  max-width: 1200px;
}

.ab-sidebar-left .content-area,
.ab-sidebar-right .content-area {
  width: 70.5%;
}

.ab-sidebar-left .sidebar,
.ab-sidebar-right .sidebar {
  width: 25%;
}

.ab-sidebar-right .content-area,
.ab-sidebar-left .sidebar {
  float: left;
}

.ab-sidebar-left .content-area,
.ab-sidebar-right .sidebar {
  float: right;
}

@media screen and (max-width: 959px) {
  .ab-sidebar-right .content-area,
  .ab-sidebar-left .content-area,
  .ab-sidebar-right .sidebar,
  .ab-sidebar-left .sidebar {
    float: none;
    width: auto;
  }

  .site-footer-widgets.ab-container {
    max-width: 480px;
  }
}
.ab-row {
  position: relative;
  width: 100%;
  *zoom: 1;
}

.ab-row:before,
.ab-row:after {
  display: table;
  content: "";
}

.ab-row:after {
  clear: both;
}

.ab-col-1, .ab-col-10, .ab-col-11, .ab-col-12, .ab-col-2, .ab-col-3, .ab-col-4, .ab-col-5, .ab-col-6, .ab-col-7, .ab-col-8, .ab-col-9 {
  float: left;
  min-height: 1px;
}

[class*="ab-col"]:first-child {
  padding-left: 0;
}

.ab-col-12 {
  width: 100%;
}

.ab-col-11 {
  width: 91.66666667%;
}

.ab-col-10 {
  width: 83.33333333%;
}

.ab-col-9 {
  width: 75%;
}

.ab-col-8 {
  width: 66.66666667%;
}

.ab-col-7 {
  width: 58.33333333%;
}

.ab-col-6 {
  width: 50%;
}

.ab-col-5 {
  width: 41.66666667%;
}

.ab-col-4 {
  width: 33.33333333%;
}

.ab-col-3 {
  width: 25%;
}

.ab-col-2 {
  width: 16.66666667%;
}

.ab-col-1 {
  width: 8.33333333%;
}

.w-offset {
  margin-left: 2.5%;
}

.w-offset:first-of-type {
  margin-left: 0;
}

.ab-col-11.w-offset {
  width: 91.45833333333334%;
}

.ab-col-10.w-offset {
  width: 82.91666666666667%;
}

.ab-col-9.w-offset {
  width: 74.375%;
}

.ab-col-8.w-offset {
  width: 65.83333333333334%;
}

.ab-col-7.w-offset {
  width: 57.29166666666667%;
}

.ab-col-6.w-offset {
  width: 48.75%;
}

.ab-col-5.w-offset {
  width: 40.208333333333336%;
}

.ab-col-4.w-offset {
  width: 31.666666666666668%;
}

.ab-col-3.w-offset {
  width: 23.125%;
}

.ab-col-2.w-offset {
  width: 14.583333333333334%;
}

.ab-col-1.w-offset {
  width: 6.041666666666667%;
}

@media screen and (max-width: 959px) {
  [class*="ab-col"],
  [class*="ab-col"].w-offset,
  [class*="ab-col"].pull-right:first-child {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
    margin-bottom: 1.5em;
  }

  .site-footer-widgets [class*="ab-col"] {
    margin-bottom: 3em;
  }

  [class*="ab-col-nm"],
  [class*="ab-col-nm"].pull-right:first-child {
    margin-bottom: 0;
  }

  [class*="ab-col"]:last-child {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer-container-widget {
  position: relative;
  padding: 3.5em 0 3.75em;
  background: #f7f7f7;
}

.site-footer-container-widget .ab-container {
  max-width: 600px;
}

.site-footer-container-widget .widget + .widget {
  margin-top: 3em;
}

.site-footer-container-widget .ab-overlay {
  background-color: #121212;
  opacity: .5;
}

.site-footer-container-widget .ab-bg-img,
.site-footer-container-widget .ab-overlay {
  display: none;
}

.site-footer-container-widget button,
.site-footer-container-widget input[type="button"],
.site-footer-container-widget input[type="reset"],
.site-footer-container-widget input[type="submit"] {
  background-color: #121212;
  color: #fff;
}

.site-footer-container-widget button:hover,
.site-footer-container-widget input[type="button"]:hover,
.site-footer-container-widget input[type="reset"]:hover,
.site-footer-container-widget input[type="submit"]:hover,
.site-footer-container-widget button:focus,
.site-footer-container-widget input[type="button"]:focus,
.site-footer-container-widget input[type="reset"]:focus,
.site-footer-container-widget input[type="submit"]:focus,
.site-footer-container-widget button:active,
.site-footer-container-widget input[type="button"]:active,
.site-footer-container-widget input[type="reset"]:active,
.site-footer-container-widget input[type="submit"]:active {
  background-color: #CCAE77;
}

.site-footer-container-widget .widget_mc4wp_form_widget label {
  margin-bottom: 1.06667em;
}

.site-footer-full-widget {
  position: relative;
}

.site-footer-full-widget .widget + .widget {
  margin-top: 1.33333em;
}

.site-footer-full-widget .null-instagram-feed .instagram-pics li {
  width: 12.5%;
  margin: 0;
}

@media screen and (max-width: 1599px) {
  .site-footer-full-widget .null-instagram-feed li {
    width: 12.5% !important;
  }

  .site-footer-full-widget .null-instagram-feed li:nth-child(n+9) {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .site-footer-full-widget .null-instagram-feed li {
    width: 14.2857143% !important;
  }

  .site-footer-full-widget .null-instagram-feed li:nth-child(n+8) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .site-footer-full-widget .null-instagram-feed li {
    width: 16.6666667% !important;
  }

  .site-footer-full-widget .null-instagram-feed li:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .site-footer-full-widget .null-instagram-feed li {
    width: 20% !important;
  }

  .site-footer-full-widget .null-instagram-feed li:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-footer-full-widget .null-instagram-feed li {
    width: 25% !important;
  }

  .site-footer-full-widget .null-instagram-feed li:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .site-footer-full-widget .null-instagram-feed li {
    width: 33.3333333% !important;
  }

  .site-footer-full-widget .null-instagram-feed li:nth-child(n+4) {
    display: none;
  }
}
.site-footer-widgets {
  padding: 4em 0;
  position: relative;
}

.site-footer-widgets a {
  color: #464646;
}

.site-footer-widgets a:hover,
.site-footer-widgets a:active,
.site-footer-widgets a:focus {
  color: #b78d37;
}

.site-footer-widgets .widget_tag_cloud a {
  color: #A0A0A0;
}

.site-footer-widgets .widget_tag_cloud a:hover,
.site-footer-widgets .widget_tag_cloud a:active,
.site-footer-widgets .widget_tag_cloud a:focus {
  color: #464646;
}

.site-footer-widgets .null-instagram-feed .instagram-pics li {
  width: 23.125%;
  margin: 0;
  margin-top: 2.5%;
  margin-left: 2.5%;
}

.site-footer-widgets .null-instagram-feed .instagram-pics li:nth-child(-n+4) {
  margin-top: 0;
}

.site-footer-widgets .null-instagram-feed .instagram-pics li:nth-child(4n+1) {
  margin-left: 0;
}

.site-footer-full-widget,
.site-footer,
.site-footer-bottom a {
  color: #A0A0A0;
}

.site-footer-bottom a:hover,
.site-footer-bottom a:active,
.site-footer-bottom a:focus {
  color: #464646;
}

.site-footer-bottom {
  padding: 1.65em 0;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
}

.site-footer-widgets + .site-footer-bottom {
  border-top: 1px solid #EAEAEA;
}

.site-footer-bottom.ab-both-active .site-info {
  float: left;
  text-align: left;
}

.site-info.w-privacy .widget {
  float: left;
}

.site-info .widget + span[role=separator]::before {
  content: '\002f';
  margin: 0 5px;
}

.site-footer-bottom.ab-both-active .social-navigation {
  float: right;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .site-footer-bottom.ab-both-active .site-info,
  .site-footer-bottom.ab-both-active .social-navigation {
    float: none;
    text-align: center;
  }

  .site-info.w-privacy .widget {
    float: none;
  }

  .site-info .widget + span[role=separator]::before {
    content: none;
  }

  .site-footer-bottom .site-info + .social-navigation {
    margin-top: .55em;
  }
}
.ab-top-anchor {
  position: fixed;
  z-index: 1000;
  font-size: 24px;
  font-size: 1.5rem;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.6;
  right: .75em;
  bottom: -2em;
  color: #959595;
  background: #f5f5f5;
  background: #ffffff;
  border: 1px solid #EAEAEA;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ab-top-anchor.anchor-show {
  opacity: .7;
  bottom: .75em;
}

.ab-top-anchor:focus {
  color: #aeaeae;
  border-color: #aeaeae;
}

.ab-top-anchor:hover,
.ab-top-anchor:active {
  opacity: 1;
  color: #ffffff;
  background-color: #CCAE77;
  border-color: #CCAE77;
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/
.social-navigation .site-sidebar-social {
  text-align: center;
}

.secondary .social-navigation .site-sidebar-social {
  text-align: left;
}

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

.social-navigation li {
  display: inline-block;
}

.social-navigation a {
  display: inline-block;
}

.social-navigation li + li a {
  margin-left: 1em;
}

.social-navigation ul li:first-child a {
  margin-left: 0;
}

.social-navigation a:before {
  content: "\f0c1";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-family: "FontAwesome";
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}

.social-navigation a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-navigation a[href*="behance.net"]:before {
  content: "\f1b4";
}

.social-navigation a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-navigation a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f16b";
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f09a";
}

.social-navigation a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-navigation a[href*="github.com"]:before {
  content: "\f09b";
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.social-navigation a[href*="reddit.com"]:before {
  content: "\f281";
}

.social-navigation a[href*="snapchat.com"]:before {
  content: "\f2ac";
}

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-navigation a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-navigation a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f27d";
}

.social-navigation a[href*="vk.com"]:before {
  content: "\f189";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f19a";
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-navigation a[href*="mailto:"]:before {
  content: "\f0e0";
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f1bc";
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

/*--------------------------------------------------------------
# Visibility
--------------------------------------------------------------*/
.hide {
  display: none;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.show {
  display: block;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.ab-table-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-table {
  display: table;
  height: 100%;
}

.ab-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.ab-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

.ab-overlay,
.ab-overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-overlay-img {
  max-width: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*--------------------------------------------------------------
# Prettyphoto
--------------------------------------------------------------*/
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

/* Top left corner */
/* Top pattern/color */
/* Top right corner */
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_fade {
  position: relative;
}

/* Content background */
div.pp_default .pp_next:hover {
  cursor: pointer;
}

/* Next button */
div.pp_default .pp_previous:hover {
  cursor: pointer;
}

/* Previous button */
div.pp_default a.pp_next,
div.pp_default a.pp_previous {
  background: none !important;
}

div.pp_default .pp_next .fa,
div.pp_default .pp_previous .fa {
  opacity: 0;
  font-size: 35px;
  font-size: 2.1875rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

div.pp_default .pp_next .fa {
  right: 0;
}

div.pp_default .pp_previous .fa {
  left: 0;
}

div.pp_default .pp_expand,
div.pp_default .pp_contract {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-size: 20px;
  font-size: 1.25rem;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8;
  text-align: center;
  display: block;
  text-indent: 0;
}

div.pp_default .pp_expand .fa:before {
  content: "\f065";
}

/* Expand button */
div.pp_default .pp_expand:hover {
  cursor: pointer;
}

/* Expand button hover */
/* Contract button */
div.pp_default .pp_contract .fa:before {
  content: "\f066";
}

div.pp_default .pp_contract:hover {
  cursor: pointer;
}

/* Contract button hover */
div.pp_default .pp_close {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  width: 1em;
  height: 1.8em;
  line-height: 1.8;
  text-align: center;
  cursor: pointer;
  text-indent: 0;
}

/* Close button */
div.pp_default .pp_close .fa {
  display: none;
}

div.pp_default #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a {
  background: none;
  border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: none;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default .pp_details {
  position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  height: 20px;
  width: 20px;
  position: relative;
}

/* The next arrow in the bottom nav */
div.pp_default a.pp_arrow_previous .fa,
div.pp_default a.pp_arrow_next .fa {
  font-size: 25px;
  font-size: 1.5625rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

div.pp_default .pp_content_container .pp_details {
  margin: 0;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_expand:hover,
div.pp_default .pp_contract:hover {
  opacity: 0.7;
}

div.pp_default .pp_next:hover .fa,
div.pp_default .pp_previous:hover .fa {
  opacity: 1;
}

div.pp_default .pp_description {
  font-weight: bold;
  margin: 5px 50px 5px 0;
}

/* Bottom left corner */
/* Bottom pattern/color */
/* Bottom right corner */
div.pp_default .pp_loaderIcon {
  color: #ffffff;
  text-align: center;
  font-size: 125%;
}

/* Loader icon */
div.pp_default a.pp_expand,
div.pp_default a.pp_contract,
div.pp_default a.pp_close,
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_next,
div.pp_default a.pp_previous {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
}

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery li.default a img {
  display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 20px;
  z-index: 9999;
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.ab-recent-posts.ab-carousel .owl-theme {
  text-align: center;
}

.owl-theme .owl-controls {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ab-recent-posts .owl-theme .owl-controls {
  padding: 1em 2.5em;
  text-align: center;
}

.ab-recent-posts.ab-carousel .owl-theme .owl-controls {
  padding: 1.5em 2.5em;
}

.ab-recent-posts.ab-slider .owl-theme .owl-controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate3d(-50%, 0, 0);
}

.ab-recent-posts.ab-carousel .owl-theme .owl-controls {
  position: relative;
  display: inline-block;
}

.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.format-gallery .owl-theme .owl-controls .owl-buttons .owl-next,
.format-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
  top: 50%;
  font-size: 21px;
  font-size: 1.3125rem;
  width: 2em;
  height: 2em;
  line-height: 1.9;
  text-align: center;
  overflow: hidden;
  background: rgba(18, 18, 18, 0.5);
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate3d(0, -50%, 0);
}

.ab-isotope .isotope-posts .format-gallery .owl-theme .owl-controls .owl-buttons .owl-next,
.ab-isotope .isotope-posts .format-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
  font-size: 18px;
  font-size: 1.125rem;
  width: 2em;
  height: 2em;
  line-height: 1.9;
}

.ab-recent-posts .owl-theme .owl-controls .owl-buttons .owl-next,
.ab-recent-posts .owl-theme .owl-controls .owl-buttons .owl-prev {
  top: 0;
  font-size: 23px;
  font-size: 1.4375rem;
  width: 1.65em;
  height: 100%;
  line-height: 2.2;
}

.ab-recent-posts.ab-slider .owl-theme .owl-controls .owl-buttons .owl-next,
.ab-recent-posts.ab-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  text-shadow: 1px 1px 0 rgba(18, 18, 18, 0.22);
}

.ab-recent-posts.ab-carousel .owl-theme .owl-controls .owl-buttons .owl-next,
.ab-recent-posts.ab-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
  width: 1.55em;
  line-height: 2.8;
  color: #A0A0A0;
}

.ab-recent-posts .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 3%;
}

.format-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

.ab-recent-posts .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 3%;
}

.format-gallery .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.ab-recent-posts .owl-theme:hover .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

.ab-recent-posts .owl-theme:hover .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.owl-theme:hover .owl-controls .owl-buttons .owl-prev,
.owl-theme:hover .owl-controls .owl-buttons .owl-next {
  opacity: .5;
}

.format-gallery .owl-theme:hover .owl-controls .owl-buttons .owl-prev,
.format-gallery .owl-theme:hover .owl-controls .owl-buttons .owl-next {
  opacity: 1;
}

.owl-theme:hover .owl-controls .owl-buttons .owl-next:hover,
.owl-theme:hover .owl-controls .owl-buttons .owl-prev:hover {
  opacity: 1;
}

.format-gallery .owl-theme:hover .owl-controls .owl-buttons .owl-next:hover,
.format-gallery .owl-theme:hover .owl-controls .owl-buttons .owl-prev:hover {
  background: #121212;
}

@media screen and (max-width: 1024px) {
  .ab-recent-posts .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }

  .format-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }

  .ab-recent-posts .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
  }

  .format-gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
  }

  .owl-theme .owl-controls .owl-buttons .owl-next,
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 479px) {
  .ab-recent-posts.ab-slider .owl-theme .owl-controls {
    display: none !important;
  }
}
.owl-theme .owl-pagination {
  text-align: center;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page + .owl-page {
  margin-left: .5em;
}

.ab-recent-posts.ab-carousel .owl-theme .owl-controls .owl-page + .owl-page {
  margin-left: .65em;
}

.owl-theme .owl-controls .owl-page:first-child {
  margin-left: 0;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #ffffff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: .5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ab-recent-posts.ab-slider .owl-theme .owl-controls .owl-page span {
  -webkit-box-shadow: 1px 1px 0 0 rgba(18, 18, 18, 0.22);
  -moz-box-shadow: 1px 1px 0 0 rgba(18, 18, 18, 0.22);
  box-shadow: 1px 1px 0 0 rgba(18, 18, 18, 0.22);
}

.ab-recent-posts.ab-carousel .owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  background: #A0A0A0;
}

@media screen and (max-width: 667px) {
  .ab-recent-posts.ab-slider .owl-theme .owl-controls {
    padding: 1.25em 2.5em;
  }

  .ab-recent-posts.ab-slider .owl-theme .owl-controls {
    position: relative;
    display: inline-block !important;
  }

  .ab-recent-posts.ab-slider .owl-theme .owl-controls .owl-buttons .owl-next,
  .ab-recent-posts.ab-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    line-height: 2.5;
    text-shadow: none;
    color: #A0A0A0;
  }

  .ab-recent-posts.ab-slider .owl-theme .owl-controls .owl-page span {
    width: 11px;
    height: 11px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #A0A0A0;
  }

  .ab-recent-posts.ab-carousel .owl-theme .owl-controls .owl-page span {
    width: 11px;
    height: 11px;
  }
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
}

/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/FontAwesome.eot?aeitjz");
  src: url("./fonts/FontAwesome.eot?aeitjz#iefix") format("embedded-opentype"), url("./fonts/FontAwesome.woff2?aeitjz") format("woff2"), url("./fonts/FontAwesome.woff?aeitjz") format("woff"), url("./fonts/FontAwesome.ttf?aeitjz") format("truetype"), url("./fonts/FontAwesome.svg?aeitjz#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-close:before {
  content: "\f00d";
}

.fa-remove:before {
  content: "\f00d";
}

.fa-times:before {
  content: "\f00d";
}

.fa-image:before {
  content: "\f03e";
}

.fa-photo:before {
  content: "\f03e";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-feed:before {
  content: "\f09e";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-navicon:before {
  content: "\f0c9";
}

.fa-reorder:before {
  content: "\f0c9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-mail-reply:before {
  content: "\f112";
}

.fa-reply:before {
  content: "\f112";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-slack:before {
  content: "\f198";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before {
  content: "\f1d7";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-etsy:before {
  content: "\f2d7";
}