img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, 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, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

figure {
  margin: 1em 40px;
}

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

pre, textarea {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  z-index: 9;
  font-family: "Roboto Condensed", serif;
  font-size: 18px;
  color: #565656;
  padding: 0;
  margin: 0;
  letter-spacing: 0.016em;
  line-height: 1.7em;
}

#wrapper {
  position: relative;
  left: 0;
  overflow: hidden;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrapper.wrapper-active {
  left: -280px;
}

.pi-container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.pi-row {
  margin-left: -15px;
  margin-right: -15px;
}

.pi-container:after,
.pi-row:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  .pi-container {
    max-width: 700px;
  }
}
@media screen and (min-width: 992px) {
  .pi-container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1230px) {
  .pi-container {
    max-width: 1200px;
  }
}
input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
}

textarea {
  resize: none;
  padding: 14px;
  height: 120px;
  vertical-align: middle;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
  background: none;
  border: 1px solid #e5e7ec;
  background-color: #fff;
  color: #565656;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #565656;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #565656;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #565656;
}

.form-item {
  margin-bottom: 15px;
}
.form-item label {
  display: inline-block;
  font-size: 16px;
  color: #565656;
  margin-bottom: 3px;
}
.form-item textarea,
.form-item input {
  width: 100%;
}

.form-submit input, .form-submit button {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  background: none;
  border: 0;
  background-color: #434343;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-submit input:hover, .form-submit button:hover {
  opacity: .8;
}

/* Typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  line-height: 1.7em;
  color: #262626;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 > a, .h1 > a, h2 > a, .h2 > a, h3 > a, .h3 > a, h4 > a, .h4 > a, h5 > a, .h5 > a, h6 > a, .h6 > a {
  color: inherit;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #c7ba9c !important;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

code, kbd, pre, samp {
  font-family: "Roboto Condensed", serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

code {
  background-color: #eee;
  letter-spacing: 0.015em;
}

abbr {
  background-color: #A1D71A;
  color: #111;
  border-width: 2px;
}

mark, .mark {
  color: #fff;
  background-color: #c7ba9c;
}

dfn {
  border-bottom: 1px dashed;
}

cite {
  font-style: normal;
}

.pi-icon-quote {
  position: absolute;
  display: inline-block;
  font-size: 52px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #262626;
  color: #fff;
  left: 0;
  top: 16px;
}
.pi-icon-quote:before {
  content: '”';
  position: absolute;
  left: 7px;
  top: 23px;
}

blockquote {
  position: relative;
  border: 0;
  padding: 10px 0 10px 62px;
  margin: 0;
  font-style: italic;
  letter-spacing: 0.04em;
  overflow: hidden;
}
blockquote p {
  overflow: hidden;
  margin-bottom: 5px;
}
blockquote footer, blockquote cite {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
blockquote footer:before, blockquote cite:before {
  content: '// ';
}

pre {
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
  font-style: italic;
  overflow: hidden;
  white-space: normal;
  background-color: #f5f6f9;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #c7ba9c;
}

::selection {
  color: #fff;
  background-color: #c7ba9c;
}

iframe {
  border: 0;
  max-width: 100%;
 
}

/* Fix background cover safari */
.fix-background-ios {
  background-attachment: scroll !important;
}

.images img {
  width: 100%;
}

