@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.paleriders-asiapacific.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(22,22,22);
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(22,22,22);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(22,22,22);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(40,94,167);
	--wd-alternative-color: rgb(22,22,22);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(40,94,167);
	--wd-link-color-hover: rgb(21,65,129);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	background-repeat: no-repeat;
	object-fit: cover;
	background-attachment: scroll;
	object-position: center top;
}
.wd-footer {
	background-color: rgb(22,22,22);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(40,94,167);
}

/* Fix: Woodmart's scrollBar.js injects --wd-scroll-w: 15px in Chrome via JS, causing full-width WPBakery rows to be 15px narrower than the viewport. */
:root {
    --wd-scroll-w: 0px !important;
}

/* ---------------------
## Custom Styles
----------------------- */
.wazile-darkbg a,
.wazile-darkbg p,
.wazile-darkbg div,
.wazile-darkbg h1,
.wazile-darkbg h2,
.wazile-darkbg h3,
.wazile-darkbg h4,
.wazile-darkbg h5,
.wazile-darkbg h6 {
    color: #fff;
}

/* List */
@media (min-width: 1025px) {
    .list-two-col {
        columns: 2
    }
}

/* Contact Form */
@media (min-width: 1000px) {
    .two_columns_50_50 {
        display: flex;
        justify-content: space-between;
    }
}

.two_columns_50_50 .column1 {
    width: 100%
}

.two_columns_50_50 .column2 {
    width: 100%
}

.two_columns_50_50 .column1 .column_inner {
    padding-left: 0 !important;
}

.two_columns_50_50 .column2 .column_inner {
    padding-right: 0 !important;
}

#inquire input[type=text],
#inquire input[type=email],
#inquire input[type=date],
#inquire textarea,
select {
    background-color: #fff;
    height: 50px;
    color: #161616;
}

#inquire input[type=submit] {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: none;
    color: #fff;
    background-color: #285ea7;
    padding: 5px 28px;
    text-transform: uppercase;
    border-radius: 35px;
    min-height: 50px;

}

@media (max-width: 1000px) {
    #inquire input[type=submit] {
        padding: 5px 28px;
        line-height: 22px;
    }
}



/* ---------------------
## Theme Overrides
----------------------- */
/* Container */
.site-content {
    margin-bottom: 0;
}

.main-page-wrapper {
    padding-top: 0;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
}

.wd-page-content > main.wd-content-layout {
    padding-block: 0 !important;
}

/* Header */
.whb-general-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.whb-header {
    margin-bottom: 0px !important;
}

.whb-sticked .whb-general-header {
    background-color: rgba(0, 0, 0, 0.50);
}

.wd-nav {
    --nav-gap: 42px;
}

:is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu) ul li.current_page_item>a {
    color: #858585 !important;
}

/* Page title */
.page-title {
    margin-bottom: 0 !important;
}

/* Fonts */
h2.woodmart-title-container.wd-fontsize-l {
    font-size: 30px;
    font-weight: 700;
}

h4.info-box-title.box-title-style-default.wd-fontsize-m {
    font-size: 22px;
    font-weight: 700;
}

h4.woodmart-title-container.wd-fontsize-xl {
    font-size: 26px;
    font-weight: 700;
}

h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 22px;
    font-weight: 700;
}

h2.woodmart-title-container.wd-fontsize-xl {
    font-size: 22px;
}

.title-after_title {
    font-size: 15px;
}

.page-title.title-size-default h1.title,
body.single-post .title-size-default .title {
    font-size: 50px;
    font-weight: 700;
}

.page-title.title-size-default {
    padding: 260px 0 120px !important;
}

@media (max-width: 1024px) {
    .page-title.title-size-default {
        padding: 230px 0 120px !important;
    }
}

h4.info-box-title.box-title-style-default.wd-fontsize-xl {
    font-size: 22px;
}

/* Button */
.btn.btn-color-white {
    color: #285ea7 !important;
}

/* Single Post */
body.single-post .page-title {
    margin-bottom: 90px !important;
}

body.single-post .site-content {
    margin-bottom: 90px;
}

body.single-post .woodmart-recent-posts>.widgettitle {
    font-size: 20px;
}

body.single-post .woodmart-recent-posts-list>li {
    display: flex;
    align-items: start;
}

body.single-post .woodmart-recent-posts-list>li>a {
    flex: 0 0 auto;
}

body.single-post .recent-posts-info {
    margin-left: 15px;
}

body.single-post .wd-entities-title {
    margin-bottom: 10px;
}

.post-single-page .entry-content {
    font-size: 100% !important;
}

.single-post-navigation .wd-entities-title {
    font-size: 18px !important;
}

/* Parallax effect */
@media (max-width: 1024px) {
    .wd-parallax {
        background-attachment: fixed !important;
    }
}

/* Contact Form */
.wpcf7 .screen-reader-response,
.wpcf7 form:not(.sent) .wpcf7-response-output,
.sr-only,
.wpcf7 .hidden-fields-container {
    display: none;
}


/* Buttons */
/* .btn-size-default {
    padding: 16px 33px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
} */

/*.btn.btn-color-primary:hover {
    background-color: #004472;
}*/

/* .wd-nav-main>li>a {
    padding-left: 15px !important;
    padding-right: 15px !important;
} */



/* Footer */
footer p,
footer a,
footer li {
    font-size: 15px;
    line-height: 2;
    color: #fff;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.main-footer {
    padding: 60px 20px 0px 20px;
}

.copyrights-wrapper {
    border-top: 1px solid rgb(239 239 239 / 11%) !important;
}

footer .widget-title,
.footer-widget>h5 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

footer #menu-our-services li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #285ea8;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 4px;
}

footer #menu-our-services {
    columns: 2;
}

@media (max-width: 1024px) {
    footer #menu-our-services {
        columns: 1;
    }
}

.social-form-circle .wd-social-icon {
    border-radius: 50%;
    background-color: #285ea8;
}

footer .footer-custom-list li {
    list-style-type: none;
}

footer .footer-custom-list li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #285ea8;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 4px;
}

.copyrights-wrapper {
    border-top: 1px solid rgb(239 239 239 / 11%) !important;
}

footer .widget-title,
.footer-widget>h5 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.footer-sidebar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.footer-column {
    margin-bottom: 0 !important;
}

span.wpcf7-form-control-wrap.recaptcha {
    display: flex;
    justify-content: center;
}

footer .wd-social-icons {
	text-align: center;
}

.wd-prefooter {
	padding-bottom: 0 !important;
}

.min-footer, .min-footer a {
	font-size:15px !important;
}
/*.footer-custom-list li {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
}
.copyrights-centered .min-footer {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
}*/