/*!
Theme Name: Pinfinity
Theme URI: http://www.cssigniter.com/ignite/themes/pinfinity
Description: An Infinite Scrolling Tumblr-Like Theme for WordPress
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Version: 3.1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ci_theme
Domain Path: /lang
*/

/*
============================================================================
Reset (No need to edit anything)
============================================================================
*/

*,
:after,
:before {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  background: #fff;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

a img {
  border: 0;
}

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

.group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

small {
  font-size: 0.8em;
}

figure {
  margin: 0;
}

iframe {
  max-width: 100%;
}

/*
============================================================================
Global (h1..h6,lists,paragraphs,tables,links,form elements etc)
============================================================================
*/

body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  background-color: #f5f5f5;
  color: #606267;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 30px;
}

a {
  color: #ea4848;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  color: #222222;
}

/* Headings */

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 20px;
  font-family: "Patua One", sans-serif;
}

hr {
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin: 0 0 30px;
}

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

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 30px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 30px;
}

strong {
  font-weight: bold;
}

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

blockquote {
  font-family: "Patua One", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  background-color: #ea4848;
  color: #ffffff;
  padding: 30px;
}

blockquote p {
  margin-bottom: 20px;
}

blockquote a {
  color: inherit;
  text-decoration: underline;
}

blockquote a:hover {
  color: inherit;
  opacity: .8;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

pre {
  font: normal 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 30px;
  overflow: auto;
  padding: 30px;
}

code,
kbd {
  font: normal 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym,
dfn {
  cursor: help;
}

address {
  display: block;
  margin: 0 0 30px;
}

ins {
  text-decoration: none;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

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

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

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn,
.button,
input[type="submit"],
input[type="reset"],
button[type="submit"],
a.comment-reply-link {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  height: auto;
  background: #ea4848;
  color: #ffffff;
  padding: 12px 35px;
  font-size: 15px;
  font-family: "Patua One", sans-serif;
  border-radius: 3px;
}

.btn:hover,
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
a.comment-reply-link:hover {
  background-color: #e73131;
}

/* Forms General Styling */

/* General Form Styling
=================================== */

form > p {
  margin-bottom: 15px;
}

label,
.label {
  display: block;
  margin: 0 0 8px;
  font-weight: normal;
  line-height: normal;
  cursor: pointer;
  font-size: 14px;
  font-style: italic;
}

input,
textarea,
select {
  display: inline-block;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
  height: 38px;
  padding: 6px 15px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  background-image: none;
  border-radius: 4px;
  font-family: inherit;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #767676;
}

textarea {
  height: auto;
  padding: 10px 15px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

select:invalid {
  font-style: italic;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
}

/*
============================================================================
Header (Logo etc)
============================================================================
*/

#header {
  background: #ffffff;
  border-top: solid 4px #222222;
}

#site-head {
  padding: 0;
}

.logo {
  text-align: center;
  padding: 50px 0;
}

.logo a {
  color: #222222;
}

.logo a:hover {
  color: #ea4848;
}

#site-head .logo a:hover {
  color: #ea4848;
}

.logo p {
  margin: 0;
}

.logo .site-logo {
  font-family: "Patua One", sans-serif;
  font-size: 30px;
}

.logo .site-tagline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a7a7a7;
}

/*
============================================================================
Navigation (for every navigational element in the theme)
============================================================================
*/

.site-navigation {
  border-top: solid 1px #e8e8e8;
  border-bottom: 4px solid #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.site-nav-sticky {
  will-change: transform;
}

.site-navigation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-search {
  margin-left: auto;
}

#navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 -4px 0;
  padding: 0;
}

#navigation li {
  position: relative;
}

#navigation > li {
  display: inline-block;
}

#navigation a {
  display: block;
  white-space: nowrap;
}

#navigation ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  margin-left: 12px;
}

#navigation ul ul {
  top: -10px;
  left: 100%;
  margin: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

#navigation > li:first-child ul {
  margin-left: 0;
}

#navigation li:hover > ul {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

#navigation li:hover ul {
  z-index: 15;
}

#navigation > li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#navigation li li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#navigation > .nav-open-left ul {
  right: 0;
}

