/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.dokan-alert-danger,.dokan-alert-info,.dokan-alert-warning,.dokan-error,.dokan-info,.mc4wp-error,.mc4wp-notice,
.woocommerce-error,.woocommerce-info,.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7-mail-sent-ng,div.wpcf7-validation-errors{background-color:#E0B252}.dokan-alert-success,.dokan-message,
.dokan-store-contact .alert-success,.mc4wp-success,.woocommerce-message,.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok,.yith_ywraq_add_item_product_message{background-color:#459647;color:white}.wpcf7 form.init .wpcf7-response-output,
.screen-reader-response {display:none}

@font-face {
    font-family: 'Pink Script';
    src: url('PinkScript.woff2') format('woff2'),
        url('PinkScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-primary, table th, .page-title .entry-title, .masonry-filter li, .widget_rss ul li > a, .woodmart-price-table .woodmart-plan-title, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a, .woodmart-sizeguide-table tr:first-child td, .tabs-layout-tabs .tabs li, .woodmart-accordion-title, .woodmart-checkout-steps ul, .woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3, .woocommerce-additional-fields > h3, #ship-to-different-address label, #order_review_heading, .cart-totals-inner h2, .wood-login-divider, .woocommerce-MyAccount-title, header.title > h3, .woocommerce-column__title, .compare-field, .compare-value:before, .compare-basic .compare-value:before, .woodmart-wishlist-title, .woodmart-empty-page, .woodmart-products-tabs .tabs-name, .woodmart-products-tabs .products-tabs-title, .wishlist-title h2, #order_payment_heading, h1, h2, h3, h4, h5, h6, .title, legend, .woocommerce-Reviews .comment-reply-title, .menu-mega-dropdown .sub-menu > li > a, .mega-menu-list > li > a {
     font-family: 'Pink Script'!important;
}



/* Header css starts here */
.connect-text {
    color: #333333;
    padding: 0;
    display: contents;
	font-size:16px;
}
.main-nav ul li a {
    text-transform: none!important;
    margin: 0 15px;
    color: #333!important;
}

.main-nav ul li.current-menu-item a {
    color: #483626!important;
    font-weight: 700!Important;
}
a.adventure-btn {
    min-height: 50px;
    text-transform: none;
    font-weight: 400;
    min-width: 150px;
}
/* Header css ends here */

/* Footer css starts here */
.footer-list a {
    color: #333;
}
.footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media(min-width:768px){
.footer-menu ul li a {
    color: #fff!important;
    font-size: 16px;
    margin: 0 30px;
}
	.footer-list-row .wpb_wrapper {
    display: flex;
    justify-content: center;
}

.footer-list ul li {
    margin: 0 20px;
}

.footer-list:not(:last-child) {
    border-right: 2px solid #333333;
}
}
@media(max-width:767px){
	.footer-menu ul li a {
    color: #fff!important;
    font-size: 16px;
    margin: 0 5px;
}
}
.footer-menu ul li.current-menu-item a {
    text-transform: uppercase;
}
.woodmart-prefooter {
    padding-bottom: 0px;
    background-color: #FFF;
}
.copyrights-row {
    margin-top: 30px;
}

.copyrights-row .vc_column_container>.vc_column-inner {
    padding-top: 20px;
}
/* Footer css ends here */



/* INSIDE PAGES CSS STARTS HERE */
.page-title {
    padding: 13% 0 !important;
}
.page-title h1.entry-title {
    font-weight: 400;
    text-align: right;
    font-size: 110px;
}
@media (max-width: 1024px) {
	.page-title h1.entry-title {
		font-size: 75px;
	}
}
@media (max-width: 768px) {
	.page-title h1.entry-title {
		font-size: 55px;
	}
}
@media(min-width:768px){
	.page-title h1:before {
  content: '';
  display: block!Important;
  background: linear-gradient(270deg, rgba(72, 54, 38, 0.81) -55.62%, rgba(72, 54, 38, 0) 96.29%);
  position: absolute;
  left: 50%;
  right: -30%;
  top: -50%;
  bottom: -25%;
  z-index: -1;
}
}
@media(max-width:767px){
	.page-title h1:before {
    content: '';
    display: block!Important;
    background: linear-gradient(
270deg
, rgba(72, 54, 38, 0.81) -55.62%, rgba(72, 54, 38, 0) 96.29%);
    position: absolute;
    left: 20%;
    right: -30%;
    top: -30%;
    bottom: -15%;
    z-index: -1;
}
	.page-title h1.entry-title {
   
    margin-top: 25px;
}
	.page-title h1.entry-title {
    font-size: 35px;
}
}
.page-title h1 {
  position: relative;
  z-index: 1;
}
.page-title.color-scheme-light .entry-title {
    color: #FFECDB;
}

.woodmart-shopping-cart .woodmart-cart-icon:before {
    background-color: rgba(172, 151, 132,1);
    padding: 10px;
    color: white;
}