.background-image {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

.text-left {
  text-align: left;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-italic {
  font-style: italic;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pi-divider {
  border: 0;
  margin: 14px auto 20px;
  width: 56px;
  height: 3px;
  background-color: #e9edf0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tb {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

.fs-14 {
  font-size: 14px;
}

.fsi {
  font-style: italic;
}

.w-940 {
  max-width: 940px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

/* Image cover */
.image-cover, .featured-slider .item .images, .related-post .post-media .image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.image-cover img, .featured-slider .item .images img, .related-post .post-media .image-wrap img {
  position: absolute !important;
  width: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-style-none, .post-cat ul, .widget ul, .pi-menulist, .pi-menulist li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-ellipsis, .widget_recent_entries li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999999999;
}
.preloader span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #262626;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: preloader 2s linear infinite;
  -moz-animation: preloader 2s linear infinite;
  animation: preloader 2s linear infinite;
}

@-webkit-keyframes preloader {
  50% {
    opacity: 1;
  }
}
@-moz-keyframes preloader {
  50% {
    opacity: 1;
  }
}
@keyframes preloader {
  50% {
    opacity: 1;
  }
}
/* Post */
.color-primary, .pi-menulist li.current-menu-parent > a, .pi-menulist li.current-menu-item > a {
  color: #c7ba9c;
}

.color-primary-important {
  color: #c7ba9c !important;
}

.bg-color-primary, .post-format a, .post-cat ul li a:hover, .owl-controls .owl-buttons div:hover, .toggle-widget:hover .item, .pi-before-footer > .fa,
.pi-instagram > .fa, .pagination a:hover, .footer-social a:hover {
  background-color: #c7ba9c;
}

.bg-color-primary-important {
  background-color: #c7ba9c !important;
}

.bd-color-primary, .owl-controls .owl-buttons div:hover, .pagination a:hover {
  border-color: #c7ba9c;
}

.bd-color-primary-important, .post-format a {
  border-color: #c7ba9c !important;
}

.post .pi-divider {
  width: 48px;
  background-color: #262626;
  margin-left: auto;
  margin-right: 0;
  margin-top: 36px;
  margin-bottom: 36px;
}

.post-media {
  position: relative;
  min-height: 200px;
  background-color: #262626;
  overflow: hidden;
  z-index: 1;
}
.post-media .images {
  position: relative;
  z-index: 9;
  padding-top: 30%;
}
.post-media .images:after {
  content: '';
  display: block;
  position: absolute;
  width: 150%;
  height: 180px;
  left: -25%;
  bottom: 0;
  box-shadow: inset 0 -80px 120px 0 rgba(38, 38, 38, 0.5);
  pointer-events: none;
}
.post-media .images img {
  display: none;
}
.post-media .images .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

.pi-parallax .post-media .images .item-img {
  background-attachment: fixed;
}

.post-title h2 {
  font-size: 30px;
  margin: 0;
}
.post-title h1 {
  font-size: 25px;
}

.post-meta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  z-index: 10;
  color: #fff;
}
.post-meta .avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 20px;
  margin-top: 2px;
}
.post-meta .name-author {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.post-meta .comment,
.post-meta .time {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 1.2em;
  vertical-align: 7px;
}
.post-meta .time:before {
  content: '- ';
}

.post-social {
  position: absolute;
  right: 20px;
  bottom: 25px;
  z-index: 10;
}
.post-social a {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.post-format {
  margin-top: 5px;
  margin-bottom: 20px;
}
.post-format a {
  display: block;
  width: 46px;
  height: 46px;
  margin-left: auto;
  margin-right: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  padding: 2px;
  border: 1px solid;
}
.post-format a:hover {
  background-color: #262626;
  border-color: #262626 !important;
  color: #fff !important;
}

.post-cat {
  margin-top: 38px;
}
.post-cat ul {
  font-size: 0;
  margin: -2px -4px;
}
.post-cat ul li {
  display: inline-block;
  margin: 2px 4px;
}
.post-cat ul li a {
  display: block;
  font-size: 14px;
  background-color: #F1F4F7;
  padding: 0 12px;
  line-height: 1.8em;
}
.post-cat ul li a:hover {
  color: #fff !important;
}

.post-entry {
  overflow: hidden;
  font-size: 16px;
  text-align: justify;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
  margin-top: 0;
}

.post-more {
  text-align: right;
  margin-top: 52px;
}
.post-more a {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #262626;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.post-more a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5d7d9;
}

.background-widget-group {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.background-widget-group:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background-color: #111;
  opacity: .6;
  z-index: 1;
}

.background-widget-group,
.widget-group {
  position: fixed;
  width: 280px;
  height: 100%;
  padding: 0 20px;
  top: 0;
  right: 0;
  z-index: -3;
}

.widget-group {
  z-index: -1;
  overflow: hidden;
}
.widget-group .widget:first-child {
  padding-top: 30px;
}
.widget-group .widget:last-child {
  padding-bottom: 30px;
}

.widget {
  margin-bottom: 45px;
  font-size: 16px;
  color: #e9e9e9;
}
.widget ul {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -20px;
  margin-right: -20px;
}
.widget ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.widget ul li:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.widget ul ul {
  padding-left: 15px;
  margin-top: 8px;
}
.widget select {
  width: 100%;
}
.widget form {
  margin-top: 15px;
}
.widget form input[type="text"],
.widget form input[type="password"],
.widget form input[type="search"] {
  width: 100%;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #e9e9e9;
}
.widget form input[type="text"]::-moz-placeholder,
.widget form input[type="password"]::-moz-placeholder,
.widget form input[type="search"]::-moz-placeholder {
  color: #e9e9e9;
  opacity: 1;
}
.widget form input[type="text"]:-ms-input-placeholder,
.widget form input[type="password"]:-ms-input-placeholder,
.widget form input[type="search"]:-ms-input-placeholder {
  color: #e9e9e9;
}
.widget form input[type="text"]::-webkit-input-placeholder,
.widget form input[type="password"]::-webkit-input-placeholder,
.widget form input[type="search"]::-webkit-input-placeholder {
  color: #e9e9e9;
}
.widget form .form-submit input {
  background-color: rgba(0, 0, 0, 0.2);
}

.widget form a.login_btn {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    background: none;
    border: 0;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    white-space: nowrap;
}

.widget-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e6e6e6;
  letter-spacing: 0.15em;
  margin: 0 -20px 20px -20px;
  padding: 0 20px 6px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-title:after {
  margin-top: 12px;
}

.widget div h2,
.widget div h3 {
  color: #fff;
}

.pi-pp-widget-list.style1 .pi-pp-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pi-pp-widget-list.style5 li {
  padding-left: 0;
  padding-right: 0;
}

.pi-pp-widget-list.style5 li {
  border: 0;
}

.pi-pp-widget-list.style5 li:before {
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 13px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
}

.widget_categories ul li span {
  display: block;
  float: right;
  font-size: 13px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
}

form.search,
.widget_search form {
  position: relative;
  margin-top: 0;
}
form.search label,
.widget_search form label {
  display: block;
}
form.search input[type="text"],
form.search input[type="search"],
.widget_search form input[type="text"],
.widget_search form input[type="search"] {
  padding-right: 40px;
}
form.search .search-submit,
.widget_search form .search-submit {
  font-family: 'FontAwesome';
  background: none;
  border: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  font-size: 14px;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.search .search-submit:hover,
.widget_search form .search-submit:hover {
  opacity: .7;
}

form.search {
  position: relative;
  max-width: 210px;
}

.pi_facebook_likebox .box-content {
  overflow: hidden;
}

.widget_recent_entries li a {
  display: block;
}

.tagcloud {
  margin: -2px -4px;
  font-size: 0;
}
.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0 12px;
  line-height: 1.8em;
  margin: 2px 4px;
}

.widget-about-content .images {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.widget-about-content h4 {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}
.widget-about-content a {
  text-decoration: underline;
  font-style: italic;
}

.widget-list .item {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.widget-list .item-image {
  width: 40px;
  float: left;
  margin-right: 16px;
  margin-top: 3px;
}
.widget-list .image-cover, .widget-list .featured-slider .item .images, .featured-slider .item .widget-list .images, .widget-list .related-post .post-media .image-wrap, .related-post .post-media .widget-list .image-wrap {
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.widget-list .item-content {
  overflow: hidden;
}
.widget-list .item-title {
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-weight: 400;
  color: #e9e9e9;
  margin: 0;
  line-height: 1.4em;
  letter-spacing: 0.016em;
}
.widget-list .item-meta {
  display: block;
  font-size: 13px;
  font-style: italic;
  color: #9B9B9B;
  margin-top: 1px;
}

.widget-grid {
  overflow: hidden;
  margin: -3px;
}
.widget-grid .item {
  width: 25%;
  padding: 3px;
  float: left;
}
.widget-grid .item a {
  display: block;
}
.widget-grid .item a img {
  width: 100%;
}
.widget-grid .item a:hover {
  opacity: .7;
}

.item-icon-left .fa {
  font-size: 16px;
  width: 18px;
  text-align: center;
  float: left;
  margin-top: 5px;
  margin-right: 14px;
}
.item-icon-left p {
  overflow: hidden;
}

.widget-tweet-content .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget-tweet-content .item:last-child {
  border: 0;
}
.widget-tweet-content .item .fa {
  font-size: 24px;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  color: #c7ba9c;
}
.widget-tweet-content .item .item-content {
  overflow: hidden;
}
.widget-tweet-content .item .item-content p {
  margin-bottom: 0;
}
.widget-tweet-content .item .item-content a {
  color: #fff;
}
.widget-tweet-content .item .item-content a:hover {
  color: #c7ba9c !important;
}
.widget-tweet-content .item .item-content a ~ a {
  display: block;
}

.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 5px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6px;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  border: 2px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.4);
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  opacity: 0;
  position: absolute;
}

.ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  opacity: .8;
  visibility: visible;
}

/* ie9 fix */
.ie9 .ps-container > .ps-scrollbar-y-rail {
  display: none !important;
}

/* ie > 9 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container > .ps-scrollbar-y-rail {
    display: none !important;
  }
}
/* Social */
.pi-social-square {
  font-size: 0;
  margin: -3px;
}
.pi-social-square a {
  display: inline-block;
  margin: 3px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.pi-social-square a .fa {
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: white;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pi-social-square a:hover {
  color: #fff !important;
}
.pi-social-square a:hover .fa.fa-facebook {
  background-color: #325d94;
}
.pi-social-square a:hover .fa.fa-twitter {
  background-color: #00aadb;
}
.pi-social-square a:hover .fa.fa-tumblr {
  background-color: #2f4e6b;
}
.pi-social-square a:hover .fa.fa-dribbble {
  background-color: #fb4087;
}
.pi-social-square a:hover .fa.fa-youtube-play {
  background-color: #df2e1c;
}
.pi-social-square a:hover .fa.fa-vk {
  background-color: #4c75a3;
}
.pi-social-square a:hover .fa.fa-google-plus {
  background-color: #df2e1c;
}
.pi-social-square a:hover .fa.fa-vimeo-square {
  background-color: #63b3e4;
}
.pi-social-square a:hover .fa.fa-instagram {
  background-color: #517fa4;
}
.pi-social-square a:hover .fa.fa-pinterest {
  background-color: #cc1d24;
}
.pi-social-square a:hover .fa.fa-behance {
  background-color: #1478ff;
}
.pi-social-square a:hover .fa.fa-heart {
  background-color: #4bd1fa;
}

.pi-social-rotate a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #fff !important;
  margin: 12px;
  border: 1px solid #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pi-social-rotate a .fa {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pi-social-rotate a:hover {
  background-color: #fff;
  color: #262626 !important;
}

.page-social {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 999999;
}
.page-social .page-social-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 28px;
  color: #262626;
  border: 1px solid;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-social .page-social-close:hover {
  color: #c7ba9c;
}
.page-social .tb {
  height: 100%;
}
.page-social .tb-cell {
  width: 100%;
  text-align: center;
}
.page-social .tb-cell a {
  display: inline-block;
  font-size: 24px;
  font-style: italic;
  color: #262626;
  margin: 10px;
}
.page-social .tb-cell a:before {
  content: '[ ';
}
.page-social .tb-cell a:after {
  content: ' ]';
}

.page-search {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 999999;
}
.page-search .page-search-close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 28px;
  color: #262626;
  border: 1px solid;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-search .page-search-close:hover {
  color: #c7ba9c;
}
.page-search .tb {
  height: 100%;
}
.page-search .tb-cell {
  width: 100%;
  text-align: center;
}
.page-search .tb-cell form {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
.page-search .tb-cell input {
  background: none;
  border: 0;
  border-bottom: 2px solid;
  font-size: 28px;
  padding: 0 15px;
  line-height: 2em;
  height: auto;
  width: 100%;
  color: #262626;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .page-social .tb-cell a {
    font-size: 18px;
  }

  .page-search .tb-cell input {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .page-social .tb-cell a {
    font-size: 14px;
    margin: 5px;
  }

  .page-search .tb-cell input {
    font-size: 18px;
  }
}
/* Owl carousel */
.owl-controls .owl-buttons div {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 1px;
  border: 1px solid #262626;
  text-align: center;
  background-color: #262626;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-controls .owl-buttons div.owl-prev {
  left: -40px;
}
.owl-controls .owl-buttons div.owl-next {
  right: -40px;
}

.owl-theme .owl-pagination {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: 10px;
  z-index: 999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
}
.owl-theme .owl-controls .owl-page.active span {
  background-color: #fff;
}
.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}
.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}

.pi-nav-page {
  overflow: hidden;
  clear: both;
  padding-top: 50px;
  margin-bottom: 20px;
}
.pi-nav-page .new-post,
.pi-nav-page .old-post {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #565656;
  float: left;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
}
.pi-nav-page .new-post:before {
  content: '<< ';
}
.pi-nav-page .new-post:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #d7dae2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pi-nav-page .new-post:hover:after {
  width: 100%;
}
.pi-nav-page .old-post {
  float: right;
}
.pi-nav-page .old-post:after {
  content: ' >>';
}
.pi-nav-page .old-post:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #d7dae2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pi-nav-page .old-post:hover:before {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .pi-nav-page .new-post, .pi-nav-page .old-post {
    font-size: 10px;
  }
}

#pi-header {
  position: relative;
  height: 75px;
  background-color: #1e1e1e;
  z-index: 30;
}
#pi-header.background-image {
  z-index: 9;
  border: 0;
}
#pi-header.background-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .4;
  z-index: -1;
}

