@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

@media only screen and (max-width: 1366px) {
    .liner-conctiner {
        margin-left: -900px;
    }
}

@media only screen and (min-width: 1367px) {
    .liner-conctiner {
        margin-left: 0;
    }
}




.wd-read-more .btn-read-more.more-link {
    visibility: hidden !important; /* Hide the original "Continue reading" text */
}

.wd-read-more .btn-read-more.more-link::after {
    content: " Learn more"; /* Add "Learn more" text */
    font-weight: bold;
    visibility: visible !important; /* Display the "Learn more" text */
}



.author {

display: none;

}
.entry-meta {

display: none;

}

.wd-meta-date
{
	display: none;
}
.meta-post-categories,
.wd-post-cat,
.wd-style-with-bg {
    display: none;
}


.entry-header {
  display: none;
}

.post-date {
  display: none;
}
/* CSS for mobile devices */
@media only screen and (max-width: 768px) {
  body .hide_mobile {
    display: none!important;
  }
}
/* CSS for mobile devices */
@media only screen and (max-width: 768px) {
  body .hide_desktopcontent {
    display: block!important; /* Show on mobile */
  }
}

/* CSS for desktop devices */
@media only screen and (min-width: 769px) {
  body .hide_desktopcontent {
    display: none!important; /* Hide on desktop */
  }
}
/* CSS for desktop devices */
@media only screen and (min-width: 769px) {
  body .hide_desktopcontentvideo {
    display: none!important; /* Hide on desktop */
  }
}

.attachment-full.size-full.jetpack-lazy-image.jetpack-lazy-image--handled {
  width: 100%;
	max-width: 100%;
  height: auto;
}

h1.entry-title.title {
    display: none;
}

.force-525x360 img {
  width: 1025px !important;
  height: 360px !important;
  object-fit: cover;
  display: block;
}

/* Kill default spacing */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* prevents sideways scroll */
}

/* Force row full width correctly */
.fullwidth-video-row {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    padding: 0 !important;
}

/* Remove ALL WPBakery inner spacing */
.fullwidth-video-row .vc_column-inner,
.fullwidth-video-row .wpb_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

/* Make video truly fill */
.fullwidth-video-row video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}
/* REMOVE the line under sticky header completely */
.whb-header-bottom,
.whb-sticky-row,
.whb-header-bottom-inner,
.whb-header-bottom .container {
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Remove pseudo elements (WoodMart loves these) */
.whb-header-bottom::after,
.whb-sticky-row::after,
.whb-header-bottom-inner::after {
    display: none !important;
    content: none !important;
}

/* Just in case it's coming from nav */
.wd-header-nav {
    border-bottom: none !important;
    box-shadow: none !important;
}

/* MAIN MENU - Arial luxury style */
.wd-header-nav .menu > li > a {
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 400 !important; 
    /* THIS makes it taller */
    line-height: 1.6;
}

/* Target span just in case WoodMart overrides */
.wd-header-nav .menu > li > a span {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* SUBMENU */
.wd-sub-menu a {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
}




