/*
Theme Name: soledad
Theme URI: http://pencidesign.com/
Description: A Multi-Concept Blog/Magazine WordPress Theme
Author: PenciDesign
Author URI: http://pencidesign.com/
Version: 7.3.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/

/* ---------------------------------------------------
[COLORS USED]

Background: #ffffff (white)
Color:  #313131 (light black)
Link: #6eb48c
Accent color: #6eb48c
------------------------------------------------------
[FONTS USED]
Body font: serif
Heading font: Raleway, sans-serif
Navigation font: Raleway, sans-serif
-----------------------------------------------------*/

/* = Import font
-----------------------------------------------------*/

/* = Font Awesome
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-search:before {
  content: '\f002';
}

.fa-close:before {
  content: '\f00d';
}

/* = Animate
-----------------------------------------------------*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* = Reset
-----------------------------------------------------*/
* {
  box-sizing: border-box;
  outline: none;
}
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
input {
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q::before,
q::after {
  content: '';
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
a img {
  border: none;
}
iframe {
  border: none;
  max-width: none;
}
iframe[name='google_conversion_frame'] {
  height: 0;
  display: block;
  overflow: hidden;
}
.penci-center {
  text-align: center;
}
body:not(.penci-fawesome-ver5) .penci-faicon {
  font-family: 'FontAwesome';
  font-display: swap;
  font-weight: normal;
}

/* = General
-----------------------------------------------------*/
html,
body {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #313131;
  background-color: #fff;
  font-size: 14px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea {
  font-family: serif;
  min-height: 100px;
  background: none;
}
p {
  font-size: 14px;
  line-height: 28px;
}

a {
  text-decoration: none;
  color: #6eb48c;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  outline: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: 500;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.container.container-1400 {
  max-width: 1400px;
  width: 100%;
}
.container.container-fullwidth {
  max-width: 100%;
  width: 100%;
}
.penci-page-container-smaller {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body:not(.penci-fawesome-ver5) .penci-faicon.fa-facebook-f:before,
body:not(.penci-fawesome-ver5) .penci-faicon.fa-facebook:before {
  content: '\f09a';
}
#main {
  width: 100%;
}
.container.penci_sidebar #main {
  width: 70.94%;
  padding-right: 50px;
  float: left;
}
.container.penci_sidebar.left-sidebar #main {
  float: right;
  padding: 0 0 0 60px;
}
.penci-sidebar-content {
  width: 29.06%;
  float: right;
}
@media only screen and (min-width: 961px) {
  .penci-single-style-10
    .penci-post-image-wrapper
    .container.two-sidebar
    .penci-sidebar-content {
    width: 29.06%;
  }
}
.penci-sidebar-content-vc {
  width: 100%;
  float: none;
}
.penci_sidebar.left-sidebar .penci-sidebar-content {
  float: left;
}
.penci-sidebar-content.penci-sticky-sidebar.is-sticky {
  margin-top: 75px;
}
.admin-bar .penci-sidebar-content.penci-sticky-sidebar.is-sticky {
  margin-top: 107px;
}
#penci-end-sidebar-sticky {
  margin-top: -300px;
  padding-top: 300px;
}
.clear-footer {
  height: 1px;
  margin-bottom: 29px;
  clear: both;
  display: block;
  width: 100%;
}
.clearfix {
  clear: both;
}

/** Body boxed **/
.wrapper-boxed {
  overflow: hidden;
}

.wrapper-boxed.enable-boxed {
  background: #fff;
  max-width: 1230px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

/* = Navigation
-----------------------------------------------------*/
#navigation {
  background: #fff;
  height: 60px;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid #141f35;
}

#navigation.header-layout-bottom {
  box-shadow: 0px 0px 0px transparent;
  border-top: 1px solid #141f35;
}

.is-sticky #navigation {
  box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
  border-color: transparent !important;
}
.wrapper-boxed.enable-boxed .is-sticky #navigation {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1230px;
}

#navigation .container {
  position: relative;
  display: table;
  text-align: center;
}

#navigation .container .inner-top-navigation {
  display: inline-block;
  vertical-align: top;
}
#navigation .menu {
  float: left;
}

#navigation ul.menu > li,
#navigation .menu > ul > li {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 30px;
}
#navigation .menu > li:last-child,
#navigation .menu > ul > li:last-child {
  margin-right: 0;
}
#navigation .menu li a {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #313131;
  line-height: 58px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

#navigation.header-6 .container {
  width: 100%;
  padding: 0 15px;
  max-width: 1470px;
}

#navigation.header-6 .shop-link {
  display: flex;
  height: 58px;
  align-items: center;
  float: right;
  margin-left: 20px;
}

@media only screen and (min-width: 961px) {
  #navigation.header-6 .shop-link {
    height: 80px;
  }
  .is-sticky #navigation.header-6 .shop-link {
    height: 60px;
  }
}

#navigation.header-6 .shop-link > a {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  line-height: 30px !important;
  height: 30px !important;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  top: -1px;
  background-color: #ffb953;
  text-decoration: none;
  padding: 0 10px;
  font-weight: bold;
  color: #1a1e26;
}

#navigation .menu li a i {
  font-size: 13px;
  margin-right: 5px;
}
#navigation ul.menu > li > a:before,
#navigation .menu > ul > li > a:before {
  content: '';
  position: absolute;
  bottom: 18px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  left: 50%;
  height: 2px;
  width: 0;
  background: #6eb48c;
}
#navigation ul.menu > li > a:hover:before,
#navigation .menu > ul > li > a:hover:before,
#navigation ul.menu > li:hover > a:before,
#navigation .menu > ul > li:hover > a:before {
  left: 0;
  width: 100%;
}
#navigation .menu li a:hover,
#navigation .menu li:hover > a,
#navigation .menu li.current-menu-item > a,
#navigation .menu > li.current_page_item > a,
#navigation .menu > li.current-menu-ancestor > a,
#navigation .menu > li.current-menu-item > a {
  color: #6eb48c;
}
#navigation ul.menu > li > a > img,
#navigation .menu > ul > li > a > img {
  vertical-align: middle;
}
#navigation .button-menu-mobile {
  display: none;
  float: left;
  line-height: 60px;
  text-align: center;
  color: #313131;
  font-size: 21px;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
}

.fa-bars:before {
  content: '\f0c9';
}

#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo h1 {
  margin: 0;
}

.penci-mobile-hlogo {
  display: none;
  float: left;
  margin-left: 10px;
}
.penci-mobile-hlogo a {
  display: inline-block;
}
.penci-mobile-hlogo img {
  max-height: 60px;
  padding: 8px 0;
}
@media only screen and (max-width: 960px) {
  .penci-mobile-hlogo {
    display: inline-block;
  }
}

