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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: url(https://vanishcampers.com.au/wp-content/uploads/2025/08/blog-bg.jpg);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Lato", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Lato", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Lato", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--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:13px;
}
:root{
--wd-primary-color:rgb(0,164,226);
}
:root{
--wd-alternative-color:rgb(0,0,0);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:#83b735;
}
:root{
--btn-accented-bgcolor-hover:#74a32f;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--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: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]),
			:is(.vc_section, .vc_row).wd-section-stretch {
				padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
.section-3-col-bg .vc_column-inner{
margin-top: 2vh;
background: #f9f9f9;
box-shadow: 14px 15px #cbf4fe;
}
.sec-3-img-pad{
padding:0px !important;
}
.sec-3-img-pad .vc_column-inner{
background-position:unset !important;
}
.service-image img, .service-image figure, .service-image .vc_single_image-wrapper {
    width: 100%;
}

/*  finance form*/
/* Two-column layout for first & last name */
.wpcf7 .two-col {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.wpcf7 .two-col input {
  flex: 1 1 48%;
}

/* Input field styling */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #1a73e8;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 15px;
}


/* Chat Box */

/* Floating Chat Button */
.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00a4e2;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 10000;
}

/* Chat Box */
#chat-box {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 350px;
  max-height: 500px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  display: none;
  flex-direction: column;
  z-index: 10000;
  overflow: hidden;
}

#chat-box.open {
  display: flex;
}

/* Header */
#chat-box .chat-header {
  background: #00a4e2;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#chat-box .chat-header a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

/* Content */
#chat-box .chat-content {
  padding: 15px;
  overflow-y: auto;
}

.wpcf7 .wpcf7-spinner {
  display: inline-block !important;
  margin-left: 10px;
}

@media (max-width: 576px) {
	.service-text li {
 font-size: 2vh !important;
}
.service-menu a {
 font-size: 2vh;
}



/* Home Start*/
span.nav-link-text {
font-size: 5.2vw !important;
}

.wd-sub-menu li>a {
	font-size: 4.2vw !important; }

 #wd-687724ff03a76 .woodmart-title-container {
        line-height: 40px !important;
        font-size: 6.2vw !important;
    }

.title-after_title.set-cont-mb-s.reset-last-child.wd-fontsize-xs strong {
  font-size:  2.7vw !important;
}

/* About sec */
.vc_row.wpb_row.vc_row-fluid.abt-mob.vc_custom_1753771433510.vc_row-o-equal-height.vc_row-flex.wd-rs-68886d8b0edac {
    padding-right: 30px !important;
    padding-left: 30px !important;
	  padding-top: 30px !important;
}


.vc_column-inner.vc_custom_1753772198977 {
        padding-left: 0px !important;
    }


.vc_custom_1752744271262 {
    display:none !important;
  }


h2.vc_custom_heading.vc_do_custom_heading {
        font-size: 9vw !important;
    }
 
.wpb_text_column.wpb_content_element p {
    font-size: 3.5vw !important;
}

/* About Second - sec */

 
.vc_custom_1752561784911 {
    padding-left: 8px !important;
    padding-right: 15px !important;
  }

/* Service */

.vc_row.wpb_row.vc_row-fluid.ser-mob.vc_custom_1753774577975.wd-rs-688879dd413fd {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

h1.vc_custom_heading.vc_do_custom_heading.service-title-text.vc_custom_1753775874461
 {
    font-size: 9.5vw !important;
}

.info-box-inner.set-cont-mb-s.reset-last-child p {
        font-size: 4.2vw !important;
    }


.service-title h3.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 6.6vw !important;
}


/* Gallery */

 h1.vc_custom_heading.vc_do_custom_heading.service-title-text.vc_custom_1752562419549
 {
    font-size: 10vw !important;
	     padding-left: 20px !important;
	 padding-top: 20px !important;
}


.vc_row.wpb_row.vc_row-fluid.gal1-mob.vc_custom_1753781720917.wd-rs-688895c0012bc {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Why choose us */

h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 6.5vw;
}

.vc_custom_1752557705602 {
height: 450px;
}


/* Review */

.vc_row.wpb_row.vc_row-fluid.rev-mob.vc_custom_1753782764154.vc_row-no-padding.wd-rs-688899e2b3bce {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
	
 
a.btn.btn-color-default.btn-style-default.btn-style-rectangle.btn-size-extra-small.cnt-mob.btn-icon-pos-left {
	
	font-size: 10px; }


.vidbg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.vidbg-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  opacity: 1 !important;
}

/* Footer */

a.footer-tt {
    margin-top: -22px;
}

h2.vc_custom_heading.vc_do_custom_heading.footer-list-tittle.vc_custom_1753771034478 {
    padding-bottom: 20px;
}



/* new-page */
li.wd-active {
  
    padding: 5px 15px !important;
	
}



.wd-nav-tabs>li:not(:last-child)
Specificity: (0,2,1)
 {
    margin-inline-end: 10px !important;
}
}

