@charset "utf-8";
/*
  VictorThemes Styling
  ----------------------
  1. Windfall Common Classes
  2. Windfall Elements
    --Windfall Theme Browsers Selection Background
    --Windfall Theme Default Color
    --Windfall Theme Hovers
    --Windfall Theme Backgrounds
    --Windfall Theme Border Colors
    --Windfall Theme Font Family
    --Windfall Theme Second Font Family
    --Windfall Buttons
    --Windfall Form Fields
    --Windfall Table
    --Windfall Social
      --Windfall Default Social
      --Windfall Rounded Social
      --Windfall Square Social
    --Windfall Brand
    --Windfall Navigation
    --Windfall Swiper Slider
    --Windfall Owl Carousel Slider
    --Windfall Accordion
    --Windfall Overlay
    --Windfall Magnific Popup
    --Windfall Map
    --Windfall Widget
      --Services Widget
      --Brochure Widget
      --Contact Widget
      --Contact Testimonials
      --Search Widget
      --Categories Widget
      --Slider Widget
      --Products Widget
      --Tag Widget
      --Post Widget
    --Windfall Masonry
    --Windfall Nice Select
    --Windfall Pagination
    --Windfall Back Top
    --Windfall Preloader
    --Windfall Animation
  3. Windfall Reset Classes
  4. Windfall Main Wrap
  5. Windfall Topbar
  6. Windfall Header
     --Windfall Sticky Header
     --Windfall Default Header
     --Header Style Two
     --Header Style Three
  7. Windfall Mid Wrap
  8. Windfall Home V1 Page
    --Windfall Swiper Container
    --Windfall Welcome
    --Windfall Industries
    --Windfall Callout
    --Windfall Services
    --Windfall Gallery
    --Windfall Appointment
    --Windfall Customers
    --Windfall Emergency
    --Windfall Blog
    --Windfall Partners
    --Windfall Intro
  9. Windfall Home V2 Page
    --Swiper Style Two
    --Windfall Appointment, Appointment Style Two
    --Windfall Industries, Industries Style Two
    --Windfall About
    --Windfall Features
    --Windfall Testimonials
    --Windfall Stats, Stats Style Two
    --Windfall Team
    --Windfall Blog, Blog Style Two
    --Windfall Partners, Partners Style Two
  10. Windfall Home V3 Page
    --Swiper Style Three
    --Windfall Services, Services Style Three
    --Windfall Features, Features Style Two
    --Windfall Reliable
    --Windfall Offer
    --Windfall Gallery, Gallery Style Two
    --Windfall Testimonials, Testimonials Style Two
  11. Windfall About Page
    --Windfall Page Title
    --Windfall Breadcrumb
    --Windfall Welcome, Welcome Style Two
    --Windfall Quote
    --Windfall Team, Team Style Two
    --Windfall Certificates
  12. Windfall Services Page
    --Windfall Industries, Industries Style Three
    --Windfall Offer, Offer Style Two
    --Windfall Services, Services Style Four
  13. Windfall Service Single Page
  14. Windfall Service Single Page
    --Windfall Pricing
  15. Windfall Testimonials Page
    --Windfall Testimonials, Testimonials Style Three
    --Windfall Customers, Customers Style Two
  16. Windfall Faq Page
  17. Windfall Contact Page
    --Windfall Contact
  18. Windfall Shop Page
  19. Windfall Product Single Page
  20. Windfall Cart Page
  21. Windfall Checkout Page
  22. Windfall Blog List Page
  23. Windfall Single Post Page
  24. Windfall 404 Error Page
  25. Windfall Content Cross Check Page
  26. Windfall Footer
    --Windfall Default Footer
    --Windfall Sticky Footer
*/
/* 1. Windfall Common Classes */
html {
  overflow-y: scroll;
}
body {
  font-weight: 400;
  font-size: 14px;
  text-rendering: auto;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
:-moz-placeholder {
  color: #777777;
  opacity: 1;
}
a {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
figure.wp-caption {
  max-width: 100%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 600;
  line-height: 1.42857143;
}
.h6,
h6 {
  font-size: 18px;
}
.feature-item p,
.section-title-wrap p,
.blog-info p,
.blog-detail p,
.wndfal-blog-detail p.logged-in-as,
.woocommerce p,
.contact-info .section-title-wrap p,
.card-body p,
.widget-testimonials-info p,
.brochure-wrap p,
.about-info p,
.industry-info-inner p,
.service-item p,
.card-body,
.customer-item p,
.service-info p,
.testimonial-item p,
.offer-info p,
.download-info p,
.wndfal-offer-content p,
.wndfal-mid-wrap p {
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #888888;
  font-size: 17px;
  line-height: 24px;
}
.wndfal-reliable p {
  padding-bottom: 10px;
  margin-bottom: 0;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #f8f8f8;
}
audio,
canvas,
progress,
video {
  vertical-align: middle;
}
.wndfal-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.wndfal-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.text-italic {
  font-style: italic;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
[class*="ti-"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.42857143;
}
/* 2. Windfall Elements */
/* Windfall Theme Browsers Selection Background */
::selection {
  background: #ff6600;
  color: #ffffff;
}
::-webkit-selection {
  background: #ff6600;
  color: #ffffff;
}
::-moz-selection {
  background: #ff6600;
  color: #ffffff;
}
::-o-selection {
  background: #ff6600;
  color: #ffffff;
}
::-ms-selection {
  background: #ff6600;
  color: #ffffff;
}
.padding-xs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-md {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.padding-lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.padding-xl {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.padding-cnt-no{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Windfall Theme Default Color */
body,
a,
form label,
.btn-link.collapsed,
.header-style-two .wndfal-navigation > ul > li > a,
.header-style-two .search-link a,
.wndfal-stats.stats-style-two,
.wndfal-gallery.gallery-style-two,
.wndfal-testimonials.testimonials-style-two,
.wndfal-btn.wndfal-white-btn,
.offer-style-two .offer-title,
.wndfal-reliable.reliable-style-two,
.wndfal-testimonials.testimonials-style-three,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item .product-total,
.wndfal-social.square a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.r-tabs-state-active a {
  color: #333333;
}
/* Windfall Theme Hovers */
a:hover,
a:focus,
.wndfal-btn:hover,
.wndfal-social a:hover,
.wndfal-social a:focus,
.dropdown-nav > li:hover > a,
.dropdown-nav > li:focus > a,
.dropdown-nav > li.active > a,
.dropdown-nav > li.sub .dropdown-nav li:hover a,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.wndfal-link,
.call-link a,
.header-style-two .wndfal-navigation > ul > li.active > a,
.header-style-two .wndfal-navigation > ul > li.has-dropdown.active > a .menu-text:after,
.mate-info ul li a:hover,
.download-item .wndfal-icon,
.header-contact-info a,
.testimonials-style-two .author-name,
.reliable-style-two .wndfal-border-btn,
.widget-services .bullet-list li.active a,
.widget-services .bullet-list li a:hover,
.testimonials-style-two .author-name,
.testimonials-style-three .author-name,
.wndfal-faq .section-title-wrap a,
.faq-meta a,
.woocommerce div.product .product_meta a:hover,
.woocommerce #reviews #comments ol.commentlist li time,
.woocommerce .cart_totals .calculate-shipping a,
.error-title,
.wndfal-error .wndfal-btn,
.author-content .wndfal-social a:hover,
.wndfal-comments-area .wndfal-comments-meta .comments-date,
.header-style-two .wndfal-navigation > ul > li.current-menu-parent > a,
.header-style-two .wndfal-navigation > ul > li.has-dropdown.current-menu-parent > a .menu-text:after,
.header-style-two .wndfal-navigation > ul > li > a:hover,
.header-style-two .wndfal-navigation > ul > li.has-dropdown > a:hover .menu-text:after {
  color: #034170;
}
.header-contact-info a:hover,
.header-contact-info a:focus,
.search-link a:hover,
.search-link a:focus,
.industry-title a:hover,
.industry-title a:focus,
.check-list li:before,
.wndfal-link:hover,
.wndfal-link:focus,
.stats-item [class*="ti-"],
.emergency-title a:hover,
.emergency-title a:focus,
.blog-date i,
.footer-wrap a:hover,
.footer-wrap a:focus,
.wndfal-copyright a:hover,
.call-link a:hover,
.call-link a:focus,
.industry-info .wndfal-link,
.feature-item .wndfal-icon,
.author-name a:hover,
.services-emergency span i,
.gallery-info a:hover,
.emergency-call-link a span,
.breadcrumb a:hover,
.author-rating i.active,
.wndfal-faq .section-title-wrap a:hover,
.faq-meta a:hover,
.contact-info ul li [class*="ti-"],
.contact-info ul li i,
.contact-inner-info a:hover,
.wndfal-widget ul li a:hover,
.wndfal-widget ul li a:focus,
.woocommerce .cart_totals .calculate-shipping a:hover,
.woocommerce form .lost_password a:hover,
.post-date i,
.blog-date ul li a:hover,
.wndfal-blog-tags a:hover,
.woocommerce .star-rating span,
.wndfal-navigation > ul > li.active > a {
  color: #ff6600;
}
/* Windfall Theme Backgrounds */
.wndfal-preloader,
.wndfal-back-top a,
.wndfal-callout,
.wndfal-form input[type="submit"],
.wndfal-footer input[type="submit"],
.woocommerce-product-search input[type="submit"],
.post-password-form input[type="submit"],
.more-btn:hover,
.more-btn:focus,
.appointment-style-two .appointment-form,
.bullet-list li:before,
.widget-contact-info .wndfal-icon,
.table thead th,
.testimonials-style-two .owl-carousel button.owl-dot.active,
.testimonials-style-three .owl-carousel button.owl-dot.active,
.woocommerce .cart_totals .calculate-shipping input[type="submit"],
.woocommerce .cart_totals .shipping-calculator-form button.button,
blockquote:before,
.wndfal-partners .owl-carousel button.owl-dot.active,
.btn-text-wrap,
.masonry-filters ul li a:after,
.wndfal-navigation ul li.open > .dropdown-arrow {
  background-color: #ff6600;
}
.wndfal-back-top a:hover,
.wndfal-back-top a:focus,
.service-item.wndfal-hover:after,
.wndfal-form input[type="submit"]:hover,
.wndfal-form input[type="submit"]:focus,
.wndfal-footer input[type="submit"]:hover,
.wndfal-footer input[type="submit"]:focus,
.woocommerce-product-search input[type="submit"]:hover,
.woocommerce-product-search input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.wndfal-emergency,
.appointment-style-two .appointment-form input[type="submit"],
.wndfal-callout.callout-style-two,
.mate-designation,
.services-emergency span,
.navigation-wrap,
.service-details .bullet-list li:before,
.services-request input[type="submit"],
.widget-services .btn-link,
.faq-form input[type="submit"],
.contact-form form input[type="submit"],
.woocommerce ul.products li.product.wndfal-hover .button,
.woocommerce ul.products li.product.wndfal-hover .added_to_cart,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range,
.tag-widget a:hover,
.tag-widget a:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit,
.woocommerce .cart .actions .coupon input[type="submit"]:hover,
.woocommerce .cart .actions .coupon input[type="submit"]:focus,
.woocommerce .cart .actions input[type="submit"].update-cart,
.woocommerce .cart_totals .calculate-shipping input[type="submit"]:hover,
.woocommerce .cart_totals .calculate-shipping input[type="submit"]:focus,
.woocommerce .cart_totals .shipping-calculator-form button.button:hover,
.woocommerce .cart_totals .shipping-calculator-form button.button:focus,
.woocommerce form .form-row input.button,
.page-item.active .page-link,
.woocommerce form .form-row button.button,
.page-link:hover,
.page-link:focus,
.blog-detail .bullet-list li:before,
.wndfal-social.square a:hover,
.wndfal-social.square a:focus,
.wndfal-comments-area a.comment-reply-link:hover,
.wndfal-comments-area .comment-reply-link:focus,
.wndfal-comment-form input[type="submit"],
.comment-respond input[type="submit"],
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit,
.wndfal-social.rounded a:before,
.wndfal-social.rounded a:after,
.blog-comment a:hover,
.blog-comment a:focus,
.widget_search form input[type="submit"]:hover,
.widget_search form input[type="submit"]:focus,
.download-item.wndfal-hover .wndfal-icon,
.wndfal-btn:before,
.wndfal-btn:after,
.wndfal-btn .btn-text-wrap:before,
.wndfal-btn .btn-text-wrap:after,
.radio-icon-wrap input[type="radio"]:checked + .radio-icon:before,
.woocommerce span.onsale,
.wndfal-navigation ul li .dropdown-nav li.open > .dropdown-arrow,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
  background-color: #034170;
}
.callout-style-two .wndfal-btn:hover,
.callout-style-two .wndfal-btn:focus,
.owl-carousel button.owl-dot.active,
.more-btn:hover,
.more-btn:focus,
.wndfal-intro,
.services-style-three .service-item,
.services-request input[type="submit"]:hover,
.services-request input[type="submit"]:focus,
.faq-form input[type="submit"]:hover,
.faq-form input[type="submit"]:focus,
.contact-form form input[type="submit"]:hover,
.contact-form form input[type="submit"]:focus,
.woocommerce .price_slider_amount button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #review_form #respond .form-submit input:focus,
.woocommerce #respond input#submit:focus,
.woocommerce form .form-row input.button:hover,
.woocommerce form .form-row input.button:focus,
.woocommerce form .form-row button.button:hover,
.woocommerce form .form-row button.button:focus,
.wndfal-comment-form input[type="submit"]:hover,
.wndfal-comment-form input[type="submit"]:focus,
.comment-respond input[type="submit"]:hover,
.comment-respond input[type="submit"]:focus,
.woocommerce .cart .actions input[type="submit"].update-cart:hover,
.woocommerce .cart .actions input[type="submit"].update-cart:focus,
.woocommerce .widget_price_filter .price_slider_amount button.button:hover,
.woocommerce .widget_price_filter .price_slider_amount button.button:focus,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:focus {
  background-color: #ff6600;
}
/* Windfall Theme Border Colors */
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.wndfal-comments-area .comment-reply-link:hover,
.wndfal-comments-area .comment-reply-link:focus {
  border-color: #034170;
}
.more-btn:hover,
.more-btn:focus {
  border-color: #ff6600;
}
/* Windfall Theme Font Family */
body,
form p,
.footer-wrap p,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta,
blockquote p,
.author-content .author-name,
#multi-step-form .fw-wizard-buttons button,
#multi-step-form .fw-wizard-buttons .fw-btn,
.woocommerce #review_form #respond .comment-form label {
  font-family: 'Muli', sans-serif;
}
/* Windfall Theme Second Font Family */
.caption-subtitle,
.check-list,
.mate-info ul,
.service-details .bullet-list,
.table td,
.accordion-style-two .bullet-list,
.woocommerce ul.products li.product .price,
.tag-widget a,
.tagcloud a,
.woocommerce #reviews #comments ol.commentlist li time,
.woocommerce table.shop_table td .woocommerce-Price-amount,
.woocommerce form .form-text,
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item,
.woocommerce #add_payment_method #payment div.payment_box p,
.woocommerce .woocommerce-cart #payment div.payment_box p,
.woocommerce .woocommerce-checkout #payment div.payment_box p,
.post-date,
.blog-inner-title,
.blog-detail .bullet-list,
.wndfal-blog-tags,
.wndfal-comments-area .wndfal-comments-meta .comments-date {
  font-family: 'Source Sans Pro', sans-serif;
}
/* Windfall Buttons */
.wndfal-btn {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  clear: both;
  min-width: 140px;
  background: #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  max-width: 100%;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.btn-text-wrap {
  display: block;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.wndfal-btn .btn-text {
  display: block;
  padding: 14px 19px 15px;
  position: relative;
}
.wndfal-btn:hover {
  background: #ffffff;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.wndfal-btn:hover .btn-text-wrap {
  background: transparent;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.wndfal-btn:hover:before {
  width: 100%;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.wndfal-btn:hover:after {
  height: 100%;
  -webkit-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.wndfal-btn:hover .btn-text-wrap:after {
  height: 100%;
  -webkit-transition-delay: .9s;
  -ms-transition-delay: .9s;
  transition-delay: .9s;
}
.wndfal-btn:hover .btn-text-wrap:before {
  width: 100%;
  -webkit-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s;
}
.wndfal-btn:before,
.wndfal-btn:after,
.wndfal-btn .btn-text-wrap:before,
.wndfal-btn .btn-text-wrap:after {
  position: absolute;
  content: "";
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
}
.wndfal-btn:before,
.wndfal-btn:after {
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.wndfal-btn:before {
  width: 0;
  height: 2px;
  -webkit-transition-delay: .9s;
  -ms-transition-delay: .9s;
  transition-delay: .9s;
}
.wndfal-btn:after {
  left: auto;
  right: 0;
  width: 2px;
  height: 0;
  -webkit-transition-delay: .6s;
  -ms-transition-delay: .6s;
  transition-delay: .6s;
}
.wndfal-btn .btn-text-wrap:before,
.wndfal-btn .btn-text-wrap:after {
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.wndfal-btn .btn-text-wrap:before {
  width: 0;
  height: 2px;
  -webkit-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.wndfal-btn .btn-text-wrap:after {
  right: auto;
  left: 0;
  width: 2px;
  height: 0;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.wndfal-blue-btn .btn-text-wrap {
  background: #043f71;
}
.wndfal-border-btn {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.wndfal-border-btn,
.wndfal-border-btn .btn-text-wrap {
  background: transparent;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.wndfal-border-btn .btn-text-wrap {
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.wndfal-border-btn:hover .btn-text-wrap {
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.wndfal-border-btn .btn-text {
  border: 2px solid #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.wndfal-white-btn,
.wndfal-white-btn .btn-text-wrap {
  background: #ffffff;
}
.wndfal-small-btn {
  min-width: 107px;
}
.wndfal-small-btn .btn-text {
  padding: 7px 5px;
  font-size: 15px;
}
.wndfal-btns-group {
  padding-top: 20px;
}
/* 3. Windfall Reset Classes */
/* Windfall Form Fields */
.wndfal-form input[type="text"],
.woocommerce input[type="text"],
.wndfal-form input[type="email"],
.woocommerce input[type="email"],
.wndfal-footer input[type="email"],
.wndfal-form input[type="password"],
.woocommerce input[type="password"],
.post-password-form input[type="password"],
.wndfal-form input[type="tel"],
.woocommerce input[type="tel"],
.wndfal-form input[type="search"],
.woocommerce-product-search input[type="search"],
.wndfal-form input[type="date"],
.wndfal-form input[type="time"],
.wndfal-form input[type="datetime-local"],
.wndfal-form input[type="event-month"],
.wndfal-form input[type="url"],
.wndfal-form input[type="number"],
.woocommerce input[type="number"],
.wndfal-form textarea,
.woocommerce textarea,
.wndfal-form select,
.woocommerce select,
.wndfal-form .form-control {
  vertical-align: middle;
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  background-color: #fcfcfc;
  font-size: 15px;
  line-height: 1.42857143;
  border: 1px solid #ececec;
  outline: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.wndfal-form input[type="text"]:focus,
.woocommerce input[type="text"]:focus,
.wndfal-form input[type="email"]:focus,
.woocommerce input[type="email"]:focus,
.wndfal-footer input[type="email"]:focus,
.wndfal-form input[type="password"]:focus,
.woocommerce input[type="password"]:focus,
.post-password-form input[type="password"]:focus,
.wndfal-form input[type="tel"]:focus,
.woocommerce input[type="tel"]:focus,
.wndfal-form input[type="search"]:focus,
.woocommerce-product-search input[type="search"]:focus,
.wndfal-form input[type="date"]:focus,
.wndfal-form input[type="time"]:focus,
.wndfal-form input[type="datetime-local"]:focus,
.wndfal-form input[type="event-month"]:focus,
.wndfal-form input[type="url"]:focus,
.wndfal-form input[type="number"]:focus,
.woocommerce input[type="number"]:focus,
.wndfal-form textarea:focus,
.woocommerce textarea:focus,
.wndfal-form select:focus,
.woocommerce select:focus,
.wndfal-form .form-control:focus {
  border-color: #d6d6d6;
}
.wndfal-form input[type="file"] {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.wndfal-form input[type=number] {
  padding-right: 30px;
  margin-bottom: 0;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.wndfal-form input[type=number]::-webkit-inner-spin-button,
.wndfal-form input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wndfal-form input[type="radio"] {
  margin: 0 5px 0 0;
}
.wndfal-form textarea,
.wndfal-form textarea.form-control {
  height: 128px;
  resize: vertical;
}
.wndfal-form input[type="submit"],
.wndfal-form button[type="submit"],
.wndfal-footer input[type="submit"],
.woocommerce-product-search button[type="submit"],
.post-password-form input[type="submit"],
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  display: inline-block;
  vertical-align: middle;
  min-width: 140px;
  padding: 13px 20px 14px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.wndfal-form input[type="submit"].wndfal-block {
  min-width: 100%;
}
input.wndfal-datepicker,
input.wndfal-clockpicker {
  padding-right: 40px;
  background-image: url(../images/icons/icon30@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
input.wndfal-clockpicker {
  background-image: url(../images/icons/icon31@3x.png);
}
select {
  padding: 11px 40px 11px 15px;
  background-image: url(../images/icons/icon32@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 22px auto;
  color: #555555;
}
form .fa + input {
  padding-left: 45px;
}
form .wpcf7-form-control-wrap .fa {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #9f9f9f;
  font-size: 13px;
  z-index: 1;
}
form .wpcf7-form-control-wrap .fa-building-o {
  font-size: 15px;
}
form .wpcf7-form-control-wrap .fa-lock {
  font-size: 17px;
}
form .wpcf7-form-control-wrap .fa-globe {
  font-size: 15px;
}
form .wpcf7-form-control-wrap .fa-pencil-square {
  font-size: 16px;
}
select option {
  padding: 5px 10px;
}
select[multiple] {
  height: 175px;
  padding: 9px;
  background-image: none;
}
label {
  font-weight: 400;
  cursor: pointer;
}
label sup,
label .required {
  color: #aaaaaa;
  top: -1px;
  font-size: 15px;
}
form p {
  padding-bottom: 0;
  line-height: normal;
  position: relative;
}
form label {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.42857143;
  position: relative;
}
form input,
form textarea,
form select {
  margin-bottom: 19px;
}
form input[type="submit"] {
  margin: 0;
}
blockquote {
  padding: 18px 27px 21px;
  margin: 13px 0 33px;
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  position: relative;
}
blockquote:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 3px;
  content: "";
  z-index: 1;
}
blockquote.section-right-align:before {
  right: -1px;
  left: auto;
}
blockquote p {
  padding-bottom: 0;
  color: #555555;
  font-weight: 300;
  font-size: 18px;
}
blockquote cite {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
blockquote cite:before {
  padding-right: 4px;
  content: "-";
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-5 figcaption,
.gallery-columns-6 figcaption,
.gallery-columns-7 figcaption,
.gallery-columns-8 figcaption,
.gallery-columns-9 figcaption {
  display: none;
}
.gallery-caption {
  display: block;
  padding: 10px 0 15px;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  margin-bottom: 0;
}
.checkbox-icon-wrap .checkbox-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
.checkbox-icon-wrap input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f05f60;
  font: normal normal normal 10px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.radio-icon-wrap .radio-icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 1px;
  background: #f4f4f4;
  border: 1px solid #d3d3d3;
  position: relative;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.radio-icon-wrap input[type="radio"] {
  display: none;
}
.radio-icon-wrap input[type="radio"]:checked + .radio-icon:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.wpcf7-list-item-label {
  display: block;
  overflow: hidden;
  padding-top: 2px;
}
.wndfal-file-selector label {
  display: block;
  padding: 11px 120px 16px 0;
  background: transparent;
  color: #777777;
  word-break: break-all;
  border-bottom: 1px solid #c3cbdf;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.wndfal-file-selector input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 0;
}
.wndfal-file-selector span {
  display: block;
}
.wndfal-file-selector .wndfal-icon {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 5px 13px 4px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.file-types {
  padding: 16px 0;
  color: #a2a2a2;
}
/* Windfall Table */
.table {
  margin-bottom: 0;
}
.table thead th:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.table thead th:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.table thead th {
  vertical-align: middle;
  padding: 13px 20px 14px;
  color: #ffffff;
  border: none;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.table td {
  vertical-align: middle;
  padding: 13px 20px 14px;
  color: #888888;
  font-size: 17px;
  border: none;
}
.table td .fa {
  padding-right: 2px;
  color: #aaaaaa;
  font-size: 15px;
}
.wndfal-pricing .table td .fa {
  padding-right: 5px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background: transparent;
}
.table-striped tbody tr:nth-of-type(2n) td {
  background: #f2f2f2;
}
.table-striped tbody tr:nth-of-type(2n) td:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.table-striped tbody tr:nth-of-type(2n) td:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
table.table-condensed {
  border: none;
}
table tr #toevent-date {
  background: #111111;
  color: #ffffff;
}
address {
  font-style: italic;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-caption {
  margin-bottom: 30px;
}
.wp-caption .wp-caption-text {
  font-size: 15px;
  font-style: italic;
  padding-top: 10px;
}
.post-password-form label {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0;
}
.post-password-form label input {
  margin-top: 5px;
}
.post-password-required .post-password-form label input {
  margin-bottom: 5px;
}
.page-links {
  font-size: 12px;
  line-height: 24px;
}
.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  width: 24px;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.page-links a:hover {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #2b3344;
}
.page-links a span {
  font-size: 12px;
}
.page-links > .page-links-title {
  width: auto;
  height: auto;
  padding-right: 5px;
  margin: 0;
  font-size: 14px;
  border: 0;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.wndfal-responsive-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* Windfall Social */
/* Windfall Default Social */
.wndfal-social a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #c5c5c5;
  font-size: 22px;
}
.social-label {
  display: inline-block;
  vertical-align: middle;
  padding-right: 9px;
}
/* Windfall Rounded Social */
.wndfal-social.rounded a {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 0 5px 8px 0;
  background: #c5c5c5;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  position: relative;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.wndfal-social.rounded a:hover {
  color: #ffffff;
}
.wndfal-social.rounded a span {
  position: relative;
  z-index: 1;
}
.wndfal-social.rounded a:hover:before,
.wndfal-social.rounded a:hover:after {
  height: 100%;
}
.wndfal-social.rounded a:before,
.wndfal-social.rounded a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  content: "";
  z-index: 0;
}
.wndfal-social.rounded a:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
/* Windfall Square Social */
.wndfal-social.square a {
  padding: 10px 20px 9px;
  margin: 0 11px 15px 0;
  font-size: 12px;
  border: 1px solid #e6e6e6;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.wndfal-social.square a:hover,
.wndfal-social.square a:focus {
  color: #ffffff;
  border-color: transparent;
}
.wndfal-social.square a:hover .fa,
.wndfal-social.square a:focus .fa {
  color: #ffffff;
}
.wndfal-social.square .fa {
  padding-right: 2px;
  font-size: 17px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.wndfal-social.square .twitter .fa {
  color: #00aced;
}
.wndfal-social.square .facebook .fa {
  color: #3b5998;
}
.wndfal-social.square .google .fa {
  color: #dd4b39;
}
/* Windfall Brand */
.wndfal-brand {
  display: inline-block;
  vertical-align: middle;
}
.wndfal-brand .text-logo {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
.brand-2x,
.brand-3x {
  display: none;
}
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .brand-1x {
    display: none;
  }
  .brand-2x {
    display: inline-block;
  }
}
@media only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
  .brand-2x {
    display: none;
  }
  .brand-3x {
    display: inline-block;
  }
}
/* Windfall Navigation */
.wndfal-navigation {
  display: inline-block !important;
  vertical-align: middle;
}
.wndfal-navigation > ul {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
}
.wndfal-navigation ul.main-navigation {
  padding-left: 0;
}
.wndfal-navigation > ul:before,
.wndfal-navigation > ul:after {
  display: table;
  content: "";
}
.wndfal-navigation > ul:after {
  clear: both;
}
.wndfal-navigation > ul > li {
  float: left;
  position: relative;
}
.wndfal-navigation > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 22px 21px 24px 18px;
  color: #ffffff;
  line-height: 23px;
  position: relative;
}
.wndfal-navigation > ul > li > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 23px;
  background: rgba(255, 255, 255, 0.09);
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.wndfal-navigation > ul > li:last-child > a:after {
  display: none;
}
.wndfal-navigation ul > li > a .menu-text {
  display: block;
  overflow: hidden;
}
.wndfal-navigation > ul > li.has-dropdown > a .menu-text:after {
  display: inline-block;
  padding-left: 3px;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
.wndfal-navigation ul > li > a .menu-text-wrap {
  display: inline-block;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.wndfal-navigation ul > li:hover > a .menu-text-wrap {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.wndfal-navigation ul li.open > .dropdown-arrow {
  color: #ffffff;
}
.header-style-one .wndfal-navigation > ul > li.current-menu-ancestor > a {
  color: #ff6600;
}
.menu-text-wrap:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  z-index: 1;
}
.elementor-widget-wp-widget-nav_menu span.menu-text-wrap:before {
  content: none;
}
.dropdown-nav {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 9px 0 12px;
  background: #ffffff;
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 3;
}
.mean-nav .dropdown-nav {
  opacity: 1;
}
.wndfal-navigation ul > li.has-dropdown:hover > .dropdown-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-nav li {
  position: relative;
}
.dropdown-nav li a {
  display: block;
  padding: 9px 20px;
  color: #666666;
}
.dropdown-nav > li:hover > a,
.dropdown-nav > li:focus > a,
.dropdown-nav > li.active > a,
.dropdown-nav > li.current-menu-ancestor > a {
  background: #f7f7f7;
}
.wndfal-navigation .has-dropdown.sub .dropdown-nav {
  top: 0;
  left: 100%;
}
.wndfal-navigation .has-dropdown.sub > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.dropdown-arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: #eeeeee;
  color: #a2a2a2;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.dropdown-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  text-rendering: auto;
  content: "\f107";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.wndfal-navigation ul li.open > .dropdown-arrow:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
/* Windfall Swiper Slider */
.swiper-container {
  clear: both;
  height: 650px;
  min-height: 650px;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background: none;
}
.swiper-container .caption-wrap {
  height: 100%;
  position: relative;
}
.swiper-container .caption-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 1;
}
.swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  left: 20px;
  width: 42px;
  height: 42px;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  outline: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.swiper-container .swiper-button-prev:before,
.swiper-container .swiper-button-next:before {
  position: absolute;
  top: 40%;
  left: 50%;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transform: translateX(-50%) translateY(-40%);
  -ms-transform: translateX(-50%) translateY(-40%);
  transform: translateX(-50%) translateY(-40%);
  z-index: 1;
}
.swiper-container .swiper-button-next:before {
  content: "\f105";
}
.swiper-container .swiper-button-next {
  left: auto;
  right: 20px;
}
.swiper-container .swiper-pagination-bullet {
  width: 3px;
  height: 11px;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 45px;
}
.caption-wrap-inner.right-align {
  text-align: right;
  float: right;
}
.caption-wrap-inner.center-align {
  text-align: center;
  float: none;
  margin: 0 auto;
}
.swiper-slide .wndfal-btn {
  display: inline-block;
}
/* Windfall Owl Carousel Slider */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  padding-top: 37px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #ffffff;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 69px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  outline: none;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
  font: normal normal normal 24px/normal FontAwesome;
  letter-spacing: -0.2px;
  text-rendering: auto;
  content: "\f104";
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.owl-carousel .owl-nav button.owl-next:before {
  content: "\f105";
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
/* Windfall Accordion */
.accordion {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.card {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.card-header {
  padding: 0;
  background: transparent;
}
.btn-link {
  width: 100%;
  padding: 14px 55px 14px 30px;
  font-size: 18px;
  text-align: left;
  white-space: normal;
  position: relative;
}
.btn-link.collapsed:after {
  height: 16px;
}
.btn-link:before,
.btn-link:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 1px;
  background: #cccccc;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.btn-link:after {
  right: 27px;
  width: 1px;
  height: 0;
}
.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
.card-body {
  padding: 27px 30px 28px;
  border-bottom: 1px solid #e8e8e8;
}
.card-body p {
  font-size: 17px;
  line-height: 22px;
}
.card-body ul.bullet-list {
  padding: 20px 0;
}
.wndfal-secondary .card-body ul.bullet-list {
  padding: 0;
}
.wndfal-secondary .card-body ul {
  font-size: 16px;
}
/* Windfall Overlay */
.wndfal-overlay,
.wndfal-parallax {
  position: relative;
}
.wndfal-overlay > *,
.wndfal-parallax > * {
  position: relative;
  z-index: 1;
}
.wndfal-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 1;
}
.wndfal-overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
}
.wndfal-page-title {
  position: relative;
}
.wndfal-reliable.wndfal-parallax.wndfal-overlay {
  position: relative;
}
/* Windfall Magnific Popup */
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.mfp-close {
  position: absolute;
  top: 30px;
  right: 28px;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}
.mfp-close:active {
  top: 30px;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-bottom-bar a {
  color: #ffffff;
  font-weight: 700;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: -30px;
  right: 0;
  width: 16px;
  padding-right: 0;
}
.mfp-image-holder .mfp-close {
  display: none;
}
.mfp-container {
  padding: 0 25px;
}
.mfp-container .mfp-img {
  padding: 0;
}
.mfp-container .mfp-arrow {
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow:before {
  display: inline-block;
  height: 90px;
  width: 35px;
  margin: 0;
  font: normal normal normal 21px/88px FontAwesome;
  background: rgba(225, 225, 225, 0.25);
  border: none;
  position: static;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-arrow-left {
  left: 30px;
}
.mfp-arrow-right {
  right: 45px;
}
.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-figure:after {
  display: none;
}
.mfp-close:before {
  position: absolute;
  top: -2px;
  left: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.mfp-close:after {
  position: absolute;
  top: -2px;
  right: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
/* Windfall Map */
.wndfal-map {
  height: 550px;
}
.gm-style-iw {
  padding: 5px 10px;
}
.gm-style-iw h4 {
  font-size: 18px;
}
.gm-style-iw p {
  padding-bottom: 0;
  font-size: 15px;
}
.gm-style-iw h1,
.gm-style-iw h2,
.gm-style-iw h3,
.gm-style-iw h4,
.gm-style-iw h5,
.gm-style-iw h6 {
  padding-bottom: 0;
}
/* Breadcrumb */
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  color: #777777;
}
.breadcrumbs ul.trail-items li a,
.breadcrumbs ul.trail-items li {
  color: #777777;
}
.breadcrumbs ul.trail-items li a:hover {
  color: #ff6600;
}
.breadcrumb a,
.breadcrumb-item.active {
  color: inherit;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item:before,
nav.breadcrumbs ul li > a:before,
nav.breadcrumbs ul li > span:before {
  padding: 0 10px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #777777;
}
nav.breadcrumbs {
  display: flex;
}
nav.breadcrumbs ul li a.home-link:before {
  content: none;
}
.breadcrumbs ul.trail-items {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumbs ul.trail-items li {
  float: left;
}
/* Windfall Widget */
.wndfal-widget {
  margin-bottom: 35px;
}
.wndfal-widget .textwidget p {
  color: #777777;
}
.wndfal-widget:last-child {
  margin-bottom: 0;
}
.wndfal-widget ul {
  padding: 0;
  margin: 0;
  color: #777777;
  font-size: 15px;
  list-style: none;
}
.wndfal-widget ul li {
  margin-bottom: 14px;
  position: relative;
}
.wndfal-widget ul ul li {
  padding-left: 15px;
}
.wndfal-widget ul ul {
  padding: 14px 0 0;
}
.wndfal-widget ul li a {
  display: inline-block;
  color: inherit;
}
.widget-title {
  padding-bottom: 15px;
  margin-bottom: 17px;
  border-bottom: 1px solid #ececec;
  font-weight: 400;
  font-size: 20px;
}
.wndfal-widget img {
  height: auto;
}
.calendar_wrap thead th,
.calendar_wrap tbody td {
  padding: 12px;
}
table tr #today {
  background: #222222;
  color: #ffffff;
}
/* Services Widget */
.widget-services .accordion {
  border: none;
}
.widget-services .card {
  display: block;
  margin-bottom: 2px;
  border: none;
}
.widget-services h4.accordion-title {
  padding-bottom: 0;
}
.widget-services .btn-link:hover,
.widget-services .btn-link:focus,
.widget-services .btn-link {
  color: #ffffff;
}
.widget-services .card-header {
  border-bottom: none;
}
.widget-services .btn-link.collapsed {
  background: #f2f2f2;
  color: #777777;
}
.widget-services .btn-link {
  padding: 10px 20px 11px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.widget-services .btn-link:before,
.widget-services .btn-link:after {
  display: none;
}
.widget-services .card-body {
  padding: 24px 10px 19px 20px;
  border-bottom: none;
}
.widget-services .bullet-list li {
  padding: 0 0 0 19px;
  margin-bottom: 8px;
}
.widget-services .bullet-list li a:hover {
  opacity: 1;
}
/* Brochure Widget */
.brochure-wrap {
  padding: 23px 25px 31px;
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.brochure-wrap h4 {
  font-size: 20px;
}
.brochure-wrap p {
  font-size: 16px;
  line-height: 22px;
}
.brochure-wrap .wndfal-btns-group {
  padding-top: 15px;
}
.brochure-wrap .wndfal-btn .btn-text {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
}
.brochure-wrap .wndfal-btn .fa {
  padding-right: 5px;
  opacity: 0.8;
  font-size: 18px;
}
.brochure-title {
  padding-bottom: 7px;
}
/* Contact Widget */
.widget-contact .wndfal-image {
  position: relative;
}
.widget-contact .wndfal-image img {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.widget-contact-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(4, 63, 113, 0.85);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.widget-contact-info .wndfal-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  line-height: 72px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.widget-contact-info h3 {
  font-size: 24px;
}
.widget-contact-info ul {
  padding: 0 0 15px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  list-style: none;
}
.widget-contact-info ul li {
  margin-bottom: 0;
  padding-bottom: 4px;
}
.widget-contact-info a {
  color: inherit;
}
a.widget-contact-link:hover {
  color: #ffffff;
}
.widget-contact-title {
  padding: 12px 0;
  font-weight: 700;
}
.widget-contact-link {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
.widget-contact-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .6s;
  -ms-transition: all ease .6s;
  transition: all ease .6s;
  z-index: 1;
}
.widget-contact-link:hover:after {
  width: 0;
}
/* Calender Widget */
table#wp-calendar th,
table#wp-calendar td {
  padding: 12px;
  border: none;
  font-size: 15px;
}
table#wp-calendar th {
  color: #333333;
}
.wndfal-footer table#wp-calendar th,
.wndfal-footer table#wp-calendar td,
.wndfal-footer table#wp-calendar td#prev a {
  color: #999999;
}
.wndfal-footer table#wp-calendar th {
  color: #ffffff;
}
.wndfal-footer table#wp-calendar td#today {
  color: #ffffff;
}
/* Contact Testimonials */
.widget-testimonials {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.widget-testimonials h4 {
  font-size: 20px;
}
.widget-testimonials-info {
  padding: 19px 35px 30px 25px;
}
.widget-testimonials-info .owl-carousel .owl-dots {
  position: absolute;
  top: -55px;
  right: -14px;
  padding-top: 0;
  z-index: 1;
}
.widget-testimonials-info .owl-carousel button.owl-dot {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: #cccccc;
}
.widget-testimonials-info .owl-carousel button.owl-dot.active {
  background: #999999;
}
.widget-testimonials-info p {
  font-size: 16px;
  line-height: 22px;
}
.widget-testimonials-title {
  padding: 10px 70px 10px 25px;
  border-bottom: 1px solid #e8e8e8;
}
.widget-author {
  padding-top: 10px;
}
.widget-author:before,
.widget-author:after {
  display: table;
  content: "";
}
.widget-author:after {
  clear: both;
}
.widget-author .wndfal-image {
  float: left;
}
.widget-author .wndfal-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.widget-author-info {
  overflow: hidden;
  padding: 5px 0 0 10px;
}
.widget-author-info h6 {
  font-size: 15px;
}
.widget-author-name {
  padding-bottom: 1px;
  font-weight: 400;
}
.widget-author-name span {
  color: #777777;
}
.author-rating {
  font-size: 12px;
}
.author-rating i {
  color: #cccccc;
}
/* Search Widget */
.wndfal-widget.widget_search {
  margin-bottom: 36px;
}
.widget_search p {
  position: relative;
}
.widget_search form input[type="text"] {
  padding-right: 70px;
  margin: 0;
}
.widget_search form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  min-width: 55px;
  padding: 15px 10px 16px;
  background: transparent;
  color: #bfbfbf;
  margin-top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  z-index: 1;
  background-image: url(../images/icons/search-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 17px auto;
  border-color: transparent;
}
.widget_search form input[type="submit"]:hover,
.widget_search form input[type="submit"]:focus {
  color: #ffffff;
  background-image: url(../images/icons/icon76@3x.png);
}
/* Categories Widget */
.wndfal-widget.categories-widget {
  margin-bottom: 42px;
}
.categories-widget .widget-title {
  margin-bottom: 24px;
}
/* Slider Widget */
.wndfal-widget.slider-widget {
  margin-bottom: 47px;
}
.slider-widget .widget-title,
.widget_price_filter .widget-title {
  margin-bottom: 36px;
}
/* Products Widget */
.wndfal-widget.products-widget {
  margin-bottom: 45px;
}
/* Tag Widget */
.wndfal-widget.tag-widget {
  margin-bottom: 36px;
}
.tag-widget a,
.tagcloud a {
  display: inline-block;
  padding: 4px 15px 5px 14px;
  margin: 0 5px 10px 0;
  background: #fcfcfc;
  color: #777777;
  font-size: 15px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.tag-widget a:hover,
.tag-widget a:focus,
.tagcloud a:hover,
.tagcloud a:focus {
  color: #ffffff;
  border-color: transparent;
}
/* Post Widget */
.post-item {
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.post-item:last-child {
  padding-bottom: 11px;
  margin-bottom: 0;
  border-bottom: none;
}
.post-item h5 {
  font-size: 15px;
}
.post-title {
  padding-bottom: 3px;
  font-weight: 400;
}
.post-date {
  color: #888888;
  font-size: 16px;
}
.post-date i {
  font-size: 14px;
}
.wndfal-widget.widget_rss ul li a,
.wndfal-widget.widget_recent_comments ul li a {
  color: #333333;
}
.wndfal-widget.widget_rss ul li a:hover,
.wndfal-widget.widget_recent_comments ul li a:hover {
  color: #ff6600;
}
.wndfal-widget.widget_nav_menu .menu-text-wrap:before {
  display: none;
}
/* Woocommerce Widget */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0 0 20px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #ededed;
}
.widget_product_tag_cloud .tagcloud a {
  font-size: 15px !important;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 15px;
  line-height: 14px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce .widget_shopping_cart ul.product_list_widget li .amount,
.woocommerce .widget_shopping_cart ul.product_list_widget li .quantity {
  padding-top: 3px;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 400;
}
.woocommerce ul.cart_list li a img,
.woocommerce ul.product_list_widget li a img {
  float: left;
  width: 70px;
  margin: 0 15px 0 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 1px double #ebe9eb;
  padding: 8px 0 0;
  margin-top: 18px;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
.wndfal-widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  border: 1px solid #eeeeee;
  padding: 20px;
}
.woocommerce-product-search button,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  background: #034170;
  line-height: 1;
  font-weight: 500;
  min-width: 120px;
}
.woocommerce-product-search button:hover,
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover {
  background: #ff6600;
}
.woocommerce .select2-container--default .select2-selection--multiple {
  border-color: #f3f3f3;
  background-color: #fafafa;
  outline: none;
}
.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  height: 44px;
}
.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
}
.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  margin: 5px;
}
.woocommerce .select2-container--default .select2-search--inline .select2-search__field {
  padding: 0 18px;
}
.woocommerce .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f3f3f3;
}
.woocommerce .select2-container--default .select2-search--inline .select2-search__field {
  padding: 0 18px;
}
/* Windfall Masonry */
.wndfal-masonry {
  margin: 0 -15px;
}
.masonry-item {
  float: left;
  width: 33.33333333%;
  padding: 0 15px 30px;
}
.masonry-item .gallery-item {
  margin-bottom: 0;
}
.glry-col-2 .masonry-item {
    width: 50%;
}
.glry-col-4 .masonry-item {
    width: 25%;
}
.masonry-filters {
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
}
.masonry-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.masonry-filters ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 22px;
}
.masonry-filters ul li a {
  display: inline-block;
  padding-bottom: 15px;
  color: #555555;
  position: relative;
}
.masonry-filters ul li a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.masonry-filters ul li a.active {
  color: #222222;
}
.masonry-filters ul li a.active:after {
  width: 100%;
}
/* Windfall Nice Select */
.nice-select {
  float: none;
  height: 50px;
  width: auto;
  padding: 11px 40px 11px 18px;
  margin-bottom: 19px;
  color: #999999;
  border-color: #e5e5e5;
  line-height: 26px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: normal;
}
.nice-select .current {
  display: block;
  overflow: hidden;
  vertical-align: middle;
  clear: both;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nice-select .list {
  width: 100%;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 2;
}
.wndfal-main-wrap .nice-select .option {
  padding: 10px 15px;
  margin: 0;
  line-height: 1.42857143;
}
.nice-select .option.selected {
  font-weight: 400;
}
.nice-select:after {
  right: 20px;
  height: 6px;
  width: 6px;
  border-color: #777777;
  border-width: 1px;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #dddddd;
}
/* Windfall Pagination */
.pagination,
.page-numbers {
  margin: 0;
}
.pagination,
.page-numbers,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.page-numbers {
  display: -ms-flexbox;
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.wndfal-pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.pagination-wrap {
  display: inline-block;
  width: 100%;
}
.page-link,
.wndfal-pagination ul li a,
.wndfal-pagination ul li span {
  padding: 8px 13px;
  margin: 0 2px 0 3px;
  color: #555555;
  text-align: center;
  border-color: #e2e2e2;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.wndfal-pagination ul li a,
.wndfal-pagination ul li span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  line-height: 1.25;
  color: #555555;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.wp-link-pages {
  padding: 15px 0 20px;
  display: inline-block;
  width: 100%;
}
.wp-link-pages a,
.wp-link-pages > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: .5rem .75rem;
  line-height: 1.25;
  color: #555555;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.wp-link-pages span {
  color: #ffffff;
  background-color: #043f71;
  border-color: #043f71;
}
.wp-link-pages a span {
  background: transparent;
  color: #555555;
}
.wp-link-pages a:hover span {
  color: #ffffff;
}
.wp-link-pages a:hover {
  color: #ffffff;
  border-color: #043f71;
  background-color: #043f71;
}
.wndfal-pagination ul li span,
.wndfal-pagination ul li a.current.disabled-click {
  color: #ffffff;
  background-color: #043f71;
}
.page-link:hover,
.page-link:focus,
.wndfal-pagination ul li a:hover,
.wndfal-pagination ul li a:focus {
  color: #ffffff;
  border-color: #043f71;
  background-color: #043f71;
}
.page-item.active .page-link,
.wndfal-pagination ul li span,
.wndfal-pagination ul li a.current.disabled-click {
  border-color: #043f71;
}
.page-item.prev .page-link,
.page-item.next .page-link,
.wndfal-pagination ul li a.next,
.wndfal-pagination ul li a.prev {
  width: 36px;
}
.page-link .fa {
  font-size: 16px;
}
.wndfal-pagination ul li {
  display: inline-block;
  vertical-align: middle;
}
/* Windfall Back Top */
.wndfal-back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 2;
}
.wndfal-back-top.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wndfal-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.wndfal-back-top a:hover {
  color: #ffffff;
}
/* Windfall Preloader */
.wndfal-preloader {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 4;
}
.loader-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.loader {
  display: inline-block;
  vertical-align: middle;
}
/* Windfall Animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 4. Windfall Main Wrap */

/* 5. Windfall Topbar */
.wndfal-topbar {
  padding: 10px 0 8px;
  background: #fcfcfc;
  color: #999999;
  border-bottom: 1px solid #f0f0f0;
}
.call-link {
  font-size: 18px;
}
.call-link span {
  font-weight: 600;
}
.call-link a {
  font-weight: 700;
}
.wndfal-topbar .header-contact-info a {
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  padding-left: 5px;
}
.wndfal-topbar .header-contact-info a:hover {
  text-shadow: none;
}
.wndfal-topbar .header-contact-info {
  font-size: 18px;
  font-weight: 700;
}
/* 6. Windfall Header */
/* Windfall Sticky Header */
.sticky-wrapper {
  -webkit-transition: ease-in .3s, ease-out .3s;
  -ms-transition: ease-in .3s, ease-out .3s;
  transition: ease-in .3s, ease-out .3s;
}
.is-sticky .wndfal-header {
  padding-top: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in .3s, ease-out .3s;
  -ms-transition: ease-in .3s, ease-out .3s;
  transition: ease-in .3s, ease-out .3s;
}
.is-sticky .navigation-wrap {
  margin-top: 20px;
}
.admin-bar .is-sticky .wndfal-header {
  top: 32px !important;
}
/* Windfall Default Header */
.wndfal-header {
  padding-top: 35px;
  -webkit-transition: background ease .3s, box-shadow ease .3s;
  -ms-transition: background ease .3s, box-shadow ease .3s;
  transition: background ease .3s, box-shadow ease .3s;
  min-height: 90px;
}
.wndfal-header [class*="col-"] {
  position: static;
}
.header-right {
  text-align: right;
}
.header-contact {
  display: inline-block;
  vertical-align: middle;
  padding-right: 38px;
}
.wndfal-topbar .textright .header-contact {
  padding-right: 0;
}
.header-contact .wndfal-icon {
  float: left;
  padding-top: 4px;
}
.header-contact-info {
  overflow: hidden;
  padding-left: 14px;
  color: #999999;
  text-align: left;
}
.header-contact-info span {
  display: block;
  padding-top: 1px;
  color: #555555;
  font-size: 16px;
}
.header-contact-info a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-text-shadow: 0 0 0 rgba(230, 92, 0, 0.25);
  -ms-text-shadow: 0 0 0 rgba(230, 92, 0, 0.25);
  text-shadow: 0 0 0 rgba(230, 92, 0, 0.25);
}
.header-contact-info a:hover {
  -webkit-text-shadow: 0 4px 0 rgba(230, 92, 0, 0.25);
  -ms-text-shadow: 0 4px 0 rgba(230, 92, 0, 0.25);
  text-shadow: 0 4px 0 rgba(230, 92, 0, 0.25);
}
.header-btn {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}
.header-btn .wndfal-btn {
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}
.navigation-wrap {
  padding: 0 30px 0 11px;
  margin-top: 35px;
}
.search-link {
  text-align: right;
}
.search-link [class*="ti-"] {
  font-size: 18px;
}
.search-link a {
  display: inline-block;
  color: #ffffff;
}
.search-box {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 50%;
  width: 600px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform ease .4s;
  -ms-transition: -ms-transform ease .4s;
  transition: transform ease .4s;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  z-index: 2;
}
.search-box.open {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.search-box form p {
  position: relative;
  margin-bottom: 0;
}
.search-box input[type="text"] {
  padding-right: 80px;
  margin-bottom: 0;
}
.search-box input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 60px;
  padding: 5px;
  margin-top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  background-image: url(../images/icons/icon76@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 17px auto;
  border-color: transparent;
}
.wndfal-toggle {
  display: none;
  vertical-align: middle;
  width: 20px;
  height: 15px;
}
.wndfal-toggle .toggle-separator {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: #ffffff;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.wndfal-toggle .toggle-separator:before,
.wndfal-toggle .toggle-separator:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.wndfal-toggle .toggle-separator:after {
  top: 6px;
}
.wndfal-toggle.active .toggle-separator {
  background: none;
}
.wndfal-toggle.active .toggle-separator:before {
  top: -6px;
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg)
}
.wndfal-toggle.active .toggle-separator:after {
  top: 6px;
  -webkit-transform: translateY(-5px) rotateZ(45deg);
  -ms-transform: translateY(-5px) rotateZ(45deg);
  transform: translateY(-5px) rotateZ(45deg)
}
/* Header Style Two */
.header-style-two .wndfal-header {
  padding: 0;
}
.header-style-two .wndfal-brand {
  padding: 36px 0;
}
.header-style-two .wndfal-navigation > ul {
  font-weight: 400;
}
.header-style-two .wndfal-navigation > ul > li > a {
  padding: 43px 21px 44px 0;
}
.header-style-two .wndfal-navigation > ul > li:last-child > a {
  padding-right: 16px;
}
.header-style-two .wndfal-navigation > ul > li > a:after {
  display: none;
}
.header-style-two .wndfal-navigation > ul > li.has-dropdown > a .menu-text:after {
  color: #aaaaaa;
}
.header-style-two .dropdown-nav {
  text-align: left;
}
.header-style-two .search-link {
  display: inline-block;
  vertical-align: middle;
}
.header-style-two .header-btn {
  padding-left: 25px;
}
.header-style-two .wndfal-toggle .toggle-separator,
.header-style-two .wndfal-toggle .toggle-separator:before,
.header-style-two .wndfal-toggle .toggle-separator:after {
  background: #333333;
}
.header-style-two .wndfal-toggle.active .toggle-separator {
  background: none;
}
/* Header Style Three */
.header-style-three .navigation-wrap {
  padding: 0;
}
.header-style-three .wndfal-navigation > ul > li:first-child > a {
  padding-left: 0;
}
/* 7. Windfall Mid Wrap */
.wndfal-mid-wrap {
  padding: 80px 0 100px;
}
.mid-spacer-one {
  padding-top: 70px;
}
.mid-spacer-two {
  padding: 74px 0 70px;
}
.mid-spacer-three {
  padding: 74px 0 44px;
}
.mid-spacer-four {
  padding: 72px 0 95px;
}
.mid-spacer-five {
  padding: 86px 0 56px;
}
.mid-spacer-six {
  padding-top: 79px;
}
.mid-spacer-seven {
  padding-bottom: 80px;
}
.secondary-wrap {
  padding-left: 5px;
}
.left-sidebar .secondary-wrap {
  padding: 0 5px 0 0;
}
.wndfal-unit-fix {
  word-wrap: break-word;
}
.blog-custom-width .wndfal-primary {
  width: 71.5%;
  padding: 0 15px;
  float: left;
}
.left-sidebar .wndfal-primary {
  float: right;
}
.blog-custom-width .wndfal-secondary {
  width: 28.5%;
  padding: 0 15px;
  float: left;
}
.wndfal-secondary.wndfal-floating-sidebar {
  display: table;
}
.wndfal-secondary.wndfal-page-sdbr.wndfal-floating-sidebar {
  display: block;
}
.wndfal-woo-sidebar .wndfal-secondary {
  max-width: 100%;
  padding: 0;
}
.blog-custom-width .secondary-wrap {
  padding-left: 20px;
}
.left-sidebar .blog-custom-width .secondary-wrap {
  padding: 0 20px 0 0;
}
/* 8. Windfall Home V1 Page */
/* Windfall Swiper Container */
.caption-wrap-inner {
  position: relative;
  max-width: 600px;
  color: #ffffff;
  z-index: 1;
}
.caption-wrap-inner h1 {
  font-size: 50px;
  line-height: 55px;
}
.caption-wrap-inner *:nth-child(2n) {
  animation-delay: 1s;
}
.caption-wrap-inner *:nth-child(3n) {
  animation-delay: 2s;
}
.caption-wrap-inner .wndfal-btn {
  animation-delay: 2s;
}
.caption-wrap-inner h4 {
  font-size: 22px;
}
.caption-wrap-inner .wndfal-btn {
  min-width: 187px;
  margin: 0 17px 15px 0;
}
.caption-wrap-inner .wndfal-btn .btn-text {
  padding: 15px 20px;
}
.caption-title {
  font-weight: 800;
  letter-spacing: -0.3px;
}
.caption-subtitle {
  font-weight: 300;
}
/* Windfall Welcome */
.wndfal-welcome {
  padding: 100px 0;
}
.wndfal-welcome .wndfal-image {
  display: inline-block;
  position: relative;
}
.wndfal-welcome .wndfal-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  content: "";
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
}
.wndfal-welcome .wndfal-image img {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.welcome-info {
  padding-left: 10px;
}
.welcome-info .section-title-wrap {
  padding-bottom: 2px;
}
.welcome-info .check-list {
  padding-top: 14px;
}
.check-list {
  padding: 0;
  margin: 0;
  color: #888888;
  font-size: 17px;
  list-style: none;
}
.check-list li {
  padding: 0 0 11px 25px;
  position: relative;
}
.check-list li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-family: FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  z-index: 1;
}
.section-title-wrap {
  max-width: 600px;
  padding-bottom: 48px;
  margin: 0 auto;
  text-align: center;
}
.section-title-wrap h2 {
  font-size: 35px;
}
.section-title-wrap p {
  font-size: 18px;
}
.section-title {
  padding-bottom: 11px;
  font-weight: 700;
}
.section-title-wrap.title-style-two {
  max-width: none;
  text-align: left;
}
.blog-style-two .section-title-wrap.title-style-two {
  padding-bottom: 30px;
}
.title-style-two h2 {
  font-size: 32px;
}
/* Windfall Industries */
.industry-item .wndfal-image {
  overflow: hidden;
  position: relative;
}
.industry-item .wndfal-image img {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.industry-item.wndfal-hover .industry-info-wrap,
.industry-item.center-align.wndfal-hover .industry-info-wrap {
  height: 100%;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.industry-info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 15px 30px;
  background: rgba(3, 65, 112, 0.95);
  color: #ffffff;
  -webkit-transition: all ease .6s;
  -ms-transition: all ease .6s;
  transition: all ease .6s;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  z-index: 1;
}
.industry-info-wrap .wndfal-icon {
  float: left;
  padding-top: 1px;
}
.industry-item.right-align .wndfal-icon {
  float: right;
  padding-left: 15px;
}
.industry-item.center-align .wndfal-icon {
  float: none;
}
.industry-info {
  overflow: hidden;
  padding-left: 18px;
}
.industry-item.center-align .industry-info {
  padding-left: 0;
}
.industry-item.center-align .industry-info-wrap {
  height: 90px;
}
.industry-info h3 {
  font-size: 22px;
}
.industry-title {
  padding-bottom: 0;
  font-weight: 700;
}
.industry-title a {
  color: inherit;
}
.industry-info-inner {
  display: none;
  padding-top: 11px;
}
.industry-info-inner p {
  color: #ffffff;
}
.industry-info .wndfal-link {
  font-weight: 700;
  font-size: 16px;
}
.wndfal-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 17px;
}
.wndfal-link .fa {
  padding-left: 4px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.wndfal-link:hover .fa,
.wndfal-link:focus .fa {
  padding-left: 8px;
}
/* Windfall Callout */
.wndfal-callout {
  padding: 39px 0;
  color: #ffffff;
}
.wndfal-callout h2 {
  font-size: 26px;
}
.wndfal-callout .wndfal-btn .btn-text {
  padding-top: 12px;
  padding-bottom: 11px;
}
.callout-title {
  padding-bottom: 0;
}
/* Windfall Services */
.service-item {
  padding: 0 20px 22px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.service-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: rgba(85, 85, 85, 0.15);
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.service-item.wndfal-hover:after {
  width: 80px;
}
.service-item.wndfal-hover .hover-image {
  display: inline-block;
}
.service-item .hover-image,
.service-item.wndfal-hover .default-image {
  display: none;
}
.service-item .wndfal-icon {
  padding-bottom: 20px;
}
.service-item h3 {
  font-size: 22px;
}
.service-title {
  font-weight: 400;
}
/* Windfall Gallery */
.wndfal-gallery {
  color: #ffffff;
}
.wndfal-mid-wrap.mid-spacer-three.gallery-global {
  display: inline-block;
  width: 100%;
}
.gallery-style-three .gallery-item {
  margin-bottom: 0;
}
.gallery-style-three .gallery-item .wndfal-image img {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.gallery-style-three .owl-carousel .gallery-item.wndfal-hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-style-three .owl-carousel .gallery-item img {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
/* Gallery Single */
.wndfal-gallery-detail {
  border: 3px solid #f8f8f8;
  display: inline-block;
  padding: 45px 28px;
  width: 100%;
}
.wndfal-gallery-detail .glry-box {
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.wndfal-gallery-detail .glry-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wndfal-gallery-detail h6.glry-infos-title {
  padding-bottom: 4px;
}
.wndfal-gallery-detail span.wndfal-icon {
  border-radius: 100%;
  color: #ff6600;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 22px;
  height: 30px;
  width: 30px;
  line-height: 35px;
  text-align: center;
}
h6.glry-infos-title {
  font-size: 15px;
}
.wndfal-gallery-detail span.glry-infos-content,
.wndfal-gallery-detail span.glry-infos-content a {
  font-size: 15px;
  color: #777777;
}
.wndfal-gallery-detail span.glry-infos-content a:hover {
  color: #333333;
}
.wndfal-gallery-detail span.glry-infos-content:last-child a:after {
  content: none;
}
.wndfal-gallery-detail span.glry-infos-content a:after {
  content: ",";
}
h3.related-gallery-title {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 25px;
}
.wndfal-related-gallery {
  padding: 20px 10px;
}
/* Windfall Appointment */
.wndfal-appointment {
  padding: 100px 0;
  background: #fcfcfc;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.wndfal-appointment .appointment-form .row {
  margin: 0 -10px;
}
.wndfal-appointment .appointment-form [class*="col-"] {
  padding: 0 10px;
}
.appointment-form {
  padding: 20px 30px 40px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.appointment-form h3 {
  font-size: 24px;
}
.appointment-form textarea,
.appointment-form textarea.form-control {
  height: 119px;
}
.appointment-form input[type="submit"] {
  min-width: 100%;
  margin-top: 11px;
}
.appointment-title {
  padding-bottom: 27px;
  font-weight: 700;
}
.choose-info .section-title-wrap {
  padding-bottom: 22px;
}
/* Windfall Customers */
.wndfal-customers .section-title-wrap {
  padding-bottom: 28px;
}
.carousel-style-two .owl-nav {
  position: absolute;
  top: -77px;
  right: 0;
  z-index: 1;
}
.owl-carousel.carousel-style-two .owl-nav button.owl-prev,
.owl-carousel.carousel-style-two .owl-nav button.owl-next {
  display: inline-block;
  position: static;
  height: 35px;
  width: 35px;
  background: transparent;
  color: #555555;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.owl-carousel.carousel-style-two .owl-nav button.owl-prev {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.owl-carousel.carousel-style-two .owl-nav button.owl-prev:hover,
.owl-carousel.carousel-style-two .owl-nav button.owl-next:hover {
  background: #e8e8e8;
}
.owl-carousel.carousel-style-two .owl-nav button.owl-prev:before,
.owl-carousel.carousel-style-two .owl-nav button.owl-next:before {
  font-size: 18px;
}
.owl-carousel.carousel-style-two .owl-item {
  padding: 14px;
}
.customer-item {
  padding: 30px;
  margin-right: 1px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.customer-item.wndfal-hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.customer-info {
  padding-top: 4px;
}
.customer-info .wndfal-image {
  float: left;
}
.customer-info .wndfal-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  max-width: 57px;
}
.customer-inner-info {
  overflow: hidden;
  padding: 6px 0 0 10px;
}
.customer-inner-info h5 {
  font-size: 16px;
  line-height: 22px;
}
.customer-inner-info p {
  font-size: 15px;
}
.customer-name {
  padding-bottom: 0;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
/* Windfall Stats */
.wndfal-stats {
  color: #ffffff;
  text-align: center;
}
.wndfal-stats > .container > .row {
  margin: 0;
}
.wndfal-stats > .container > .row > [class*="col-"] {
  padding: 0;
}
.wndfal-stats h3 {
  font-size: 28px;
  line-height: 34px;
}
.stats-title-wrap {
  padding: 0 10px 0 0;
  font-weight: 400;
}
.stats-item .wndfal-icon {
  padding-bottom: 3px;
}
.stats-item [class*="ti-"] {
  font-size: 38px;
}
.stats-item h2 {
  font-size: 35px;
  line-height: 44px;
}
.stats-item h5 {
  font-size: 18px;
}
.wndfal-title {
  font-weight: 400;
}
.wndfal-counter {
  padding-bottom: 0;
}
/* Windfall Emergency */
.wndfal-emergency {
  padding: 49px 0 54px;
  color: #ffffff;
  text-align: center;
}
.wndfal-emergency h2 {
  font-size: 26px;
}
.emergency-title {
  font-weight: 700;
  padding-bottom: 0;
}
.emergency-title a {
  display: inline-block;
  margin-left: 7px;
  color: inherit;
}
/* Windfall Blog */
.wndfal-blog {
  padding: 88px 0 39px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.wndfal-blog .section-title-wrap {
  padding-bottom: 40px;
}
.wndfal-blog .section-title {
  padding-bottom: 0;
}
.wndfal-blog.blog-gray-background {
  background: #f9f9f9;
}
.more-btn {
  display: inline-block;
  padding: 6px 14px 7px 13px;
  background: #ffffff;
  color: #777777;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.more-btn:hover,
.more-btn:focus {
  color: #ffffff;
}
.blog-item {
  padding-bottom: 56px;
}
.blog-item .wndfal-image {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.blog-item .wndfal-image img {
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.blog-item.wndfal-hover .wndfal-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-info {
  padding: 25px 5px 0 0;
}
.blog-wrap .dhav-featured-image .blog-info {
  padding-top: 0;
}
.blog-wrap .sticky .blog-info,
.blog-wrap .dhav-featured-image .sticky .blog-info {
  padding: 30px;
  border: 2px solid #eeeeee;
}
.blog-wrap .blog-item .wndfal-image {
  text-align: center;
}
.blog-info h3 {
  font-size: 22px;
  line-height: 24px;
}
.blog-info h6 {
  font-size: 15px;
}
.blog-info p {
  font-size: 17px;
  line-height: 22px;
  padding-top: 5px;
}
.blog-info .wndfal-link {
  font-size: 16px;
}
.blog-date {
  padding-bottom: 11px;
  font-weight: 400;
  color: #888888;
}
.blog-date i {
  font-size: 14px;
}
.blog-date ul {
  padding: 0;
  margin: 0;
  color: #888888;
  font-size: 16px;
  list-style: none;
}
.blog-date ul li {
  display: inline-block;
  vertical-align: middle;
}
.blog-date ul li:after {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 8px;
  background: #cccccc;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.blog-date ul li:last-child:after {
  display: none;
}
.blog-date ul li a {
  color: inherit;
}
.blog-title {
  font-weight: 400;
}
/* Windfall Partners */
.wndfal-partners h3 {
  font-size: 22px;
}
.wndfal-partners .owl-carousel .owl-nav button.owl-prev,
.wndfal-partners .owl-carousel .owl-nav button.owl-next {
  top: 10%;
  left: -35px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.wndfal-partners .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -35px;
}
.wndfal-partners .owl-carousel .owl-nav button.owl-prev:before,
.wndfal-partners .owl-carousel .owl-nav button.owl-next:before {
  font-size: 20px;
}
.wndfal-partners .owl-carousel button.owl-dot {
  background: #bebebe;
}
.partners-title {
  padding-bottom: 42px;
  color: #999999;
  font-weight: 300;
}
.partner-item {
  text-align: center;
}
.partner-item .wndfal-image img {
  opacity: 0.7;
}
.partner-item.wndfal-hover .wndfal-image img {
  opacity: 1;
}
/* Windfall Intro */
.wndfal-intro {
  color: #ffffff;
  text-align: center;
}
.wndfal-intro .row {
  margin: 0;
}
.wndfal-intro [class*="col-"] {
  padding: 0;
}
.intro-item {
  display: block;
  padding: 32px 0 33px;
  color: #ffffff;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.intro-item.wndfal-hover {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.intro-item .wndfal-icon {
  display: inline-block;
  vertical-align: middle;
}
.intro-item [class*="ti-"] {
  font-size: 24px;
}
.intro-item h3 {
  font-size: 22px;
}
.intro-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-weight: 700;
  font-size: 22px;
}
/* 9. Windfall Home V2 Page */
/* Swiper Style Two */
.swiper-container.swiper-style-two {
  height: 700px;
  min-height: 700px;
}
.swiper-style-two .caption-wrap-inner {
  padding-top: 148px;
}
.caption-style-two {
  margin: 0 auto;
  text-align: center;
}
.caption-style-two .wndfal-btn {
  margin: 0 8px 15px;
}
/* Windfall Appointment, Appointment Style Two */
.wndfal-appointment.appointment-style-two {
  padding: 0;
  margin-top: -160px;
  background: transparent;
  border-top: none;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.wndfal-appointment.appointment-style-two .row {
  margin: 0 -7px;
}
.wndfal-appointment.appointment-style-two [class*="col-"] {
  padding: 0 7px;
}
.appointment-style-two .appointment-form {
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.appointment-style-two input,
.appointment-style-two textarea,
.appointment-style-two select {
  margin-bottom: 0;
  line-height: 26px;
}
.appointment-style-two .appointment-title {
  padding-bottom: 15px;
}
.appointment-style-two .appointment-form h3 {
  line-height: 35px;
}
.appointment-style-two .appointment-form input[type="submit"] {
  padding: 11px 20px 12px;
  margin-top: 0;
  line-height: 25px;
}
.appointment-style-two .appointment-form input[type="submit"]:hover {
  background: #002948;
}
/* Windfall Industries, Industries Style Two */
.wndfal-industries.industries-style-two {
  padding-top: 88px;
  background: transparent;
  border-top: none;
}
/* Windfall About */
.about-info {
  padding: 45px 0 0 10px;
}
.about-info h2 {
  font-size: 35px;
}
.about-info .check-list {
  padding-top: 7px;
}
.about-info .wndfal-btns-group {
  padding-top: 26px;
}
.about-info .wndfal-btn {
  min-width: 150px;
}
.about-info .wndfal-btn .btn-text {
  padding: 15px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}
.about-title {
  font-weight: 700;
}
/* Windfall Services, Services Style Two */
.services-style-two .section-title-wrap {
  padding: 0 10px 0 0;
}
.services-style-two .section-title-wrap h2 {
  line-height: 35px;
}
.services-style-two .section-title-wrap p {
  line-height: 22px;
  font-size: 16px;
}
.services-style-two .section-title {
  padding-bottom: 16px;
}
.services-style-two .service-item {
  padding: 0;
  text-align: left;
}
.services-style-two .service-item:after {
  display: none;
}
.services-style-two .service-item .wndfal-image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.services-style-two .service-item .wndfal-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.services-style-two .service-item.wndfal-hover .wndfal-image img,
.services-style-two .service-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-info {
  padding-top: 24px;
}
.service-info h4 {
  font-size: 20px;
}
.service-info p {
  font-size: 16px;
  line-height: 22px;
}
.service-info .service-title {
  padding-bottom: 7px;
  font-weight: 600;
}
.owl-carousel.carousel-style-three .owl-nav {
  top: 247px;
  left: -300px;
  right: auto;
}
.owl-carousel.carousel-style-three .owl-nav button.owl-prev,
.owl-carousel.carousel-style-three .owl-nav button.owl-next {
  margin-right: 9px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
/* Windfall Features */
.feature-item {
  padding-bottom: 20px;
  text-align: center;
}
.feature-item .wndfal-icon {
  padding-bottom: 15px;
  font-size: 42px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.feature-item.wndfal-hover .wndfal-icon {
  padding-bottom: 10px;
}
.feature-item h3 {
  font-size: 22px;
}
.feature-title {
  padding-bottom: 15px;
  font-weight: 400;
}
/* Windfall Testimonials */
.testi-global {
  padding: 80px 0;
  display: block;
}
.testi-global .wndfal-testimonials.wndfal-parallax {
  padding: 40px 0;
}
.testi-global .wndfal-testimonials {
  color: #555555;
}
.testi-global .testimonial-item p {
  color: #777777;
}
.testi-global .owl-carousel button.owl-dot {
  background: #777777;
}
.testi-global .owl-carousel button.owl-dot.active {
  background: #ff6600;
}
.testi-global .wndfal-customers {
  padding: 80px 0 40px;
}
.testi-global .wndfal-customers.customers-style-two {
  padding: 20px 0 0;
}
.wndfal-testimonials {
  color: #ffffff;
}
.wndfal-testimonials.wndfal-overlay:before {
  background: rgba(0, 9, 14, 0.5);
}
.testimonials-wrap {
  max-width: 915px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-wrap h2 {
  font-size: 40px;
}
.testimonials-wrap .owl-carousel .owl-nav button.owl-prev,
.testimonials-wrap .owl-carousel .owl-nav button.owl-next {
  top: 15%;
  width: 15px;
  height: 27px;
  background-color: transparent;
  background-image: url(../images/icons/icon19@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}
.testimonials-wrap .owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/icons/icon20@3x.png);
}
.testimonials-wrap .owl-carousel .owl-nav button.owl-prev:before,
.testimonials-wrap .owl-carousel .owl-nav button.owl-next:before {
  display: none;
}
.testimonials-wrap .owl-carousel .owl-nav button.owl-prev:hover,
.testimonials-wrap .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.7;
}
.testimonials-title {
  padding-bottom: 24px;
  font-weight: 700;
}
.testimonial-item p {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
}
.testimonial-item h5 {
  font-size: 18px;
}
.author-name {
  padding: 12px 0 0;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
.owl-carousel .testimonial-item .author-name {
  padding: 0;
}
.owl-carousel .customer-name {
  display: inline-block;
  position: relative;
}
.owl-carousel .testimonial-item .customer-name a:before,
.owl-carousel .testimonial-item .customer-name a:after {
  content: "";
  background: #034170;
  display: block;
  position: absolute;
  height: 1px;
  width: 5px;
  left: -12px;
  top: 50%;
}
.owl-carousel .testimonial-item .customer-name a:after {
  left: auto;
  right: -12px;
}
.author-name a {
  color: inherit;
}
.owl-carousel .testimonial-item {
  padding: 0 20px;
}
/* Testimonial Single */
.testimonial-single .testimonial-info {
  text-align: center;
}
.testimonial-single p {
  font-size: 16px;
  color: #888888;
  padding-top: 20px;
}
.testimonial-single .testimonial-info h5.author-name {
  position: relative;
  width: auto;
  display: inline-block;
  padding-top: 0;
  margin-top: 10px;
}
.testimonial-single .testimonial-info h5.author-name:before,
.testimonial-single .testimonial-info h5.author-name:after {
  content: "";
  background: #333333;
  display: block;
  width: 6px;
  height: 1px;
  left: -15px;
  position: absolute;
  top: 50%;
}
.testimonial-single .testimonial-info h5.author-name:after {
  right: -15px;
  left: auto;
}
.testimonial-info .wndfal-image img {
  border-radius: 100%;
}
.testimonial-single .testimonial-info {
  float: none;
  width: 100%;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  padding: 60px 55px 43px;
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.team-single p {
  font-size: 16px;
  color: #888888;
}
.team-single .single-mate-info p {
  margin-bottom: 12px;
}
.single-mate-info ul.mate-contact {
  padding-bottom: 5px;
}
/* Windfall Stats, Stats Style Two */
.stats-style-two .wndfal-title {
  color: #888888;
}
.stats-style-two .wndfal-counter {
  padding-bottom: 5px;
}
/* Windfall Team */
.wndfal-team.wndfal-team-global {
  padding: 80px 0 50px;
}
.mate-item {
  margin-bottom: 30px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mate-item.wndfal-hover {
  margin-top: -10px;
}
.mate-item .wndfal-image {
  background: #eeeeee;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.mate-item .wndfal-image img {
  position: relative;
  background: #eeeeee;
  z-index: 1;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.mate-info {
  padding: 26px 20px 11px;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.mate-info h6 {
  font-size: 14px;
}
.mate-info h4 {
  font-size: 18px;
}
.mate-info ul {
  padding: 0;
  margin: 0;
  color: #777777;
  font-size: 16px;
  list-style: none;
}
.mate-info ul li {
  padding-bottom: 4px;
}
.mate-info ul li i {
  min-width: 22px;
  font-size: 18px;
  padding-right: 6px;
}
.mate-info ul li a {
  color: inherit;
}
.mate-designation {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 2px 8px;
  color: #ffffff;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.mate-name {
  padding-bottom: 14px;
  font-weight: 400;
}
.mate-meta {
  padding-top: 8px;
  margin-top: 22px;
  color: #777777;
  font-size: 16px;
  border-top: 1px solid #ececec;
}
.mate-meta .wndfal-social {
  text-align: right;
}
.mate-meta .wndfal-social a {
  font-size: 20px;
}
ul.mate-contact {
  padding: 3px 0 0;
  margin: 0;
  list-style: none;
  color: #034170;
  font-size: 17px;
}
ul.mate-contact li {
  padding: 2px 0 8px;
}
ul.mate-contact li > span {
  position: relative;
  padding: 0 50px 0 0;
  display: inline-block;
  width: 100%;
  max-width: 100px;
}
ul.mate-contact li a {
  color: #034170;
}
ul.mate-contact li a:hover {
  color: #2b3344;
}
ul.mate-contact li > span:after {
  content: ":";
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.team-single .row.align-items-center {
  padding-bottom: 30px;
}
.single-mate-info {
  padding: 0 0 0 40px;
  max-width: 560px;
}
.single-mate-info .mate-info {
  padding: 0;
  border: none;
}
.single-mate-info .mate-info h5 {
  font-size: 30px;
  padding-bottom: 0;
}
.single-mate-info .mate-info p {
  font-size: 16px;
}
.single-mate-info .saspot-social {
  padding: 5px 0 0;
}
.single-mate-info .saspot-social a {
  margin: 10px 6px 0 0;
  background: #c3c5c9;
}
.saspot-social.rounded a:hover {
  background: #ff6600;
}
/* Windfall Blog, Blog Style Two */
.wndfal-blog.blog-style-two {
  padding: 91px 0 60px;
  border-top: none;
  border-bottom: none;
}
.blog-item-wrap {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.blog-item-wrap .blog-info,
.blog-item-wrap.style-three .blog-info {
  padding: 26px 30px 18px;
  border-bottom: 1px solid #e8e8e8;
}
.blog-wrap.blog-item-wrap.style-three h4.blog-title {
  font-weight: 400;
}
.blog-item-wrap .blog-info:last-child,
.blog-item-wrap.style-three .blog-info:last-child {
  border-bottom: none;
}
.blog-item-wrap h4 {
  font-size: 18px;
  line-height: 24px;
}
.blog-wrap-btn {
  padding-top: 22px;
}
.blog-wrap-btn .wndfal-btn {
  min-width: 100%;
}
.blog-wrap-btn .wndfal-btn .btn-text {
  padding: 16px 15px 15px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
/* Windfall Partners, Partners Style Two */
.partners-style-two .section-title-wrap {
  padding-bottom: 53px;
}
.partners-style-two .section-title-wrap h2 {
  font-size: 30px;
}
/* 10. Windfall Home V3 Page */
/* Swiper Style Three */
.swiper-style-three .caption-wrap:before {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-style-three .caption-wrap-inner {
  max-width: 650px;
  padding-top: 165px;
}
.swiper-style-three .caption-wrap-inner .wndfal-btn .btn-text {
  padding-top: 18px;
  padding-bottom: 17px;
}
.swiper-style-three .caption-wrap-inner .wndfal-btn {
  min-width: 165px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}
.swiper-style-three .caption-wrap-inner .wndfal-border-btn .btn-text {
  padding-top: 16px;
  padding-bottom: 15px;
}
.swiper-style-three .caption-wrap-inner.caption-style-two {
  max-width: 570px;
}
.caption-wrap-inner h3 {
  font-size: 40px;
}
.caption-call-link {
  color: #ffffff;
  font-weight: 700;
}
.caption-call-link a {
  color: inherit;
}
.caption-style-three .caption-title {
  padding-bottom: 0;
}
.caption-style-three .wndfal-btns-group {
  padding-top: 14px;
}
.wndfal-btns-group.btns-spacer-one {
  padding-top: 28px;
}
/* Windfall Services, Services Style Three */
.wndfal-services.services-style-three {
  padding: 0;
}
.services-style-three .row {
  margin: 0;
}
.services-style-three [class*="col-"] {
  padding: 0;
}
.services-wrap {
  position: relative;
  z-index: 1;
}
.services-style-three .service-item {
  padding: 43px 30px 67px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.services-style-three .service-item.wndfal-overlay:before {
  background: rgba(0, 0, 0, 0.05);
}
.services-style-three .service-item:after {
  display: none;
}
.services-style-three .service-title a {
  color: inherit;
}
.services-style-three .service-item .wndfal-icon {
  float: left;
  padding: 0;
  font-size: 42px;
}
.wndfal-services.services-style-three.service-rigth-align .wndfal-icon {
  float: right;
}
.wndfal-services.services-style-three.service-center-align .wndfal-icon {
  float: none;
}
.services-style-three .service-info {
  overflow: hidden;
  padding: 5px 0 0 18px;
}
.wndfal-services.services-style-three.service-rigth-align .service-info {
  padding: 5px 18px 0 0;
}
.wndfal-services.services-style-three.service-center-align .service-info {
  padding: 0;
}
.services-style-three .service-info p {
  color: inherit;
  font-size: 18px;
}
.services-style-three .service-info .service-title {
  padding-bottom: 10px;
}
.services-style-three .service-info .wndfal-btns-group {
  padding-top: 17px;
}
.services-style-three .service-info .wndfal-btn .btn-text {
  min-width: 130px;
  padding: 8px 15px 9px;
  font-size: 16px;
  font-weight: 600;
}
.services-emergency {
  text-align: center;
}
.services-emergency h3 {
  font-size: 22px;
}
.services-emergency span {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 14px 2px;
  color: #ffffff;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 22px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.services-emergency span a {
  color: inherit;
}
.services-emergency span a:hover {
  opacity: 0.8;
}
.services-emergency span i {
  padding-right: 2px;
}
.services-emergency-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
}
/* Windfall Features, Features Style Two */
.features-style-two .section-title-wrap {
  padding-bottom: 19px;
  margin-bottom: 49px;
  border-bottom: 1px solid #eeeeee;
}
.features-style-two .section-title {
  padding-bottom: 8px;
}
.features-style-two .feature-item {
  padding-bottom: 29px;
  text-align: left;
}
.features-wrap {
  padding-right: 5px;
}
.features-style-two .wndfal-icon {
  float: left;
  font-size: 35px;
}
.feature-info {
  overflow: hidden;
  padding: 3px 0 0 20px;
}
.features-style-two.right-align .feature-info {
  padding-left: 0;
  padding-right: 20px;
}
.features-style-two.right-align .wndfal-icon {
  float: right;
}
.features-style-two.center-align .wndfal-icon {
  float: none;
  text-align: center;
}
.features-style-two.center-align .feature-info {
  padding-left: 10px;
  padding-right: 10px;
}
.feature-info h4 {
  font-size: 20px;
}
.feature-info .feature-title {
  padding-bottom: 10px;
}
.wndfal-request .row {
  margin: 0 -5px;
}
.wndfal-request [class*="col-"] {
  padding: 0 5px;
}
div.wpcf7 .wndfal-request span.ajax-loader {
  float: left;
}
.appointment-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
  color: #ffffff;
  background: #ff6600;
  border-color: #ff6600;
}
span.wpcf7-not-valid-tip {
  display: none;
}
input.wpcf7-form-control.wpcf7-not-valid,
input.wpcf7-not-valid {
  border-color: red;
}
.comment-form-cookies-consent label {
  padding-top: 5px;
}
.comment-form-cookies-consent input#wp-comment-cookies-consent {
  margin-right: 8px;
  margin-bottom: 0;
}
div.wpcf7 .ajax-loader {
  background-image: url(../images/wpcf7-loader.png);
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.wndfal-request form input,
.wndfal-request form textarea,
.wndfal-request form select {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wndfal-request textarea,
.wndfal-request textarea.form-control {
  height: 140px;
}
.wndfal-request input[type="submit"] {
  padding: 8px 14px 9px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.wndfal-request h3 {
  font-size: 24px;
}
.request-title {
  padding-bottom: 26px;
  font-weight: 700;
}
/* Windfall Reliable */
.wndfal-reliable {
  padding: 72px 0;
  background-color: #fafafa;
  color: #ffffff;
  text-align: center;
}
.wndfal-reliable.wndfal-overlay:before {
  background: rgba(3, 65, 112, 0.8);
}
.wndfal-reliable h2 {
  font-size: 32px;
}
.wndfal-reliable p {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
}
.wndfal-reliable p a {
  color: inherit;
}
.wndfal-reliable .wndfal-btn {
  margin: 0 6px 10px;
}
.wndfal-reliable .wndfal-btn .btn-text {
  min-width: 166px;
  padding: 14px 15px;
  font-weight: 600;
}
.reliable-title {
  padding-bottom: 8px;
  font-weight: 700;
}
/* Windfall Offer */
.wndfal-offer {
  padding: 91px 0 80px;
}
.offer-item {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #eeeeee;
  position: relative;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.offer-item.wndfal-hover .offer-info {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all ease .6s, opacity step-start .6s;
  -ms-transition: all ease .6s, opacity step-start .6s;
  transition: all ease .6s, opacity step-start .6s;
}
.offer-item.wndfal-hover .offer-info-wrap {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.offer-item .wndfal-icon {
  padding-bottom: 11px;
}
.offer-item h4 {
  font-size: 18px;
}
.offer-title {
  font-weight: 400;
}
.offer-info-wrap {
  padding: 34px 25px 40px;
  -webkit-transition: all ease .6s;
  -ms-transition: all ease .6s;
  transition: all ease .6s;
}
.offer-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .6s, opacity step-end .6s;
  -ms-transition: all ease .6s, opacity step-end .6s;
  transition: all ease .6s, opacity step-end .6s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
}
.offer-info .wndfal-image img {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.offer-info .wndfal-table-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: rgba(3, 65, 112, 0.75);
  content: "";
  z-index: 1;
}
.offer-info p {
  padding-bottom: 16px;
  color: #ffffff;
  line-height: 22px;
}
.wndfal-link-wrap {
  padding-top: 17px;
  text-align: center;
}
.wndfal-link-wrap .wndfal-link {
  font-size: 18px;
}
/* Windfall Gallery, Gallery Style Two */
.wndfal-gallery.gallery-style-two {
  padding: 87px 0 96px;
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.gallery-item {
  margin-bottom: 30px;
}
.gallery-item .wndfal-image {
  overflow: hidden;
  position: relative;
}
.gallery-item .wndfal-image img {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.gallery-item .owl-carousel .owl-nav button.owl-prev,
.gallery-item .owl-carousel .owl-nav button.owl-next {
  left: 15px;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.gallery-item .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}
.gallery-item .owl-carousel .owl-nav button.owl-prev:hover,
.gallery-item .owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
.gallery-item .owl-carousel .owl-nav button.owl-prev:before,
.gallery-item .owl-carousel .owl-nav button.owl-next:before {
  font-size: 18px;
}
.gallery-item .owl-carousel .owl-dots {
  position: absolute;
  padding-top: 0;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 1;
}
.gallery-item .owl-carousel button.owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.5);
}
.gallery-item .owl-carousel button.owl-dot.active {
  background: rgba(255, 255, 255, 0.9);
}
.gallery-item h5 {
  font-size: 17px;
}
.gallery-title {
  padding: 19px 0 24px;
  font-weight: 400;
  text-align: center;
}
.gallery-info {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  content: "";
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 1;
}
.gallery-item.wndfal-hover .gallery-info {
  top: 0;
}
.gallery-info a {
  color: inherit;
}
.play-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  z-index: 1;
}
.play-btn a,
.play-btn i {
  display: inline-block;
  width: 53px;
  height: 32px;
  background: rgba(239, 46, 46, 0.9);
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.play-btn a:hover,
.play-btn:hover,
.play-btn:focus,
.play-btn a:focus {
  color: #ffffff;
  opacity: 0.8;
}
/* Windfall Testimonials, Testimonials Style Two */
.wndfal-testimonials.testimonials-style-two {
  background: #ffffff;
}
.testimonials-style-two .testimonial-item p {
  color: #777777;
}
.testimonials-style-two .owl-carousel button.owl-dot {
  background: #cccccc;
}
/* Windfall Emergency, Emergency Style Two */
.wndfal-emergency.emergency-style-two {
  padding: 51px 0;
}
.emergency-style-two h2 {
  font-size: 25px;
}
.emergency-style-two .emergency-title {
  font-weight: 400;
}
.emergency-call-link {
  padding-top: 11px;
  font-size: 28px;
  font-weight: 700;
}
.emergency-call-link a {
  color: #ffffff;
}
.emergency-call-link a:hover {
  opacity: 0.8;
}
/* 11. Windfall About Page */
/* Windfall Page Title */
.wndfal-page-title {
  padding: 67px 0 58px;
  background-color: #fafafa;
  color: #ffffff;
  text-align: center;
}
.wndfal-page-title.wndfal-overlay:before {
  background: rgba(0, 0, 0, 0.3);
}
.wndfal-page-title h2 {
  font-size: 45px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-title {
  font-weight: 700;
  letter-spacing: -0.2px;
}
/* Windfall Breadcrumb */
.wndfal-breadcrumb {
  padding: 15px 0 14px;
  border-bottom: 1px solid #eeeeee;
}
/* Windfall Welcome, Welcome Style Two */
.wndfal-welcome.welcome-style-two {
  padding-top: 80px;
}
.welcome-style-two .welcome-info .section-title-wrap {
  padding-bottom: 9px;
}
.welcome-style-two .welcome-info .section-title-wrap p {
  color: #555555;
  font-size: 18px;
  line-height: 26px;
}
.welcome-style-two .section-title {
  padding-bottom: 8px;
}
.welcome-style-two .welcome-info p {
  font-size: 16px;
  line-height: 26px;
}
/* Windfall Quote */
.wndfal-quote {
  padding: 90px 0;
  background-color: #fafafa;
  color: #ffffff;
  text-align: center;
}
.wndfal-quote.wndfal-overlay:before {
  background: rgba(3, 65, 112, 0.7);
}
.quote-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.quote-wrap h2 {
  font-size: 28px;
  line-height: 36px;
}
.quote-title {
  font-weight: 400;
}
/* Windfall Team, Team Style Two */
.wndfal-team.team-style-two {
  background: #ffffff;
  border: none;
}
/* Windfall Certificates */
.wndfal-certificates {
  padding: 86px 0 100px;
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.wndfal-certificates .section-title-wrap {
  padding-bottom: 40px;
}
/* 12. Windfall Services Page */
/* Windfall Industries, Industries Style Three */
.wndfal-industries.industries-style-three {
  background: transparent;
  border-top: none;
}
.wndfal-downloads .row {
  margin: 0 -20px;
}
.wndfal-downloads [class*="col-"] {
  padding: 0 20px;
}
.download-item {
  padding: 26px 30px;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.download-item.wndfal-hover {
  background: transparent;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.download-item.wndfal-hover .wndfal-icon {
  color: #ffffff;
}
.download-item .wndfal-icon {
  float: left;
  width: 81px;
  height: 81px;
  background: #f2f2f2;
  text-align: center;
  font-size: 33px;
  line-height: 80px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.download-item .wndfal-btn {
  min-width: 137px;
}
.download-item .wndfal-btn .btn-text {
  padding: 16px 15px 14px;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}
.download-info {
  overflow: hidden;
  padding-left: 25px;
}
.download-info h3 {
  font-size: 22px;
}
.download-info p {
  padding-bottom: 0;
  font-size: 16px;
  line-height: normal;
}
.download-title {
  padding-bottom: 7px;
}
/* Windfall Offer, Offer Style Two */
.wndfal-offer.offer-style-two {
  padding: 0 0 37px;
}
.offer-style-two .offer-item {
  padding: 0;
  margin-bottom: 58px;
  text-align: left;
  border: none;
}
.offer-style-two .offer-item .wndfal-image {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.offer-style-two .offer-item .wndfal-image img {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.offer-style-two .offer-item.wndfal-hover .wndfal-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offer-style-two .offer-info {
  padding-top: 21px;
  position: static;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.offer-style-two .offer-info h4 {
  font-size: 20px;
}
.offer-style-two .offer-info p {
  color: #777777;
}
.offer-style-two .wndfal-link {
  margin-top: 2px;
}
/* Windfall Services, Services Style Four */
.wndfal-services.services-style-four {
  padding: 88px 0 93px;
  background-color: #fafafa;
  color: #ffffff;
}
.services-style-four.wndfal-overlay:before {
  background: rgba(3, 65, 112, 0.85);
}
.services-style-four .section-title-wrap {
  padding-bottom: 44px;
}
.services-style-four .section-title-wrap p {
  color: #eeeeee;
}
.services-style-four .service-item {
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}
.services-style-four .service-item:after {
  display: none;
}
.services-style-four .service-item h3 {
  font-size: 24px;
}
.services-style-four .service-title {
  padding-bottom: 27px;
  font-weight: 700;
}
.service-item .bullet-list {
  color: #eeeeee;
  font-size: 17px
}
.bullet-list {
  padding: 0;
  margin: 0;
  color: #555555;
  font-size: 16px;
  list-style: none;
}
.bullet-list li {
  padding: 0 0 5px 21px;
  position: relative;
}
.bullet-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.bullet-list li a {
  display: inline-block;
  color: inherit;
}
.bullet-list li a:hover,
.bullet-list li a:focus {
  padding-left: 10px;
}
/* Windfall Reliable, Reliable Style Two */
.wndfal-reliable.reliable-style-two {
  padding: 89px 0;
  background: #ffffff;
}
.reliable-style-two p {
  color: #777777;
}
.reliable-style-two .wndfal-border-btn .btn-text {
  border-color: #e8e8e8;
}
.reliable-style-two .wndfal-border-btn .btn-text {
  padding: 12px 15px;
}
/* 13. Windfall Service Single Page */
.service-details-image {
  padding-bottom: 14px;
}
.service-details-image img {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.service-details h2 {
  font-size: 28px;
}
.service-details h4 {
  font-size: 20px;
}
.service-details .bullet-list {
  padding: 0 0 22px 40px;
  color: #777777;
}
.service-details .bullet-list li {
  padding: 0 0 7px 16px;
}
.service-details p {
  padding-bottom: 26px;
  font-size: 16px;
  line-height: 26px;
}
.service-details form p {
  padding-bottom: 0;
}
.service-detail-title {
  padding-top: 17px;
  font-weight: 700;
}
.service-detail-subtitle {
  font-weight: 400;
}
.wndfal-team.team-style-three {
  padding: 0 0 3px;
  background: #ffffff;
  border: none;
}
.team-style-three .service-detail-title,
.services-request .service-detail-title {
  padding-bottom: 32px;
}
.services-request .row {
  margin: 0 -10px;
}
.services-request [class*="col-"] {
  padding: 0 10px;
}
.services-request textarea,
.services-request  textarea.form-control {
  height: 119px;
}
.services-request input[type="submit"] {
  min-width: 190px;
  padding: 15px;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
/* 14. Windfall Service Single Page */
/* 15. Windfall Testimonials Page */
/* Windfall Testimonials, Testimonials Style Three */
.testimonials-style-three .testimonial-item p {
  color: #777777;
}
.testimonials-style-three .owl-carousel button.owl-dot {
  background: #cacaca;
}
/* Windfall Customers, Customers Style Two */
.customers-style-two {
  overflow: hidden;
  padding-top: 20px;
}
.customers-style-two .row {
  margin: 0 -20px;
}
.customers-style-two [class*="col-"] {
  padding: 0 20px;
}
.customers-style-two .section-title-wrap {
  padding-bottom: 45px;
}
.customers-style-two .customer-item {
  margin-bottom: 40px;
}
.customers-style-two .wndfal-btns-group {
  padding-top: 10px;
  text-align: center;
}
.customers-style-two .wndfal-btn {
  min-width: 170px;
}
.customers-style-two .wndfal-btn .btn-text {
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
/* 16. Windfall Faq Page */
.wndfal-faq .section-title-wrap {
  padding-bottom: 34px;
}
.wndfal-faq .section-title-wrap h2 {
  font-size: 28px;
}
.wndfal-faq .section-title-wrap p {
  font-size: 16px;
}
.wndfal-faq .section-title {
  margin-bottom: 24px;
  border-bottom: 1px solid #ececec;
}
.accordion.accordion-style-two {
  border: none;
}
.accordion-style-two .card {
  margin-bottom: 19px;
  border: 1px solid #e8e8e8;
}
.accordion-style-two .card:not(:first-of-type):not(:last-of-type),
.accordion-style-two .card-header:first-child,
.accordion-style-two .card:first-of-type,
.accordion-style-two .card:last-of-type {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.accordion-style-two .card:not(:first-of-type):not(:last-of-type),
.accordion-style-two .card:first-of-type {
  border-bottom: 1px solid #e8e8e8;
}
.accordion-style-two .card-header {
  border-bottom: none;
}
.accordion-style-two .btn-link {
  padding: 10px 20px 13px 41px;
}
.accordion-style-two .btn-link:before,
.accordion-style-two .btn-link:after {
  right: auto;
  left: 15px;
  height: 2px;
}
.accordion-style-two .btn-link:after {
  width: 2px;
  height: 0;
  left: 22px;
}
.accordion-style-two .btn-link.collapsed:after {
  height: 16px;
}
.accordion-style-two .card-body {
  padding: 22px 44px 29px;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}
.accordion-style-two .card-body p {
  font-size: 16px;
  line-height: 26px;
}
.accordion-style-two .bullet-list {
  padding: 7px 0 21px;
  color: #777777;
  line-height: 26px;
}
.accordion-style-two .bullet-list li {
  padding: 0 0 5px 15px;
}
.accordion-style-two .bullet-list li:before {
  top: 10px;
  width: 7px;
  height: 7px;
}
.faq-meta {
  padding-top: 25px;
  color: #777777;
  font-size: 15px;
  border-top: 1px solid #e8e8e8;
}
.faq-meta a {
  display: inline-block;
  margin-left: 10px;
}
.faq-form {
  padding-top: 30px;
}
.faq-form .row {
  margin: 0 -10px;
}
.faq-form [class*="col-"] {
  padding: 0 10px;
}
.faq-form h2 {
  font-size: 28px;
}
.faq-form textarea,
.faq-form textarea.form-control {
  height: 180px;
}
.faq-form input[type="submit"] {
  min-width: 180px;
  padding: 16px 20px 15px;
  margin-top: 2px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.faq-form-title {
  padding-bottom: 31px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
/* 17. Windfall Contact Page */
/* Windfall Contact */
.contact-info {
  padding-right: 5px;
}
.contact-info .section-title-wrap {
  padding-bottom: 13px;
  margin-bottom: 28px;
  border-bottom: 2px solid #eeeeee;
}
.contact-info .section-title-wrap p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.2px;
}
.contact-info .section-title {
  padding-bottom: 13px;
}
.contact-info ul {
  padding: 0;
  margin: 0;
  line-height: 24px;
  list-style: none;
}
.contact-info ul li {
  padding-bottom: 9px;
}
.contact-info ul li:before,
.contact-info ul li:after {
  display: table;
  content: "";
}
.contact-info ul li:after {
  clear: both;
}
.contact-info ul li .wndfal-icon {
  float: left;
}
.contact-info ul li [class*="ti-"],
.contact-info ul li i {
  font-size: 22px;
}
.contact-info .wndfal-social {
  padding-top: 25px;
}
.contact-inner-info {
  overflow: hidden;
  padding: 5px 0 0 15px;
  color: #666666;
}
.contact-inner-info a {
  color: inherit;
}
.contact-inner-info span {
  color: #999999;
  letter-spacing: 0.2px;
  padding-right: 4px;
}
.contact-form .row {
  margin: 0 -10px;
}
.contact-form [class*="col-"] {
  padding: 0 10px;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  margin-bottom: 20px;
}
.contact-form textarea,
.contact-form textarea.form-control {
  height: 180px;
}
.contact-form form input[type="submit"] {
  min-width: 185px;
  padding: 17px 20px 16px;
  margin: 2px 0 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
/* 18. Windfall Shop Page */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  padding: 2px 0 0;
  margin-bottom: 0;
  font-size: 15px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
  margin-bottom: 0;
}
.woocommerce .woocommerce-ordering .nice-select {
  width: auto;
  min-width: auto;
  height: auto;
  padding: 0 15px 0 0;
  margin: 0;
  color: #777777;
  border-color: transparent;
}
.woocommerce .woocommerce-ordering .nice-select:after {
  right: 0;
}
.woocommerce .woocommerce-ordering .nice-select ul {
  min-width: 200px;
  left: auto;
  right: 0;
}
.woocommerce ul.products {
  padding-top: 25px;
  margin: 0 -15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  clear: none;
  width: 33.33333333%;
  padding: 0 15px 44px;
  margin: 0;
  text-align: center;
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  width: 25%;
}
.woocommerce .new-product {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  color: #ffffff;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #b4d2c8 transparent transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  z-index: 1;
}
.woocommerce .new-product span {
  display: inline-block;
  margin: 9px 0 0 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce .discount-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  color: #ffffff;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #d7c2ae transparent transparent transparent;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  z-index: 1;
}
.woocommerce .discount-product span {
  position: absolute;
  top: -40px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
.woocommerce ul.products h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 19px 0 5px;
  font-weight: 400;
  font-size: 18px;
}
.woocommerce ul.products li.product .product-name a {
  display: inline-block;
  color: #fc9507;
}
.woocommerce span.onsale {
  height: 46px;
  width: 46px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 42px;
  left: -12px;
  top: -12px;
}
.woocommerce ul.products li.product .onsale {
  top: -10px;
  right: 22px;
}
.woocommerce ul.products li.product h3 {
  padding: 0 0 4px;
  font-weight: 600;
  font-size: 16px;
}
.pswp__caption__center {
  text-align: center;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  min-width: 100%;
  padding: 14px 15px;
  margin-top: 0;
  background: #f0f0f0;
  color: #888888;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #ececec;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.woocommerce ul.products li.product.wndfal-hover .button,
.woocommerce ul.products li.product.wndfal-hover .added_to_cart {
  color: #ffffff;
}
.woocommerce ul.products li.product .button.added {
  display: none;
}
.woocommerce .related-products {
  padding-top: 42px;
}
.woocommerce div.product p.price {
  padding: 6px 0 0 0;
  margin-bottom: 26px;
  color: #232323;
  font-size: 23px;
  letter-spacing: -0.2px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  color: #232323;
  font-size: 20px;
  font-weight: 400;
}
.woocommerce div.product .single_variation_wrap span.price del {
  font-size: 22px;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
  padding-right: 5px;
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul {
  margin: 6px 0 0;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 13px 5px 12px;
  margin: 0 2px 0 3px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #ececec;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a i {
  font-size: 16px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  color: #222222;
  border-color: #ececec;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
  padding: 5px 14px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li span {
  background: #ff6600;
  color: #232323;
  border-color: #ff6600;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.woocommerce .section-title-wrap h2 {
  font-size: 30px;
}
.woocommerce .product-title-wrap {
  text-align: center;
  padding-bottom: 60px;
}
.related.products {
  padding-top: 50px;
}
.woocommerce .related-product-title,
.related.products h2 {
  padding-bottom: 7px;
  font-weight: 700;
  font-size: 28px;
}
.woocommerce .related-products ul.products {
  padding-top: 0;
  margin: 0 -15px;
}
.woocommerce .related-products ul.products li.product,
.woocommerce-page .related-products ul.products li.product {
  width: 25%;
  padding: 0 15px 41px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.woocommerce ul.cart_list li a img,
.woocommerce ul.product_list_widget li a img {
  float: left;
  width: 71px;
  margin: 0 19px 0 0;
  border: 1px solid #eeeeee;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  padding: 0;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce ul.cart_list li a .product-title,
.woocommerce ul.product_list_widget li a .product-title {
  display: block;
  overflow: hidden;
}
.woocommerce ul.cart_list li a .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  margin-top: 7px;
}
.woocommerce div.product p.stock {
  padding: 9px 0 11px;
  margin: 10px 0 28px;
  color: #444444;
  font-size: 16px;
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
}
.woocommerce ul.cart_list .woocommerce-Price-amount,
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
  display: inline-block;
  overflow: hidden;
  padding-top: 1px;
  font-size: 16px;
}
.woocommerce ul.product_list_widget del .amount {
  display: inline-block;
  padding-right: 5px;
  color: #d3d3d3;
  font-size: 15px;
  text-decoration: line-through;
}
.woocommerce ul.products li.product .price {
  display: block;
  padding-bottom: 26px;
  margin: 0;
  color: #232323;
  font-size: 20px;
  line-height: 22px;
  position: relative;
}
.woocommerce ul.products li.product .price .amount {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 500;
}
.woocommerce .wndfal-pagination {
  padding-top: 9px;
}
.woocommerce .star-rating {
  height: 17px;
  width: 71px;
  font-size: 12px;
}
.product-wrap {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce ul.products li.product a img {
  width: auto;
  margin: 0 auto;
  border: 1px solid #eeeeee;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.woocommerce ul.products li.product.wndfal-hover a img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .star-rating {
  font-size: 12px;
  display: inline-block;
}
.woocommerce .products .star-rating {
  margin-bottom: 0;
}
.woocommerce .star-rating:before {
  letter-spacing: 2px;
  color: #dadada;
  content: "\53\53\53\53\53";
}
.woocommerce .star-rating span {
  padding-top: 16px;
}
.woocommerce .star-rating span:before {
  letter-spacing: 2px;
}
.woocommerce .product_list_widget .star-rating {
  font-size: 11px;
}
.woocommerce div.product {
  display: block;
  overflow: hidden;
  clear: both;
}
.woocommerce.single-product div.product {
  overflow: visible;
}
/* 19. Windfall Product Single Page */
.woocommerce ol {
  float: left;
  width: 13.7%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
  width: 100%;
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20%;
  margin-right: 10px;
}
.woocommerce ol li {
  margin: 0 15px 20px 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 47.8%;
  margin-bottom: 0;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 10px;
}
.woocommerce div.product form.cart .variations td.label {
  padding: 24px 14px 20px 0;
  float: left;
}
.woocommerce div.product form.cart .variations select {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .reset_variations {
  font-size: 16px;
}
.woocommerce div.product .summary .product_meta span.sku_wrapper {
  padding-bottom: 8px;
  display: inline-block;
}
.woocommerce div.product .woocommerce-variation-price {
  display: inline-block;
  padding-bottom: 5px;
}
.woocommerce .select2-dropdown,
.select2-dropdown {
  border-color: #ececec;
}
.shipping-calculator-form .select2 {
  margin-bottom: 25px;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  width: 17.60%;
  margin: 0 3% 10px 0;
}
.woocommerce div.product div.images img {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-product-gallery__image.flex-active-slide {
  max-width: 415px;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 52.2%;
  padding-left: 40px;
}
.woocommerce div.product .product_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.woocommerce-review-link {
  display: inline-block;
  margin-left: 6px;
  color: #777777;
  letter-spacing: 0.2px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-summary p {
  font-size: 16px;
}
.woocommerce div.product .entry-summary p.price {
  padding-bottom: 15px;
  margin-bottom: 29px;
  border-bottom: 1px solid #e8e8e8;
}
.jq-ry-container {
  margin-bottom: 18px;
  z-index: 1;
}
.woocommerce div.product span.price del {
  padding-right: 10px;
  font-size: 18px;
  text-decoration: none;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: #232323;
  font-weight: 400;
  font-size: 22px;
  text-decoration: none;
  letter-spacing: 0.3px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
  padding-top: 5px;
}
.woocommerce-Reviews select#rating {
  display: none;
}
.woocommerce div.product .summary .product_meta {
  padding-bottom: 17px;
  padding-top: 34px;
  font-size: 16px;
}
.woocommerce div.product form.cart .button {
  float: none;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  padding-top: 17px;
  margin: 0;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 15px;
}
.woocommerce .quantity .qty {
  height: 55px;
  width: 75px;
  padding: 10px 36px 10px 11px;
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
  border-color: #e5e5e5;
}
.woocommerce .quantity .qty:focus {
  border-color: #dcdcdc;
}
.woocommerce .quantity .qty:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quantity input[type=number] {
  padding-right: 30px;
  margin: 0;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.quantity input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.quantity input:focus {
  outline: 0;
}
.quantity-up,
.quantity-down {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
  height: 50%;
  color: #777777;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.quantity-down {
  top: auto;
  bottom: 1px;
  border-bottom: none;
}
.quantity-up .fa,
.quantity-down .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  min-width: 177px;
  padding: 15px 15px 15px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce #respond input#submit.alt i,
.woocommerce a.button.alt i,
.woocommerce button.button.alt i,
.woocommerce input.button.alt i {
  padding: 0 3px 0 0;
  font-size: 14px;
}
.yith-wcwl-add-to-wishlist {
  display: inline-block;
  padding-left: 27px;
}
.yith-wcwl-add-to-wishlist a {
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.yith-wcwl-add-to-wishlist a i {
  padding-right: 4px;
}
.product-compare {
  display: inline-block;
  padding-left: 25px;
}
.woocommerce .price_slider_amount:before,
.woocommerce .price_slider_amount:after {
  display: table;
  clear: both;
  content: "";
}
.woocommerce .widget_price_filter .price_slider_amount button.button {
  float: left;
  padding: 7px 18px;
  background: #f5f5f5;
  color: #888888;
  border: 1px solid #e5e5e5;
  min-width: 60px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .price_slider_amount button.button:hover {
  color: #ffffff;
  border-color: transparent;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
  margin: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget.ui-widget-content {
  height: 4px;
  margin-bottom: 23px;
  background: #e4e4e4;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.price_label {
  float: right;
  padding-top: 0;
  color: #666666;
  font-size: 15px;
}
.price_label span {
  vertical-align: middle;
  padding-right: 3px;
}
.price_label input[type="text"] {
  display: inline-block;
  width: 77px;
  color: #666666;
  height: auto;
  padding: 0;
  border: none;
}
.woocommerce a.button,
.woocommerce button.button {
  min-width: 150px;
  padding: 16px 25px 17px;
  background-color: #034170;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.42857;
  white-space: normal;
  text-align: center;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: #ff6600;
  text-decoration: none;
  background-image: none;
  color: #ffffff;
}
.woocommerce ul.products li.product .product_meta a {
  display: inline-block;
}
section.up-sells.upsells.products {
  padding-top: 50px;
}
section.up-sells.upsells.products h2 {
  font-size: 28px;
  font-weight: 700;
}
.product_meta .posted_in {
  display: block;
  padding-bottom: 8px;
}
.product_sku {
  display: block;
  padding-bottom: 7px;
}
.product_meta .posted_in span:after {
  color: #888888;
  content: ",";
}
.product_meta .posted_in span:last-child:after {
  content: "";
}
.woocommerce div.product .product_meta.meta-categories {
  padding: 34px 0 0;
  font-size: 15px;
}
.woocommerce div.product .product_meta a {
  color: #888888;
  font-weight: 300;
}
.product_tags {
  padding-top: 8px;
}
.product_tags span:after {
  content: ",";
  color: #888888;
}
.product_tags span:last-child:after {
  display: none;
}
.woocommerce-tabs {
  padding-top: 58px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  float: left;
  padding: 0;
  margin: 0 -1px 0 0;
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  min-width: 138px;
  padding: 11px 15px;
  background: #f9f9f9;
  color: #555555;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.r-tabs-state-active a {
  background: #ffffff;
}
.woocommerce div.product .woocommerce-tabs p {
  padding-bottom: 10px;
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  display: none;
  padding: 40px 40px 50px;
  margin: -1px 0 0;
  background: none;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: fadeIn 700ms;
  animation: fadeIn 700ms;
}
.woocommerce div.product .woocommerce-tabs #tab-description {
  padding: 34px 36px 28px;
}
.woocommerce-Tabs-panel h2 {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 20px;
}
.woocommerce-Tabs-panel#tab-description h2 {
  margin-bottom: 9px;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.wndfal-comments-area {
  float: left;
  width: 100%;
}
.page .wndfal-comments-area {
  padding-top: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist .comment_container {
  padding-bottom: 17px;
}
.woocommerce #reviews #comments ol.commentlist .commentlist {
  padding-left: 107px;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 18px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: static;
  width: auto;
  max-width: 80px;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.woocommerce #reviews #comments span.woocommerce-review__dash {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  overflow: hidden;
  padding: 3px 0 0 32px;
  margin: 0;
  border: none;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 17px;
  line-height: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li time {
  display: block;
  font-size: 16px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit {
  min-width: 177px;
  padding: 18px 15px;
  margin-top: 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  padding-bottom: 10px;
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0px;
  font-size: 17px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  margin-top: 3px;
  font-size: 11px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating span:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating:before {
  letter-spacing: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  padding-top: 20px;
}
.woocommerce #reviews h3,
.woocommerce #reviews span#reply-title {
  display: inline-block;
  padding: 14px 0 27px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}
.woocommerce #review_form #respond p {
  margin-bottom: 0;
}
.woocommerce #review_form .comment-form p {
  padding-bottom: 0;
}
.woocommerce #review_form #respond p.comment-notes {
  padding-bottom: 20px;
}
.woocommerce #review_form .comment-form .row {
  margin: 0 -9px;
}
.woocommerce #review_form .comment-form [class*="col-"] {
  padding: 0 9px;
}
.woocommerce .comment-respond .no-space {
  margin: 10px 0 4px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce .comment-respond .star-rating {
  float: none;
  margin-bottom: 15px;
}
.woocommerce #review_form #respond .comment-form-wrap {
  padding-top: 84px;
}
.woocommerce #review_form #respond .comment-form-wrap p {
  padding-bottom: 0;
}
.woocommerce #review_form #respond .comment-form label {
  font-size: 15px;
}
.woocommerce #review_form #respond p label {
  padding-bottom: 7px;
}
.woocommerce #review_form #respond p.form-submit {
  padding-top: 0;
}
.woocommerce #review_form #respond p.form-submit button[type="submit"] {
  min-width: 140px;
}
.woocommerce #review_form #respond p.form-submit label {
  margin: 0 5px 0 0;
}
.woocommerce #review_form #respond p.form-submit select {
  width: 160px;
  margin-bottom: 0;
}
.woocommerce #review_form #respond p.form-submit .stars {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
}
.woocommerce #review_form #respond p.form-submit .stars a {
  color: #c3c3c3;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  color: #ff6600;
}
.woocommerce p.stars.selected a:not(.active)::before {
  color: #ff6600;
}
.woocommerce #review_form label.error {
  display: none !important;
}
.woocommerce #review_form #respond textarea.error,
input[type="text"].error,
input[type="email"].error {
  border-color: red;
}
.woocommerce .comment-form-rating {
  padding-bottom: 18px;
}
.woocommerce #reviews #comment {
  height: 160px;
}
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  width: 39.5%;
}
.woocommerce table.shop_table {
  margin: 0 0 54px;
  font-size: 16px;
  border-collapse: collapse;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table th {
  padding: 13px 10px 12px;
  font-weight: 400;
}
.woocommerce table.shop_table td {
  padding: 15px 10px;
}
.woocommerce table.shop_table td .woocommerce-Price-amount {
  font-size: 18px;
}
/* 20. Windfall Cart Page */
.woocommerce a.remove {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-indent: -99999px;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  padding-left: 32px;
}
.woocommerce-cart .shop_table td,
.woocommerce-cart .shop_table th {
  border: none;
}
.woocommerce a.remove:hover {
  background: #ff0000;
  border-color: transparent;
}
.footer-widget.woocommerce ul li a:after {
  content: none;
}
.woocommerce a.remove:before,
.woocommerce a.remove:after,
.footer-widget.woocommerce ul li a.remove:after {
  position: absolute;
  top: 50%;
  left: 51%;
  width: 1.3px;
  height: 10px;
  background: #fc858d;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  z-index: 1;
  opacity: 1;
}
.woocommerce a.remove:after,
.footer-widget.woocommerce ul li a.remove:after {
  -webkit-transform: translateX(-48%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-48%) translateY(-50%) rotate(-45deg);
  transform: translateX(-48%) translateY(-50%) rotate(-45deg);
}
.woocommerce a.remove:hover:before,
.woocommerce a.remove:hover:after {
  background: #ffffff;
}
.woocommerce table.shop_table td.product-image {
  padding-left: 30px;
  text-align: left;
}
.woocommerce table.shop_table td.product-remove {
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  border: 1px solid #e5e5e5;
}
.woocommerce table.shop_table td.product-thumbnail a {
  font-weight: 400;
}
.woocommerce table.shop_table td.product-thumbnail a img {
  margin-right: 16px;
  width: 59px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  height: 45px;
  width: 227px;
  margin: 0 15px 0 0;
  background: #ffffff;
  font-size: 14px;
  border-color: #e5e5e5;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 11px 15px;
}
.woocommerce table.shop_table td.actions {
  padding: 19px 19px;
  background: #fcfcfc;
}
.woocommerce .cart .actions .coupon input[type="submit"],
.woocommerce .cart .actions .coupon button.button {
  float: left;
  min-width: 143px;
  padding: 15px 15px;
  background: #f5f5f5;
  color: #666666;
  border: 1px solid #e5e5e5;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
}
.woocommerce .cart .actions .coupon input[type="submit"]:hover,
 .woocommerce .cart .actions .coupon input[type="submit"]:focus,
 .woocommerce .cart .actions .coupon button.button:hover,
 .woocommerce .cart .actions .coupon button.button:focus {
  color: #ffffff;
  border-color: transparent;
}
.woocommerce .cart .actions input[type="submit"].update-cart,
.woocommerce .cart .actions button.button {
  min-width: 122px;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  background: #034170;
}
.woocommerce .cart .actions button.button:hover {
    background: #ff6600;
}
.woocommerce .cart .actions input[type="submit"]:disabled,
.woocommerce .cart .actions button.button:disabled[disabled] {
  background-color: #f5f5f5;
  color: #666666;
  border-color: #e5e5e5;
  opacity: 1;
}
.woocommerce .cart .actions input[type="submit"]:disabled:hover,
.woocommerce .cart .actions button.button:disabled[disabled]:hover {
  background-color: #f5f5f5;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 585px;
}
.cart_totals h2 {
  padding-bottom: 23px;
  font-weight: 700;
  font-size: 20px;
}
.woocommerce .cart_totals table.shop_table {
  margin-bottom: 20px;
}
.woocommerce .cart_totals table.shop_table th {
  min-width: 130px;
  padding: 14px 15px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: top;
  border-color: #ececec;
}
.woocommerce .cart_totals table.shop_table .shipping th {
  padding-top: 24px;
}
.woocommerce .cart_totals table.shop_table td {
  padding: 13px 21px;
}
.woocommerce .cart_totals table.shop_table tr.shipping td {
  padding: 25px 20px 40px;
  line-height: 24px;
}
.woocommerce .cart_totals .calculate-shipping span {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #777777;
}
.woocommerce .cart_totals .calculate-shipping a {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
}
.woocommerce .cart_totals .calculate-shipping .nice-select {
  background-color: #ffffff;
  color: #888888;
  font-size: 15px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .cart_totals .calculate-shipping .nice-select .current {
  padding-bottom: 3px;
}
.woocommerce .cart_totals .calculate-shipping input[type="text"] {
  padding: 5px 15px;
  background: #ffffff;
  font-size: 15px;
  line-height: 26px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .cart_totals .calculate-shipping input[type="submit"],
.woocommerce .cart_totals .shipping-calculator-form button.button {
  min-width: 135px;
  padding: 10px 10px 9px;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 24px;
}
.woocommerce table.shop_table td strong {
  font-weight: 400;
}
.woocommerce .wc-proceed-to-checkout .button.alt {
  float: right;
  min-width: 228px;
  padding: 19px 20px;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
}
.woocommerce .nice-select.country_to_state.country_select,
.woocommerce-cart .nice-select.state_select,
.woocommerce-cart p#calc_shipping_state_field > span {
  width: 100%;
}
/* My Account Page */
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .is-active a {
  color: #222;
  background: #fcfcfc;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #888;
  display: block;
  padding: 15px 0;
  line-height: 21px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  background: #f7f7f7 none repeat scroll 0 0;
  border-top: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #222;
  background: #fcfcfc;
}
.woocommerce-account .u-column1.col-1.woocommerce-Address,
.woocommerce-account .u-column2.col-2.woocommerce-Address {
  border: 1px solid #e8e8e8;
  padding: 20px;
  max-width: 49%;
}
.woocommerce-account .addresses .title .edit {
  float: right;
  min-width: 70px;
  padding: 8px;
  margin-right: 0;
  background: #034170;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.15px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.woocommerce-account .addresses .title .edit:hover {
  background: #ff6600;
}
.woocommerce-account .addresses .title h3 {
  font-size: 25px;
}
.woocommerce-account address {
  font-weight: 400;
}
.woocommerce form .form-row .required {
  color: #d7c2ae;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account legend {
  font-weight: 500;
}
.woocommerce-account .u-columns.woocommerce-Addresses.col2-set.addresses {
  margin: 0;
}
.woocommerce .woocommerce-customer-details address {
  padding: 17px;
  min-height: 175px;
}
/* 21. Windfall Checkout Page */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 16px 20px !important;
  margin-bottom: 20px !important;
  background-color: rgba(254, 231, 232, 0.4);
  font-size: 15px;
  border: 1px solid rgba(252, 133, 141, 0.4);
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  display: none;
}
.woocommerce form.login,
.woocommerce form.register {
  padding: 32px 30px 22px;
  margin: 25px 0;
  border-color: #e5e5e5;
  border-radius: 0;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49.1%;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  padding-bottom: 11px;
  line-height: 1.42857;
}
.woocommerce form .form-row .required {
  color: #fc4242;
  font-weight: 400;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  margin-bottom: 25px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form.checkout_coupon {
  padding: 29px;
  border-color: #e5e5e5;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form .form-row input.button,
.woocommerce form .form-row button.button {
  min-width: 125px;
  padding: 16px 10px 15px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: normal;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
}
.woocommerce form.checkout_coupon p:first-child {
  padding-bottom: 14px;
}
.woocommerce form .form-row label.inline {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0 0 15px;
}
.woocommerce form .form-row label.inline .checkbox-icon-wrap .checkbox-icon {
  width: 15px;
  height: 15px;
}
.woocommerce form .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce form .lost_password {
  padding: 19px 0 15px 0;
  font-size: 15px;
  letter-spacing: normal;
}
.woocommerce form .lost_password a {
  color: #777777;
}
.woocommerce form .form-text {
  margin-bottom: 39px;
}
.woocommerce-checkout span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  width: 100%;
}
.woocommerce .select2-container--default .select2-selection--single {
  vertical-align: middle;
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  border: 1px solid #ececec;
  outline: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.woocommerce span.select2-selection.select2-selection--single:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  right: 22px;
  height: 6px;
  width: 6px;
  border-color: #888888;
  border-width: 1px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  margin-bottom: 20px;
}
.woocommerce-checkout span.select2-selection.select2-selection--single:after {
  top: 33%;
}
.woocommerce form.checkout_coupon input.input-text,
.woocommerce form.checkout_coupon p.form-row.form-row-first {
  float: left;
  width: 387px;
  margin-bottom: 0;
  font-size: 15px;
}
.woocommerce form.checkout_coupon p.form-row.form-row-last {
  float: left;
}
h3#ship-to-different-address span {
  font-weight: 700;
  font-size: 20px;
}
h3#ship-to-different-address input[type=checkbox] {
  margin-bottom: 0;
  margin-right: 5px;
}
form.woocommerce-form.woocommerce-form-login.login p:first-child {
  padding-bottom: 15px;
}
form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label {
  float: left;
  width: auto;
  padding-bottom: 0;
}
form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form-login__rememberme {
  width: 100%;
}
.woocommerce form.checkout_coupon input.button,
.woocommerce form.checkout_coupon button.button {
  float: left;
  min-width: 145px;
  padding: 16px 15px;
  margin-left: 20px;
}
.woocommerce-checkout h3 {
  padding-bottom: 27px;
  padding-top: 25px;
  font-weight: 700;
  font-size: 20px;
}
.woocommerce form.woocommerce-checkout .form-row input.input-text,
.woocommerce form.woocommerce-checkout .form-row textarea {
  margin-bottom: 18px;
}
.woocommerce form.woocommerce-checkout .form-row .nice-select {
  width: 100%;
  margin-bottom: 18px;
  background-color: #ffffff;
}
.woocommerce div.create-account {
  display: none;
  padding: 10px 0;
}
.woocommerce div.create-account .form-text {
  margin-bottom: 10px;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 4px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row.create-account .checkbox {
  margin: 1px 0 0;
  letter-spacing: 0.3px;
}
.woocommerce form .diffrent-address .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px 0 0;
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
}
.woocommerce form .diffrent-address .checkbox,
.woocommerce form .diffrent-address .radio {
  padding-bottom: 0;
  margin: 0;
}
.woocommerce.woocommerce-page form .form-row textarea:focus {
  border-color: #d5d5d5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .diffrent-address .checkbox-icon-wrap {
  top: 1px;
  left: auto;
  right: 0;
}
.woocommerce form .shipping-diffrent-address {
  display: none;
  padding-top: 27px;
}
.woocommerce form .form-row textarea {
  height: 150px;
  font-size: 15px;
}
.woocommerce form .form-row textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin: 0 -33px;
}
.woocommerce-account .col2-set {
  margin: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 33px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 33px;
}
.woocommerce .paypal_method label {
  margin: 6px 0 0;
}
.woocommerce-checkout-review-order {
  padding: 0 0 32px;
}
.woocommerce-checkout-review-order h3 {
  padding-bottom: 23px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table {
  margin-bottom: 32px;
  border-color: #e5e5e5;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .no-uppercase {
  text-transform: none;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th {
  padding: 15px 20px 14px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item .product-name span,
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item td strong.product-quantity {
  color: #222222;
}
.woocommerce table.shop_table tr.woocommerce-shipping-totals.shipping th {
  font-weight: 400;
}
.woocommerce .woocommerce-checkout #payment .form-row.place-order {
  display: block;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item th,
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart_item td {
  color: #777777;
  font-size: 18px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart-subtotal th,
.woocommerce .woocommerce-checkout-review-order table.shop_table .order-total th,
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart-shipping th {
  font-weight: 400;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart-shipping td {
  color: #777777;
  font-size: 14px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .cart-shipping .woocommerce-Price-amount {
  font-size: 16px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table td {
  padding: 13px 20px;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce ul.order_details {
  margin: 20px 0 34px;
  list-style: none;
  padding-left: 0;
}
.woocommerce ul.order_details li {
  font-size: 12px;
}
.woocommerce-order-received .woocommerce-customer-details {
  padding-top: 25px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  z-index: 2;
}
.woocommerce table.shop_table .cart-subtotal,
.woocommerce table.shop_table .order-total {
  color: #222222;
}
.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce .woocommerce-cart #payment ul.payment_methods,
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
  padding: 23px 20px 4px;
  border-color: #e5e5e5;
}
.woocommerce #add_payment_method #payment div.payment_box,
.woocommerce .woocommerce-cart #payment div.payment_box,
.woocommerce .woocommerce-checkout #payment div.payment_box {
  display: none;
  padding: 19px 20px;
  margin: 3px 0 4px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce #add_payment_method #payment ul.payment_methods li.payment_method_cod label {
  margin: 0;
}
.woocommerce #add_payment_method #payment ul.payment_methods li,
.woocommerce .woocommerce-cart #payment ul.payment_methods li,
.woocommerce .woocommerce-checkout #payment ul.payment_methods li {
  padding-bottom: 15px;
}
.woocommerce #add_payment_method #payment div.payment_box:before,
.woocommerce .woocommerce-cart #payment div.payment_box:before,
.woocommerce .woocommerce-checkout #payment div.payment_box:before {
  top: -8px;
  border: 7px solid #ededed;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top: 10px solid transparent;
  border-bottom-width: 10px;
}
.woocommerce #add_payment_method #payment div.payment_box:after,
.woocommerce .woocommerce-cart #payment div.payment_box:after,
.woocommerce .woocommerce-checkout #payment div.payment_box:after {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  margin: -1em 0 0 2em;
  border: 7px solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top: 12px solid transparent;
  border-bottom-width: 10px;
  content: "";
  z-index: 1;
}
.woocommerce .payment_methods {
  background: none;
  border-radius: 0;
}
.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
  padding: 14px 22px 16px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  min-width: 155px;
}
.woocommerce-terms-and-conditions-wrapper {
  padding-bottom: 12px;
}
.woocommerce .wc_payment_method .radio-icon-wrap .radio-icon {
  vertical-align: middle;
}
.woocommerce .wc_payment_method .wpcf7-list-item-label {
  padding-left: 6px;
  color: #151515;
  font-size: 15px;
}
.woocommerce .wc_payment_method .wpcf7-list-item-label a {
  display: inline-block;
  margin: 3px 0 0 6px;
  font-size: 14px;
  letter-spacing: 0.2px;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  margin: -2px 2px 0 11px;
}
/* 22. Windfall Blog List Page */
.blog-wrap .blog-item {
  padding-bottom: 34px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
}
.blog-wrap.blog-style-two .blog-item {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-wrap .blog-info {
  padding: 32px 0 0;
}
.blog-wrap .blog-date {
  padding-bottom: 4px;
}
.blog-wrap .blog-title {
  font-weight: 400;
  letter-spacing: -0.2px;
}
.blog-wrap h3.blog-title {
  font-size: 20px;
}
.blog-info h2 {
  font-size: 30px;
}
.blog-meta {
  padding-top: 19px;
}
.blog-meta .wndfal-link {
  margin-top: 0;
  position: relative;
}
.blog-meta .wndfal-link .fa {
  padding-left: 4px;
}
.blog-meta .wndfal-link:hover,
.blog-meta .wndfal-link:focus {
  color: inherit;
}
.blog-meta .wndfal-link:hover:after,
.blog-meta .wndfal-link:focus:after {
  width: 100%;
}
.blog-meta .wndfal-link:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #043f71;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.blog-comment a {
  display: inline-block;
  padding: 3px 15px 4px;
  color: #777777;
  border: 1px solid #e5e5e5;
  font-family: 'Muli', sans-serif;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.blog-comment a:hover,
.blog-comment a:focus {
  color: #ffffff;
  border-color: transparent;
}
.blog-comment:hover a,
.blog-comment:focus a {
  color: #ffffff;
}
.blog-comment a:before {
  content: "\f0e5";
  font-family: Fontawesome;
  padding-right: 4px;
}
/* 23. Windfall Single Post Page */
.blog-image img {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.blog-detail {
  padding: 32px 0 32px;
  border-bottom: 1px solid #e8e8e8;
}
.blog-detail .blog-date {
  padding-bottom: 10px;
}
.blog-detail p {
  font-size: 16px;
  line-height: 24px;
}
.blog-detail blockquote p {
  padding-bottom: 0;
  font-size: 18px;
  color: #555555;
}
.blog-detail .bullet-list {
  padding: 6px 0 24px 30px;
  color: #777777;
}
.blog-detail .bullet-list li {
  padding: 0 0 7px 16px;
}
.blog-detail .blog-meta {
  padding-top: 11px;
  display: inline-block;
  width: 100%;
}
.blog-detail-subtitle {
  padding-bottom: 31px;
  color: #555555;
  font-weight: 300;
}
.blog-inner-title {
  padding: 3px 0 11px;
  font-weight: 400;
}
.wndfal-blog-tags {
  font-size: 16px;
}
.wndfal-blog-tags a {
  display: inline-block;
  margin-right: 5px;
  color: #555555;
}
.wndfal-blog-share {
  padding: 14px 0 29px;
}
.blog-detail-wrap {
  padding-bottom: 30px;
}
.blog-detail-wrap .blog-image {
  text-align: center;
}
.wndfal-blog-share h4 {
  font-size: 20px;
}
.blog-share-title {
  padding-bottom: 13px;
  font-weight: 700;
}
.wndfal-author-wrap h4 {
  font-size: 20px;
}
.author-info-title {
  padding-bottom: 14px;
  font-weight: 700;
}
.wndfal-author-info {
  padding: 25px;
  margin-bottom: 42px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.author-avatar {
  float: left;
}
.author-avatar img {
  max-width: 99px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}
.author-content .wndfal-social a {
  margin: 0 5px 0 0;
  color: #bababa;
  font-size: 24px;
}
.author-content .author-name {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 18px;
}
.author-content p {
  padding-bottom: 13px;
}
.author-content .wndfal-social {
  padding-top: 5px;
}
.wndfal-comments-area .comments-title {
  padding-bottom: 32px;
  font-weight: 700;
  font-size: 20px;
}
.comments-reply {
  padding-top: 10px;
}
.wndfal-comments-area a.comment-reply-link {
  display: inline-block;
  padding: 3px 14px 3px 13px;
  border: 1px solid #e5e5e5;
  color: #555555;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.wndfal-comments-area a.comment-reply-link:hover,
.wndfal-comments-area a.comment-reply-link:focus {
  color: #ffffff;
}
.wndfal-comments-area .comment-reply-link i {
  padding-right: 2px;
}
.wndfal-comments-area ul.comments,
.wndfal-comments-area ol.comments {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-area table {
  margin-bottom: 10px;
}
.wndfal-comments-area .comments li .comment-awaiting-moderation {
  margin-bottom: 10px;
  display: inline-block;
}
.wndfal-comments-area .comments li .children {
  display: block;
  overflow: hidden;
  clear: both;
  list-style: none;
  padding-left: 0;
}
.wndfal-comments-area .comments li .children li {
  padding-left: 40px;
}
.wndfal-comments-area .comment-item {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}
.wndfal-comments-area .comment-image {
  float: left;
}
.wndfal-comments-area .comment-image img {
  max-width: 80px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.wndfal-comments-area .comment-main-area {
  overflow: hidden;
  padding: 2px 0 0 0;
}
.wndfal-comments-area .comment-image img {
  margin-right: 30px;
}
.wndfal-comments-area .comment-wrapper p {
  padding-bottom: 7px;
  line-height: 26px;
  margin-bottom: 0;
  font-size: 16px;
}
.wndfal-comments-area .wndfal-comments-meta {
  padding-bottom: 8px;
}
.wndfal-comments-area .wndfal-comments-meta h4 {
  display: inline-block;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}
.wndfal-comments-area .wndfal-comments-meta .comments-date {
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.comments-section {
  padding-bottom: 9px;
}
.wndfal-comment-form textarea {
  height: 161px;
}
.wndfal-blog-detail .comment-reply-title {
  padding-bottom: 29px;
  font-weight: 700;
  font-size: 20px;
}
.wndfal-blog-detail p.logged-in-as {
  padding-bottom: 12px;
}
#cancel-comment-reply-link {
  float: right;
  font-size: 20px;
  padding: 4px 0 0;
}
.wndfal-comment-form form label {
  padding-bottom: 12px;
  font-size: 16px;
}
.wndfal-comment-form form label.error,
.comment-respond label.error {
  display: none !important;
}
.wndfal-comment-form form textarea.error,
.comment-respond form textarea.error {
  border-color: red;
}
.comments-section .comment-respond {
  padding-bottom: 25px;
}
.page .comment-respond .comment-reply-title {
  font-size: 20px;
}
.wndfal-comment-form .row {
  margin: 0 -10px;
}
.wndfal-comment-form [class*=col-] {
  padding: 0 10px;
}
.wndfal-comment-form form input,
.wndfal-comment-form form textarea,
.wndfal-comment-form form select {
  margin-bottom: 24px;
}
.wndfal-comment-form input[type="submit"],
.comment-respond input[type="submit"] {
  padding: 15px 20px;
  min-width: 195px;
  margin-bottom: 0;
}
.navigation.vt-comment-navigation {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
}
.vt-nav-links {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.vt-nav-links > div {
  float: left;
  width: 50%;
}
.vt-nav-links > div:hover,
.vt-nav-links > div:hover a {
  color: #ff6600;
}
.vt-nav-links > div.vt-nav-next {
  text-align: right;
  float: right;
}
.vt-comment-navigation h3.comments-title {
  padding-bottom: 5px;
}
/* 24. Windfall 404 Error Page */
.wndfal-error {
  padding: 14px 0 80px;
  text-align: center;
}
.wndfal-error h1 {
  font-size: 200px;
  line-height: 188px;
}
.wndfal-error h2 {
  font-size: 32px;
}
.wndfal-error p {
  font-size: 18px;
}
.wndfal-error .wndfal-btns-group {
  padding-top: 18px;
}
.wndfal-error .wndfal-btn {
  font-weight: 600;
  font-size: 16px;
}
.wndfal-error .wndfal-btn .fa {
  padding-right: 2px;
}
.wndfal-error .btn-text {
  padding-top: 11px;
  padding-bottom: 12px;
  border-color: #e8e8e8;
}
.error-subtitle {
  padding-bottom: 4px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.error-icon {
  display: inline-block;
  vertical-align: top;
  margin: -21px 8px 0;
}
/* 25. Windfall Content Cross Check Page */
.entry-content img {
  height: auto;
}
.entry-content table {
  border-bottom: 1px solid #d4ddf3;
  margin-bottom: 20px;
}
.entry-content table td,
.entry-content table th,
.comment-area table td,
.comment-area table th,
.wndfal-mid-wrap table td,
.wndfal-mid-wrap table th {
  border: 1px solid #eeeeee;
  vertical-align: middle;
  padding: 13px 20px 14px;
  font-size: 16px;
}
.entry-content .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
}
.entry-content table td,
.entry-content table th,
.comment-area table td,
.comment-area table th,
.wndfal-mid-wrap table td,
.wndfal-mid-wrap table th {
  border-top-color: #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.entry-content .comment-author {
  margin: 0;
}
.entry-content .comment-respond {
  padding-top: 10px;
}
.entry-content .avatar {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.entry-content dt,
.comment-area dt,
.wndfal-mid-wrap dt {
  margin-bottom: 5px;
}
.entry-content dd,
.comment-area dd,
.wndfal-mid-wrap dd {
  margin-bottom: 15px;
}
.entry-content .comment-metadata {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #4c4c4c;
}
.entry-content .comment-list .comment-reply-link {
  display: inline-block;
  padding: 8px 15px;
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.entry-content .comment-list .comment-reply-link:hover,
.entry-content .comment-list .comment-reply-link:focus {
  background: #e8e8e8;
  color: #777777;
}
.entry-content .comment-meta .comment-author .avatar {
  height: 42px;
  width: 42px;
}
.entry-content .comment-author .avatar {
  height: 42px;
  position: relative;
  top: 0.25em;
  width: 42px;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-content .comment-list article,
.entry-content .comment-list .pingback,
.entry-content .comment-list .trackback {
  border-top: 1px solid #e5e5e5;
  padding: 1.75em 0;
}
.entry-content .comment-list .children {
  list-style: none;
  margin: 0;
}
.entry-content .comment-list .children > li {
  padding-left: 0.875em;
}
.entry-content .comment-author {
  color: #1a1a1a;
  margin-bottom: 0;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.entry-content .comment-metadata,
.entry-content .pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.entry-content .comment-metadata {
  margin-bottom: 15px;
  font-size: 15px;
}
.entry-content .comment-metadata a,
.entry-content .pingback .comment-edit-link {
  color: #686868;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #686868;
}
.entry-content .comment-metadata .edit-link,
.entry-content .pingback .edit-link {
  display: inline-block;
}
.entry-content .comment-metadata .edit-link:before,
.entry-content .pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.entry-content .comment-content ul,
.entry-content .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
.entry-content .comment-content li > ul,
.entry-content .comment-content li > ol {
  margin-bottom: 0;
}
.entry-content .comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.entry-content .comment-reply-link:hover,
.entry-content .comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}
.entry-content .comment-list .comment-form {
  padding-bottom: 1.75em;
}
.entry-content .comment-notes,
.entry-content .comment-awaiting-moderation,
.entry-content .logged-in-as,
.entry-content .form-allowed-tags {
  color: #686868;
  font-size: 15px;
  padding-bottom: 20px;
}
.entry-content .no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
/* 26. Windfall Footer */
/* Windfall Default Footer */
.footer-wrap {
  padding: 80px 0 40px;
  background: #313543;
}
.footer-wrap.copyrgt {
  padding: 0;
  background: transparent;
}
.footer-wrap p {
  color: #999999;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.wndfal-logo {
  padding-bottom: 13px;
}
.footer-spacer-one {
  padding-right: 100px;
}
.footer-contact {
  padding: 11px 0;
  background-image: url(../images/map.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 15px;
}
.footer-contact span {
  display: block;
  padding-bottom: 9px;
  color: #999999;
}
.footer-contact a {
  color: inherit;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget h4 {
  font-size: 20px;
  line-height: 26px;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #999999;
  list-style: none;
}
.footer-widget ul li {
  padding-bottom: 11px;
  margin-bottom: 0;
}
.footer-widget ul li:last-child {
  padding-bottom: 0;
}
.footer-widget ul li.menu-item-has-children {
  padding-bottom: 0;
}
.footer-widget ul li a {
  display: inline-block;
  position: relative;
}
.footer-widget ul li a:hover {
  padding-right: 12px;
}
.footer-widget ul li a:hover:after {
  opacity: 1;
}
.footer-widget ul li a:after {
  position: absolute;
  top: 2px;
  right: 0;
  opacity: 0;
  font: normal normal normal 14px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.footer-widget.widget_recent_comments ul li a:after,
.footer-widget.widget_rss ul li a:after {
  content: none;
}
.footer-widget.woocommerce ul li a:hover {
  padding-right: 0;
}
.wndfal-widget .widget_product_categories ul ul li:last-child {
  padding-bottom: 0;
}
.footer-widget.widget_recent_comments ul li a:hover,
.footer-widget.widget_rss ul li a:hover {
  padding-right: 0;
}
.footer-widget.widget_archive .nice-select {
  display: inline-block;
  width: 100%;
}
.footer-widget-title a.rsswidget {
  color: #ffffff;
}
.footer-widget ul li a {
  color: inherit;
}
.footer-widget .header-contact-info {
  padding-bottom: 9px;
  padding-left: 0;
}
.footer-widget .header-contact-info a {
  font-size: 15px;
  color: #999999;
  font-weight: 400;
  display: inline-block;
  text-shadow: none;
}
.footer-widget .header-contact-info a:hover {
  color: #ff6600
}
.footer-widget .social-label {
  display: block;
  padding-bottom: 5px;
  color: #eeeeee;
  font-size: 17px;
}
.footer-widget .wndfal-social a {
  margin: 0 8px 10px 0;
  color: #999999;
  font-size: 26px;
}
.footer-widget .wndfal-social a:hover {
  color: #ffffff;
}
.footer-widget-title {
  padding-bottom: 18px;
  color: #eeeeee;
}
.subscribe-form,
.mc4wp-form {
  padding: 6px 0 26px;
  border-bottom: 1px solid #3a3e4c;
}
.subscribe-form form p,
.mc4wp-form p {
  position: relative;
  padding-bottom: 0;
}
.subscribe-form input[type="email"],
.mc4wp-form input[type="email"] {
  padding-right: 90px;
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.subscribe-form input[type="submit"],
.mc4wp-form input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 80px;
  padding: 5px;
  margin-top: 0;
  font-size: 15px;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  z-index: 0;
}
.wndfal-copyright {
  padding: 30px 0 31px;
  background: #ffffff;
  color: #888888;
  border: 1px solid #ececec;
}
.wndfal-copyright a {
  color: inherit;
}
.wndfal-copyright p {
  padding-bottom: 0;
}
.popover {
  z-index: 1 !important;
}
/* Windfall Sticky Footer */
.wndfal-sticky-footer .main-wrap-inner {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.wndfal-sticky-footer .wndfal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
/* Elementor Widgets Style */
.elementor-widget-wp-widget-search input[type="text"] {
  margin-bottom: 0;
}
.elementor-widget-wp-widget-search p {
  position: relative;
}
.elementor-widget-wp-widget-search input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 60px;
  padding: 5px;
  margin-top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  background-image: url(../images/icons/icon76@3x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 17px auto;
  border-color: transparent;
}

/*Mean Menu*/
.container.mean-container {
  position: relative;
  padding: 0 15px;
}
.mean-container .wndfal-brand {
  position: relative;
  z-index: 4;
}
.mean-container a.meanmenu-reveal {
  font-size: 16px;
  text-indent: 0;
}
.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li.current-menu-item a.mean-expand,
.mean-container .mean-nav ul li.current-menu-ancestor > a.mean-expand {
  background: #eeeeee;
  padding: 10px !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none !important;
  color: #a2a2a2;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li.current-menu-item a.mean-expand:hover {
  background: #eeeeee;
  color: #a2a2a2;
}
.mean-container .mean-nav ul li a:hover {
  background: transparent;
  color: #034170;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #777777;
  font-size: 16px;
  text-transform: none;
  border-bottom: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 0;
  min-height: 42px;
  z-index: 4;
  top: 0;
  left: 0;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 18px;
  padding: 10px 13px 10px 13px;
  position: absolute;
  top: 25px;
  left: 0 !important;
  transform: translateY(-50%);
  cursor: pointer;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container .mean-nav ul li a {
  padding: 14px 0px 14px 20px !important;
  display: block;
  width: calc(100% - 20px);
}
.mean-container .mean-nav ul li li a {
  width: calc(100% - 50px);
  opacity: 1;
  padding: 14px !important;
  margin: 0 0px 0 20px;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: calc(100% - 60px);
  margin: 0 0px 0 30px;
}
.mean-container .mean-nav ul li li li li a {
  width: calc(100% - 70px);
  margin: 0 0px 0 40px;
}
.mean-nav ul.main-menu.nav.nav-bar li {
  border-bottom: 1px solid;
}
.mean-container .mean-nav ul {
  position: relative;
  left: 0;
  background: transparent;
}
.wndfal-header .mean-container .dropdown-nav > li.active > a {
  background: transparent;
}
.wndfal-center-header .mean-container .textright {
  display: none;
}
.dropdown-nav > li {
  position: relative;
}
.wndfal-comment-form .comment-respond {
  padding-bottom: 50px;
}
.wndfal-header .mean-container .dropdown-nav > li:hover > a,
.wndfal-header .mean-container .dropdown-nav > li:focus > a,
.mean-container .wndfal-navigation > ul > li:hover > a,
.mean-container .wndfal-navigation > ul > li.active > a,
.mean-container .mean-nav ul li.active > a,
.mean-container .mean-nav ul li.current-menu-ancestor > a,
.mean-container .mean-nav ul > li ul.dropdown-nav li.current-menu-parent > a,
.mean-container .mean-nav ul li.current-menu-item > a {
  color: #034170;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #ffffff;
  margin-top: 51px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 60vh;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.mean-container .mean-nav::-webkit-scrollbar {
  width: 7px;
}
.mean-container .mean-nav::-webkit-scrollbar-thumb {
  background-color: #2e2e2e;
  outline: none;
  border-radius: 10px;
}
.mean-container .mean-nav::-webkit-scrollbar-track {
  box-shadow: none;
  background: #212121;
}
.mean-container .wndfal-navigation {
  display: none !important;
}
.mean-container .header-contents {
  display: none;
}
.mean-nav .menu-text-wrap:before {
  content: none;
}
.mean-container .header-links-right,
.mean-container .header-links-wrap {
  display: none;
}
.hav-mean-menu .menu-wraper {
  display: none;
}
.mean-container .dropdown-nav > li:before {
  content: none;
}
.mean-container .dropdown-nav > li {
  border: none;
}
.mean-container ul.dropdown-nav {
  border-top: none;
  transform: none;
  font-size: 14px;
}
.mean-container .dropdown-toggle::after {
  content: none;
}
.mean-container .mean-nav ul li ul li {
  width: calc(100% - 15px);
}
.admin-bar .mean-nav .navigation-wrap {
  top: 0;
  height: auto;
}
.mean-container .navigation-wrap {
  background: transparent;
  position: unset;
}
.mean-container ul.custom-dropdown-nav li,
.mean-container ul.navigation li {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.mean-container .navigation-wrap {
  width: auto;
  padding: 0;
}
.mean-container .navigation-wrap .close-btn {
  display: none;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #ffffff;
  height: 2px;
  margin-top: 3px;
  transform: rotate(0deg);

  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.mean-container a.meanmenu-reveal span,
.mean-container a.meanmenu-reveal span:before,
.mean-container a.meanmenu-reveal span:after,
.mean-container a.meanmenu-reveal.meanclose span:before, {
  background: #ffffff;
}
.mean-container a.meanmenu-reveal.meanclose span {
  margin-top: 8px;
  transform: rotate(-45deg);
}
.mean-container a.meanmenu-reveal span:before {
  content: "";
  display: block;
  background: #ffffff;
  height: 2px;
  margin-top: 3px;
  position: relative;
  top: 10px;
  transform: rotate(0deg);

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container a.meanmenu-reveal span:after {
  content: "";
  display: block;
  background: #ffffff;
  height: 2px;
  margin-top: 3px;
}
/* Close */
.mean-container a.meanmenu-reveal.meanclose span:before {
  content: "";
  display: block;
  background: #ffffff;
  height: 2px;
  margin-top: 3px;
  position: relative;
  top: 0px;
  transform: rotate(-90deg);

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container a.meanmenu-reveal.meanclose span:after {
  content: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mean-container .mean-nav::-webkit-scrollbar {
  width: 5px;
}
.mean-container .mean-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: #dddddd;
}
.mean-container .mean-nav::-webkit-scrollbar-thumb {
  border-radius: 30px;
  -webkit-box-shadow: none;
  background: #cccccc;
}
.header-style-two .header-right.mean-container {
  position: relative;
}
.header-style-two .mean-container a.meanmenu-reveal {
  right: 0 !important;
  left: auto !important;
}
.header-style-two .mean-container a.meanmenu-reveal span,
.header-style-two .mean-container a.meanmenu-reveal span:before,
.header-style-two .mean-container a.meanmenu-reveal span:after {
  background: #333333;
}
.header-style-two .mean-container .mean-nav {
  margin-top: 80px;
}
.header-style-one.fullwidth-menubar .mean-container a.meanmenu-reveal {
  top: 14px !important;
}
.header-style-one.fullwidth-menubar .mean-container .mean-nav {
  margin-top: 41px;
}
.navigation-wrap {
  min-height: 51px;
}
.navigation-wrap.mean-container {
  padding: 13px 20px;
  position: relative;
}

/* Multi Step Form */
.wndfal-main-wrap #multi-step-form.fw-large-container .fw-progress-bar-container {
  width: auto;
  text-align: center;
}
.wndfal-main-wrap #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:after {
  height: 2px;
  left: 60px;
  top: -40px;
}
.ui-datepicker .ui-datepicker-title select {
  padding: 10px;
  background: #ffffff;
}
.wndfal-main-wrap #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step.fw-visited:after {
  height: 2px;
  top: -40px;
}
.wndfal-main-wrap #multi-step-form .fw-step-part {
  border-left: none;
}
.wndfal-main-wrap #multi-step-form .fw-step-part {
  background: #ffffff;
  border: 1px solid #e8e8e8 !important;
  padding: 44px 0 44px 0;
}
.fw-wizard-step-container {
  max-width: 972px;
  margin: 0 auto;
}
.wndfal-main-wrap #multi-step-form .fw-step-part>div {
  margin: 0 20px 0 40px;
}
.wndfal-main-wrap #multi-step-form h2.fw-step-part-title {
  margin: 0 20px 0 40px !important;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
#multi-step-form .fw-wizard-step-container h3 {
  font-size: 17px;
  font-weight: 500;
}
.wndfal-main-wrap #multi-step-form .fa.form-control-feedback {
  left: 55px;
}
.wndfal-main-wrap #multi-step-form.fw-wizard {
  max-width: 972px;
  margin: 0 auto;
}
.wndfal-main-wrap ul.fw-progress-bar li:before {
  background: #cecece;
}
.wndfal-main-wrap .fw-progress-step.fw-visited,
.wndfal-main-wrap ul.fw-progress-bar .fw-active:last-child .fw-txt-ellipsis,
.wndfal-main-wrap .fw-progress-step.fw-visited .fw-txt-ellipsis {
  color: #333333 !important;
}
.wndfal-main-wrap .fw-txt-ellipsis {
  color: #333333 !important;
}
.wndfal-main-wrap #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:before {
  height: 55px;
  line-height: 48px;
  top: -70px;
  width: 55px;
  font-size: 32px;
  position: absolute;
  z-index: 1;
}
.wndfal-main-wrap #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step {
  padding: 10px 0px 10px 0;
  text-align: center;
}
.wndfal-main-wrap #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:before {
  height: 55px;
  line-height: 48px;
  top: -70px;
  width: 55px;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.wndfal-main-wrap #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step .fw-txt-ellipsis[data-title]:hover:before {
  left: 64px;
}
.wndfal-main-wrap #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step .fw-txt-ellipsis[data-title]:hover:after {
  left: 30px;
}
.wndfal-main-wrap #multi-step-form .fw-step-block {
  margin-bottom: 23px;
}
.wndfal-main-wrap #multi-step-form .fw-wizard-step-container h3 {
  margin-bottom: 0;
}
.wndfal-main-wrap #multi-step-form .fw-btn-submit {
  background: #034170;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  letter-spacing: 0.4px;
}
.wndfal-main-wrap #multi-step-form .fw-btn-submit:hover {
  opacity: .9;
  background: #034170;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#multi-step-form .fw-wizard-buttons button,
#multi-step-form .fw-wizard-buttons .fw-btn {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  margin-top: 0;
  font-size: 13px;
  font-weight: 600 !important;
}
#multi-step-form .fw-wizard-buttons button:hover,
#multi-step-form .fw-wizard-buttons .fw-btn:hover {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#multi-step-form .fw-btn-submit,
#multi-step-form .fw-toggle-summary {
  font-weight: 600 !important;
}
.wndfal-main-wrap .fw-step-summary-part {
  padding: 0 0 10px;
  border: 1px solid #cfcfcf;
  margin: 30px 2% 0;
  float: left;
  width: 48%;
}
.wndfal-main-wrap .fw-step-summary-part:first-child {
  margin-left: 0;
}
.wndfal-main-wrap .fw-step-summary-part:nth-child(2n) {
  margin-right: 0;
}
.wndfal-main-wrap .fw-step-summary-part:nth-child(3n) {
  width: 100%;
  margin: 30px 0;
}
.wndfal-main-wrap #multi-step-form p.fw-step-summary-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  border-bottom: 1px solid #cfcfcf;
  padding: 0 20px 18px;
}
.wndfal-main-wrap #multi-step-form div.fw-step-summary-field {
  margin-bottom: 15px;
  margin-left: 0;
  border: 0;
  background-color: transparent;
  padding: 0 20px;
}
.wndfal-main-wrap #multi-step-form div.fw-step-summary-field-title {
  font-size: 16px;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: none;
}
.wndfal-main-wrap #multi-step-form div.fw-step-summary {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
/* Special Offer */
.wndfal-offer-image {
  width: 50%;
  float: left;
}
.wndfal-offer-content {
  width: 50%;
  padding: 50px 60px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
}
h3.wndfal-offer-title {
  font-size: 25px;
  color: #333333;
  line-height: 30px;
  padding-bottom: 17px;
}
.wndfal-offer-price {
  padding: 12px 0 10px;
}
.wndfal-offer-price del,
.wndfal-offer-price del span.woocommerce-Price-amount.amount,
.wndfal-offer-content del span.woocommerce-Price-amount.amount {
  font-size: 18px;
  color: #a1a1a1;
  text-decoration: line-through;
}
.wndfal-offer-price del span.woocommerce-Price-amount.amount,
.wndfal-offer-content del span.woocommerce-Price-amount.amount {
  padding-right: 10px;
}
.wndfal-offer-price del {
  padding-right: 8px;
}
.wndfal-offer-price ins {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.wndfal-offer-content a.wndfal-btn {
  min-width: 195px;
}
.wndfal-offer-content p.product.woocommerce.add_to_cart_inline {
  border: none !important;
  padding: 0!important;
}
.wndfal-offer-content span.woocommerce-Price-amount.amount {
  display: inline-block;
  padding-right: 10px;
  font-size: 22px;
  color: #333333;
  font-weight: 600;
}
.wndfal-offer-content span.offer-tag {
  background: #034170;
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
}
.wndfal-offer-content span.offer-tag i {
  padding-right: 4px;
}
.offer-discount {
  position: absolute;
  background: #034170;
  top: 0;
  min-height: 90px;
  min-width: 99px;
  color: #ffffff;
  padding: 12px;
  text-align: center;
}
.offer-discount span.discnt-percent {
  display: block;
  font-size: 30px;
}
.offer-discount span.discnt-text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.wndfal-offer-content a.button {
  min-width: 195px;
  background: #ff6600;
  display: inline-block;
  padding: 13px 20px;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
}
.wndfal-offer-content a.button:hover {
  background: #034170;
}
.wndfal-offer-content a.added_to_cart.wc-forward {
  padding-left: 10px;
}

/* Windfall Estimation Calculator Page */
.square-slider .slider.slider-horizontal {
  float: left;
  width: 68%;
  margin-top: 22px;
}
.square-slider input[type="text"].range-slider {
  float: left;
  width: 68%;
}
.square-slider span.square-value {
  float: right;
  width: 27%;
  padding: 0 10px;
  text-align: center;
}
.square-slider span.square-value input.wpcf7-form-control {
  padding: 0 10px;
  text-align: center;
}
.slider .tooltip.bottom .tooltip-arrow {
  top: -6px;
  margin-left: 0;
  border-width: 0 13px 12px;
  border-bottom-color: #ff6600;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .tooltip.bottom .tooltip-arrow:before {
  display: none;
}
.slider .tooltip-inner {
  padding: 0 42px;
  color: #858585;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider.slider-horizontal {
  width: 100%;
  height: 8px;
}
.slider.slider-horizontal .slider-track {
  height: 100%;
}
.slider.slider-horizontal .tooltip {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.slider.slider-horizontal .tooltip-inner {
  padding: 9px 18px;
  background: #ff6600;
  color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.slider-track {
  height: 100%;
  background: #f4f4f4;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-selection {
  background: #ff6600;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-handle {
  width: 25px;
  height: 25px;
  background: #ffffff;
  cursor: pointer;
  opacity: 1;
}
.slider-handle.hide {
  display: none;
}
.slider-horizontal .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  border-color: transparent;
  border-style: solid;
}
.slider-horizontal .tooltip.bottom {
  padding: 5px 0;
  margin-top: 6px;
}
.slider.slider-horizontal .slider-handle {
  margin: -10px 0 0 -15px;
}
.slider-handle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: #ff6600;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.slider.slider-horizontal .tooltip.in {
  opacity: 0.9;
}
.wndfal-estimation-wrap .section-title-wrap p {
  color: #777777;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.wndfal-estimation-wrap .section-title-wrap h2 {
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.estimation-item {
  padding-bottom: 30px;
}
.estimation-item.last-item {
  padding-bottom: 0;
}
.estimation-item:before, 
.estimation-item:after {
  display: table;
  clear: both;
  content: "";
}
.estimation-item input[type="text"], 
.estimation-item input[type="email"], 
.estimation-item input[type="password"], 
.estimation-item input[type="tel"], 
.estimation-item input[type="search"], 
.estimation-item input[type="date"], 
.estimation-item input[type="time"], 
.estimation-item input[type="datetime-local"], 
.estimation-item input[type="month"], 
.estimation-item input[type="url"], 
.estimation-item input[type="number"], 
.estimation-item textarea, 
.estimation-item select, 
.estimation-item .form-control {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.2px;
}
.estimation-item > .row {
  margin: 0 -15px;
}
.estimation-item > .row > [class*="col-"] {
  padding: 0 15px;
}
.estimation-item.service p {
  padding-left: 1px;
}
.estimation-item.service .wpcf7-list-item > label {
  float: left;
  min-width: 190px;
  padding: 13px 20px;
  margin: 0 0 20px -1px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.estimation-item.service .wpcf7-form-control-wrap,
.estimation-item.service .wpcf7-checkbox,
.estimation-item.service .wpcf7-list-item {
  float: left;
}
.estimation-item.service .wpcf7-list-item {
  margin: 0;
}
.estimation-item.service .wpcf7-list-item > label.checkbox-icon-checked {
  background: #f7f7f7 !important;
}
.estimate-item span.wpcf7-list-item {
  margin: 0;
}
.estimation-item.service .checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon {
  background: #ff6600;
  border-color: #ff6600;
}
.estimation-item.service .checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
  left: 2px;
  color: #ffffff;
  font-size: 10px;
}
.estimation-item input[type="submit"] {
  min-width: 190px;
  font-weight: 600;
}
.estimation-item.service .wpcf7-list-item-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 0 10px 5px 8px;
  display: inline-block;
  vertical-align: middle;
}
.estimation-item.service input[type=checkbox] {
  margin: 0;
}
.estimation-title {
  display: block;
  clear: both;
  padding: 21px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
/* Thankyou Page */
.wndfal-thankyou-wrap {
  max-width: 975px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 60px 170px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
}
h3.wndfal-thank-title {
  font-size: 30px;
  font-weight: 600;
}
.wndfal-thankyou-wrap span.wndfal-icon {
  font-size: 70px;
  color: #9dc44d;
  line-height: 65px;
  display: inline-block;
  margin-bottom: 10px;
}
nav.wndfal-pagination.wndfal-ajax-pagi {
  display: inline-block;
  width: 100%;
  float: left;
}
div.post-spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
div.post-spinner i {
  position: absolute;
  top: 50%;
  font-size: 36px;
  margin-top: -18px;
  background: #232323;
  color: black;
}
.loader-wrap {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.ball-pulse-sync>div,
.ball-pulse>div,
.ball-scale-random>div,
.ball-scale>div {
  background: #043f71;
}
/*Unittest Fixes*/
.wndfal-sidebar .wndfal-widget ul li {
  color: #777777;
  font-size: 16px;
}
.wndfal-sidebar .wndfal-widget ul li a {
  color: #333;
}
.wndfal-widget.widget_shopping_cart .woocommerce-mini-cart .woocommerce-Price-amount.amount {
  line-height: 14px
}
.wndfal-widget.widget_shopping_cart .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
  padding-left: 4px;
}
pre {
  background-color: #eff0f1;
  padding: 20px;
}
.blog-wrap h2.blog-title {
  padding-bottom: 0;
}
.blog-info .blog-meta {
  padding-top: 10px;
}
.wndfal-comments-meta h4 {
  float: left;
}
.wndfal-comments-area .wndfal-comments-meta .comments-date {
  padding-top: 4px;
  padding-left: 8px;
  display: inline-block;
}
.wndfal-comments-area .wndfal-comments-meta .comments-date:before {
  content: '';
  width:10px;
  height: 2px;
  display: inline-block;
  background-color: #777;
  margin-right: 8px;
  vertical-align: middle;
}
.h1, 
h1 {
    font-size: 40px;
}
.h2, 
h2 {
    font-size: 32px;
}
.h3, 
h3 {
    font-size: 28px;
}
.h4, 
h4 {
    font-size: 24px;
}
.h5, 
h5 {
    font-size: 22px;
}
.h6, 
h6 {
    font-size: 20px;
}
.wndfal-mid-wrap table {
  margin-bottom: 15px;
}
p strong {
  color: #333;
  font-size: 17px;
}
.wndfal-mid-wrap blockquote p,
.wndfal-comments-area .comment-wrapper blockquote p {
  padding-bottom: 0;
  font-size: 18px;
  color: #555555;
}
.comment-respond textarea {
  height: 161px;
}
/*Contact Widget*/
.wndfal-contact-widget ul li,
.wndfal-sidebar .wndfal-contact-widget ul li,
.wndfal-sidebar .wndfal-contact-widget ul li a,
.wndfal-contact-widget ul li a {
  color: #fff;
}
.wndfal-sidebar .wndfal-contact-widget ul li a:hover,
.wndfal-contact-widget ul li a:hover {
  color: #ff6600;
}
.wndfal-sidebar .wndfal-widget .wndfal-social a {
  padding-right: 10px;
}
.wndfal-sidebar .wndfal-widget.latest-blog-widget .post-date i {
  padding-right: 3px;
}
figure.wp-caption.aligncenter img.size-full {
  padding-top: 20px;
  margin-top: 5px;
}
.widget_archive label.screen-reader-text {
  display: none;
}
.woocommerce.woocommerce-page .woocommerce-message {
  padding-top: 40px !important;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
.woocommerce.woocommerce-page .woocommerce-message a.button {
  top: -15px;
}
div.wpcf7-validation-errors {
  padding: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 10px;
}