/* header style 6 */
#navigation.header-6 {
  height: 82px;
}
#navigation.header-6 .container {
  text-align: right;
}
#navigation.header-6 .menu {
  float: none;
}
#navigation.header-6 #logo {
  float: left;
  display: block;
  text-align: left;
}
#navigation.header-6 #logo img {
  padding: 12px 0;
  max-height: 80px;
  width: auto;
}
#navigation.header-6 .menu > li > a,
#navigation.header-6 ul.menu > li > a {
  line-height: 80px;
}
#navigation.header-6 ul.menu > li > a:before,
#navigation.header-6 .menu > ul > li > a:before {
  bottom: 29px;
}

#navigation.header-6 .penci-menuhbg-toggle,
#navigation.header-6 .show-search {
  height: 80px;
}
#navigation.header-6 #top-search {
  margin-left: 40px;
}
#navigation.header-6 #top-search > a,
#navigation.header-6 .show-search a.close-search {
  height: 80px;
  line-height: 80px;
}
#navigation.header-6 .show-search #searchform input.search-input {
  height: 80px;
  padding: 26px 35px 26px 0;
}

/* Scroll header 6 */
.is-sticky #navigation.header-6 {
  height: 60px;
}
.is-sticky #navigation.header-6 #logo img {
  max-height: 58px;
  padding: 7px 0;
}
.is-sticky #navigation.header-6 .menu > li > a,
.is-sticky #navigation.header-6 ul.menu > li > a {
  line-height: 58px;
}
.is-sticky #navigation.header-6 ul.menu > li > a:before,
.is-sticky #navigation.header-6 .menu > ul > li > a:before {
  bottom: 18px;
}

.is-sticky #navigation.header-6 .show-search,
.is-sticky #navigation.header-6 .penci-menuhbg-toggle {
  height: 58px;
}

.is-sticky #navigation.header-6 #top-search > a,
.is-sticky #navigation.header-6 .show-search a.close-search {
  height: 58px;
  line-height: 58px;
}

.is-sticky #navigation.header-6 .show-search #searchform input.search-input {
  height: 58px;
  padding: 15px 35px 15px 0;
}

/* Primary menu dropdown */
#navigation .menu .sub-menu,
#navigation .menu .children {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 9999;
  transition: all 0.27s ease-in-out;
  transform-origin: 0 0;
  transform: rotateX(-90deg);
  box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
  border-top: 1px solid #ececec;
  margin-top: 0;
  background: #fff;
}
#navigation ul.menu ul a,
#navigation .menu ul ul a {
  margin: 0 20px;
  padding: 12px 0;
  font-size: 12px;
  min-width: 200px;
  line-height: 1.4;
  transition: color 0.3s, background-color 0.3s;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  border-left: none !important;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
#navigation ul.menu ul li,
#navigation ul.menu ul ul li {
  padding-right: 0;
  margin-right: 0;
  float: none;
  position: relative;
  width: 100%;
}
#navigation .menu ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
#navigation ul.menu li:hover > ul,
#navigation .menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}
#navigation .menu .sub-menu ul,
#navigation .menu .children ul {
  left: 100%;
  top: 0;
}

/* Menu style 2 */
#navigation.menu-style-2 ul.menu > li > a:before,
#navigation.menu-style-2 .menu > ul > li > a:before {
  content: none;
  display: none;
}
#navigation ul.menu > li.menu-item-has-children > a::after,
#navigation .menu > ul > li.menu-item-has-children > a::after,
#navigation ul.menu > li.penci-mega-menu > a::after,
#navigation .menu > ul > li.penci-mega-menu > a::after {
  font-family: FontAwesome;
  content: '\f107';
  margin-left: 5px;
  color: inherit;
  font-size: 13px;
  font-weight: normal;
}

.penci-fawesome-ver5 #navigation ul.menu > li.menu-item-has-children > a::after,
.penci-fawesome-ver5
  #navigation
  .menu
  > ul
  > li.menu-item-has-children
  > a::after,
.penci-fawesome-ver5 #navigation ul.menu > li.penci-mega-menu > a::after,
.penci-fawesome-ver5 #navigation .menu > ul > li.penci-mega-menu > a::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 900;
}

#navigation.menu-style-2 .menu .sub-menu,
#navigation.menu-style-2 .menu .children {
  border-top: 4px solid #e0e0e0;
  padding: 8px 0;
}
#navigation.menu-style-2 ul.menu ul:before,
#navigation.menu-style-2 .menu ul ul:before {
  width: 0;
  height: 4px;
  top: -4px;
  position: absolute;
  background: #6eb48c;
  left: 0;
  transition: width 500ms cubic-bezier(0.87, 0.02, 0.23, 1.005);
  content: '';
  transition-delay: 0.3s;
}
#navigation.menu-style-2 ul.menu li:hover > ul:before,
#navigation.menu-style-2 .menu ul li:hover > ul:before {
  width: 100%;
}
#navigation.menu-style-2 ul.menu ul a,
#navigation.menu-style-2 .menu ul ul a {
  padding: 8px 0;
  border: none !important;
}

/* = Menu Items Padding
-----------------------------------------------------*/
#navigation.menu-item-padding ul.menu > li,
#navigation.menu-item-padding .menu > ul > li {
  margin: 0;
}
#navigation.menu-item-padding ul.menu > li > a,
#navigation.menu-item-padding .menu > ul > li > a {
  padding: 0 15px;
}
#navigation.menu-item-padding .menu > li > a:hover,
#navigation.menu-item-padding .menu > li:hover > a,
#navigation.menu-item-padding .menu > li.current-menu-item > a,
#navigation.menu-item-padding .menu > li.current_page_item > a,
#navigation.menu-item-padding .menu > li.current-menu-ancestor > a,
#navigation.menu-item-padding .menu > li.current-menu-item > a {
  background-color: #ececec;
}
#navigation.menu-item-padding ul.menu > li > a:before,
#navigation.menu-item-padding .menu > ul > li > a:before {
  content: none;
  display: none;
}

@media only screen and (min-width: 961px) {
  #navigation.header-6.menu-item-padding,
  #navigation.header-6.menu-item-padding ul.menu > li > a {
    height: 81px;
  }

  .is-sticky #navigation.menu-item-padding,
  .is-sticky #navigation.menu-item-padding {
    height: 58px;
    border: none !important;
  }
  #navigation-sticky-wrapper:not(.is-sticky) .menu .sub-menu,
  #navigation-sticky-wrapper:not(.is-sticky) .menu .children {
    margin-top: -1px;
  }
}

/* = Mobile navigation
-----------------------------------------------------*/
.penci-menu-hbg,
#sidebar-nav {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99997;
  width: 270px;
  overflow-y: auto;
  padding: 30px 20px 20px;
  background: #ffffff;
  left: 0;
  transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
}

@media only screen and (min-width: 961px) {
  #sidebar-nav {
    display: none;
  }
}
#sidebar-nav #logo {
  display: none !important;
}
#sidebar-nav #logo + ul {
  border-top: 1px solid #dedede;
}
.penci-menu-hbg {
  width: 330px;
  transform: translateX(-330px);
}
.admin-bar .penci-menu-hbg {
  padding-top: 62px;
}
.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-left {
  left: 330px;
}
.penci-menu-hbg::-webkit-scrollbar {
  width: 0;
}
#sidebar-nav::-webkit-scrollbar {
  width: 6px;
  background: #848484;
}

