@charset "UTF-8";
/*!
Theme Name: 	Lastimosa Theme
Theme URI: 		http://lastimosa.com.ph
Description: 	Bootstrap 4 Wordpress Theme for Lastimosa.com.ph
Version: 		1.0
Author: 		Jon-Michael Lastimosa
Author URI: 	http://jon-michael.lastimosa.com.ph
Tags: 			bootstrap, lastimosa theme
*/
body {
  background-color: "";
}
img {
  max-width: 100%;
}
header {
  width: 100%;
}
header.sticky {
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 9;
}
.admin-bar header.sticky {
  top: 0;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .admin-bar header.sticky {
    top: 32px;
  }
}
.transparent header {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.transparent header.sticky {
  position: fixed;
  z-index: 99;
}
.home header.sticky {
  background: rgba(0, 0, 0, 0.5);
}
.sticky .custom-logo {
  max-height: 50px;
  width: auto;
}
.full-width {
  width: 100%;
}
/* Navigation */
#primaryNav {
  text-transform: uppercase;
}
.dropdown-menu {
  margin-top: 0;
}
.mobile.custom-logo-link {
  margin: 0 auto;
}
.mobile.custom-logo-link a {
  display: block;
  margin-left: -70px;
}
.mobile.custom-logo-link img {
  max-height: 70px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.site-content {
  padding: 40px 0;
  min-height: 350px;
}
.unyson.page-builder .site-content {
  padding: 0;
}
/*.unyson.page-builder.transparent .site-content .fw-page-builder-content section:first-child {
    padding-top: 200px;
}*/
article .entry-content {
  padding-left: 15px;
  padding-right: 15px;
}
.unyson.page-builder article .entry-content {
  padding: 0;
}
.full-width .fw-container {
  width: 100%;
  padding: 0;
}
#sidebar {
  margin-left: 50px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}
#sidebar .widget {
  margin-bottom: 30px;
}
#sidebar .widget .widget-title {
  font-size: 1.4rem;
}
.carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.fw-btn-1.fw-btn-black {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  font-weight: bold;
}
footer .nav li {
  margin: 0 10px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
#sidebar .widget {
  margin-bottom: 2rem;
}
/* Social Media */
.social-media ul li {
  list-style: none;
  display: inline-block;
}
.social-media ul {
  padding-left: 0 !important;
}
/* Entypo fix */
ul.social-media li [class^="entypo-"], ul.social-media li [class*=" entypo-"] {
  width: auto;
  margin-right: 0;
}
/* Search */
.search-form {
  position: relative;
}
.search-form .search-submit {
  padding: 0.15em 0.7em;
  position: absolute;
  right: 0;
  font-size: 20px;
  margin: 3px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: rem(3px);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
@media (min-width: 768px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
  }
  a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
  }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Offsets for 5 columns