.pi-header-fixed {

  height: 75px;
  background-color: #1e1e1e;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pi-header-fixed.pi-header-fixed-active {
  left: -280px;
}
.pi-header-fixed .logo {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pi-header-fixed .logo img {
  max-height: 60px;
}

h2.logo_brand {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
}

.pi-navigation {
  height: 100%;
}

.pi-menulist {
  position: relative;
  text-align: right;
  padding-right: 80px;
}
.pi-menulist li a {
  display: block;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: white;
  margin: 0 20px;
  line-height: 75px;
}

@media screen and (min-width: 992px) {
  .pi-menulist li {
    position: relative;
    display: inline-block;
  }
  .pi-menulist li .sub-menu {
    background-color: #262626;
    width: 200px;
    position: absolute;
    text-align: left;
    top: 100%;
    left: 10px;
    display: none !important;
    border: 1px solid #333;
  }
  .pi-menulist li .sub-menu li {
    display: block;
  }
  .pi-menulist li .sub-menu li a {
    margin: 0;
    line-height: 50px;
    font-size: 12px;
    padding: 0 15px;
    border-bottom: 1px solid #333;
  }
  .pi-menulist li .sub-menu li:last-child a {
    border: 0;
  }
  .pi-menulist li .sub-menu .sub-menu {
    top: -1px;
    left: 100%;
  }
  .pi-menulist li:hover > a {
    color: #c7ba9c;
  }
  .pi-menulist li:hover > .sub-menu {
    display: block !important;
  }
}
.toggle-widget {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #2B2B2B;
  border-radius: 50%;
  cursor: pointer;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle-widget .item {
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  background-color: white;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle-widget .item-2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toggle-widget.toggle-widget-active {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.submenu-toggle {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-left: 1px dashed #e7e7e9;
  float: right;
  cursor: pointer;
  margin-top: -40px;
  font-size: 18px;
}

.back-mb {
  background-color: #f5f6f9;
}

@media screen and (max-width: 991px) {
  .pi-navigation {
    height: auto;
  }

  .pi-menulist {
    text-align: left;
    padding: 30px 0;
  }
  .pi-menulist li {
    position: relative;
  }
  .pi-menulist li a {
    margin: 0;
    font-size: 13px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .pi-menulist li .sub-menu {
    margin-left: 8px;
    display: none;
  }
  .pi-menulist li .sub-menu li a {
    font-size: 11px;
  }
}

.featured-slider {
  position: relative;
  z-index: 9;
  background-color: #eee;
  margin-top: -1px;
}
.featured-slider:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: #262626;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: loadingSlider 1s linear infinite;
  -moz-animation: loadingSlider 1s linear infinite;
  animation: loadingSlider 1s linear infinite;
}
.featured-slider .owl-wrapper-outer .item {
  display: block;
  opacity: 1;
}
.featured-slider .item {
  position: relative;
  opacity: 0;
}
.featured-slider .item .images {
  padding-top: 75%;
}
.featured-slider .item + .item {
  display: none;
}
.featured-slider .item-content {
  position: absolute;
  z-index: 9;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 30px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-slider .item-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: .8;
  z-index: -2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-slider .item-content:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-slider .item-content .item-title h2 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.featured-slider .item-content .item-title h2 a:hover {
  color: inherit !important;
  text-decoration: underline;
}
.featured-slider .item-content .item-meta {
  font-size: 13px;
}
.featured-slider .item-content .item-meta a:hover {
  color: inherit !important;
  text-decoration: underline;
}
.featured-slider .owl-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.64, 0.16, 0.98) !important;
  -moz-transition-timing-function: cubic-bezier(0.18, 0.64, 0.16, 0.98) !important;
  -ms-transition-timing-function: cubic-bezier(0.18, 0.64, 0.16, 0.98) !important;
  -o-transition-timing-function: cubic-bezier(0.18, 0.64, 0.16, 0.98) !important;
  transition-timing-function: cubic-bezier(0.18, 0.64, 0.16, 0.98) !important;
}

@-webkit-keyframes loadingSlider {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadingSlider {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingSlider {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.timer-slider {
  height: 4px;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
}

@-webkit-keyframes timer {
  0% {
    width: 0;
  }

  96% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}
@-moz-keyframes timer {
  0% {
    width: 0;
  }

  96% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}
@keyframes timer {
  0% {
    width: 0;
  }

  96% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}
.autoHeight {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Content */
.pi-content {
  width: 73.5%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

/* Sidebar */
.pi-sidebar {
  width: 26.5%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.wellcome {
  padding-top: 90px;
}
@media (max-width: 600px) {
  .wellcome {
    padding-top: 50px;
  }
}
.wellcome h1 {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .wellcome h1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .wellcome h1 {
    font-size: 18px;
  }
}
.wellcome h1:before {
  content: '';
  display: inline-block;
  width: 56px;
  height: 37px;
  margin-right: 24px;
  background: url("../../images/title-icon-left.png") no-repeat;
}
.wellcome h1:after {
  content: '';
  display: inline-block;
  width: 56px;
  height: 37px;
  margin-left: 24px;
  background: url("../../images/title-icon-right.png") no-repeat;
}
@media (max-width: 600px) {
  .wellcome h1:after, .wellcome h1:before {
    display: none !important;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .wellcome h1:before {
    background: url("../../images/title-icon-left@2x.png") no-repeat;
  }
  .wellcome h1:after {
    background: url("../../images/title-icon-right@2x.png") no-repeat;
  }
  .wellcome h1:before, .wellcome h1:after {
    background-size: 56px 37px;
  }
}
.pi-before-footer,
.pi-instagram {
  position: relative;
}
.pi-before-footer > .fa,
.pi-instagram > .fa {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid;
  border: 4px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.pi-before-footer .content,
.pi-instagram .content {
  overflow: hidden;
}
.addc input{width: auto;}
.pi-before-footer .content a,
.pi-instagram .content a {
  display: block;
  float: left;
  width: 16.6666667%;
}
.pi-before-footer .content a img,
.pi-instagram .content a img {
  width: 100%;
}
.pi-before-footer .content a:hover,
.pi-instagram .content a:hover {
  opacity: .7;
}

.main-content {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.category-page-title {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  text-align: center;
  z-index: 9;
}
.category-page-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #eceef2;
}
.category-page-title h1 {
  margin: 0;
  padding: 30px 15px;
  font-family: "Roboto Condensed", serif;
  font-size: 24px;
  font-style: italic;
}

.w-970, .pi-standard .post-body {
  max-width: 970px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.w-900, .pi-single .post .post-body {
  max-width: 900px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pi-standard .post {
  position: relative;
  background-color: #f6f9fb;
  z-index: 9;
}
.pi-standard .post:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}
.pi-standard .post-body {
  display: table;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.pi-standard .post-body .post-sb-group,
.pi-standard .post-body .post-content-group {
  display: table-cell;
  vertical-align: top;
  padding-top: 84px;
  padding-bottom: 84px;
}
.pi-standard .post-body .post-sb-group {
  text-align: right;
  width: 34.5%;
  padding-right: 48px;
  background-color: #fff;
  border-right: 1px solid #f3f7f9;
}
.pi-standard .post-body .post-content-group {
  width: 65.5%;
  padding-left: 52px;
  background-color: #f6f9fb;
}

.pi-single {
  padding-top: 0;
}
.pi-single .post .post-media .images {
  padding-top: 20%;
}
.pi-single .post .post-format {
  margin-top: 50px;
}
.pi-single .post .pi-divider {
  margin-left: 0;
  margin-right: auto;
}
.pi-single .post .post-body {
  margin-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.pi-single .post .post-body .post-content-group {
  margin-top: 40px;
}
.pi-single .post-format a {
  margin-left: 0;
  margin-right: auto;
}

.pagination {
  text-align: center;
  padding-top: 60px;
  font-size: 0;
  clear: both;
}
.pagination span, .pagination a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  color: #262626;
  padding: 1px;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  border: 1px solid #e7ecef;
  background-color: #e7ecef;
  margin: 5px;
}
.pagination span .fa, .pagination a .fa {
  font-size: 20px;
}
.pagination a:hover {
  color: #fff !important;
}

#pi-footer {
  background-color: #1e1e1e;
  text-align: center;
  padding: 45px 0 20px 0;
}

.footer-social {
  margin: 30px 0;
  font-size: 0;
}
.footer-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #2B2B2B;
  color: #dddddd;
  font-size: 14px;
  margin: 4px;
}
.footer-social a:hover {
  color: #fff !important;
}

.copyright {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #dddddd;
}
.copyright:before {
  content: '';
  display: block;
  width: 42px;
  height: 3px;
  background-color: #333536;
  margin: 20px auto;
}

.post .wp-caption {
  display: inline-block;
}

.post .wp-caption,
.post .wp-caption img {
  max-width: 100%;
}

.post .wp-caption a {
  display: block;
}

.post .wp-caption img {
  position: relative;
  margin-bottom: 10px;
  top: 5px;
  width: 100% !important;
}

.post .wp-caption .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

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

.alignright {
  float: right;
  margin-left: 30px;
}

.post .post-body .post-entry .gallery {
  margin-left: -10px !important;
  margin-right: -10px !important;
  overflow: hidden;
}

.post .post-body .post-entry .gallery .gallery-item {
  position: relative;
  padding: 10px;
  margin: 0 !important;
}

.post .post-body .post-entry .gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.post .post-body .post-entry .gallery-columns-2 .gallery-item {
  width: 25% !important;
}

.post .post-body .post-entry .gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}

.post .post-body .post-entry .gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.post .post-body .post-entry .gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.post .post-body .post-entry .gallery-columns-6 .gallery-item {
  width: 16.6666667% !important;
}

.post .post-body .post-entry .gallery-columns-7 .gallery-item {
  width: 14.2857143% !important;
}

.post .post-body .post-entry .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.post .post-body .post-entry .gallery-columns-9 .gallery-item {
  width: 11.1111111111% !important;
}

.post .post-body .post-entry .gallery br {
  display: none;
}

.post .post-body .post-entry .gallery .gallery-caption {
  position: absolute;
  padding: 10px 5px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  pointer-events: none;
}

.post .post-body .post-entry .gallery a {
  display: block;
}

.post .post-body .post-entry .gallery a img {
  width: 100%;
  border: 0 !important;
}

.pi-content .post .post-body .pi-tabs ul {
  border-bottom: 1px solid #eee;
}

.pi-content .post .post-body .pi-tabs ul li {
  padding: 0;
  margin: 0;
}

.pi-content .post .post-body .pi-tabs ul li a {
  background: none;
  border: 0;
  font-weight: 700;
  color: #444;
  padding: 9px 16px;
  border-bottom: 2px solid transparent;
}

.pi-tabs .ui-tabs-panel {
  margin-top: 0;
  border-top: 0;
}

.pi-accordion .ui-accordion-content, .pi-tabs .ui-tabs-panel {
  padding: 15px;
}

.pi-accordion-title:hover,
.pi-tabs-title li.pi-title a:hover {
  color: #fff;
}

.pi-accordion-title:hover,
.pi-tabs-title li.pi-title a:hover,
.pi-accordion-title.ui-accordion-header-active,
.pi-tabs-title li.pi-title.ui-tabs-active a {
  color: #c7ba9c;
  background-color: #f1f1f1;
}

.pi-content .post .post-body .pi-tabs-title li.pi-title.ui-tabs-active a {
  border-color: #c7ba9c;
  color: #c7ba9c;
}

.panel-primary > .panel-heading {
  background-color: #f1f1f1;
  border: 0;
  color: #444;
  font-weight: 700;
}

.pi-accordion-title {
  padding: 11px 15px;
  border: 1px solid #f1f1f1 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-primary {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-primary > .panel-body {
  border: 1px solid #eee;
}

/* Table */
.pi-content .post-body .post-entry table {
  background-color: transparent;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}

.pi-content .post-body .post-entry table th {
  text-align: left;
}

.pi-content .post-body .post-entry table a {
  color: inherit;
}

.pi-content .post-body .post-entry table > thead > tr > th,
.pi-content .post-body .post-entry table > tbody > tr > th,
.pi-content .post-body .post-entry table > tfoot > tr > th,
.pi-content .post-body .post-entry table > thead > tr > td,
.pi-content .post-body .post-entry table > tbody > tr > td,
.pi-content .post-body .post-entry table > tfoot > tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.pi-content .post-body .post-entry table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}

.pi-content .post-body .post-entry table > caption + thead > tr:first-child > th,
.pi-content .post-body .post-entry table > colgroup + thead > tr:first-child > th,
.pi-content .post-body .post-entry table > thead:first-child > tr:first-child > th,
.pi-content .post-body .post-entry table > caption + thead > tr:first-child > td,
.pi-content .post-body .post-entry table > colgroup + thead > tr:first-child > td,
.pi-content .post-body .post-entry table > thead:first-child > tr:first-child > td {
  border-top: 0 none;
}

.pi-content .post-body .post-entry table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.pi-nothing-found {
  padding: 50px 0;
}

.pi-nothing-found h1 {
  font-size: 180px;
  line-height: 1em;
}

.pi-nothing-found p {
  font-size: 16px;
}

.textwidget > p,
.textwidget > .wp-caption {
  margin-bottom: 5px;
}

.textwidget > .wp-caption .wp-caption-text {
  display: block;
  font-style: italic;
  text-align: center;
  padding: 15px 10px 5px 10px;
  font-size: 14px;
  margin-bottom: 0;
}

.textwidget > p > img,
.textwidget > p > strong {
  display: block;
  margin-bottom: 10px;
}

.textwidget > p > br {
  display: none;
}

.fb_iframe_widget {
  width: 100%;
}

.fb_iframe_widget > span {
  width: 100% !important;
  max-width: 480px;
  margin: 20px auto 0;
}

.fb_iframe_widget > span iframe {
  width: 100% !important;
}

.widget_calendar #calendar_wrap {
  position: relative;
}

.widget_calendar #wp-calendar {
  width: 100%;
}

.widget_calendar #wp-calendar caption {
  position: relative;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFF;
  z-index: 9;
  letter-spacing: 0.1em;
}

.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  font-size: 14px;
  text-transform: uppercase;
}

.widget_calendar #wp-calendar th#today, .widget_calendar #wp-calendar td#today {
  color: #c7ba9c;
  font-weight: 700;
}

.widget_calendar #wp-calendar thead th {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  padding: 6px;
}

.widget_calendar #wp-calendar tbody td a {
  color: #333;
  font-weight: 700;
}

.widget_calendar #wp-calendar tbody td a:hover {
  color: #c7ba9c;
}

.widget_calendar #wp-calendar tfoot {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
}