#sidebar-nav::-webkit-scrollbar-thumb {
  background-color: #313131;
  border-radius: 0;
}
#sidebar-nav::-webkit-scrollbar-corner {
  background-color: #dedede;
}

#sidebar-nav-logo {
  padding: 0 20px 20px;
  text-align: center;
  margin: 0 0 15px 0;
  position: relative;
}

#sidebar-nav-logo:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #6eb48c;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.header-social.sidebar-nav-social {
  margin: 0 0 43px 0;
  padding: 0 10px;
}
.header-social.sidebar-nav-social .inner-header-social:before,
.header-social.sidebar-nav-social .inner-header-social:after {
  content: none;
}
.header-social.sidebar-nav-social a i {
  color: #313131;
}
.penci-menu-hbg .header-social.sidebar-nav-social a i {
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.header-social.sidebar-nav-social a i:hover {
  color: #6eb48c;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a {
  margin: 0 3px 6px;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a i {
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  margin: 0;
  display: inline-block;
  text-align: center;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a:hover i {
  background: #6eb48c;
  border-color: #6eb48c;
  color: #fff;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2.hgb-social-style-3 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4.hgb-social-style-5 a i {
  border-radius: 0;
}

.penci-menu-hbg .header-social.penci-hbg-social-style-4 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a:hover i {
  color: #fff !important;
  border: none !important;
  line-height: 36px;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a:hover i {
  opacity: 0.85;
}
.penci-social-facebook .penci-social-content,
.penci-social-colored a i.fa-facebook,
.penci-social-colored a i.fa-facebook-f {
  background: #0d47a1 !important;
}

.penci-social-twitter .penci-social-content,
.penci-social-colored a i.fa-twitter {
  background: #40c4ff !important;
}
.penci-social-colored a i.fa-google-plus {
  background: #eb4026 !important;
}
.penci-social-instagram .penci-social-content,
.penci-social-colored a i.fa-instagram {
  background: #4d7a9e !important;
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #ffa100,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #efa11c, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #8f44c7,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d43178, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    ) !important;
}
.penci-social-500px .penci-social-content,
.penci-social-colored a i.fa-500px {
  background: #00aaff !important;
}
.penci-social-rss .penci-social-content,
.penci-social-colored a i.fa-rss {
  background: #f0941a !important;
}
.penci-social-line .penci-social-content,
.penci-social-colored a i.penci-icon-line,
.penci-social-colored a i.fa-line {
  background: #01b901 !important;
}
.penci-social-textcolored a i.fa-facebook,
.penci-social-textcolored a i.fa-facebook-f {
  color: #0d47a1 !important;
}
.penci-social-textcolored a i.fa-twitter {
  color: #40c4ff !important;
}
.penci-social-textcolored a i.fa-instagram {
  color: #4d7a9e !important;
}
.penci-social-textcolored a i.penci-icon-line,
.penci-social-textcolored a i.fa-line {
  color: #01b901 !important;
}

.penci-menu-hbg .menu,
#sidebar-nav .menu {
  margin: 0;
  list-style: none;
}
.penci-menu-hbg .menu li,
#sidebar-nav .menu li {
  display: block;
  border-bottom: 1px solid #dedede;
  padding: 0;
  margin-bottom: 0;
}
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu a:empty {
  padding: 0;
  display: none;
}
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu a:blank {
  padding: 0;
  display: none;
}

.penci-menu-hbg .menu > li:last-child,
.penci-menu-hbg .menu ul > li:last-child,
#sidebar-nav .menu > li:last-child,
#sidebar-nav .menu ul > li:last-child {
  border-bottom: none;
}
.penci-menu-hbg .menu li a,
#sidebar-nav .menu li a {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #313131;
  margin: 0;
  position: relative;
  padding: 13px 0 13px 0;
  display: block;
  line-height: 1.3em;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.penci-menu-hbg .menu li a {
  text-decoration: none;
}
.penci-menu-hbg .menu li.menu-item-has-children a,
#sidebar-nav .menu li.menu-item-has-children a {
  padding-right: 17px;
}
.penci-menu-hbg .menu li a:hover,
#sidebar-nav .menu li a:hover {
  color: #6eb48c;
}
.penci-menu-hbg .menu li a > i,
#sidebar-nav .menu li a > i {
  display: none;
}
.penci-menu-hbg ul.sub-menu,
#sidebar-nav ul.sub-menu {
  border-top: 1px solid #dedede;
  display: none;
  padding: 10px 0 10px 12px;
}
.penci-menu-hbg ul.sub-menu {
  margin: 0;
}
.penci-menu-hbg ul.sub-menu ul.sub-menu,
#sidebar-nav ul.sub-menu ul.sub-menu {
  border: none;
  padding: 5px 0 5px 12px;
}
.penci-menu-hbg ul.sub-menu ul.sub-menu,
#sidebar-nav ul.sub-menu ul.sub-menu {
  padding-right: 0;
}

.penci-menu-hbg ul.sub-menu li,
#sidebar-nav ul.sub-menu li {
  overflow: hidden;
  border: none;
}
.penci-menu-hbg ul.sub-menu li a,
#sidebar-nav ul.sub-menu li a {
  margin: 0 0 0 0;
  padding: 10px 0;
}

#navigation .menu .sub-menu li a {
  color: #141f35;
}
#navigation .menu .sub-menu li a:hover,
#navigation .menu .sub-menu li.current-menu-item > a,
#navigation .sub-menu li:hover > a {
  color: #141f35;
}

.penci-menu-hbg .menu li a .indicator,
#sidebar-nav .menu li a .indicator {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 20;
  font-size: 17px;
  font-style: normal;
  text-align: right;
  padding: 11px 0 11px 5px;
  line-height: 1;
  color: inherit !important;
  opacity: 0.85;
}
.penci-menu-hbg .menu .sub-menu li a .indicator,
#sidebar-nav .menu .sub-menu li a .indicator {
  padding: 8px 0 8px 5px;
}
.penci-menu-hbg .menu li a .indicator:hover,
.penci-menu-hbg
  .menu
  .sub-menu
  li
  a
  .indicator:hover
  #sidebar-nav
  .menu
  li
  a
  .indicator:hover,
#sidebar-nav .menu .sub-menu li a .indicator:hover {
  color: #6eb48c;
}

.fa-angle-double-up:before {
  content: '\f102';
}

.penci-menu-hbg-overlay,
#close-sidebar-nav {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  text-decoration: none;
  top: 0;
  left: 0;
  font-size: 1.4em;
  color: #313131;
  padding: 10px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  right: 0;
  z-index: 99996;
  cursor: pointer;
}

@media only screen and (min-width: 961px) {
  .open-sidebar-nav #close-sidebar-nav {
    visibility: hidden !important;
  }
}

.penci-menuhbg-open .penci-menu-hbg-overlay {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.open-sidebar-nav #close-sidebar-nav {
  left: 270px;
  opacity: 1;
  visibility: visible;
}
#close-sidebar-nav i {
  display: none;
  width: 24px;
  height: 24px;
  background-color: #fff;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  font-size: 14px;
}

