/** 
 *------------------------------------------------------------------------------
 * @package       Themegum WP Template
 *------------------------------------------------------------------------------
 */
/* font selection */
.main-content {
  padding-bottom: 40px;
}
.main-content.hilight-on {
  padding-top: 80px;
}
/* theme structure */
.main-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* /theme structure */
.menu-bar {
  display: block;
}
.menu-bar span {
  width: 24px;
  height: 3px;
  background: #4a4a4a;
  display: block;
  margin-bottom: 5px;
  border-radius: 1px;
}
.close-bar {
  display: block;
  width: 22px;
  height: 22px;
  border: solid 1px #4a4a4a;
  position: relative;
}
.close-bar span {
  width: 18px;
  height: 1px;
  background: #4a4a4a;
  display: block;
  border-radius: 1px;
  position: absolute;
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-bar span:nth-child(1) {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu-bar span:last-child {
  margin-bottom: 0;
}
.slide-bar {
  display: block;
  width: 31px;
  height: 31px;
  border: solid 1px #4a4a4a;
  position: relative;
}
.slide-bar span {
  width: 30px;
  height: 0;
  border-top: solid 1px #4a4a4a;
  display: block;
  border-radius: 1px;
  position: absolute;
  top: 14px;
  left: 7px;
}
.slide-bar span:first-child {
  width: 15px;
  top: 9px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slide-bar span:last-child {
  width: 15px;
  top: 19px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slide-bar.right span {
  left: -7px;
}
.slide-bar.right span:first-child {
  width: 15px;
  top: 9px;
  right: 2px;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slide-bar.right span:last-child {
  width: 15px;
  top: 19px;
  left: auto;
  right: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.35;
  text-align: right;
  border: dashed 1px #f2f2f2;
  border-left-width: 0;
  border-right-width: 0;
  padding: 30px 0 30px 30px;
  margin: 25px 0;
  letter-spacing: 0.8px;
  position: relative;
  overflow: auto;
}
blockquote:before {
  display: block;
  content: '\f10e';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #9b9b9b;
  position: absolute;
  left: 0;
  top: 25px;
}
@media (min-width: 480px) {
  blockquote {
    padding: 40px 80px;
    text-align: center;
  }
  blockquote:before {
    font-size: 36px;
    left: 15px;
    top: 12px;
  }
}
img,
.img {
  max-width: 100%;
  border-radius: 3px;
  height: auto;
}
.btn {
  border-radius: 3px;
  padding: 5px 20px;
}
/* /font selection */
.flex-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 55%;
  height: 0;
  margin: 0;
}
.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video video {
  width: 100%;
  position: relative;
  left: 0;
}
.flex-video[data-twttr-id*=twttr] {
  height: auto;
  padding: 0;
}
.slide-sidebar-overlay {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  cursor: pointer;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.slide-sidebar-container {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -0-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: fixed;
  width: 334px;
  height: 100%;
  background-color: #ffffff;
  right: -334px;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  border: solid 1px #f2f2f2;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
@media (max-width: 850px) {
  .slide-sidebar-container {
    right: -270px;
    width: 270px;
  }
}
.slide-sidebar-container .slide-sidebar-head {
  color: #ffffff;
  background: #4a4a4a;
  min-height: 50px;
  border-bottom: 1px solid #ffffff;
  padding: 0px 30px;
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
}
.slide-sidebar-container .slide-sidebar-head .search-field {
  background: transparent;
  width: 80%;
  border: none;
}
.slide-sidebar-container .slide-sidebar-head .search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.slide-sidebar-container .slide-sidebar-head .search-field:-ms-input-placeholder {
  color: #ffffff;
}
.slide-sidebar-container .slide-sidebar-head .search-field::-webkit-input-placeholder {
  color: #ffffff;
}
.slide-sidebar-container .slide-sidebar-head .search-btn,
.slide-sidebar-container .slide-sidebar-head .search-field {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-sidebar-container .slide-sidebar-head .search-btn {
  font-size: 13px;
}
.slide-sidebar-container .slide-sidebar-wrap {
  padding: 30px;
}
body.slide-bar-left .slide-sidebar-container {
  right: auto;
  left: -334px;
  border-right-width: 1px;
  border-left-width: 0;
}
@media (max-width: 850px) {
  body.slide-bar-left .slide-sidebar-container {
    left: -270px;
  }
}
body.slide-bar-in .slide-sidebar-container {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.slide-bar-in .main-container {
  margin-right: 0;
  right: 0;
  position: fixed;
  -webkit-transform: translateX(-334px);
  -ms-transform: translateX(-334px);
  -o-transform: translateX(-334px);
  transform: translateX(-334px);
}
@media (max-width: 992px) {
  body.slide-bar-in .main-container {
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
body.slide-bar-in .slide-sidebar-overlay {
  display: block;
}
body.slide-bar-in.slide-bar-left .slide-sidebar-container {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
body.slide-bar-in.slide-bar-left .main-container {
  left: 0px;
  right: auto;
  margin-left: 0;
  margin-right: auto;
  -webkit-transform: translateX(334px);
  -ms-transform: translateX(334px);
  -o-transform: translateX(334px);
  transform: translateX(334px);
}
@media (max-width: 992px) {
  body.slide-bar-in.slide-bar-left .main-container {
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
  }
}
#toTop {
  background-color: #4a4a4a;
  z-index: 10;
  text-align: center;
  padding: 0;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
#toTop i {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 25px;
}
#toTop i:before {
  position: absolute;
  margin-top: -2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#toTop:hover {
  background-color: #9b9b9b;
}
body.mobile #toTop {
  right: 20px;
}
.top-bar {
  background: #ffffff;
  color: #4a4a4a;
  border-bottom: solid 1px #f2f2f2;
  font-family: 'Raleway', sans-serif;
  position: relative;
  min-height: 50px;
}
.top-bar .mobile-menu,
.top-bar .toggle-main-menu,
.top-bar .expand-menu,
.top-bar .other-menu {
  display: none;
}
.top-bar .toggle-main-menu {
  min-height: 50px;
}
.top-bar .toggle-mobile-menu {
  position: absolute;
  right: 15px;
  z-index: 999999;
}
.top-bar .mobile-menu {
  padding: 15px 0;
}
.top-bar .other-menus {
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.top-bar .other-menus .other-menu-item {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
}
.top-bar .expand-menu {
  width: 100%;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
}
.top-bar .menu-bar,
.top-bar .menu-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.top-bar .menu-title,
.top-bar .menu-text {
  text-transform: capitalize;
}
.top-bar .menu-text {
  left: 0;
}
.top-bar .navigation-container {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.top-bar .menu-container {
  flex: 1;
  margin-right: 40px;
}
.top-bar .menu-right-wrapper {
  overflow: hidden;
  position: relative;
  width: 250px;
}
.top-bar .menu-right {
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-bar .menu-right .menu-item {
  display: inline-block;
  font-size: 13px;
  padding: 0 6px;
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar .menu-right .menu-item {
    height: 100%!important;
  }
}
.top-bar .menu-right .menu-item a {
  color: #4a4a4a;
}
.top-bar .menu-right .menu-item a:hover,
.top-bar .menu-right .menu-item a:focus {
  color: #4a4a4a;
}
.top-bar .menu-right .menu-item > * {
  font-size: 12px;
  position: relative;
}
.top-bar .menu-right .menu-item.separator:before {
  display: block;
  content: '';
  width: 1px;
  height: 1000px;
  position: absolute;
  top: -500px;
  background-color: #f2f2f2;
}
.top-bar .menu-right .menu-item.seach .search-field {
  width: 150px;
  position: absolute;
  left: 500px;
  top: 0;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-bar .menu-right .menu-item.seach.expand .search-field {
  left: -155px;
}
.top-bar .menu-right .menu-item.seach .search-btn {
  cursor: pointer;
}
.top-bar .menu-right .menu-item.pinterer .pin-count {
  position: absolute;
  top: -100%;
  right: -100%;
  color: #fff;
}
.top-bar .menu-right .menu-item.pinterer .pin-count span {
  font-size: 10px;
  padding: 2px;
  background: #3fe1b5;
  border-radius: 1px;
}
.top-bar .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.top-bar .main-menu .toggle-dropdown {
  width: 15px;
  height: 100%;
  text-align: right;
  float: right;
}
.top-bar .main-menu .page_item,
.top-bar .main-menu .menu-item {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 3px;
}
.top-bar .main-menu .page_item,
.top-bar .main-menu .menu-item,
.top-bar .main-menu .page_item a,
.top-bar .main-menu .menu-item a {
  color: #4a4a4a;
}
.top-bar .main-menu .page_item .toggle-dropdown,
.top-bar .main-menu .menu-item .toggle-dropdown {
  position: relative;
}
.top-bar .main-menu .page_item.open > .sub-menu-container,
.top-bar .main-menu .menu-item.open > .sub-menu-container,
.top-bar .main-menu .page_item.menu-item-has-children:hover > .sub-menu-container,
.top-bar .main-menu .menu-item.menu-item-has-children:hover > .sub-menu-container,
.top-bar .main-menu .page_item.menu-item-has-children:focus > .sub-menu-container,
.top-bar .main-menu .menu-item.menu-item-has-children:focus > .sub-menu-container,
.top-bar .main-menu .page_item.page_item_has_children:hover > .sub-menu-container,
.top-bar .main-menu .menu-item.page_item_has_children:hover > .sub-menu-container,
.top-bar .main-menu .page_item.page_item_has_children:focus > .sub-menu-container,
.top-bar .main-menu .menu-item.page_item_has_children:focus > .sub-menu-container {
  display: block;
}
.top-bar .main-menu > .page_item,
.top-bar .main-menu > .menu-item {
  margin-left: -3px;
  margin-right: -3px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.top-bar .main-menu > .page_item.menu-item-has-children,
.top-bar .main-menu > .menu-item.menu-item-has-children,
.top-bar .main-menu > .page_item.page_item_has_children,
.top-bar .main-menu > .menu-item.page_item_has_children {
  padding-right: 15px;
}
.top-bar .main-menu > .page_item.menu-item-has-children > a:not(.toggle-dropdown),
.top-bar .main-menu > .menu-item.menu-item-has-children > a:not(.toggle-dropdown),
.top-bar .main-menu > .page_item.page_item_has_children > a:not(.toggle-dropdown),
.top-bar .main-menu > .menu-item.page_item_has_children > a:not(.toggle-dropdown) {
  display: block;
}
.top-bar .main-menu > .page_item.menu-item-has-children > a.toggle-dropdown,
.top-bar .main-menu > .menu-item.menu-item-has-children > a.toggle-dropdown,
.top-bar .main-menu > .page_item.page_item_has_children > a.toggle-dropdown,
.top-bar .main-menu > .menu-item.page_item_has_children > a.toggle-dropdown {
  position: absolute;
  top: 50%;
  height: 17px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-bar .main-menu > .page_item:hover,
.top-bar .main-menu > .menu-item:hover,
.top-bar .main-menu > .page_item:hover > *,
.top-bar .main-menu > .menu-item:hover > * {
  color: #4a4a4a;
}
.top-bar .main-menu > .page_item > .sub-menu-container,
.top-bar .main-menu > .menu-item > .sub-menu-container {
  left: 0;
  top: 100%;
  padding-top: 0px;
}
.top-bar .main-menu .sub-menu-container {
  position: absolute;
  margin-top: -1px;
  z-index: 99999;
  display: none;
}
.top-bar .main-menu .sub-menu-container .toggle-dropdown i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.top-bar .main-menu .sub-menu-container .toggle-dropdown i:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-bar .main-menu .sub-menu-container .menu-item-has-children,
.top-bar .main-menu .sub-menu-container .page_item_has_children {
  padding-right: 15px;
}
.top-bar .main-menu .sub-menu-container .menu-item-has-children > a:not(.toggle-dropdown),
.top-bar .main-menu .sub-menu-container .page_item_has_children > a:not(.toggle-dropdown) {
  display: block;
}
.top-bar .main-menu .sub-menu-container .menu-item-has-children > a.toggle-dropdown,
.top-bar .main-menu .sub-menu-container .page_item_has_children > a.toggle-dropdown {
  position: absolute;
  top: 5px;
  height: 17px;
  right: 10px;
}
.top-bar .main-menu .sub-menu-container .sub-menu {
  padding: 0;
  min-width: 160px;
  border: solid 1px rgba(155, 155, 155, 0.3);
  background: #ffffff;
}
.top-bar .main-menu .sub-menu-container .sub-menu .page_item,
.top-bar .main-menu .sub-menu-container .sub-menu .menu-item {
  width: 100%;
}
.top-bar .main-menu .sub-menu-container .sub-menu .page_item:hover,
.top-bar .main-menu .sub-menu-container .sub-menu .menu-item:hover,
.top-bar .main-menu .sub-menu-container .sub-menu .page_item:focus,
.top-bar .main-menu .sub-menu-container .sub-menu .menu-item:focus {
  background-color: rgba(155, 155, 155, 0.3);
}
.top-bar .main-menu .sub-menu-container .sub-menu .page_item:hover > a,
.top-bar .main-menu .sub-menu-container .sub-menu .menu-item:hover > a,
.top-bar .main-menu .sub-menu-container .sub-menu .page_item:focus > a,
.top-bar .main-menu .sub-menu-container .sub-menu .menu-item:focus > a {
  color: #4a4a4a;
}
.top-bar .main-menu .sub-menu-container .sub-menu .sub-menu-container {
  left: 100%;
  top: 0;
}
.top-bar.affix {
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  border-bottom: none;
}
.top-bar.affix .top-bar-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  max-width: 1500px;
  border-bottom: 1px solid #f2f2f2;
}
body.mobile .menu-right,
body.mobile .main-menu-wrapper {
  display: none;
}
body.mobile .main-menu-wrapper.opened {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
body.mobile .main-container.opened {
  position: fixed;
}
body.mobile .main-container.opened .top-bar-container {
  position: absolute;
  z-index: 9999;
}
body.mobile .main-container.opened .menu-container {
  display: block;
}
body.mobile .menu-container {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
}
body.mobile .menu-container.opened {
  display: block;
}
body.mobile .menu-container .main-menu {
  width: 250px;
  position: absolute;
  min-height: 780px;
  height: 100%;
  background: #f2f2f2;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
body.mobile .menu-container .main-menu > .page_item,
body.mobile .menu-container .main-menu > .menu-item {
  margin-left: 0;
  margin-right: 0;
}
body.mobile .menu-container .main-menu > .page_item.menu-item-has-children > .toggle-dropdown,
body.mobile .menu-container .main-menu > .menu-item.menu-item-has-children > .toggle-dropdown,
body.mobile .menu-container .main-menu > .page_item.page_item_has_children > .toggle-dropdown,
body.mobile .menu-container .main-menu > .menu-item.page_item_has_children > .toggle-dropdown {
  position: relative;
  top: -17px;
  right: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.mobile .menu-container .main-menu .other-menu {
  border-top: solid 1px #ffffff;
  padding: 12px 15px;
}
body.mobile .menu-container .main-menu .other-menu .seach.other-menu-item {
  margin-left: -15px;
  margin-right: -15px;
}
body.mobile .menu-container .main-menu .other-menu .seach.other-menu-item .search-field {
  padding-left: 30px;
  background-color: rgba(74, 74, 74, 0.1);
}
body.mobile .menu-container .main-menu .other-menu .seach.other-menu-item .search-field::-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
body.mobile .menu-container .main-menu .other-menu .seach.other-menu-item .search-field:-ms-input-placeholder {
  color: #4a4a4a;
}
body.mobile .menu-container .main-menu .other-menu .seach.other-menu-item .search-field::-webkit-input-placeholder {
  color: #4a4a4a;
}
body.mobile .menu-container .main-menu .other-menu .seach.other-menu-item .search-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.mobile .menu-container .main-menu .menu-item,
body.mobile .menu-container .main-menu .page_item {
  display: block;
  position: unset;
  border-top: solid 1px #ffffff;
  padding: 12px 15px;
}
body.mobile .menu-container .main-menu .menu-item.menu-item-has-children:not(.open):hover > .sub-menu-container,
body.mobile .menu-container .main-menu .page_item.menu-item-has-children:not(.open):hover > .sub-menu-container,
body.mobile .menu-container .main-menu .menu-item.menu-item-has-children:not(.open):focus > .sub-menu-container,
body.mobile .menu-container .main-menu .page_item.menu-item-has-children:not(.open):focus > .sub-menu-container,
body.mobile .menu-container .main-menu .menu-item.page_item_has_children:not(.open):hover > .sub-menu-container,
body.mobile .menu-container .main-menu .page_item.page_item_has_children:not(.open):hover > .sub-menu-container,
body.mobile .menu-container .main-menu .menu-item.page_item_has_children:not(.open):focus > .sub-menu-container,
body.mobile .menu-container .main-menu .page_item.page_item_has_children:not(.open):focus > .sub-menu-container {
  display: none;
}
body.mobile .menu-container .main-menu .menu-item:hover,
body.mobile .menu-container .main-menu .page_item:hover,
body.mobile .menu-container .main-menu .menu-item:focus,
body.mobile .menu-container .main-menu .page_item:focus {
  background-color: rgba(74, 74, 74, 0.1);
}
body.mobile .menu-container .main-menu .menu-item .toggle-dropdown,
body.mobile .menu-container .main-menu .page_item .toggle-dropdown {
  float: right;
}
body.mobile .menu-container .main-menu .menu-item .toggle-dropdown i:before,
body.mobile .menu-container .main-menu .page_item .toggle-dropdown i:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-right: solid 1px;
  border-bottom: solid 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.mobile .menu-container .main-menu .sub-menu-container {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  padding-left: 15px;
  padding-right: 15px;
}
body.mobile .menu-container .main-menu .sub-menu-container .sub-menu {
  border-color: transparent;
}
body.mobile .menu-container .main-menu .sub-menu-container .sub-menu .sub-menu-container {
  left: 0;
}
body.mobile .menu-container .main-menu .sub-menu-container .expand-menu {
  display: block;
  padding: 15px;
}
body.mobile .menu-container .main-menu .sub-menu-container .expand-menu:hover,
body.mobile .menu-container .main-menu .sub-menu-container .expand-menu:focus {
  background-color: rgba(74, 74, 74, 0.1);
}
body.mobile .menu-container .main-menu .sub-menu-container .toggle-dropdown {
  position: relative;
  top: unset;
  bottom: 24px;
  right: 0;
  text-align: right;
}
body.mobile .menu-container .main-menu .sub-menu-container .toggle-dropdown i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body.mobile .menu-container .main-menu .sub-menu {
  background: #f2f2f2;
}
body.mobile .toggle-main-menu,
body.mobile .mobile-menu,
body.mobile .other-menu {
  display: block;
}
body.mobile .top-bar-container {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
}
body.mobile .navigation-container {
  position: relative;
}
@media (max-width: 768px) {
  body .menu-right,
  body .main-menu-wrapper {
    display: none;
  }
  body .main-menu-wrapper.opened {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
  }
  body .main-container.opened {
    position: fixed;
  }
  body .main-container.opened .top-bar-container {
    position: absolute;
    z-index: 9999;
  }
  body .main-container.opened .menu-container {
    display: block;
  }
  body .menu-container {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
  }
  body .menu-container.opened {
    display: block;
  }
  body .menu-container .main-menu {
    width: 250px;
    position: absolute;
    min-height: 780px;
    height: 100%;
    background: #f2f2f2;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .menu-container .main-menu > .page_item,
  body .menu-container .main-menu > .menu-item {
    margin-left: 0;
    margin-right: 0;
  }
  body .menu-container .main-menu > .page_item.menu-item-has-children > .toggle-dropdown,
  body .menu-container .main-menu > .menu-item.menu-item-has-children > .toggle-dropdown,
  body .menu-container .main-menu > .page_item.page_item_has_children > .toggle-dropdown,
  body .menu-container .main-menu > .menu-item.page_item_has_children > .toggle-dropdown {
    position: relative;
    top: -17px;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  body .menu-container .main-menu .other-menu {
    border-top: solid 1px #ffffff;
    padding: 12px 15px;
  }
  body .menu-container .main-menu .other-menu .seach.other-menu-item {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .menu-container .main-menu .other-menu .seach.other-menu-item .search-field {
    padding-left: 30px;
    background-color: rgba(74, 74, 74, 0.1);
  }
  body .menu-container .main-menu .other-menu .seach.other-menu-item .search-field::-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
  }
  body .menu-container .main-menu .other-menu .seach.other-menu-item .search-field:-ms-input-placeholder {
    color: #4a4a4a;
  }
  body .menu-container .main-menu .other-menu .seach.other-menu-item .search-field::-webkit-input-placeholder {
    color: #4a4a4a;
  }
  body .menu-container .main-menu .other-menu .seach.other-menu-item .search-btn {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body .menu-container .main-menu .menu-item,
  body .menu-container .main-menu .page_item {
    display: block;
    position: unset;
    border-top: solid 1px #ffffff;
    padding: 12px 15px;
  }
  body .menu-container .main-menu .menu-item.menu-item-has-children:not(.open):hover > .sub-menu-container,
  body .menu-container .main-menu .page_item.menu-item-has-children:not(.open):hover > .sub-menu-container,
  body .menu-container .main-menu .menu-item.menu-item-has-children:not(.open):focus > .sub-menu-container,
  body .menu-container .main-menu .page_item.menu-item-has-children:not(.open):focus > .sub-menu-container,
  body .menu-container .main-menu .menu-item.page_item_has_children:not(.open):hover > .sub-menu-container,
  body .menu-container .main-menu .page_item.page_item_has_children:not(.open):hover > .sub-menu-container,
  body .menu-container .main-menu .menu-item.page_item_has_children:not(.open):focus > .sub-menu-container,
  body .menu-container .main-menu .page_item.page_item_has_children:not(.open):focus > .sub-menu-container {
    display: none;
  }
  body .menu-container .main-menu .menu-item:hover,
  body .menu-container .main-menu .page_item:hover,
  body .menu-container .main-menu .menu-item:focus,
  body .menu-container .main-menu .page_item:focus {
    background-color: rgba(74, 74, 74, 0.1);
  }
  body .menu-container .main-menu .menu-item .toggle-dropdown,
  body .menu-container .main-menu .page_item .toggle-dropdown {
    float: right;
  }
  body .menu-container .main-menu .menu-item .toggle-dropdown i:before,
  body .menu-container .main-menu .page_item .toggle-dropdown i:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .menu-container .main-menu .sub-menu-container {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f2f2f2;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .menu-container .main-menu .sub-menu-container .sub-menu {
    border-color: transparent;
  }
  body .menu-container .main-menu .sub-menu-container .sub-menu .sub-menu-container {
    left: 0;
  }
  body .menu-container .main-menu .sub-menu-container .expand-menu {
    display: block;
    padding: 15px;
  }
  body .menu-container .main-menu .sub-menu-container .expand-menu:hover,
  body .menu-container .main-menu .sub-menu-container .expand-menu:focus {
    background-color: rgba(74, 74, 74, 0.1);
  }
  body .menu-container .main-menu .sub-menu-container .toggle-dropdown {
    position: relative;
    top: unset;
    bottom: 24px;
    right: 0;
    text-align: right;
  }
  body .menu-container .main-menu .sub-menu-container .toggle-dropdown i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  body .menu-container .main-menu .sub-menu {
    background: #f2f2f2;
  }
  body .toggle-main-menu,
  body .mobile-menu,
  body .other-menu {
    display: block;
  }
  body .top-bar-container {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
  }
  body .navigation-container {
    position: relative;
  }
}
.section-heading .logo-section {
  padding: 40px 0;
  background: #ffffff;
}
.section-heading .logo-section .container {
  position: relative;
}
.section-heading .logo {
  padding-right: 50px;
}
.section-heading .logo-text {
  text-transform: none;
  margin: 0;
}
.section-heading .logo-text,
.section-heading .logo-text a {
  color: #4a4a4a;
}
.section-heading .logo-text span:nth-child(n+4) {
  color: #9b9b9b;
}
.section-heading .site-slogan {
  font-size: 13px;
  color: #9b9b9b;
  margin-bottom: 0;
}
.section-heading .title-section {
  background: #f2f2f2;
  padding: 42px 0;
  text-align: center;
}
.section-heading .title-section .category-label {
  margin-bottom: 3px;
}
.section-heading .title-section .category-name {
  font-size: 24px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}
.section-heading .title-section .category-name i {
  margin-right: 10px;
  font-size: 20px;
  color: #4a4a4a;
}
.section-heading .title-section .search-name span {
  font-family: 'Raleway', sans-serif;
}
body.logo-left .logo {
  text-align: left;
}
body.logo-left.rtl .slide-bar {
  left: unset;
  right: 20px;
}
body.logo-left.rtl .section-heading .logo {
  padding-left: 0;
  padding-right: 50px;
}
body.logo-center .logo {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
body.logo-right .section-heading .logo {
  padding-left: 50px;
  padding-right: 0;
  text-align: right;
}
body.logo-right .slide-bar {
  left: 20px;
  right: unset;
}
.post-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.post-title,
.post-title a {
  color: #4a4a4a;
}
.post-title:hover a,
.post-title a:hover a,
.post-title a:hover,
.post-title a a:hover {
  color: #9b9b9b;
}
.post-lists {
  display: block;
  clear: both;
}
.post-lists.masonry {
  margin-bottom: 40px;
}
.post-metainfo {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  margin-left: -10px;
}
.post-metainfo .metainfo {
  padding-left: 10px;
  font-size: 13px;
  text-transform: capitalize;
  display: inline-block;
}
.post-metainfo .metainfo > span,
.post-metainfo .metainfo.date-info {
  color: #9b9b9b;
}
.post-metainfo .metainfo.post-format-info {
  margin-right: -10px;
  font-size: 16px;
  color: #4a4a4a;
}
.post-metainfo .metainfo ul {
  list-style: none;
  padding: 0;
  display: inline;
}
.post-metainfo .metainfo li {
  display: inline-block;
}
.post-metainfo .metainfo.author-info .avatar {
  float: left;
  margin-right: 6px;
  margin-top: 2px;
  border-radius: 2px;
}
.bottom-devider {
  margin: 40px 0 40px;
  position: relative;
  border-top-color: #f2f2f2;
}
.bottom-devider:before,
.bottom-devider:after {
  width: 2px;
  height: 5px;
  background: #f2f2f2;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
}
.bottom-devider:after {
  right: 0;
  left: auto;
}
.bottom-devider.medium {
  border-top-width: 3px;
}
.bottom-devider.medium:before,
.bottom-devider.medium:after {
  width: 3px;
  top: -5px;
  height: 7px;
}
.bottom-devider.bold {
  border-top-width: 5px;
}
.bottom-devider.bold:before,
.bottom-devider.bold:after {
  width: 5px;
  top: -7px;
  height: 9px;
}
@-webkit-keyframes article-moveDown {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes article-moveDown {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
article {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
article.in-queue {
  -webkit-animation: article-moveDown 0.3s ease-in;
  -o-animation: article-moveDown 0.3s ease-in;
  animation: article-moveDown 0.3s ease-in;
}
article .content-full *,
article .content-excerpt * {
  max-width: 100%;
}
article .content-excerpt p {
  margin-bottom: 0;
}
article .blog-image,
article .blog-audio,
article .blog-carousel {
  margin-bottom: 25px;
  border-radius: 3px;
}
article .blog-image {
  background-position: center;
  background-size: cover;
  min-height: 50vw;
  height: 50vw;
}
article .blog-image .flex-video {
  padding-bottom: 0;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  article .blog-image {
    min-height: 20vw;
    height: 20vw;
  }
}
article .blog-image,
article .blog-audio,
article .blog-gallery {
  overflow: hidden;
}
article .soundcloud-media iframe {
  border: none;
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}
article .soundcloud-media iframe .sc-media {
  height: 100%;
}
article .soundcloud-media iframe .compactSound__artwork {
  height: 100%!important;
}
article .soundcloud-media .compactSound__artwork {
  height: 100%!important;
}
article .blog-carousel {
  height: 50vw;
  clear: both;
}
@media (min-width: 992px) {
  article .blog-carousel {
    height: 20vw;
  }
}
article .blog-carousel .carousel-inner {
  border-radius: 3px;
}
article .blog-carousel .nav-btn {
  width: 40px;
  height: 76px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 24px;
  display: block;
  position: relative;
  float: left;
  border-radius: 0 3px 3px 0;
}
article .blog-carousel .nav-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article .blog-carousel .nav-btn.next {
  float: right;
  border-radius: 3px 0 0 3px;
  margin-left: auto;
}
article .blog-carousel .post-gallery-carousel-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
article .blog-carousel .post-gallery-carousel,
article .blog-carousel .post-gallery-carousel .carousel-inner,
article .blog-carousel .post-gallery-carousel .item {
  height: 100%;
}
article .blog-carousel .post-gallery-carousel .item {
  background-position: center;
  background-size: cover;
}
article .blog-carousel:hover .post-gallery-carousel-nav,
article .blog-carousel:focus .post-gallery-carousel-nav {
  opacity: 1;
  visibility: visible;
}
article .blog-gallery {
  margin-bottom: 25px;
  border-radius: 7px;
  height: 50vw;
  position: relative;
  width: 100%;
  background: transparent;
  margin-left: -1px;
  margin-right: -1px;
}
@media (min-width: 992px) {
  article .blog-gallery {
    height: 20vw;
  }
}
article .blog-gallery .tgum-gallery {
  background-position: center;
  background-size: cover;
  float: left;
  outline: solid 1px #ffffff;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6), width 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6), height 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6), width 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6), height 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6);
  -o-transition: -o-transform 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6), width 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6), height 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6);
  transition: transform 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6), width 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6), height 0.2s cubic-bezier(0.3, 0.4, 0.8, 0.6);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
article .blog-gallery .tgum-gallery .read-more {
  color: #fff;
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
article .blog-gallery .tgum-gallery .read-more .num-gal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article .blog-gallery .tgum-gallery.video {
  overflow: hidden;
}
article .blog-gallery .tgum-gallery.video .flex-video iframe {
  height: 200%;
}
article .blog-gallery.grid-1 .tgum-gallery:hover {
  width: 100%;
  outline-width: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
article .blog-gallery.grid-1 .tgum-gallery.video .flex-video iframe {
  height: 100%;
}
article .blog-gallery.grid-2 .tgum-gallery {
  width: 50%;
}
article .blog-gallery.grid-2 .tgum-gallery:hover {
  width: 100%;
  outline-width: 0;
}
article .blog-gallery.grid-2 .tgum-gallery:hover + .tgum-gallery {
  width: 0;
}
article .blog-gallery.grid-2 .tgum-gallery:nth-child(n+2) {
  position: absolute;
  right: 0;
}
article .blog-gallery.grid-3 .tgum-gallery {
  width: 50%;
}
article .blog-gallery.grid-3 .tgum-gallery:hover {
  width: 100%;
  z-index: 1;
}
article .blog-gallery.grid-3 .tgum-gallery:nth-child(1):hover ~ .tgum-gallery {
  width: 0;
}
article .blog-gallery.grid-3 .tgum-gallery:nth-child(n+2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
}
article .blog-gallery.grid-3 .tgum-gallery:nth-child(n+2):hover {
  height: 100%;
  width: 100%;
}
article .blog-gallery.grid-3 .tgum-gallery:nth-child(n+3) {
  right: 0;
  bottom: 0;
  top: unset;
}
article .blog-gallery.grid-4 .tgum-gallery {
  width: 50%;
}
article .blog-gallery.grid-4 .tgum-gallery:hover {
  width: 100%;
  height: 100%;
  z-index: 1;
}
article .blog-gallery.grid-4 .tgum-gallery:nth-child(n+2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
}
article .blog-gallery.grid-4 .tgum-gallery:nth-child(n+2):hover {
  height: 100%;
  width: 100%;
}
article .blog-gallery.grid-4 .tgum-gallery:nth-child(n+3) {
  right: 25%;
  bottom: 0;
  top: unset;
}
article .blog-gallery.grid-4 .tgum-gallery:nth-child(n+3) {
  width: 25%;
  height: 50%;
}
article .blog-gallery.grid-4 .tgum-gallery:nth-child(n+3):hover {
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
}
article .blog-gallery.grid-4 .tgum-gallery:nth-child(4) {
  right: 0;
}
article .blog-gallery.grid-4 .tgum-gallery:nth-child(4):hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
article .read-more-prefix span {
  padding-right: 2px;
}
article .read-more {
  text-transform: uppercase;
  color: #3fe1b5;
  font-size: 13px;
  font-weight: bold;
}
article .read-more:hover,
article .read-more:focus {
  color: #4a4a4a;
}
article .post-bottom {
  margin-top: 25px;
}
article .post-toolbars {
  list-style: none;
  padding: 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
  width: 100%;
}
article .post-toolbars i {
  font-size: 16px;
}
article .post-toolbars .share-action {
  padding: 0;
  left: 100%;
  display: inline;
  position: absolute;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5px;
  width: 150px;
  z-index: 1;
}
article .post-toolbars .share-action > li {
  display: block;
  padding: 0 2px;
  text-align: center;
  min-width: 20px;
  -webkit-transition: all 0.3sec ease-in;
  -o-transition: all 0.3sec ease-in;
  transition: all 0.3sec ease-in;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
  background: #4a4a4a;
  border: solid 1px #4a4a4a;
}
article .post-toolbars .share-action > li,
article .post-toolbars .share-action > li a {
  color: #ffffff;
}
@media (min-width: 480px) {
  article .post-toolbars .share-action > li {
    display: inline-block;
  }
}
article .post-toolbars .share-action > li i {
  font-size: 10px;
  margin: 0 auto;
}
article .post-toolbars .share-action > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
article .post-toolbars .share-action > li:nth-child(2) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
article .post-toolbars .share-action > li:nth-child(3) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
article .post-toolbars .share-action > li:nth-child(4) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
article .post-toolbars .share-action > li:nth-child(5) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
article .post-toolbars .share-action > li:hover {
  background: #ffffff;
}
article .post-toolbars .share-action > li:hover,
article .post-toolbars .share-action > li:hover a {
  color: #4a4a4a;
}
article .post-toolbars .toolbar {
  padding-right: 20px;
  float: left;
  cursor: pointer;
  position: relative;
}
article .post-toolbars .toolbar.toolbar-shared {
  padding-right: 5px;
}
article .post-toolbars .toolbar.toolbar-pinit.pinned i,
article .post-toolbars .toolbar.toolbar-likes.liked i {
  color: #ec4b61;
}
article .post-toolbars .toolbar.toolbar-pinit.pinned i .spinner i,
article .post-toolbars .toolbar.toolbar-likes.liked i .spinner i {
  color: inherit;
}
article .post-toolbars .toolbar i {
  margin-right: 5px;
}
article .post-toolbars .toolbar.toolbar-shared:hover .share-action > li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
article .post-toolbars .toolbar .spinner {
  display: none;
}
article .post-toolbars .toolbar .spinner .fa-refresh {
  -webkit-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}
article .content-full p::first-word {
  font-weight: bold;
}
article .author-profile {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  line-height: 1.67;
  width: 100%;
}
article .author-profile .itemAuthorName {
  margin-top: 0;
  font-weight: bold;
}
article .author-profile .avatar {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}
article .author-profile .avatar + .itemAuthorDetails {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -ms-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
  float: right;
}
article .adjacent-post {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  article .adjacent-post {
    width: 50%;
  }
}
article .adjacent-post img {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  float: left;
}
article .adjacent-post .related-link-nav {
  float: left;
  margin-right: 15px;
  margin-top: 22px;
}
article .adjacent-post .related-link-nav > span {
  width: 10px;
  height: 10px;
  border-left: solid 3px;
  border-bottom: solid 3px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
article .adjacent-post .related-post {
  width: calc(100% - 25px);
  float: right;
}
article .adjacent-post .related-post .h6 {
  margin: 0;
}
article .adjacent-post .related-post img ~ * {
  padding-left: 75px;
}
article .adjacent-post.next {
  float: right;
  text-align: right;
}
article .adjacent-post.next img {
  float: right;
}
article .adjacent-post.next .related-post {
  float: left;
}
article .adjacent-post.next .related-post img ~ * {
  padding-right: 75px;
  padding-left: 0;
}
article .adjacent-post.next .related-link-nav {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
article .adjacent-post.next .related-link-nav > span {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
article .related-posts {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}
article .related-posts .related-post-link {
  color: #4a4a4a;
}
article .related-posts .related-post-container {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
article .related-posts .related-post-container .post-metainfo {
  border-top: 1px solid #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  margin: 10px 0 0;
  padding: 3px 0;
}
article .related-posts .related-post-container .categories-info ul li:nth-child(n+2) {
  display: none;
}
article .related-posts .related-post-container .blog-image {
  height: 135px;
  min-height: 135px;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
}
@media (min-width: 480px) {
  article .related-posts .related-post-container {
    width: 33.333%;
  }
}
.blogCommentsForm {
  display: none;
}
#blogrespond {
  margin-top: 20px;
  position: relative;
}
#replayform {
  position: relative;
}
#replayform .form-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: transparent;
  display: none;
}
#replayform .form-overlay .spiner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#replayform .form-overlay.show {
  display: block;
}
#replayform .form-overlay.show .spiner {
  -webkit-animation: fa-spin 1s infinite linear;
  -o-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}
.comment-respond .heading {
  margin-bottom: 18px;
}
.comment-respond .required {
  border-color: red;
}
.comment-respond .comment-notes {
  color: #9b9b9b;
}
.comment-respond #cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  margin-top: 40px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.comment-respond .comment-form {
  font-size: 12px;
}
.comment-respond .comment-form input,
.comment-respond .comment-form textarea,
.comment-respond .comment-form .button {
  margin-bottom: 10px;
  width: 100%;
}
.comment-respond .comment-form .row {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-respond .comment-form .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.comment-respond .comment-form .form-submit .button {
  text-transform: uppercase;
  margin-top: 10px;
  width: auto;
  background-color: #4a4a4a;
  color: #ffffff;
  font-size: 12px;
  box-shadow: none;
  border: none;
}
.comment-respond#blogrespond .comment-form .form-submit .button {
  margin: 0;
  width: 100%;
}
.comment-respond#blogrespond #cancel-comment-reply-link {
  margin-top: 0px;
}
.content-comments {
  margin-bottom: 40px;
}
.content-comments .comment-list {
  list-style: none;
  padding-left: 0;
}
.content-comments .comment-list .comment .bottom-devider {
  margin-bottom: 35px;
  margin-top: 40px;
}
.content-comments .comment-list .comment-body {
  position: relative;
  margin-left: 64px;
  padding-left: 20px;
  margin-top: 20px;
}
.content-comments .comment-list .comment-body .author-avatar {
  max-width: 52px;
  max-height: 52px;
  position: absolute;
  left: -64px;
}
.content-comments .comment-list .comment-body .comment-author {
  font-weight: bold;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
}
.content-comments .comment-list .comment-body .comment-text {
  font-size: 13px;
  line-height: 20px;
  margin-top: 8px;
  letter-spacing: 0.4px;
}
.content-comments .comment-list .comment-body .comment-meta {
  font-size: 12px;
  line-height: 1.5;
  color: #9b9b9b;
}
.content-comments .comment-list .comment-body .comment-meta .comment-edit-link,
.content-comments .comment-list .comment-body .comment-meta .comment-reply-link {
  color: #4a4a4a;
}
.content-comments .comment-list > .comment > .comment-body {
  border-left: solid 3px #f2f2f2;
}
.content-comments .comment-list .children {
  list-style: none;
  padding-left: 84px;
}
.gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .gallery-item {
  float: left;
  width: 100%;
  padding: 5px;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111%;
}
@supports not (flex-wrap: wrap) {
  article .author-profile {
    display: block;
    border: solid 1px;
  }
}
body.blog-list #blogrespond {
  margin-top: 40px;
}
body.blog-list article .list-row {
  margin-left: -15px;
  margin-right: -15px;
}
body.blog-list article .list-row:before,
body.blog-list article .list-row:after {
  content: " ";
  display: table;
  clear: both;
}
body.blog-list article .blog-gallery,
body.blog-list article .blog-carousel,
body.blog-list article .blog-image {
  margin-bottom: 0;
  min-height: 0;
}
body.blog-list article .bottom-devider {
  margin-top: 40px;
}
body.blog-list article .left-col,
body.blog-list article .right-col,
body.blog-list article .full-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 480px) {
  body.blog-list article .left-col {
    width: 45%;
  }
  body.blog-list article .right-col {
    width: 55%;
  }
}
@media (min-width: 480px) {
  body.blog-list.sidebar-nosidebar article .left-col {
    width: 30%;
  }
  body.blog-list.sidebar-nosidebar article .right-col {
    width: 70%;
  }
}
@media (max-width: 479px) {
  body.blog-list .left-col {
    margin-bottom: 25px;
  }
}
body.blog-masonry #blogrespond {
  background: #ffffff;
  position: relative;
  z-index: 9999;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
body.blog-masonry #blogrespond textarea {
  margin-bottom: 5px;
}
body.blog-masonry #blogrespond .comment-form-author,
body.blog-masonry #blogrespond .comment-form-email,
body.blog-masonry #blogrespond .comment-form-url,
body.blog-masonry #blogrespond .form-submit {
  width: 100%;
}
body.blog-masonry #blogrespond.comment-respond #cancel-comment-reply-link {
  right: 15px;
}
body.blog-masonry.rtl #blogrespond.comment-respond #cancel-comment-reply-link {
  left: 15px;
  right: unset;
}
body.blog-masonry .post-toolbars .toolbar {
  padding-right: 5px;
}
body.blog-masonry .post-toolbars .toolbar i {
  font-size: 15px;
}
body.blog-masonry .post-toolbars .toolbar .share-action li i {
  font-size: 13px;
}
body.blog-masonry article {
  border: solid 1px #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  width: calc(33.3333% - 13.3333px);
}
body.blog-masonry article .bottom-devider {
  display: none;
}
body.blog-masonry article .post-metainfo .metainfo.post-format-info {
  font-size: 14px;
}
body.blog-masonry article .blog-gallery,
body.blog-masonry article .blog-carousel {
  height: 10vw;
}
body.blog-masonry article .blog-image {
  min-height: 0;
}
body.blog-masonry article .blog-carousel .nav-btn {
  margin-left: -15px;
}
body.blog-masonry article .blog-carousel .nav-btn.next {
  margin-right: -15px;
}
body.blog-masonry article .author-info {
  margin-bottom: 5px;
}
body.blog-masonry article blockquote {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}
body.blog-masonry article blockquote:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
}
body.blog-masonry.masonry-col-2 article {
  width: calc(50% - 10px);
}
body.blog-masonry.masonry-col-2 article .blog-gallery,
body.blog-masonry.masonry-col-2 article .blog-carousel {
  height: 15vw;
}
@media (max-width: 991px) {
  body.blog-masonry.masonry-col-3 article {
    width: calc(50% - 10px);
  }
  body.blog-masonry.masonry-col-3 article .blog-gallery,
  body.blog-masonry.masonry-col-3 article .blog-carousel {
    height: 15vw;
  }
}
body.blog-masonry.sidebar-nosidebar article .blog-gallery,
body.blog-masonry.sidebar-nosidebar article .blog-carousel {
  height: 10vw;
}
@media (max-width: 991px) {
  body.blog-masonry.sidebar-nosidebar article {
    width: calc(50% - 10px);
  }
  body.blog-masonry.sidebar-nosidebar article .blog-gallery,
  body.blog-masonry.sidebar-nosidebar article .blog-carousel {
    height: 15vw;
  }
}
@media (max-width: 480px) {
  body.blog-masonry.masonry-col-2 article,
  body.blog-masonry.masonry-col-3 article {
    width: 100%;
  }
  body.blog-masonry.masonry-col-2 article .blog-gallery,
  body.blog-masonry.masonry-col-3 article .blog-gallery,
  body.blog-masonry.masonry-col-2 article .blog-carousel,
  body.blog-masonry.masonry-col-3 article .blog-carousel {
    height: 40vw;
  }
}
body.blog-timeline #blogrespond {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
body.blog-timeline #blogrespond textarea {
  margin-bottom: 5px;
}
body.blog-timeline #blogrespond .comment-form-author,
body.blog-timeline #blogrespond .comment-form-email,
body.blog-timeline #blogrespond .comment-form-url,
body.blog-timeline #blogrespond .form-submit {
  width: 100%;
}
body.blog-timeline .post-lists {
  position: relative;
  margin: 0 0 40px 0;
}
body.blog-timeline .post-lists:before {
  display: block;
  content: '';
  width: 3px;
  height: 100%;
  background: #4a4a4a;
  position: absolute;
  left: calc(50% - 1px);
}
body.blog-timeline .post-lists article {
  display: inline-block;
  clear: both;
  padding: 20px 0;
}
body.blog-timeline .post-lists article .post-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.blog-timeline .post-lists article .blog-image {
    max-height: 169px;
    min-height: 169px;
  }
}
@media (min-width: 992px) {
  body.blog-timeline .post-lists article .blog-gallery {
    max-height: 169px;
  }
}
@media (min-width: 992px) {
  body.blog-timeline .post-lists article .blog-carousel {
    max-height: 169px;
  }
}
body.blog-timeline .post-lists article .date-info {
  color: #ffffff;
  background: #4a4a4a;
  padding: 5px 20px;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  float: right;
  clear: both;
  position: relative;
}
body.blog-timeline .post-lists article .date-info:after {
  display: block;
  content: '';
  height: 3px;
  width: 30px;
  background: #4a4a4a;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.blog-timeline .post-lists article .post-metainfo {
  text-align: right;
}
body.blog-timeline .post-lists article .post-metainfo,
body.blog-timeline .post-lists article .blog-image,
body.blog-timeline .post-lists article .blog-audio {
  display: block;
  clear: both;
}
body.blog-timeline .post-lists article blockquote {
  text-align: left;
}
body.blog-timeline .post-lists article .line-container {
  width: 50%;
  float: left;
  padding-right: 30px;
}
body.blog-timeline .post-lists article .line-container.right-container {
  float: right;
  padding-left: 30px;
  padding-right: 0;
}
body.blog-timeline .post-lists article:nth-child(2n) {
  text-align: right;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container {
  float: right;
  padding-right: 0px;
  padding-left: 30px;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container.right-container {
  float: left;
  padding-left: 0px;
  padding-right: 30px;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container .post-metainfo {
  text-align: left;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container .date-info {
  float: left;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container .date-info:after {
  right: 100%;
  left: unset;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container .post-toolbars {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container .post-toolbars .toolbar {
  padding-left: 20px;
  padding-right: 0;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container .post-toolbars .toolbar.toolbar-shared {
  padding-left: 5px;
}
body.blog-timeline .post-lists article:nth-child(2n) .line-container .post-toolbars .share-action {
  right: 100%;
  left: unset;
}
body.blog-timeline .post-lists article:nth-child(2n) blockquote {
  text-align: right;
}
@media (min-width: 480px) {
  body.blog-timeline .post-lists .bottom-devider {
    display: none;
  }
}
@media (max-width: 480px) {
  body.blog-timeline .post-lists:before {
    display: none;
  }
  body.blog-timeline .post-lists article {
    padding: 0;
  }
  body.blog-timeline .post-lists article .post-toolbars {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  body.blog-timeline .post-lists article .line-container .post-title {
    font-size: 28px;
  }
  body.blog-timeline .post-lists article .line-container .post-toolbars .share-action {
    width: 30px;
    right: 100%;
    left: unset;
  }
  body.blog-timeline .post-lists article .line-container.left-container,
  body.blog-timeline .post-lists article .line-container.right-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  body.blog-timeline .post-lists article .line-container.right-container {
    text-align: right;
  }
  body.blog-timeline .post-lists article .line-container .date-info:after {
    display: none;
  }
  body.blog-timeline .post-lists article:nth-child(2n) .right-container {
    text-align: left;
  }
  body.blog-timeline .post-lists article:nth-child(2n) .line-container .post-toolbars {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  body.blog-timeline .post-lists article:nth-child(2n) .line-container .post-toolbars .share-action {
    right: unset;
    left: 100%;
  }
}
@media (min-width: 992px) {
  body.blog-timeline.sidebar-nosidebar article .blog-image {
    max-height: 286px;
    min-height: 286px;
  }
}
@media (min-width: 992px) {
  body.blog-timeline.sidebar-nosidebar article .blog-gallery {
    max-height: 286px;
  }
}
@media (min-width: 992px) {
  body.blog-timeline.sidebar-nosidebar article .blog-carousel {
    max-height: 286px;
  }
}
body.blog-timeline.sidebar-left article .line-container .post-title,
body.blog-timeline.sidebar-right article .line-container .post-title {
  font-size: 18px;
}
@media (max-width: 480px) {
  body.blog-timeline.sidebar-left article .line-container .post-title,
  body.blog-timeline.sidebar-right article .line-container .post-title {
    font-size: 28px;
  }
}
body.blog-timeline.sidebar-left article .line-container .date-info,
body.blog-timeline.sidebar-right article .line-container .date-info {
  margin-top: 1px;
}
body.blog-timeline.sidebar-left article .line-container .post-toolbars .toolbar,
body.blog-timeline.sidebar-right article .line-container .post-toolbars .toolbar {
  padding-right: 14px;
}
body.blog-timeline.sidebar-left article .line-container .post-toolbars .toolbar i,
body.blog-timeline.sidebar-right article .line-container .post-toolbars .toolbar i {
  font-size: 15px;
}
body.blog-timeline.sidebar-left article .line-container .post-toolbars .toolbar span.label,
body.blog-timeline.sidebar-right article .line-container .post-toolbars .toolbar span.label {
  display: none;
}
body.blog-timeline.sidebar-left article .line-container blockquote,
body.blog-timeline.sidebar-right article .line-container blockquote {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
body.blog-timeline.sidebar-left article .line-container:nth-child(2n) .post-toolbars .toolbar,
body.blog-timeline.sidebar-right article .line-container:nth-child(2n) .post-toolbars .toolbar {
  padding-left: 14px;
  padding-right: 0;
}
body.blog-grid .post-lists {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-wrap: wrap;
  -ms-wrap: wrap;
  flex-wrap: wrap;
}
body.blog-grid .post-lists .grid-column {
  padding: 15px;
}
body.blog-grid .post-lists .grid-column.col-lg-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body.blog-grid .post-lists .grid-column.col-lg-4 {
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
body.blog-grid .post-lists .grid-column.col-lg-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
body.blog-grid .post-lists article {
  height: 100%;
  margin-bottom: 40px;
  position: relative;
  border-bottom: solid 1px #f2f2f2;
}
body.blog-grid .post-lists article .post-title {
  font-size: 28px;
}
body.blog-grid .post-lists article:before,
body.blog-grid .post-lists article:after {
  width: 2px;
  height: 5px;
  background: #f2f2f2;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 4444;
}
body.blog-grid .post-lists article:after {
  right: 0;
  left: auto;
}
body.blog-grid .post-lists article .bottom-devider {
  display: none;
}
@media (min-width: 992px) {
  body.blog-grid .post-lists article .blog-image {
    max-height: 169px;
    min-height: 169px;
  }
}
@media (min-width: 992px) {
  body.blog-grid .post-lists article .blog-gallery {
    max-height: 169px;
  }
}
@media (min-width: 992px) {
  body.blog-grid .post-lists article .blog-carousel {
    max-height: 169px;
  }
}
body.blog-grid.grid-col-3 article .post-title,
body.blog-grid.grid-col-4 article .post-title {
  font-size: 24px;
}
@media (max-width: 480px) {
  body.blog-grid.grid-col-3 article .post-title,
  body.blog-grid.grid-col-4 article .post-title {
    font-size: 28px;
  }
}
body.blog-grid.grid-col-3 article .post-toolbars .toolbar,
body.blog-grid.grid-col-4 article .post-toolbars .toolbar {
  padding-right: 14px;
}
body.blog-grid.grid-col-3 article .post-toolbars .toolbar i,
body.blog-grid.grid-col-4 article .post-toolbars .toolbar i {
  font-size: 15px;
}
body.blog-grid.grid-col-3 article .post-toolbars .toolbar span.label,
body.blog-grid.grid-col-4 article .post-toolbars .toolbar span.label {
  display: none;
}
@media (min-width: 992px) {
  body.blog-grid.sidebar-nosidebar article .blog-image {
    max-height: 286px;
    min-height: 286px;
  }
}
@media (min-width: 992px) {
  body.blog-grid.sidebar-nosidebar article .blog-gallery {
    max-height: 286px;
  }
}
@media (min-width: 992px) {
  body.blog-grid.sidebar-nosidebar article .blog-carousel {
    max-height: 286px;
  }
}
@media (min-width: 992px) {
  body.blog-grid.sidebar-nosidebar.grid-col-3 article .blog-image,
  body.blog-grid.sidebar-nosidebar.grid-col-4 article .blog-image {
    max-height: 169px;
    min-height: 169px;
  }
}
@media (min-width: 992px) {
  body.blog-grid.sidebar-nosidebar.grid-col-3 article .blog-gallery,
  body.blog-grid.sidebar-nosidebar.grid-col-4 article .blog-gallery {
    max-height: 169px;
  }
}
@media (min-width: 992px) {
  body.blog-grid.sidebar-nosidebar.grid-col-3 article .blog-carousel,
  body.blog-grid.sidebar-nosidebar.grid-col-4 article .blog-carousel {
    max-height: 169px;
  }
}
body.blog-grid.sidebar-left article .post-title,
body.blog-grid.sidebar-right article .post-title {
  font-size: 24px;
}
@media (max-width: 480px) {
  body.blog-grid.sidebar-left article .post-title,
  body.blog-grid.sidebar-right article .post-title {
    font-size: 28px;
  }
}
body.blog-grid.sidebar-left article .post-toolbars .toolbar,
body.blog-grid.sidebar-right article .post-toolbars .toolbar {
  padding-right: 14px;
}
body.blog-grid.sidebar-left article .post-toolbars .toolbar i,
body.blog-grid.sidebar-right article .post-toolbars .toolbar i {
  font-size: 15px;
}
body.blog-grid.sidebar-left article .post-toolbars .toolbar span.label,
body.blog-grid.sidebar-right article .post-toolbars .toolbar span.label {
  display: none;
}
@media (min-width: 992px) {
  body.sidebar-nosidebar article .blog-gallery {
    height: 26vw;
  }
}
.page-pagination {
  margin-top: 40px;
}
.page-pagination .page-numbers {
  position: relative;
  display: inline-block;
  color: #4a4a4a;
  border: solid 1px #f2f2f2;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.page-pagination .page-numbers.current,
.page-pagination .page-numbers:hover,
.page-pagination .page-numbers:focus {
  background: #4a4a4a;
  border-color: #4a4a4a;
}
.page-pagination .page-numbers.current,
.page-pagination .page-numbers:hover,
.page-pagination .page-numbers:focus,
.page-pagination .page-numbers.current a,
.page-pagination .page-numbers:hover a,
.page-pagination .page-numbers:focus a {
  color: #fff;
}
.page-pagination > .page-numbers {
  background: #4a4a4a;
  color: #fff;
}
@-webkit-keyframes arrowAnnoyingRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes arrowAnnoyingRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes arrowAnnoyingLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes arrowAnnoyingLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.pagination {
  text-align: left;
  margin-bottom: 40px;
  clear: both;
}
.pagination .arrow {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination ul {
  list-style: none;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li:not(:last-child) {
  margin-right: 6px;
}
.pagination li .page-numbers,
.pagination li .lazzy-more {
  position: relative;
  display: block;
  border: solid 1px #f2f2f2;
  font-size: 18px;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.47;
  text-transform: uppercase;
}
.pagination li .page-numbers,
.pagination li .lazzy-more,
.pagination li .page-numbers:visited,
.pagination li .lazzy-more:visited,
.pagination li .page-numbers:active,
.pagination li .lazzy-more:active,
.pagination li .page-numbers:clicked,
.pagination li .lazzy-more:clicked {
  color: #4a4a4a;
  border-color: #f2f2f2;
  background-color: #ffffff;
}
.pagination li .page-numbers.current,
.pagination li .lazzy-more.current,
.pagination li .page-numbers:hover,
.pagination li .lazzy-more:hover,
.pagination li .page-numbers:focus,
.pagination li .lazzy-more:focus {
  background: #4a4a4a;
  border-color: #4a4a4a;
}
.pagination li .page-numbers.current,
.pagination li .lazzy-more.current,
.pagination li .page-numbers:hover,
.pagination li .lazzy-more:hover,
.pagination li .page-numbers:focus,
.pagination li .lazzy-more:focus,
.pagination li .page-numbers.current a,
.pagination li .lazzy-more.current a,
.pagination li .page-numbers:hover a,
.pagination li .lazzy-more:hover a,
.pagination li .page-numbers:focus a,
.pagination li .lazzy-more:focus a {
  color: #fff;
}
.pagination li .page-numbers > span,
.pagination li .lazzy-more > span {
  white-space: nowrap;
}
.pagination li .lazzy-more {
  padding-right: 42px;
}
.pagination li .lazzy-more .arrow {
  position: absolute;
  right: 10px;
}
.pagination li .lazzy-more.process .arrow {
  -webkit-animation: arrowAnnoyingRight 0.6s infinite linear;
  -o-animation: arrowAnnoyingRight 0.6s infinite linear;
  animation: arrowAnnoyingRight 0.6s infinite linear;
}
.pagination li .lazzy-more.rtl {
  padding-left: 42px;
  padding-right: 10px;
}
.pagination li .lazzy-more.rtl .arrow {
  left: 10px;
  right: unset;
}
.pagination li .lazzy-more.rtl.process .arrow {
  -webkit-animation: arrowAnnoyingLeft 0.6s infinite linear;
  -o-animation: arrowAnnoyingLeft 0.6s infinite linear;
  animation: arrowAnnoyingLeft 0.6s infinite linear;
}
/* widget style*/
/* widget */
.widget {
  margin-bottom: 40px;
}
.widget .screen-reader-text {
  display: none;
}
.widget select {
  width: 100%;
  padding: 2px 10px 2px 0;
  border-color: #f2f2f2;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.widget select option {
  border: solid 1px #f2f2f2;
  padding: 5px;
}
.widget .widget-title,
.widget .widgettitle {
  padding-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
.widget .post-date {
  color: #9b9b9b;
  font-size: 12px;
  display: block;
  clear: both;
}
.widget ul {
  list-style: none;
  letter-spacing: 0.9px;
  padding-left: 35px;
}
.widget ul > li {
  position: relative;
}
.widget ul > li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #4a4a4a;
  position: absolute;
  left: -25px;
  top: 11px;
}
.widget.widget_calendar #wp-calendar,
.widget.widget_calendar table {
  width: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
}
.widget.widget_calendar #wp-calendar td,
.widget.widget_calendar table td,
.widget.widget_calendar #wp-calendar th,
.widget.widget_calendar table th {
  border: none;
  text-align: center;
}
.widget.widget_calendar #wp-calendar caption,
.widget.widget_calendar table caption {
  padding-top: 0;
  line-height: 1;
  text-align: left;
}
.widget.widget_calendar #wp-calendar #today,
.widget.widget_calendar table #today {
  color: #ffffff;
  background-color: #3fe1b5;
}
.widget.widget_calendar #wp-calendar td a,
.widget.widget_calendar table td a {
  color: #3fe1b5;
}
.widget.widget_calendar #wp-calendar td a:hover,
.widget.widget_calendar table td a:hover {
  color: #4a4a4a;
}
.widget.widget_calendar #wp-calendar #prev,
.widget.widget_calendar table #prev {
  text-align: left;
}
.widget.widget_calendar #wp-calendar #next,
.widget.widget_calendar table #next {
  text-align: right;
}
.widget.widget_calendar #wp-calendar #prev:hover a,
.widget.widget_calendar table #prev:hover a,
.widget.widget_calendar #wp-calendar #next:hover a,
.widget.widget_calendar table #next:hover a {
  color: #4a4a4a;
}
.widget.widget_calendar a:hover,
.widget.widget_calendar a:focus {
  color: #777777;
  text-decoration: none;
}
.widget.widget_calendar td,
.widget.widget_calendar th {
  padding: 5px;
}
.widget.widget_calendar thead th {
  color: #9b9b9b;
  font-weight: normal;
}
.widget.widget_calendar .calendar-year {
  opacity: 0.1;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  letter-spacing: 1.3px;
}
.widget.widget_search form {
  margin-top: 20px;
}
.widget.widget_search form input {
  background: transparent;
  padding-right: 40px;
  width: 100%;
  font-size: 12px;
}
.widget.widget_search form .search-ico {
  margin-left: -30px;
}
.widget .tagcloud {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -10px;
}
.widget .tagcloud a {
  border: solid 1px #f2f2f2;
  border-radius: 100px;
  padding: 2px 13px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin: 5px 10px 5px 0;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
}
.widget #recentcomments .recentcomments .comment-author-link {
  font-weight: bold;
}
.widget.blogue_widget_twitter .tweet {
  clear: both;
  padding-bottom: 30px;
}
.widget.blogue_widget_twitter .tweet:nth-child(n+2) {
  border-top: dotted 2px #f2f2f2;
  padding-top: 10px;
}
.widget.blogue_widget_twitter .fa-twitter {
  color: #1ec1f2;
  font-size: 16px;
  margin-right: 10px;
}
.widget.blogue_widget_twitter .screenname {
  font-weight: bold;
}
.widget.blogue_widget_twitter .tweet-tools {
  float: right;
}
.widget.blogue_widget_twitter .tweet-tools > a {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}
.widget.blogue_widget_twitter .tweet-tools .fa {
  color: #9b9b9b;
}
.widget.blogue_widget_twitter .tweet-date {
  font-size: 10px;
  float: left;
}
.widget.blogue_widget_twitter .tweet-text {
  font-size: 12px;
  line-height: 1.7;
}
.widget.widget_categories {
  /*		select{
			width: 100%;
			padding: 10px 20px;
			background: darken(@sidebar-background-color, 5);
			border: none;
			margin-top: 20px;

		   -webkit-appearance: none;
		   -moz-appearance: none;
		   appearance: none;

		   border-bottom: 1px solid @brand-primary;

		   &:selected{
		   border:none;
		   }

			option{
				border: none;
				padding:5px 20px;
				box-shadow: none;
			}

			&::-ms-expand{
				display: none;
			}
		}
*/
}
.widget.widget_categories .screen-reader-text {
  display: none;
}
.widget.widget_categories > ul {
  overflow: hidden;
}
.widget.widget_categories ul {
  list-style: none;
  padding-left: 0;
}
.widget.widget_categories ul > li > a {
  padding-left: 35px;
}
.widget.widget_categories ul > li > a > i.fa {
  position: absolute;
  left: 0;
}
.widget.widget_categories li {
  text-transform: capitalize;
  padding: 5px 0px;
  position: relative;
}
.widget.widget_categories li:after {
  content: '';
  display: block;
  height: 1px;
  border-bottom: solid 1px #f2f2f2;
  width: 1000px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.widget.widget_categories li i.fa {
  margin-left: 5px;
  margin-right: 15px;
  font-size: 19px;
  color: #4a4a4a;
}
.widget.widget_categories li i.fa.fa-caret-right {
  margin-right: 25px;
}
.widget.widget_categories li:before {
  display: none;
}
.widget.widget_categories li:last-child {
  padding-bottom: 0;
}
.widget.widget_categories li:last-child:after {
  border-bottom: none;
}
.widget.widget_categories .children {
  margin-top: 6px;
  padding-left: 50px;
}
.widget.widget_categories .children .children {
  padding-left: 10px;
}
.widget.widget_categories .children i.fa,
.widget.widget_categories .children i.fa.fa-caret-right {
  margin-right: 5px;
}
.widget.widget_categories .children li:first-child:after {
  content: '';
  display: block;
  height: 1px;
  border-bottom: solid 1px #f2f2f2;
  width: 1000px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget.widget_recent_entries ul a {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.1px;
  font-size: 16px;
}
.widget.blogue_post .post-row {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  padding: 10px 0;
}
.widget.blogue_post .post-row:first-child {
  padding-top: 0;
}
.widget.blogue_post .post-row:nth-child(n+2) {
  border-top: solid 1px #f2f2f2;
}
.widget.blogue_post .post-row .popular-post-image {
  margin-right: 16px;
  width: 88px;
  height: 88px;
  float: left;
}
.widget.blogue_post .post-row .popular-post-image a {
  border-radius: 100%;
  display: block;
  overflow: hidden;
}
.widget.blogue_post .post-row .content-wrap {
  order: 2;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: right;
}
.widget.blogue_post .widget-title + .post-row:nth-child(2) {
  border-top: none;
}
.widget.blogue_widget_instagram {
  overflow: hidden;
}
.widget.blogue_widget_instagram .instagram-images {
  list-style: none;
  padding: 0;
  width: calc(100% + 3px);
}
.widget.blogue_widget_instagram .instagram-images li {
  display: inline-block;
  width: 33.33%;
  padding-right: 10px;
  margin-bottom: 10px;
}
.widget.blogue_widget_instagram .instagram-images li > a {
  position: relative;
  display: block;
  overflow: -moz-hidden-unscrollable;
}
.widget.blogue_widget_instagram .instagram-images li img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.blogue_widget_instagram .instagram-images li:hover img,
.widget.blogue_widget_instagram .instagram-images li:focus img {
  opacity: 0.4;
}
.widget.widget_socialcountplus li,
.widget.widget_bloguesocialcountplus li {
  width: 25%;
}
.widget.widget_socialcountplus li:before,
.widget.widget_bloguesocialcountplus li:before {
  display: none;
}
.widget.widget_siliconcounters .silicon_counters {
  background: transparent !important;
}
.widget.widget_siliconcounters .silicon_counters li:before {
  display: none;
}
body {
  background: #f2f2f2;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 26px;
  color: #4a4a4a;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.1px;
  line-height: 1.35;
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
}
.heading {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
input,
textarea,
.button {
  box-shadow: none;
  border: solid 1px #f2f2f2;
  border-radius: 3px;
  padding: 5px 20px;
  background-color: #ffffff;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.button::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.button:-ms-input-placeholder {
  color: #9b9b9b;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.button::-webkit-input-placeholder {
  color: #9b9b9b;
}
.slide-bar {
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
}
.main-content,
.footer-widget {
  background: #ffffff;
}
.top-bar {
  background: #ffffff;
}
[class^="wp-image-"].aligncenter,
[class*=" wp-image-"].aligncenter {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-caption-text {
  text-align: center;
  font-size: 12px;
  color: #9b9b9b;
  display: block;
}
.wp-caption-text .caption-wrapper {
  margin: 0 auto;
  border-bottom: solid 1px #f2f2f2;
  position: relative;
  padding: 5px 15px;
}
.wp-caption-text .caption-wrapper:before,
.wp-caption-text .caption-wrapper:after {
  display: block;
  content: '';
  color: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 1px;
  background: #9b9b9b;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp-caption-text .caption-wrapper:after {
  right: 0;
  left: auto;
}
.wp-caption-text a {
  color: #4a4a4a;
}
.social-count-plus ul li:before {
  display: none;
}
.widget_bloguesocialcountplus .social-count-plus li .icon,
.blogue .social-count-plus li .icon {
  background: none !important;
}
.widget_bloguesocialcountplus .social-count-plus li .icon:before,
.blogue .social-count-plus li .icon:before {
  font-family: FontAwesome;
  text-rendering: auto;
  font-size: 23px;
}
.widget_bloguesocialcountplus .social-count-plus li .count,
.blogue .social-count-plus li .count {
  margin-top: 0;
}
.widget_bloguesocialcountplus .social-count-plus li.count-twitter .icon:before,
.blogue .social-count-plus li.count-twitter .icon:before {
  content: "\f099";
}
.widget_bloguesocialcountplus .social-count-plus li.count-twitch .icon:before,
.blogue .social-count-plus li.count-twitch .icon:before {
  content: "\f1e8";
}
.widget_bloguesocialcountplus .social-count-plus li.count-facebook .icon:before,
.blogue .social-count-plus li.count-facebook .icon:before {
  content: "\f082";
}
.widget_bloguesocialcountplus .social-count-plus li.count-tumblr .icon:before,
.blogue .social-count-plus li.count-tumblr .icon:before {
  content: "\f173";
}
.widget_bloguesocialcountplus .social-count-plus li.count-steam .icon:before,
.blogue .social-count-plus li.count-steam .icon:before {
  content: "\f1b7";
}
.widget_bloguesocialcountplus .social-count-plus li.count-vimeo .icon:before,
.blogue .social-count-plus li.count-vimeo .icon:before {
  content: "\f194";
}
.widget_bloguesocialcountplus .social-count-plus li.count-github .icon:before,
.blogue .social-count-plus li.count-github .icon:before {
  content: "\f09b";
}
.widget_bloguesocialcountplus .social-count-plus li.count-youtube .icon:before,
.blogue .social-count-plus li.count-youtube .icon:before {
  content: "\f16a";
}
.widget_bloguesocialcountplus .social-count-plus li.count-soundcloud .icon:before,
.blogue .social-count-plus li.count-soundcloud .icon:before {
  content: "\f1be";
}
.widget_bloguesocialcountplus .social-count-plus li.count-pinterest .icon:before,
.blogue .social-count-plus li.count-pinterest .icon:before {
  content: "\f0d2";
}
.widget_bloguesocialcountplus .social-count-plus li.count-linkedin .icon:before,
.blogue .social-count-plus li.count-linkedin .icon:before {
  content: "\f0e1";
}
.widget_bloguesocialcountplus .social-count-plus li.count-instagram .icon:before,
.blogue .social-count-plus li.count-instagram .icon:before {
  content: "\f16d";
}
.widget_bloguesocialcountplus .social-count-plus li.count-googleplus .icon:before,
.blogue .social-count-plus li.count-googleplus .icon:before {
  content: "\f0d4";
}
.widget_bloguesocialcountplus .social-count-plus li.count-comments .icon:before,
.blogue .social-count-plus li.count-comments .icon:before {
  content: "\f075";
}
.widget_bloguesocialcountplus .social-count-plus li.count-users .icon:before,
.blogue .social-count-plus li.count-users .icon:before {
  content: "\f007";
}
.widget_bloguesocialcountplus .social-count-plus li.count-posts .icon:before,
.blogue .social-count-plus li.count-posts .icon:before {
  content: "\f14b";
}
.footer-widget {
  padding: 40px 0;
  border-top: solid 6px #f2f2f2;
  position: relative;
}
.footer-widget .widget {
  margin-bottom: 0;
}
.footer-widget .widget-title,
.footer-widget .widgettitle {
  margin-top: 40px;
}
.footer-widget:before,
.footer-widget:after {
  display: block;
  content: '';
  width: 6px;
  height: 12px;
  background-color: #f2f2f2;
  position: absolute;
  top: -9px;
}
.footer-widget:after {
  right: 0;
}
.footer-copyright {
  background-color: #f2f2f2;
  min-height: 78px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 13px;
}
.footer-copyright hr {
  border-top-color: #f2f2f2;
}
.hilight-carousel {
  position: relative;
}
.hilight-carousel .carousel-inner > .item {
  height: 410px;
}
.hilight-carousel .post-slide {
  height: 100%;
  width: 100%;
  position: relative;
}
.hilight-carousel .post-slide img.slide-image,
.hilight-carousel .post-slide .slide-image {
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: 200%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hilight-carousel .nav-btn {
  width: 30px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 17px;
  display: block;
  position: relative;
  float: left;
  border-radius: 0 3px 3px 0;
}
.hilight-carousel .nav-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hilight-carousel .nav-btn.next {
  float: right;
  margin-left: auto;
  border-radius: 3px 0 0 3px;
}
.hilight-carousel .hilight-carousel-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.hilight-carousel .post-caption {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
.hilight-carousel .post-metainfo {
  margin-bottom: 0;
}
.hilight-carousel .post-metainfo .metainfo.post-format-info {
  font-size: 15px;
}
.hilight-carousel .post-title {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .hilight-carousel .post-title {
    font-size: 24px;
  }
  .hilight-carousel .item {
    min-height: 100vw;
    height: 100vw;
  }
}
table {
  width: 100%;
}
table td,
table th {
  padding: 12px 8px;
  border: solid 1px #f2f2f2;
}
table td {
  vertical-align: top;
}
table caption {
  text-align: center;
}
address {
  font-style: italic;
}
pre {
  font-color: #4a4a4a;
  border-color: #9b9b9b;
  background-color: #f2f2f2;
}
.lightboxOverlay {
  opacity: 0.9;
}
.lb-details .lb-title {
  color: #3fe1b5;
}