.widget_calendar #wp-calendar tfoot td {
  border: 0;
  padding: 6px;
  font-size: 12px;
}

.widget_calendar #wp-calendar tfoot td a {
  color: #fff;
}

.widget_calendar #wp-calendar tfoot td a:hover {
  color: #c7ba9c;
}

.widget_calendar #wp-calendar tfoot td#prev {
  text-align: left;
}

.widget_calendar #wp-calendar tfoot td#next {
  text-align: right;
}

.post-edit-link {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  background: none;
  border: 0;
  background-color: #434343;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  display: none;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-edit-link:before {
  content: "\f040";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
}
.post-edit-link:hover {
  opacity: .8;
}

.post:hover .post-edit-link {
  display: block;
}

.admin-bar .pi-header-fixed {
  top: 32px;
}

@media screen and (max-width: 991px) {
  .admin-bar .pi-navigation {
    top: 92px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .pi-header-fixed {
    top: 46px;
  }

  .admin-bar .pi-navigation {
    top: 106px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* 4.   Pages
--------------------------------------------------------------------------------*/
/* Grid */
.pi-list .post {
  overflow: hidden;
}
.pi-list .post .post-media {
  width: 50%;
  float: right;
}
.pi-list .post .post-media .images {
  padding-top: 0;
  height: 100%;
}
@media (max-width: 1030px) {
  .pi-list .post .post-media .images {
    padding-top: 30%;
  }
}
@media (max-width: 991px) {
  .pi-list .post .post-media .images {
    padding-top: 0;
    height: 300px;
  }
}
@media (max-width: 1030px) {
  .pi-list .post .post-media {
    width: 100%;
    float: none !important;
    height: auto !important;
  }
}
.pi-list .post .pi-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1030px) {
  .pi-list .post .pi-divider {
    margin-left: 0;
    margin-right: auto;
  }
}
.pi-list .post .post-cat {
  margin-top: 28px;
  max-width: 250px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1030px) {
  .pi-list .post .post-cat {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 1030px) {
  .pi-list .post .post-format a {
    margin-left: 0;
    margin-right: auto;
  }
}
.pi-list .post .post-body {
  width: 50%;
  padding: 80px;
  min-height: 420px;
}
@media (max-width: 1030px) {
  .pi-list .post .post-body {
    width: 100%;
    float: none !important;
    padding: 40px;
    text-align: left !important;
  }
}
@media (max-width: 480px) {
  .pi-list .post .post-body {
    padding: 20px;
  }
}
.pi-list .post .post-title {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1030px) {
  .pi-list .post .post-title {
    margin-left: 0;
    margin-right: auto;
  }
}
.pi-list .post:nth-child(odd) .post-body {
  float: left;
  text-align: right;
}
.pi-list .post:nth-child(even) .post-title,
.pi-list .post:nth-child(even) .post-cat,
.pi-list .post:nth-child(even) .pi-divider,
.pi-list .post:nth-child(even) .post-format a {
  margin-left: 0;
  margin-right: auto;
}
.pi-list .post:nth-child(even) .post-media {
  float: left;
}
.pi-list .post:nth-child(even) .post-body {
  float: right;
  text-align: left;
}

.pi-grid .post {
  position: relative;
  overflow: hidden;
  padding-top: 150%;
}
.pi-grid .post .post-media {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}
.pi-grid .post .post-media .images {
  position: absolute;
  padding-top: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.pi-grid .post .post-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  text-align: center;
  z-index: 9;
}
.pi-grid .post .post-body:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-bottom-color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  top: -26px;
}
.pi-grid .post .post-body .post-sb-group {
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  right: 10%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pi-grid .post .pi-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pi-grid .post .post-more {
  text-align: center;
  margin-top: 30px;
}
.pi-grid .post .post-cat {
  margin-top: 28px;
}
.pi-grid .post .pi-divider,
.pi-grid .post .post-format a {
  margin-right: auto;
}
.pi-grid .post .post-title h2 {
  font-size: 16px;
  font-weight: 700;
}

/* Single */
.format-chat .post-body p {
  padding: 20px;
  margin-bottom: 10px;
}

.format-chat .post-body p:nth-of-type(odd) {
  background-color: #f4f4f4;
}

.format-chat .post-body p:nth-of-type(even) {
  background-color: #f9f9f9;
}

.tag-box {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #565656;
  text-align: left;
  margin-top: 40px;
}
.tag-box a {
  font-family: "Roboto Condensed", serif;
  font-size: 16px;
  color: #565656;
  text-transform: none;
  font-style: italic;
}

.about-author {
  background-color: white;
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.about-author .image-thumb {
  width: 118px;
  overflow: hidden;
  margin-right: 25px;
}
.about-author .author-info {
  overflow: hidden;
}
.about-author .author-name {
  display: inline-block;
  margin-right: 25px;
}
.about-author .author-name h4 {
  font-size: 14px;
  margin-top: 0;
}
.about-author .author-social {
  display: inline-block;
}
.about-author .author-social:before {
  content: '-';
  display: inline-block;
  margin-right: 6px;
  color: #acacac;
}
.about-author .author-social a {
  display: inline-block;
  margin: 3px;
  padding: 3px;
  font-size: 12px;
  color: #acacac;
}
.about-author .author-social a:hover {
  color: #262626 !important;
}
.about-author .author-content p {
  margin-bottom: 0;
}

/* Relatest post */
.related-post {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}
.related-post .related-post-title {
  margin-bottom: 34px;
}
.related-post .post-media {
  min-height: 0;
}
.related-post .post-media .image-wrap {
  padding-top: 60%;
}
.related-post .post-body {
  text-align: center;
  padding: 15px 0;
}
.related-post .post-title h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
.related-post .post-date {
  font-size: 14px;
}

.pi-three-column {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

/* Comment */
#comments {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}

#comments a {
  color: inherit;
}

.related-post-title,
#comments #comments-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
}

#comments .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments .commentlist > .comment .comment-box {
  border-bottom: 1px dotted #d7dae2;
}

#comments .commentlist > .comment:last-child .comment-box {
  border-bottom: 0;
}

#comments .commentlist .comment-author {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
#comments .commentlist .comment-author img {
  width: 100%;
}