/* = Search
-----------------------------------------------------*/
.wrap-social-search {
  display: inline-block;
  vertical-align: top;
}
#top-search {
  float: right;
  width: auto;
  text-align: center;
}
#top-search.shoping-cart-icon {
  margin-right: 15px;
}
#top-search.shoping-cart-icon.clear-right,
#navigation.header-6 #top-search.shoping-cart-icon {
  margin-right: 0;
}
#top-search > a {
  height: 58px;
  font-size: 14px;
  line-height: 58px;
  color: #313131;
  cursor: pointer;
  background: none;
  display: block;
}
#top-search > a > i {
  width: 20px;
}

.show-search {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 58px;
  background: #fff;
  text-align: left;
  z-index: 200;
  display: none;
}
.show-search #searchform input.search-input {
  padding: 15px 35px 15px 0;
  transition: all 0.5s;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #313131;
  height: 58px;
  line-height: 28px;
  box-sizing: border-box;
  background: none;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 13px;
}
.show-search a.close-search {
  position: absolute;
  width: 20px;
  height: 60px;
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 5;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
  color: #313131;
}
/* = Main Navigation
-----------------------------------------------------*/
.main-nav-social {
  display: inline-block;
  text-align: left;
  margin: 0 13px 0 0;
  line-height: 58px;
}

.main-nav-social .inner-header-social {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.main-nav-social a {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #313131;
  font-size: 14px;
}
.main-nav-social a:last-child {
  margin-right: 0;
}
.main-nav-social a:hover {
  color: #6eb48c;
}
#navigation.header-6 .main-nav-social {
  line-height: 80px;
  margin: 0 0 0 30px;
}
.main-nav-social a i,
#top-search a i,
.button-menu-mobile i {
  line-height: inherit;
}

.is-sticky #navigation.header-6 .main-nav-social {
  line-height: 58px;
}

#navigation.header-6 .penci-menuhbg-toggle,
#navigation.header-6 #top-search {
  margin-left: 15px;
}

/* = Header
-----------------------------------------------------*/
#header {
  margin-bottom: 10px;
  position: relative;
}

.container-single .ad.bottom {
  margin-bottom: 40px;
}

.ad {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}

.ad.leader > div {
  min-height: 90px;
}

.ad.mpu > div {
  width: 300px;
  min-height: 250px;
}

.ad.adhesion {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  min-height: 50px;
  z-index: 10000;
  text-align: center;
  background-color: #222833;
}
.ad.adhesion > div {
  min-height: 50px;
}

.ad.desktop {
  display: none;
}

.ad.incontent {
  padding: 10px;
  text-align: center;
  background-color: #f7f7f7;
  flex-direction: column;
}

.ad.incontent::before {
  content: 'ADVERTISEMENT';
  margin-bottom: 10px;
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.ad.incontent > div {
  margin: 0 auto;
}

@media only screen and (min-width: 961px) {
  .ad.desktop {
    display: flex;
  }

  .ad.mobile {
    display: none;
  }

  .ad.adhesion {
    width: 100%;
    min-height: 90px;
    display: none;
  }

  .ad.adhesion > div {
    min-height: 90px;
  }
}

@media only screen and (min-width: 1170px) {
  .ad.adhesion {
    left: 50%;
    width: 780px;
    margin-left: -585px;
    background-color: #f7f7f7;
    min-height: 90px;
  }
}

.page-template-page-fullwidth #header {
  margin-bottom: 0;
}
.page-template-page-fullwidth .clear-footer {
  height: 0;
  margin-bottom: 0;
}

#header .inner-header {
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
#header .inner-header .container {
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#logo {
  text-align: center;
}
.container.align-left-logo #logo {
  text-align: left;
}
.container.has-banner #logo {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
}
.container.has-banner .header-banner {
  display: table-cell;
  vertical-align: middle;
  width: 770px;
  text-align: right;
}
/** header trans **/
.penci-header-trans .penci-header-wrap {
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
}
.penci-header-trans .penci-header-wrap #header {
  margin-bottom: 0;
}

.penci-header-trans .is-sticky #logo .penci-logo,
.penci-header-trans #logo .penci-logo-sticky {
  display: none;
}
.penci-header-trans .is-sticky #logo .penci-logo-sticky {
  display: block;
  position: static;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .penci-header-trans .sticky-wrapper:not(.is-sticky) #navigation {
    background: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
  }
}

/* = Header social & slogan text
-----------------------------------------------------*/
.header-slogan {
  margin: 17px 0 0 0;
  text-align: center;
  line-height: 1;
}
.header-slogan .header-slogan-text {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  font-style: italic;
  color: #313131;
  display: inline-block;
  position: relative;
  font-family: serif;
  padding: 0 15px;
  letter-spacing: 1px;
  vertical-align: top;
}
.header-slogan .header-slogan-text:before,
.header-slogan .header-slogan-text:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  display: block;
  width: 60px;
  background: #313131;
  left: 100%;
}
.header-slogan .header-slogan-text:before {
  left: auto;
  right: 100%;
}
.header-social {
  display: block;
  text-align: center;
  margin: 20px 0 0;
}
.header-social .inner-header-social {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header-social a {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}
.header-social a:last-child {
  margin-right: 0;
}
.header-social a i {
  font-size: 14px;
  color: #313131;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-social a:hover i {
  color: #6eb48c;
}

/* = Standard style
-----------------------------------------------------*/

.standard-post-image {
  margin: 0 0 26px 0;
  text-align: center;
  display: block;
  position: relative;
}
.standard-post-image .audio-iframe,
.standard-content-special {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: block;
}
.standard-post-image.no-thumbnail .audio-iframe,
.standard-post-special.no-thumbnail .standard-content-special {
  position: static;
}
.standard-post-image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.header-standard {
  text-align: center;
  padding-bottom: 17px;
  position: relative;
  margin: 0 0 19px 0;
}
.header-standard:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #6eb48c;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.header-standard .cat {
  display: inline-block;
  position: relative;
}
.header-standard h2,
.header-standard .post-title,
.header-standard h2 a {
  color: #313131;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-standard h2 a:hover {
  color: #888888;
}
.header-standard .author-post span {
  color: #888;
}
.header-standard .author-post {
  margin: 6px 0 0;
  font-size: 14px;
}
.header-standard .author-post span,
.header-standard .author-post span a {
  font-size: inherit;
}
.header-standard .author-post span a {
  color: #313131;
  text-transform: capitalize;
}
.header-standard .author-post span a:hover {
  color: #6eb48c;
}
.standard-content {
  position: relative;
}
.standard-main-content {
  text-align: left;
}
.penci-more-link {
  text-align: center;
  overflow: hidden;
  clear: both;
}
.penci-more-link a.more-link {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  color: #6eb48c;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  position: relative;
}
.standard-post-entry a.more-link:hover {
  text-decoration: none;
}
.penci-more-link a.more-link:before,
.penci-more-link a.more-link:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 0;
  top: 50%;
  left: 100%;
  margin: 0 10px;
  margin-top: -1px;
  border-top: 1px solid #6eb48c;
}
.penci-more-link a.more-link:before {
  left: auto;
  right: 100%;
}
.penci-more-link a.more-link:hover:before {
  right: 50%;
  margin-right: -10px;
  width: 90px;
}
.penci-more-link a.more-link:hover:after {
  left: 50%;
  margin-left: -10px;
  width: 90px;
}
.penci-more-link.penci-more-link-button {
  margin-top: 17px;
}
.penci-more-link.penci-more-link-button a.more-link:before,
.penci-more-link.penci-more-link-button a.more-link:after {
  content: none;
  display: none;
}
.penci-more-link.penci-more-link-button a.more-link {
  line-height: 1;
  color: #fff;
  background: #6eb48c;
  padding: 14px 16px;
  margin-top: 0;
}
.penci-more-link.penci-more-link-button a.more-link:hover {
  opacity: 0.8;
}