#navigation > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

#navigation li .nav-open-left ul {
  right: 100%;
  left: auto;
}

#navigation li .nav-open-left.menu-item-has-children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}

#navigation li.nav-open-left .menu-item-has-children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}

#navigation ul {
  margin: 0;
  padding: 10px 10px 8px 10px;
  background: #222;
  min-width: 250px;
  border-radius: 0 0 3px 3px;
}

#navigation a {
  color: #222;
  font-family: "Patua One", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: left;
}

#navigation > li {
  margin-right: 0;
  border-right: solid 1px #e8e8e8;
}

#navigation > li a {
  padding: 12px 20px 15px;
  border-top: solid 3px #ffffff;
}

#navigation > li:first-child {
  border-left: solid 1px #e8e8e8;
}

#navigation > li:hover > a,
#navigation > li > a:focus,
#navigation > .current-menu-item > a,
#navigation > .current-menu-parent > a,
#navigation > .current-menu-ancestor > a {
  border-top: solid 3px #ea4848;
  color: #000;
}

#navigation > li > ul li {
  display: block;
}

#navigation li li a {
  font: normal 13px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  color: #ccc;
  background: #333;
  border-radius: 2px;
  margin-bottom: 2px;
  padding: 10px 40px 10px 15px;
  border: 0;
  text-transform: none;
}

#navigation li li:hover > a,
#navigation li li > a:focus,
#navigation li .current-menu-item > a,
#navigation li .current-menu-parent > a,
#navigation li .current-menu-ancestor > a {
  color: #ea4848;
  border-top: 0;
}

#navigation .menu-item-has-children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: relative;
  top: -4px;
  right: -3px;
  line-height: normal;
}

#navigation li .menu-item-has-children > a {
  padding-right: 25px;
}

#navigation li .menu-item-has-children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav select {
  display: none;
}

/* Mobile Menu */

.mobile-nav-trigger {
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #707070;
  padding: 10px 0;
}

.mobile-nav-trigger .fas {
  margin-right: 5px;
}

#mobilemenu {
  display: block;
  z-index: 100;
}

/*
============================================================================
Structure (for every page in the theme)
============================================================================
*/

html,
body {
  height: 100%;
}

.page-global-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.mm-slideout {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main {
  padding: 40px 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}

/*
============================================================================
Template Name: (E.g. Homepage - Styles that apply only here
============================================================================
*/

#overlay .widget {
  float: left;
  width: 32%;
  margin-right: 15px;
}

.expand {
  width: 100%;
  display: block;
  height: 5px;
  background: #ccc;
  text-indent: -999em;
  bottom: -44px;
  position: relative;
}

/*
============================================================================
Content
============================================================================
*/

/* Main Boxes Styling */

#box-container {
  margin: 0 auto;
  max-width: 100%;
}

#entry-listing {
  margin-left: -30px;
}

.box {
  background: #fff;
  float: left;
  width: 360px;
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.box .entry-content-cnt {
  padding: 20px;
}

.box .entry-desc {
  padding: 20px;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}

.box .entry-desc .entry-title {
  margin-bottom: 5px;
}

.box .entry-content > a {
  display: block;
  line-height: 0;
}

.box .entry-date {
  font-size: 12px;
  color: #a5a5a5;
  display: block;
  margin-bottom: 15px;
}

.box .box {
  box-shadow: none;
}

.entry img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.entry img:hover {
  opacity: 0.6;
}

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

.entry .entry-title a:hover {
  color: #ea4848;
}

.entry-listing .entry .entry-title {
  font-size: 22px;
}

.entry-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
  margin: 35px 0;
}

.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
  margin-top: 0;
}

.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.video-overlay {
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.video-overlay::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 56px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
  margin-left: -24px;
}

.video-overlay:hover::after {
  opacity: 1;
}

.comments-no,
.heart-this,
.entry-permalink {
  -webkit-transition: 0.2s none 0s linear;
  transition: 0.2s none 0s linear;
}

.comments-no {
  color: #a3a3a3;
  font-size: 12px;
}

.comments-no .fas {
  margin-right: 3px;
  position: relative;
  color: #CDCDCD;
}

.comments-no:hover {
  color: #555;
}