#comments .commentlist .comment-body .com_text {
  margin-top: 10px;
  clear: both;
  font-size: 14px;
}

#comments .commentlist .children {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments .commentlist .children {
  margin-left: 75px;
}

#comments .commentlist .children .children {
  margin-left: 30px;
}

#comments cite.fn {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #262626;
  line-height: 1.2em;
  margin-top: 5px;
}

#comments cite.fn a {
  color: #262626;
}

#comments cite.fn a:hover {
  color: #c7ba9c;
}

.bypostauthor cite.fn:before {
  content: '';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
}

#comments .comment-meta {
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  line-height: 1em;
}

#comments .comment-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

#comments .comment-edit-reply a {
  display: inline-block;
  margin: 4px;
  font-size: 14px;
  letter-spacing: 0.03em;
}

#respond {
  padding-top: 30px;
}

#respond .reply-title {
  margin-bottom: 30px;
}

#respond .reply-title h3 {
  margin: 0;
  font-size: 18px;
}

.pi-page .post-entry .form-item,
#respond .form-item {
  margin-bottom: 15px;
  width: 50%;
}

#respond form {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

#respond .form-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

#respond .form-submit {
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}

.pi-page .post-entry form.invalid .form-item {
  margin-bottom: 33px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  left: 0;
  padding-top: 3px;
}