.penci-post-box-meta {
  padding: 15px 0;
  clear: both;
  display: block;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 30px 0 0;
}
.penci-post-box-meta.center-inner {
  text-align: center;
}

.penci-post-box-meta .penci-box-meta {
  display: inline-block;
  font-size: 14px;
}

.penci-hide-tagupdated {
  display: none !important;
}

.penci-post-box-meta .penci-box-meta span,
.penci-post-box-meta .penci-box-meta a {
  color: #888888;
}
.penci-post-box-meta .penci-box-meta i {
  margin-right: 10px;
}
.penci-post-box-meta .penci-box-meta a:hover {
  color: #6eb48c;
}
.penci-post-box-meta .penci-box-meta span:after {
  content: '';
  width: 0;
  height: 10px;
  margin: 0 16px 0 20px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.penci-post-box-meta .penci-box-meta span:last-child:after {
  content: none;
  display: none;
}

.penci-post-like.liked i:before {
  content: '\f004';
}

.penci-fawesome-ver5 .penci-post-like.liked i:before {
  font-weight: 900;
}
.penci-svg-line,
.penci-svg-viber,
.penci-svg-discord {
  width: 14px;
}

/* = Classic style
-----------------------------------------------------*/
.header-standard.header-classic {
  margin: 0 0 26px 0;
  padding: 0;
}
.header-standard.header-classic:after {
  content: none;
  display: none;
}
.header-standard.header-classic.penci-title-bellow {
  margin-bottom: 40px;
}

/* = Operator penci cat
-----------------------------------------------------*/
.cat > a.penci-cat-name {
  font-size: 13px;
  color: #6eb48c;
  line-height: 1.2;
  margin: 0 18px 0 0;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  background: none;
  font-weight: normal;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
}
.cat > a.penci-cat-name:after {
  content: '';
  display: inline-block;
  border: 1px solid;
  font-size: 12px;
  margin-left: 11px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cat > a.penci-cat-name:first-child {
  margin-left: 0;
}
.cat > a.penci-cat-name:last-child {
  margin-right: 0;
  padding: 0;
}
.cat > a.penci-cat-name:last-child:after {
  content: none;
  display: none;
}

.penci-single-style-7:not(.penci-single-pheader-noimg).penci_sidebar
  #main
  article.post,
.penci-single-style-3:not(.penci-single-pheader-noimg).penci_sidebar
  #main
  article.post {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 959px) {
  .penci-single-style-7:not(.penci-single-pheader-noimg).container.penci_sidebar
    #main,
  .penci-single-style-3:not(.penci-single-pheader-noimg).container.penci_sidebar
    #main {
    position: relative;
    z-index: 9;
    padding-right: 30px;
  }
  .penci-single-style-7:not(
      .penci-single-pheader-noimg
    ).container.penci_sidebar.two-sidebar
    #main,
  .penci-single-style-3:not(
      .penci-single-pheader-noimg
    ).container.penci_sidebar.two-sidebar
    #main {
    padding-right: 50px;
  }
  .penci-single-style-7:not(.penci-single-pheader-noimg) #main article.post,
  .penci-single-style-3:not(.penci-single-pheader-noimg) #main article.post {
    margin-top: -80px;
  }
  .penci-single-style-7.penci_is_nosidebar #main article.post,
  .penci-single-style-3.penci_is_nosidebar #main article.post {
    margin-top: 0;
  }
  .penci-single-style-7:not(
      .penci-single-pheader-noimg
    ).container.penci_sidebar.left-sidebar
    #main,
  .penci-single-style-3:not(
      .penci-single-pheader-noimg
    ).container.penci_sidebar.left-sidebar
    #main {
    padding-left: 40px;
    padding-right: 0;
  }
  .penci-single-style-7:not(.penci-single-pheader-noimg).penci_sidebar
    #main
    article.post,
  .penci-single-style-3:not(.penci-single-pheader-noimg).penci_sidebar
    #main
    article.post {
    background: #fff;
    padding-top: 20px;
  }
  .penci-single-style-7:not(.penci-single-pheader-noimg).right-sidebar
    #main
    article.post {
    padding-left: 20px;
    padding-right: 0;
  }
  .penci-single-style-7:not(.penci-single-pheader-noimg).right-sidebar
    #main
    article.post,
  .penci-single-style-3:not(.penci-single-pheader-noimg).right-sidebar
    #main
    article.post {
    padding-right: 20px;
    padding-left: 0;
  }
  .penci-single-style-7:not(.penci-single-pheader-noimg).left-sidebar
    #main
    article.post,
  .penci-single-style-3:not(.penci-single-pheader-noimg).left-sidebar
    #main
    article.post {
    padding-left: 20px;
  }
  .penci-single-style-3:not(.penci_is_nosidebar)
    .standard-post-image
    .audio-iframe,
  .penci-single-style-3:not(.penci_is_nosidebar) .standard-content-special {
    bottom: 70px;
  }
}

.penci-single-4 .standard-post-special img {
  width: 100%;
}
.penci-body-single-style-10.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(
    .penci-port-product
  )
  #header,
.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(
    .penci-port-product
  )
  #header,
.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(
    .penci-port-product
  )
  #header,
.penci-body-single-style-5.penci-show-pthumb:not(.penci-port-product) #header {
  margin-bottom: 0;
}

.penci-video-format-vimeo iframe,
.penci-video-format-youtube iframe,
.penci-body-single-style-7.single-format-video .post-image iframe,
.penci-body-single-style-5.single-format-video .post-image iframe,
.penci-body-single-style-4.single-format-video .post-image iframe {
  width: 100%;
}
.player .vp-player-layout {
  left: 0 !important;
  width: 100% !important;
}
.penci-single-featured-img {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding-top: 66.6667%;
}
.standard-post-special_wrapper {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  display: block;
  z-index: 10;
}