--------------------------------------------------------------*/
.offset-md-2-4 {
  margin-left: 20%;
}
.offset-md-4-8 {
  margin-left: 40%;
}
.offset-md-7-2 {
  margin-left: 60%;
}
.offset-md-9-6 {
  margin-left: 80%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.transparent main > article {
  margin-top: 0;
}
.sticky-header main.site-main {
  padding-top: 110px;
}
.transparent.sticky-header main.site-main {
  padding-top: 0;
}
.sticky .entry-title::before {
  content: '';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}
.sticky .entry-title {
  position: relative;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 2rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/* Post Meta */
.post-meta > span {
  padding: 0 5px;
  border-right: 1px solid;
}
.post-meta > span:first-child {
  padding-left: 0;
}
.post-meta > span:last-child {
  padding-right: 0;
  border-right: none;
}
/*--------------------------------------------------------------
## Category and Archive
--------------------------------------------------------------*/
.archive header {
  max-height: 300px;
  background-size: cover;
}
.archive header .entry-title {
  background: rgba(0, 0, 0, 0.75);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.archive header .entry-title a {
  color: #fff;
}
.archive .read-more {
  display: block;
  text-align: right;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.paging-navigation {
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin-bottom: 3rem;
}
.paging-navigation .page-numbers {
  position: relative;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  margin: -3px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top-color: #dee2e6;
  border-right-color: #dee2e6;
  border-bottom-color: #dee2e6;
  border-left-color: #dee2e6;
}
.paging-navigation .page-numbers:hover, .paging-navigation .page-numbers.current {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.paging-navigation .page-numbers:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.paging-navigation .page-numbers:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/*--------------------------------------------------------------
## Font Icons Overrides
--------------------------------------------------------------*/
.dashicons, .dashicons-before::before {
  width: auto;
  height: auto;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
  display: block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## LightGallery
--------------------------------------------------------------*/
.admin-bar .lg-outer {
  top: 2.875rem;
  height: calc( 100% - 2.875rem );
}
.lg-sub-html h4, .lg-sub-html p {
  color: #EEE;
}
.lightgallery .row {
  margin-right: rem(-8px);
  margin-left: rem(-8px);
}
.lightgallery .row > [class*='col-'] {
  padding-right: rem(8px);
  padding-left: rem(8px);
}
@media (min-width: 768px) {
  .admin-bar .lg-outer {
    top: 2rem;
    height: calc( 100% - 2rem );
  }
}
/*--------------------------------------------------------------
## 5 Star Rating
--------------------------------------------------------------*/
.rating {
  position: relative;
}
.fa.fa-star {
  color: #bdc3c7;
}
.fa.fa-star.checked {
  color: #e67e22;
}
.fa.fa-star.half {
  position: absolute;
  color: #e67e22;
  z-index: 9;
  bottom: 0.14em;
  margin-left: -0.92em;
}
.fa.fa-star.half:before {
  position: relative;
  width: 50%;
  display: block;
  overflow: hidden;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce #primary {
  max-width: 955px;
}
.site-header-cart {
  position: absolute;
  right: 0;
  margin-top: -5px;
  color: #fff;
}
.site-header-cart li {
  list-style: none;
  position: relative;
}
.site-header-cart .cart-contents .amount {
  display: none;
}
.site-header-cart .count {
  position: absolute;
  font-size: 12px;
  margin-left: 18px;
  color: #000;
  font-weight: bold;
}
.site-header-cart .widget_shopping_cart {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 360px;
  padding: 15px;
  z-index: 9;
}
.site-header-cart .quantity {
  clear: both;
  display: block;
  font-size: 14px;
}
.site-header-cart .cart-contents:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-family: 'FontAwesome';
  font-weight: 900;
  vertical-align: baseline;
  content: "";
  height: 1em;
  float: right;
  line-height: 1.618;
  color: #000;
}
.site-header .woocommerce-Price-amount.amount {
  float: right;
}
.site-header .woocommerce-mini-cart__buttons.buttons {
  margin-bottom: 0;
}
.home .site-header-cart .cart-contents:after {
  color: #fff;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  color: #000;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000;
}
/* Bootstrap 4 Conflict */
.woocommerce label {
  margin-bottom: 0;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  display: block;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}
.woocommerce #customer_details {
  margin-bottom: 50px;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    right: 0;
    display: block;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright-info {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright-info p {
  margin-bottom: 0;
}
.copyright-info a, footer#colophon a {
  color: inherit;
}
/*--------------------------------------------------------------
# Back to top button 
--------------------------------------------------------------*/
#scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
  text-decoration: none;
  z-index: 999;
}
#scroll-top button {
  width: 50px;
  height: 50px;
  padding: 0;
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  border: solid 5px #FFEBEE;
  background-color: #F44336;
  color: #fff;
  box-shadow: 0 0 1px #333;
  display: block;
  font-family: tahoma;
  font-size: 11px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#scroll-top button:hover {
  background-color: #B71C1C;
  border-color: #F44336;
}