.comments-no:hover .fas {
  color: #a3a3a3;
}

.heart-this,
.heart-this:visited {
  color: #a3a3a3;
  font-size: 12px;
  margin-left: 5px;
}

.heart-this .fas {
  color: #CDCDCD;
  margin-right: 3px;
}

.heart-this:hover .fas,
.heart-this.loved .fas {
  color: #EB3327;
}

.single-heart-this .heart-this {
  background: none;
  padding: 0;
  margin: 0;
}

.heart-this:hover {
  background-position: 0 -216px;
  color: #555;
}

.heart-this.loved,
.heart-this.loved:hover {
  color: #a3a3a3;
}

.entry-permalink {
  float: right;
  cursor: pointer;
  margin-top: 1px;
  color: #CDCDCD;
}

.entry-permalink:hover {
  color: #a3a3a3;
}

.entry p {
  line-height: 1.5;
}

.entry-image {
  padding: 0;
  line-height: 0;
}

.entry-image img {
  min-width: 100%;
}

.entry-image iframe,
.entry-image .fluid-width-video-wrapper {
  width: 100%;
  min-width: 100%;
}

.box-hold .entry-content {
  padding: 50px;
}

.box-hold .entry-intro {
  padding: 50px;
  position: relative;
}

.box-hold .entry-intro.no-thumb {
  padding-bottom: 0;
}

.box-hold .entry-intro.no-thumb + .entry-image,
.box-hold .entry-intro.no-thumb + .quote-content {
  margin-top: 50px;
}

.entry-intro .entry-title {
  margin-bottom: 5px;
  max-width: 88%;
}

.entry-intro h1:only-child,
.entry-intro .entry-title:only-child {
  margin-bottom: 0;
}

.entry-meta-terms {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fafafa;
  padding: 50px;
}

.entry-meta-terms p {
  margin: 0;
  font-weight: bold;
}

.entry-meta-terms p a {
  font-weight: normal;
}

.box-content {
  padding: 50px;
}

.comment-form:not(:last-child) .box-content {
  padding-bottom: 0;
}

/*
============================================================================
Layout
============================================================================
*/

/* Inner Page Boxes, Single, Page, etc */

.inner-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-alt .inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.inner-container > .box-hold {
  margin-right: 30px;
  width: 68%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.layout-alt .inner-container > .box-hold {
  margin-right: 0;
  margin-left: 30px;
}

.inner-container .box-hold:last-of-type {
  margin-right: 0;
}

.inner-container.full {
  width: 100%;
}

.inner-container.full > .box-hold {
  width: 100%;
}

.inner-container.centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-hold .box {
  width: 100%;
  float: none;
  margin: 0 0 20px 0;
}

.sidebar {
  width: calc(32% - 30px);
}

.sidebar .box {
  padding: 30px;
}

/*
============================================================================
Format Specific Styles
============================================================================
*/

#intro .box {
  width: 360px;
  padding: 5px;
}

#intro .entry-content-cnt {
  border-bottom: none;
}

.single-heart-this,
.single-heart-this:visited,
.single-heart-this:focus {
  position: absolute;
  right: 50px;
  top: 58px;
}

.heart-icon {
  display: block;
  margin-bottom: 3px;
}

.heart-icon .fas {
  font-size: 22px;
  text-indent: 2px;
}

.heart-no {
  font-size: 12px;
  display: block;
  text-align: center;
}

#entry-listing .heart-no {
  display: inline;
  text-align: left;
}

.video-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 48.0328%;
}

/* Gallery Format */

.entry.format-gallery img:hover {
  opacity: 1;
}

#entry-listing .format-gallery .flex-control-nav {
  display: none;
}

#entry-listing .format-gallery .flexslider {
  margin: 0;
}

/* Video Format */

#entry-listing .format-video .entry-content {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
}

#entry-listing .format-video .entry-content iframe,
#entry-listing .format-video .entry-content object,
#entry-listing .format-video .entry-content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pagination */

#paging {
  display: block;
  text-align: center;
  margin: 10px auto 5px auto;
}

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

#paging a,
#paging span {
  background: #ffffff;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
  margin-right: 3px;
  color: #606267;
}