.standard-post-special_wrapper .standard-content-special {
  position: static;
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .penci-header-text-white .cat > a.penci-cat-name,
  .penci-header-text-white .header-standard h2,
  .penci-header-text-white .header-standard .post-title,
  .container-single.penci-header-text-white .header-standard .post-title,
  .penci-header-text-white .header-standard h2 a,
  .penci-header-text-white .post-box-meta-single span,
  .penci-header-text-white .header-standard .author-post span a,
  .penci-header-text-white .container.penci-breadcrumb span,
  .penci-header-text-white .container.penci-breadcrumb a {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .standard-post-special_wrapper {
    position: static;
    background: #fff;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .penci-single-style-7 .standard-post-special_wrapper {
    background: transparent;
  }

  .penci-header-text-white
    .standard-post-special_wrapper
    .header-standard.header-classic {
    margin-bottom: 0;
  }

  .penci-header-text-white .penci-move-title-above::after,
  .penci-header-text-white
    .standard-post-special_wrapper
    .container-single
    .post-image::after {
    content: none;
  }

  .standard-post-special_wrapper .standard-content-special {
    margin-bottom: 20px;
  }

  .penci-header-text-white .format-post-box {
    display: block;
    padding: 20px;
  }

  .penci-header-text-white .standard-content-special {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}

/*** Post Header ***/
.post-box-meta-single {
  text-align: center;
  margin: 6px 0 0;
  font-size: 14px;
}
.post-box-meta-single span {
  color: #888888;
}
.post-box-meta-single a {
  color: #313131;
}
.post-box-meta-single a:hover {
  color: #6eb48c;
}
.post-box-meta-single > span:before {
  content: '';
  width: 0;
  height: 10px;
  margin: 0 15px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.post-box-meta-single > span:first-child:before {
  content: none;
  display: block;
}

/* = Page navigation
-----------------------------------------------------*/
.penci-pagination {
  margin-bottom: 40px;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.penci-pagination.align-left {
  text-align: left;
}
.penci-pagination.align-center {
  text-align: center;
}
.penci-pagination.align-right {
  text-align: right;
}
.penci-pagenavi-shortcode {
  margin-top: 30px;
}
.penci-pagination a,
.penci-pagination .disable-url {
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}
.penci-pagination .disable-url span {
  opacity: 0.5;
}
.penci-pagination a i,
.penci-pagination .disable-url i {
  font-size: 14px;
  margin-left: 8px;
}
.penci-fawesome-ver5 .penci-pagination a i,
.penci-fawesome-ver5 .penci-pagination .disable-url i {
  font-size: 12px;
}
.penci-pagination .newer a i,
.penci-pagination .newer .disable-url i {
  margin: 0 8px 0 0;
}
.penci-pagination a:hover {
  text-decoration: none;
  color: #6eb48c;
}
.penci-pagination .newer,
.penci-pagination .older {
  display: inline-block;
}
.penci-pagination .newer:after {
  content: '/';
  display: inline-block;
  margin: 0 16px 0 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #999;
}
.penci-pagination ul.page-numbers {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.penci-pagination ul.page-numbers li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  list-style: none;
}
.penci-pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
.penci-pagination ul.page-numbers li span,
.penci-pagination ul.page-numbers li a {
  padding: 0;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #dedede;
  color: #888;
  text-decoration: none;
}

.penci-pagination ul.page-numbers li a {
  padding: 0 5px;
}
.penci-pagination ul.page-numbers li a:hover {
  color: #313131;
  border-color: #999999;
  text-decoration: none;
}
.penci-pagination ul.page-numbers li span.current {
  color: #fff;
  background: #6eb48c;
  border-color: #6eb48c;
  text-decoration: none;
}
.penci-pagination ul.page-numbers li a i {
  font-size: 16px;
  line-height: 28px;
  margin-left: 2px;
  font-family: FontAwesome !important;
}

.penci-fawesome-ver5 .penci-pagination ul.page-numbers li a i {
  font-family: 'Font Awesome 5 Free' !important;
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button {
  display: block;
  padding: 11px 10px;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #ececec;
  line-height: 1.4;
  text-align: center;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  background: #fff;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button .ajax-more-text {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover {
  border-color: #6eb48c;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts {
  opacity: 0.8;
  color: #999999 !important;
  border-color: #ececec !important;
  cursor: auto;
}
.penci-pagination.penci-ajax-more
  a.penci-ajax-more-button.loading-posts
  span.ajaxdot:after {
  content: '...';
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button i {
  color: inherit;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts i {
  animation-name: pencirotate;
  animation-duration: 0.8s;

  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* = Widget
-----------------------------------------------------*/
.textwidget {
  line-height: 1.8;
}

.widget input {
  font-weight: normal;
}
.penci-button,
.widget input[type='submit'],
.widget button[type='submit'] {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.penci-sidebar-content .widget {
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 60px;
  clear: both;
  margin-bottom: 10px !important;
}
.penci-sidebar-content img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.penci-sidebar-content .widget-title {
  color: #313131;
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  line-height: 1.3;
  background: transparent;
}

/* = Breadcrumb
-----------------------------------------------------*/
.penci-container-inside.penci-breadcrumb,
.container.penci-breadcrumb {
  line-height: 1.4;
  margin-bottom: 10px;
}

.single.penci-body-single-style-5 .container.penci-breadcrumb,
.single.penci-body-single-style-6 .container.penci-breadcrumb {
  margin-bottom: 10px;
}
.penci-header-text-white .container.penci-breadcrumb {
  margin-top: 0;
}
.wrapper-boxed.penci-page-hide-header .container.penci-breadcrumb {
  margin-top: 10px;
}
.penci-container-inside.penci-breadcrumb {
  margin-top: -5px;
}

.page #sidebar-nav + .container.penci-breadcrumb {
  margin-top: 0;
}
.penci-container-inside.penci-breadcrumb span,
.penci-container-inside.penci-breadcrumb span a,
.container.penci-breadcrumb span,
.container.penci-breadcrumb span a {
  font-size: 13px;
  color: #888888;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.penci-container-inside.penci-breadcrumb span a:hover,
.container.penci-breadcrumb span a:hover {
  color: #6eb48c;
}
.penci-container-inside.penci-breadcrumb i,
.container.penci-breadcrumb i {
  color: #888888;
  font-size: 13px;
  margin: 0 15px 0 19px;
}

.container.penci-breadcrumb span:not(.breadcrumb_last) {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.container.penci-breadcrumb > span {
  flex-wrap: wrap;
}

.single-post .breadcrumb_last {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50px;
}

@media only screen and (min-width: 600px) {
  .single-post .breadcrumb_last {
    max-width: 150px;
  }
}

/* = Page Header
-----------------------------------------------------*/
.penci-page-header {
  margin: 0 0 30px 0;
  text-align: center;
  position: relative;
}
.penci-page-header:after,
.penci-page-header:before {
  content: none;
}
.penci-page-header h1 {
  font-size: 24px;
  color: #313131;
  text-transform: uppercase;
}

/* = Page 404
-----------------------------------------------------*/
.error-404 {
  text-align: center;
  margin: 150px 0 112px;
}
.error-image {
  position: relative;
  padding-bottom: 41px;
  margin-bottom: 30px;
}
.error-image:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #6eb48c;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.error-404 .sub-heading-text-404 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #313131;
}
.error-404 form#searchform {
  margin: 31px 0 0;
  padding: 0 10px;
}
.error-404 form#searchform input.search-input {
  width: 100%;
  max-width: 270px;
}
.error-404 .go-back-home {
  margin-top: 50px;
}
.error-404 .go-back-home a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
}
.error-404 .go-back-home a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #6eb48c;
  content: '';
}

/** Social Widget **/
.penci-sidebar-content.pcalign-left .widget-title {
  text-align: left;
}

.widget-social {
  text-align: center;
  display: table;
  width: 100%;
}
.widget-social.pc_alignleft {
  text-align: left;
}
.widget-social.pc_alignright {
  text-align: right;
}
.widget-social.show-text {
  margin-left: -5px;
}
.widget-social a i {
  width: 36px;
  height: 36px;
  line-height: 34px;
  background: none;
  color: #313131;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  margin: 0 5px 5px;
  display: inline-block;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.widget-social.show-text a i {
  margin-bottom: 0;
}
.widget-social a:hover i {
  text-decoration: none;
  color: #ffffff;
  background: #6eb48c;
  border-color: #6eb48c;
}
.widget-social a span {
  display: none;
}
.widget-social a:first-child {
  margin-left: 0;
}
.widget-social a:last-child {
  margin-right: 0;
}
.widget-social.show-text a {
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 10px;
}
.widget-social.show-text a span {
  display: inline-block;
  color: #313131;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  transition: color 0.3s;
  line-height: 20px;
}
.widget-social.show-text.remove-uppercase-text a span {
  text-transform: none;
}
.widget-social.show-text a:hover span {
  color: #6eb48c;
}
.widget-social.remove-circle a i {
  width: auto;
  height: auto;
  line-height: 20px;
  background: none !important;
  border: none !important;
}
.widget-social.remove-circle a:hover i {
  color: #6eb48c;
}
.widget-social.remove-circle a span {
  line-height: 20px;
  margin-left: 5px;
}
.widget-social.remove-circle:not(.show-text) a i {
  margin: 0 7px 5px;
}
.widget-social.penci-social-colored a i {
  border: none !important;
  line-height: 36px;
  color: #fff !important;
}
.widget-social.penci-social-colored a:hover i {
  opacity: 0.85;
}
.widget-social.remove-border-radius a i {
  border-radius: 0;
}

/*--------- Max width 1169px and Min width 961px ---------*/

@media only screen and (min-width: 961px) and (max-width: 1169px) {
  .container {
    width: 940px;
  }
  #navigation.header-6 .container {
    width: 100%;
    padding: 0 10px;
  }
  .wrapper-boxed.enable-boxed,
  .wrapper-boxed.enable-boxed .is-sticky #navigation {
    max-width: 1000px;
  }
  .container.has-banner #logo {
    width: 320px;
    padding-right: 30px;
  }
  .container.has-banner .header-banner {
    width: 620px;
  }

  #navigation.header-6 #top-search {
    margin-left: 26px;
  }

  #navigation ul.menu > li,
  #navigation .menu > ul > li {
    margin-right: 16px;
  }

  .widget-social.show-text a span {
    margin-left: 1px;
    font-size: 12px;
  }
}

/*--------- Min width 961px ---------*/
@media only screen and (min-width: 961px) {
  #navigation .menu {
    display: inline-block !important;
  }
}