.pi-page .post-entry .form-textarea,
#respond .form-textarea {
  width: 100%;
}

.pi-page .post-entry .form-submit input, .pi-page .post-entry .form-submit button,
#respond .form-submit input,
#respond .form-submit button {
  width: auto;
  padding: 0 25px;
}

@media screen and (max-width: 1400px) {
  .pi-grid .post .post-entry .post-sb-group {
    left: 3%;
    right: 3%;
  }
}
@media screen and (max-width: 1199px) {
  .pi-grid .post .post-meta .avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
  }
  .pi-grid .post .post-meta .name-author {
    font-size: 11px;
  }
  .pi-grid .post .post-entry {
    display: none;
  }
}
@media screen and (min-width: 1051px) {
  .pi-grid .grid-item {
    width: 33.33333333%;
    float: left;
  }
  .pi-grid .grid-item:nth-child(3n+2) .post-media {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .pi-grid .grid-item:nth-child(3n+2) .post-body {
    bottom: auto;
    top: 0;
  }
  .pi-grid .grid-item:nth-child(3n+2) .post-body:after {
    border-top-color: #fff;
    border-bottom-color: transparent;
    top: auto;
    bottom: -26px;
  }
  .pi-grid .grid-item:nth-child(3n+2) .post-meta {
    top: 15px;
    bottom: auto;
  }
  .pi-grid .grid-item:nth-child(3n+2) .post-social {
    top: 25px;
    bottom: auto;
  }
  .pi-grid .grid-item:nth-child(3n+2) .post-media .images:after {
    top: 0;
    bottom: auto;
    box-shadow: inset 0 80px 120px 0 rgba(38, 38, 38, 0.5);
  }
}
@media screen and (min-width: 701px) and (max-width: 1050px) {
  .pi-grid .grid-item {
    width: 50%;
    float: left;
  }
  .pi-grid .grid-item:nth-child(2n) .post-media {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .pi-grid .grid-item:nth-child(2n) .post-body {
    bottom: auto;
    top: 0;
  }
  .pi-grid .grid-item:nth-child(2n) .post-body:after {
    border-top-color: #fff;
    border-bottom-color: transparent;
    top: auto;
    bottom: -26px;
  }
  .pi-grid .grid-item:nth-child(2n) .post-meta {
    top: 15px;
    bottom: auto;
  }
  .pi-grid .grid-item:nth-child(2n) .post-social {
    top: 25px;
    bottom: auto;
  }
  .pi-grid .grid-item:nth-child(2n) .post-media .images:after {
    top: 0;
    bottom: auto;
    box-shadow: inset 0 80px 120px 0 rgba(38, 38, 38, 0.5);
  }
}
@media screen and (max-width: 991px) {
  .pi-standard .post-body {
    display: block;
  }
  .pi-standard .post-body .post-content-group,
  .pi-standard .post-body .post-sb-group {
    text-align: left;
    width: 100%;
    display: block;
    padding: 20px 0;
    background: none;
  }
  .pi-standard .post-body .post-content-group {
    padding-bottom: 40px;
  }
  .pi-standard .post-body .post-format a {
    margin-left: 0;
    margin-right: auto;
  }
  .pi-standard .post-body .pi-divider {
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .pi-standard .post:after {
    display: none;
  }

  .post-media .images {
    padding-top: 0;
    height: 300px;
  }
}
@media screen and (max-width: 840px) {
  .pi-before-footer .content a, .pi-instagram .content a {
    width: 25%;
    display: none;
  }
  .pi-before-footer .content a:nth-child(1), .pi-before-footer .content a:nth-child(2), .pi-before-footer .content a:nth-child(3), .pi-before-footer .content a:nth-child(4), .pi-instagram .content a:nth-child(1), .pi-instagram .content a:nth-child(2), .pi-instagram .content a:nth-child(3), .pi-instagram .content a:nth-child(4) {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .pi-grid .grid-item {
    width: 100%;
    float: none;
  }

  .pi-grid .post {
    padding-top: 0;
  }

  .pi-grid .post .post-body,
  .pi-grid .post .post-media {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
  }

  .pi-grid .post .post-media {
    height: 40%;
  }

  .pi-grid .post .post-body .post-sb-group {
    position: static;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 600px) {
  .pi-before-footer .content a, .pi-instagram .content a {
    width: 33.33333333%;
    display: none;
  }
  .pi-before-footer .content a:nth-child(4), .pi-instagram .content a:nth-child(4) {
    display: none;
  }
  .pi-before-footer .content a:nth-child(1), .pi-before-footer .content a:nth-child(2), .pi-before-footer .content a:nth-child(3), .pi-instagram .content a:nth-child(1), .pi-instagram .content a:nth-child(2), .pi-instagram .content a:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .pi-before-footer .content a, .pi-instagram .content a {
    width: 50%;
    display: none;
  }
  .pi-before-footer .content a:nth-child(3), .pi-before-footer .content a:nth-child(4), .pi-instagram .content a:nth-child(3), .pi-instagram .content a:nth-child(4) {
    display: none;
  }
  .pi-before-footer .content a:nth-child(1), .pi-before-footer .content a:nth-child(2), .pi-instagram .content a:nth-child(1), .pi-instagram .content a:nth-child(2) {
    display: block;
  }

  .post-social {
    display: none;
  }

  .background-widget-group:after,
  .background-widget-group,
  .widget-group {
    width: 230px;
  }

  .background-widget-group,
  .widget-group {
    width: 230px;
    padding: 0 10px;
  }

  .pi-header-fixed.pi-header-fixed-active,
  #wrapper.wrapper-active {
    left: -230px;
  }
}
@media screen and (max-width: 720px) {
  .pi-three-column {
    width: 100%;
    float: none;
  }

  .related-post-item {
    margin-bottom: 25px;
  }

  .pi-single .post-entry .form-item,
  .pi-page .post-entry .form-item,
  #respond .form-item {
    width: 100%;
  }

  #comments .commentlist .children {
    margin-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-author .author-info {
    overflow: visible;
  }

  #comments .commentlist .children {
    margin-left: 15px;
  }

  #comments .commentlist .comment-author {
    float: none;
  }

  #comments .commentlist .comment-body {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 430px) {
  .about-author .image-thumb {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .about-author .image-thumb img {
    width: 100%;
  }
}
/* About */
.pi-page.no-sidebar .pi-content {
  max-width: 900px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.pi-page .post-entry {
  text-align: left;
}
.pi-page .post-entry form {
  margin-top: 20px;
  margin-bottom: 50px;
}
.pi-page .post-entry .form-captcha {
  position: relative;
}
.pi-page .post-entry .form-captcha .wpcf7-captchac {
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pi-page .post-entry .form-captcha .wpcf7-form-control-wrap {
  display: block;
  border: 1px solid #e5e7ec;
  padding-left: 77px;
}
.pi-page .post-entry .form-captcha .wpcf7-form-control-wrap input {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.pi-page .category-page-title h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
}
.pi-page .category-page-title h1:after {
  content: '';
  display: block;
  width: 42px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  height: 2px;
  background-color: #e5e7ec;
}

.pi-about .post-entry .wp-caption:last-of-type .wp-caption-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #565656;
}
@media screen and (max-width: 720px) { 
.widget-group {overflow: scroll;} 
}