#paging a:hover {
  border-color: #BFBFBF;
}

#paging .alignleft,
#paging .alignright {
  margin: 0;
}

#paging .current {
  border-color: #BFBFBF;
  color: #ea4848;
}

#paging .nav-symbol {
  box-shadow: none;
  margin: 0;
  padding: 0;
  background: none;
}

/* Infinite Scrolling */

#infscr-loading {
  position: absolute;
  bottom: -83px;
  text-align: center;
  background: #ea4848;
  border-radius: 5px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  z-index: 2000;
  font-size: 0.9em;
  width: 40%;
  min-width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
}

#infscr-loading img {
  display: none;
}

.ci_load_more {
  display: none;
}

/*
============================================================================
Social Share
============================================================================
*/

.social-button {
  float: left;
  margin-right: 10px;
}

.fb-like iframe {
  max-width: none !important;
}

/*
============================================================================
Social Icons
============================================================================
*/

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

.list-social-icons li {
  display: inline-block;
  margin: 3px 3px;
}

.social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #ea4848;
  width: 32px;
  height: 32px;
}

.social-icon:hover {
  color: #ffffff;
}

/*
============================================================================
Footer
============================================================================
*/

#footer {
  background: #ffffff;
  border-bottom: solid 4px #222222;
  border-top: 4px solid #fafafa;
  box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  text-align: center;
}

#footer .wrap {
  padding: 20px 0;
}

.fixed-footer #footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
}

.fixed-footer section#main {
  margin-bottom: 20px;
}

/*
============================================================================
Widgets
============================================================================
*/

.widget {
  margin-bottom: 40px;
  font-size: 15px;
}

.widget p {
  margin-bottom: 20px;
}

.widget:last-of-type,
.widget :last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  font-size: 18px;
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.widget_about img {
  width: 112px;
  height: auto;
  margin-bottom: 1.125em;
}

/* Search Widget */

.searchform {
  position: relative;
  line-height: 0;
  padding: 0;
  margin: -3px 0 0;
  box-sizing: content-box;
}

.entry-content-cnt .searchform {
  margin: 0 0 0;
}

.searchform div {
  line-height: 0;
  margin: 0;
  padding: 0;
  display: inline;
}

.searchform .s {
  margin: 0;
  padding: 7px 10px 8px;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.searchform .searchsubmit {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  opacity: .4;
  cursor: pointer;
  box-sizing: content-box;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #606267;
}

.searchform .searchsubmit:hover {
  background: none;
}

.site-search .searchform {
  margin-top: 3px;
}

/* WIDGET: Twitter
========================================= */

.twitter-time {
  display: block;
  font-size: 0.75rem;
  color: #606267;
}

/* WIDGET: List Widgets
========================================= */

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a {
  display: block;
  color: #606267;
  padding: 13px 30px 13px 0;
  border-bottom: 1px solid #f5f5f5;
}

.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget_product_categories li .count,
.widget_product_categories li .ci-count {
  position: absolute;
  background-color: #ea4848;
  color: #ffffff;
  right: 0;
  top: 10px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
}

.widget_meta li.current-cat > a,
.widget_pages li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_archive li.current-cat > a,
.widget_nav_menu li.current-cat > a,
.widget_product_categories li.current-cat > a {
  font-weight: 700;
}

.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_ci_twitter_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li,
.widget_ci_twitter_widget li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #f5f5f5;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
}