/*--------- Max width 960px ---------*/
@media only screen and (max-width: 960px) {
  .container.has-banner #logo {
    text-align: center;
    display: block;
    width: auto;
  }
  .container.has-banner .header-banner {
    display: block;
    margin-top: 30px;
    width: 100%;
  }

  .penci-headline-posts {
    display: none !important;
  }

  #navigation.header-6,
  #navigation.header-6 .penci-menuhbg-toggle {
    height: 60px;
  }
  #navigation.header-6 .container {
    text-align: center;
  }
  #navigation.header-6 #logo {
    float: none;
    display: inline-block;
  }
  #navigation.header-6 #logo img {
    max-height: 58px !important;
    padding: 10px 0 !important;
  }

  #navigation.header-6 .show-search {
    height: 58px;
  }

  #navigation.header-6 #top-search > a,
  #navigation.header-6 .show-search a.close-search,
  #navigation.header-6 .main-nav-social {
    height: 58px;
    line-height: 58px;
  }

  #navigation.header-6 .show-search #searchform input.search-input {
    height: 58px;
    padding: 15px 35px 15px 0;
  }
  #navigation.header-6 #top-search.shoping-cart-icon > a > span {
    top: 12px;
  }

  #navigation.header-6 .container #top-search {
    margin-left: 15px;
  }

  /* Main Navigation */
  #navigation .button-menu-mobile {
    display: inline-block;
  }
  #navigation .menu {
    display: none !important;
  }

  .container.penci_sidebar #main {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0 !important;
    float: none !important;
  }

  .penci-single-style-10 .penci-single-s10-content {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 !important;
    float: none !important;
  }

  .penci-sidebar-content {
    position: static !important;
    margin-left: 0 !important;
    top: auto !important;
    float: none !important;
    width: 100% !important;
  }

  .about-widget {
    text-align: center;
  }
}

/*--------- Max width 960px and min width 768px ---------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .container {
    width: 726px;
  }
  .wrapper-boxed.enable-boxed,
  .wrapper-boxed.enable-boxed .is-sticky #navigation {
    max-width: 766px;
  }
  #logo img {
    max-width: 600px;
    height: auto;
  }

  .list-boxed-post .inner-content-list-right {
    display: block;
  }
}

/*--------- Max width 767px ---------*/
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
  .wrapper-boxed.enable-boxed,
  .wrapper-boxed.enable-boxed .is-sticky #navigation {
    max-width: 100%;
  }

  #logo img {
    max-width: 100%;
    height: auto;
  }
  .post-header h1 a,
  .post-header h2 a,
  .post-header h1 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .standard-main-content.has-padding {
    padding-left: 0;
  }
  .standard-main-content.has-padding,
  .standard-main-content.classic-main-content.has-padding {
    min-height: 0;
  }

  .standard-main-content > h2,
  .header-classic > h2,
  .error-404 .heading-text-404 {
    font-size: 24px;
    padding: 0;
  }

  .standard-main-content > h2:before,
  .header-classic > h2 a:before,
  .header-classic > h2 a::after,
  .post-header h1 span:before,
  .post-header h2 span::before,
  .post-header h1 span:after,
  .post-header h2 span::after {
    content: none !important;
  }
  .post-header h1 span,
  .post-header h2 span {
    padding: 0;
  }

  .list-boxed-post .inner-content-list-right {
    display: block;
  }
  .content-special-list {
    padding: 15px;
  }
  .format-post-box .post-format-icon {
    top: 10px;
    margin-left: -35px;
    display: none;
  }
  .format-post-box .post-format-icon i {
    font-size: 24px;
  }
  .format-post-box.penci-format-quote .dt-special,
  .format-post-box .dt-special,
  .format-post-box .dt-special a {
    font-size: 16px;
    line-height: 1.7;
  }
  .author-quote span {
    font-size: 13px;
  }

  .header-standard h2,
  .header-standard .post-title,
  .header-standard h2 a,
  .penci-page-header h1 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .post-pagination .prev-post,
  .post-pagination .next-post {
    float: none;
    width: 100%;
    display: table;
  }
  .post-pagination .prev-post {
    margin-bottom: 15px;
  }
}
/*--------- Max width 767px and Min width 480px ---------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 480px;
  }

  .penci-single-style-5
    .penci-move-title-above
    .standard-post-special_wrapper.container {
    width: 100%;
  }

  .wrapper-boxed.enable-boxed,
  .wrapper-boxed.enable-boxed .is-sticky #navigation {
    max-width: 520px;
  }

  #logo img {
    max-width: 100%;
    height: auto;
  }
}

/*--------- Max width 479px ---------*/
@media only screen and (max-width: 479px) {
  .penci-single-smore .container,
  .penci-post-image-wrapper > .container,
  .wrapper-boxed > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper-boxed > .container > .container {
    padding-left: 0;
    padding-right: 0;
  }

  #navigation,
  .inner-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  #navigation.header-6 #top-search {
    margin-left: 5px;
  }
  #navigation.header-6 #logo img {
    max-width: 200px;
  }

  .footer-widget-wrapper .quote-widget > p {
    padding-left: 35px;
  }

  .post-box-meta span.author-post {
    display: none;
  }

  .format-post-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .format-post-box.penci-format-link {
    padding: 15px;
  }
  .format-post-box .dt-special a {
    font-size: 14px;
  }

  .standard-main-content > h2,
  .header-classic > h2,
  .error-404 .heading-text-404 {
    font-size: 20px;
  }

  .typography-style .content-typography {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  .error-404 .sub-heading-text-404 {
    font-size: 13px;
  }
  .penci-post-box-meta,
  .penci-post-box-meta.post-box-boxed-1 {
    text-align: center;
  }

  .penci-post-box-meta .penci-box-meta i {
    display: none;
  }
  .penci-more-link a.more-link {
    font-size: 12px;
    padding: 5px 0;
  }

  .header-standard h2,
  .header-standard .post-title,
  .header-standard h2 a,
  .penci-page-header h1 {
    font-size: 18px;
  }
  .cat > a.penci-cat-name {
    font-size: 11px;
  }

  .post-box-meta-single span {
    display: block;
    margin-top: 5px;
  }
  .post-box-meta-single span:before {
    content: '';
    display: none;
  }
  .penci-pagination a,
  .penci-pagination .disable-url {
    font-size: 11px;
  }
  .penci-pagination a i {
    font-size: 12px;
  }
  ul.slick-dots li button {
    margin: 0 3px;
  }

  a img.alignleft,
  a img.alignright,
  a img.alignnone {
    margin: 0 auto 30px auto;
    float: none;
    display: block;
  }
  .video-align-left,
  .video-align-right {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .item-related h3 a,
  .post-box-title {
    font-size: 16px;
  }
  .post-header h1 {
    font-size: 16px;
  }
  .page .post-header h1 {
    font-size: 20px;
  }

  .post-pagination .prev-post,
  .post-pagination .next-post {
    width: 100%;
    float: none;
  }
  .post-pagination .prev-post {
    margin-bottom: 15px;
  }
  .penci-post-nav-thumb {
    display: none !important;
  }

  #sidebar-nav {
    width: 270px;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
  }
  .open-sidebar-nav #close-sidebar-nav {
    left: 270px;
  }
  .open-sidebar-nav #sidebar-nav {
    left: 270px;
  }
  .penci-pagination ul.page-numbers li {
    margin-right: 5px;
  }

  .overlay-header-box .overlay-title a {
    font-size: 16px;
  }
  .overlay-post-box-meta > div {
    margin-top: 15px;
  }
  .overlay-post-box-meta > div:first-child {
    margin-top: 0;
    display: block;
  }
  .overlay-post-box-meta > div:after {
    content: none;
    display: none;
  }
}

@media screen and (max-width: 782px) and (min-width: 601px) {
  .admin-bar .is-sticky #navigation {
    top: 46px !important;
  }
}
@media screen and (max-width: 961px) {
  .is-sticky #navigation {
    top: 0 !important;
    z-index: 999999;
  }
  #sidebar-nav,
  #close-sidebar-nav,
  .penci-menu-hbg,
  .penci-menu-hbg-overlay {
    z-index: 9999999;
  }
  #close-sidebar-nav i {
    display: inline-block;
  }
}

@media (max-width: 960px) {
  #sidebar-nav {
    width: 270px;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
  }
  .open-sidebar-nav #close-sidebar-nav {
    left: 270px;
  }
  .open-sidebar-nav #sidebar-nav {
    left: 270px;
  }

  #sidebar-nav,
  #close-sidebar-nav,
  .penci-menu-hbg,
  .penci-menu-hbg-overlay {
    z-index: 9999999;
  }
}

.block-title-icon-left .inner-arrow i {
  margin-right: 8px;
}
.block-title-icon-right .inner-arrow i {
  margin-left: 8px;
}

.penci-separator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 60px;
  clear: both;
}
.penci-separator-center {
  margin-left: auto;
  margin-right: auto;
}
.penci-separator-right {
  float: right;
}
.penci-separator-right .penci-heading-icon {
  margin-right: 0;
}
.penci-separator-left .penci-heading-icon {
  margin-left: 0;
}
.penci-separator-left .penci-sep_holder_l,
.penci-separator-right .penci-sep_holder_r {
  display: none;
}
.penci-separator .penci-sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
}
.penci-separator .penci-sep_line {
  height: 1px;
  border-top: 1px solid #dedede;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.penci-separator-dotted .penci-sep_line {
  border-style: dotted;
}
.penci-separator-dashed .penci-sep_line {
  border-style: dashed;
}
.penci-separator-double .penci-sep_line {
  border-top-style: double;
  border-top-width: 4px;
  top: -2px;
}
.penci-separator .penci-heading-icon {
  margin: 10px 15px;
  font-size: 20px;
  color: #6eb48c;
}

/* Custom Styles D17 */

.wp-block-embed__wrapper iframe {
  max-width: 100%;
}

#header,
#navigation.header-layout-bottom,
.show-search,
#navigation {
  background-color: #141f35;
  border-color: #141f35;
}

/* green #213c2b */
/* navy #141f35 */

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
  font-size: 14px;
}
.header-standard .author-post,
.penci-post-box-meta .penci-box-meta,
.overlay-header-box .overlay-author,
.post-box-meta-single,
.tags-share-box {
  font-size: 12px;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
  font-size: 12px;
}
#header,
#navigation,
#navigation.header-layout-bottom {
  background-color: #141f35;
}
.footer-widget-style-1.last .widget_media_image {
  max-width: 60%;
}