.rss-date {
  display: block;
  font-size: 12px;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(1, 1, 1, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(1, 1, 1, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(1, 1, 1, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(1, 1, 1, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* Ephemera Widget */

section.ephemera ol,
.widget_twentyeleven_ephemera ol {
  list-style: square;
  margin: 5px 0 0;
}

.widget_twentyeleven_ephemera .widget-entry-title {
  padding: 0;
}

.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
  display: block;
  font-weight: bold;
}

/* Widget Image */

.widget_image img {
  height: auto;
  max-width: 100%;
}

/* Flickr Widget */

.flickr_badge_image {
  float: left;
  margin-right: 19px;
  margin-bottom: 19px;
  padding: 5px;
  border: solid 1px #ccc;
}

.flickr_badge_image:nth-child(3n+1) {
  margin-right: 0;
}

.flickr_badge_image img {
  display: block;
}

/*
============================================================================
Comments (everything related to the comments section)
============================================================================
*/

/* Comment Form */

#comments {
  margin: 40px 0 0;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

#comment-list .children {
  list-style: none;
}

#comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 15px;
}

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

.post-comments {
  margin: 0 0 45px;
}

.comment-author {
  margin-bottom: 0;
}

.comment-author .fn {
  font-size: 18px;
  line-height: normal;
  font-style: normal;
}

.comment-author .avatar {
  width: 78px;
  float: left;
  margin: 0 30px 15px 0;
  overflow: visible;
  border-radius: 4px;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.comment-content p {
  margin-bottom: 25px;
}

.comment-content ul,
.comment-content ol {
  margin: 30px 0;
  padding-left: 25px;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  margin: 0;
}

.comment-content blockquote {
  margin: 35px 0;
}

.comment-content blockquote :last-child {
  margin-bottom: 0;
}

.comment-meta {
  font-size: 13px;
  margin: 0 0 5px;
  color: #606267;
}

.comment-meta a {
  color: inherit !important;
}

a.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 107px;
  height: auto;
  width: auto;
}

#comment-list a.comment-reply-link {
  color: #ffffff;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(96, 98, 103, 0.8);
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.comment-form-cookies-consent {
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 25px 0;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 8px;
}

/* WordPress Galleries Styling */

.gallery .gallery-item {
  text-align: center;
}

.gallery img {
  border: 1px solid #e8e8e8;
  padding: 3px;
  box-sizing: border-box;
}

.gallery img:hover {
  background: white;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery br + br {
  display: none;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: calc(1.5 * 20px);
}

.gallery-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  line-height: normal;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 10px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 10px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 10px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 10px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 10px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 10px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 10px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 10px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
}

/* Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.125em;
  margin-top: 4px;
}

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

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

.gallery-caption {
  background-color: rgba(1, 1, 1, 0.7);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
}

.gallery-caption::before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 25px;
}

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

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}

.sticky {
  /* Provide sticky styles if necessary */
}

/*
============================================================================
jPlayer Styles
============================================================================
*/

.jp-jplayer {
  width: 0 !important;
  height: 0 !important;
}

.jp-audio ul {
  list-style: none;
}

.audio-wrap {
  margin: 15px 0;
  margin-left: -1px;
  width: 100%;
  background: #fcfcfc;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #f0f0f0;
  border-radius: 4px;
  border-right: 1px solid #fff;
  border-top: 1px solid #f0f0f0;
}

.single-format-audio .audio-wrap {
  background: #F7F7F7;
}

.jp-audio {
  height: 50px;
  width: 100%;
}

.jp-controls li a {
  height: 36px;
  left: 1px;
  top: 1px;
  width: 36px;
  background: -webkit-linear-gradient(top, #f8f8f8, #eee);
  background: linear-gradient(to bottom, #f8f8f8, #eee);
  border-radius: 50%;
  position: relative;
  font-size: 0;
}

.jp-controls li a::before {
  line-height: normal;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b6b6;
}

.jp-progress {
  height: 11px;
  left: 50px;
  top: -10px;
  position: relative;
  width: calc(100% - 100px);
}

.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar-value {
  height: 6px;
}

.jp-current-time {
  font-size: 10px;
  left: auto;
  top: -14px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  right: 9px;
}

.jp-volume-bar {
  height: 11px;
  right: 21px;
  top: 17px;
  width: 89px;
}

.jp-volume-bar-knob {
  height: 18px;
  position: absolute;
  right: -15px;
  top: -5px;
  width: 18px;
}

.jp-audio,
.jp-volume-bar-value,
.dulce-audio-thumb {
  position: relative;
}

.jp-controls li a,
.jp-progress,
.jp-current-time,
.jp-volume-bar {
  position: absolute;
  -webkit-transition: 0s all 0s linear;
  transition: 0s all 0s linear;
}

.jp-seek-bar,
.jp-volume-bar,
.jp-volume-bar-knob {
  cursor: pointer;
}

.jp-seek-bar {
  height: 7px;
  margin-top: 2px;
  background: #F2F2F2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  border-right: 1px solid #fff;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  width: 100% !important;
}

.jp-play-bar {
  background: none repeat scroll 0 0 #888;
  border-radius: 20px;
}

.jp-play {
  z-index: 2;
  width: 48px;
  height: 48px;
}

.jp-play::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: calc(50% + 2px) !important;
}

.jp-pause {
  display: none;
  z-index: 1;
}

.jp-pause::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f04c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.jp-type-single {
  position: relative;
}

.jp-playlist {
  left: 71px;
  position: absolute;
  top: -2px;
  width: 60%;
}

a.jp-playlist-current {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

.jp-artist {
  font-size: 0.6em;
  display: block;
  font-weight: normal;
  margin-top: -3px;
}

.jp-interface {
  position: relative;
  top: 30px;
}

.jp-controls {
  position: absolute;
  top: -24px;
  left: 5px;
  margin: 0;
}

/*
============================================================================
Isotope Styles
============================================================================
*/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/*
============================================================================
FlexSlider Styles
============================================================================
*/

/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/

.flexslider {
  margin: 0;
  padding: 0;
  border: none;
}

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

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
  height: auto !important;
}

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

/* Clearfix for the .slides element */

.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/

.flexslider {
  margin: 0;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
  line-height: 1;
}

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

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

.flexslider .slides {
  zoom: 1;
}

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

/* Direction Nav */

.flex-direction-nav a {
  width: 12%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 0;
}

.flex-direction-nav a::before {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.flex-direction-nav .flex-next {
  right: -36px;
}

.flex-direction-nav .flex-next::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flex-direction-nav .flex-prev::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0a8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 0;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 0;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .disabled {
  opacity: 0.3 !important;
  cursor: default;
}

/* Control Nav */

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -999em;
  display: inline-block;
  opacity: .6;
}

.flex-control-paging li a.flex-active {
  opacity: 1;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}

button.mfp-close,
button.mfp-arrow {
  border: 0;
  opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: 0;
}

.mfp-arrow {
  line-height: .3;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: 0;
}

.mfp-arrow::after {
  font-size: 70px;
  color: rgba(1, 1, 1, 0.7);
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* WP Instagram Widget
*********************************/

.null-instagram-feed p {
  padding-top: 10px;
}

.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instagram-pics li {
  width: 33.33333333333%;
}

.instagram-pics li a {
  display: block;
  line-height: 0;
}

/* Pinterest Pin
*********************************/

[class*="_embed_grid"],
[data-pin-do] {
  min-height: 350px;
  display: block;
}

/*
============================================================================
Media Queries
============================================================================
*/

.show-on-mobile {
  display: none;
}

@media (max-width: 992px) {
  #comment-list .children {
    margin: 0;
    padding: 0;
  }

  .comment-author .avatar {
    display: none;
  }

  a.comment-reply-link {
    margin: 0;
  }
}

@media only screen and (max-width: 992px) {
  .site-navigation-nav {
    display: none;
  }

  .mobile-nav-trigger {
    display: block;
  }

  .sticky-wrapper {
    height: auto !important;
  }

  .nav-stuck .site-navigation {
    position: static !important;
    width: auto !important;
    height: auto !important;
  }

  .inner-container > .box-hold {
    width: 100%;
    margin-right: 0;
  }

  .inner-container .sidebar {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .box {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

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

@media only screen and (max-width: 680px) {
  .box {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 580px) {
  .logo {
    padding: 25px 0;
  }

  .box-hold .entry-intro,
  .box-hold .entry-content {
    padding: 25px;
  }

  .box-hold .entry-intro.no-thumb + .entry-image,
  .box-hold .entry-intro.no-thumb + .quote-content,
  .box-hold .entry-content.no-thumb + .entry-image,
  .box-hold .entry-content.no-thumb + .quote-content {
    margin-top: 25px;
  }

  .entry-meta-terms {
    padding: 25px;
  }

  .single-heart-this {
    top: 10px;
    right: 10px;
  }

  .box-content {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .entry-content .alignleft,
  .entry-content .alignright {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
    clear: both;
    display: block;
  }
}