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

:root {
	--wd-text-font: "Mulish", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(14,42,71);
	--wd-alternative-color: rgba(14,42,71,0.67);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(14,42,71);
	--btn-accented-bgcolor-hover: rgba(14,42,71,0.63);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://story9.studio/wp-content/uploads/2021/08/travel-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://story9.studio/wp-content/uploads/2021/08/travel-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(14,42,71);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.wd-single-post-header .title {
    display: none;
}
.wd-single-post-img img {
    display: none;
}
.plyr {
    background-color: #ffffff;
}
.skin_default .close-sticky-player {
  display: none !important;
}
.vertical-navigation .section-heading {
    font-weight: bold;
    margin-top: 1em;
    cursor: default;
    color: #999;
}
.custom-access-wrapper {
    max-width: 400px;
    margin: 2em auto;
    padding: 1.5em;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.custom-access-wrapper label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.custom-access-wrapper input[type="text"],
.custom-access-wrapper input[type="password"] {
    width: 100%;
    padding: 0.6em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-access-wrapper input[type="submit"] {
    width: 100%;
    padding: 0.7em;
    background: rgba(14, 42, 71, 1);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.custom-access-wrapper input[type="submit"]:hover {
    background: rgba(14, 42, 71, 0.7);
}
.wd-post-cat.wd-style-with-bg {
    display: none;
}
:is(.wd-single-post-header,.post-title-large-image) .wd-post-meta {
	display: none;
}
/* Customize Gravity Forms Submit Button */
.gform_wrapper input[type="submit"],
.gform_wrapper button {
    background-color: rgba(14, 42, 71, 1)!important; /* Dark blue background */
    color: #ffffff !important; /* White text for contrast */
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

/* Hover Effect */
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button:hover {
    background-color: rgba(10, 35, 60, 1) !important; /* Slightly darker blue */
}
.google-sheet-table a.test-button,
.google-sheet-table .copy-url-button {
    display: inline-block;
    padding: 6px 10px;
    background-color: rgb(14,42,71);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.google-sheet-table a.test-button:hover,
.google-sheet-table .copy-url-button:hover {
    background-color: #005f7a;
}
.adverts-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.advert-item {
    border: 1px solid #ccc;
    padding: 10px;
    background: #f9f9f9;
    text-align: center;
    position: relative;
}

.advert-item.billboard {
    grid-column: 1 / -1; /* Ensure the billboard takes up the full row */
    width: 100%; /* Full width within the container */
    max-width: 100%; /* Do not exceed container width */
}

.advert-item iframe {
    width: 100%; /* Make the iframe responsive */
    max-width: 100%; /* Ensure it doesn't overflow */
    height: auto; /* Maintain aspect ratio if needed */
    border: none;
}

.refresh-advert {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #0073aa;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.refresh-advert:hover {
    background-color: #005f8d;
    color: #fff;
}
.vertical-navigation a {
    display: flex;
    align-items: center;
    background-color: rgb(14, 42, 71); /* Blue background */
    color: white; /* White text */
    text-decoration: none; /* Remove underline */
    padding: 10px 15px; /* Add padding inside items */
    border-radius: 8px; /* Rounded corners */
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 16px; /* Adjust font size */
    font-family: Arial, sans-serif; /* Change font if needed */
}

.vertical-navigation a:hover {
    background-color: rgb(10, 32, 58); /* Darker blue on hover */
    transform: translateY(-2px); /* Subtle lift effect */
}

.vertical-navigation a::before {
    content: ''; /* Default: no icon */
    margin-right: 10px; /* Space between icon and text */
    font-size: 16px; /* Adjust icon size */
    display: inline-block;
}

.vertical-navigation a.icon-overview::before {
    content: '📄'; /* Example: Document icon */
}

.vertical-navigation a.icon-assets::before {
    content: '📂'; /* Example: Folder icon */
}

.vertical-navigation a.icon-urls::before {
    content: '🔗'; /* Example: Link icon */
}

.vertical-navigation a.icon-previews::before {
    content: '🎥'; /* Example: Video icon */
}

.vertical-navigation a.icon-archive::before {
    content: '📦'; /* Example: Archive box icon */
}

.vertical-navigation a.icon-feedback::before {
    content: '💬'; /* Example: Speech bubble icon */
}

.vertical-navigation a.icon-reporting::before {
    content: '📊'; /* Example: Chart icon */
}

/* Optional Admin Highlight */
.vertical-navigation a[data-role="admin"] {
    border: 2px solid rgb(255, 77, 77); /* Highlight admin links with a red border */
}

.vertical-navigation a[data-role="admin"]:hover {
    border-color: rgb(200, 50, 50); /* Darken border color on hover */
}
:is(.btn, .button, button, [type=submit], [type=button]) {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    outline: none;
    border-radius: var(--btn-brd-radius, 4px); /* Subtle rounding added */
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.2;
    cursor: pointer;
    transition: all .25s ease;
    color: var(--btn-color, #fff);
    border: var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, rgb(14, 42, 71));
    background-color: var(--btn-bgcolor, rgb(14, 42, 71));
    box-shadow: var(--btn-box-shadow, unset);
    text-transform: var(--btn-transform, uppercase);
    font-weight: var(--btn-font-weight, 600);
    font-family: var(--btn-font-family, inherit);
    font-style: var(--btn-font-style, unset);
    padding: var(--btn-padding, 5px 20px);
    min-height: var(--btn-height, 42px);
    font-size: var(--btn-font-size, 13px);
    width: 170px;
}
.refresh-button {
        display: block; /* Ensures it appears as a block under the iframe */
        margin-top: 10px; /* Adds spacing between the iframe and button */
        text-align: left; /* Aligns the button text to the left */
        background-color: rgba(14, 42, 71, 1); 
        color: white;
        border: none;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }

    .refresh-button:hover {
        color: #ccc; 
    }

    #iframe-container-1,
    #iframe-container-2 {
        margin-bottom: 20px; /* Adds spacing between each iframe-container */
    }
.billboard {
    width: 110%!important;
}
.wd-tabs-content-wrapper,
.wd-tab-content {
    overflow: visible !important;
}
.wd-project .wd-entities-title {
    font-size: 18px!important;
}
#wd-67779af96cd48 table {
    width: 100%; /* Ensure the table does not exceed the container width */
    word-wrap: break-word; /* Break long words within cells */
    table-layout: auto; /* Automatically adjust table column widths */
    border-collapse: collapse; /* Ensure clean table lines */
}

#wd-67779af96cd48 td, 
#wd-67779af96cd48 th {
    word-wrap: break-word; /* Wrap text inside cells */
    word-break: break-all; /* Break long strings */
    padding: 10px; /* Add some padding for readability */
    border: 1px solid #ddd; /* Optional: Add a border to the cells */
    text-align: left; /* Align text to the left */
}

#wd-67779af96cd48 {
    overflow-x: auto; /* Add horizontal scrolling if necessary */
}
.toggle-section {
    display: none !important;
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.toggle-section.active {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    margin: initial !important;
    padding: initial !important;
    overflow: visible !important;
}


/* Show the first section by default, if desired */
#Documents {
    display: block !important;
}
.drive-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gallery-item {
    width: calc(25% - 16px); /* 4 columns */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.gallery-item img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
    display: block;
}

.gallery-item p {
    word-wrap: break-word;      /* Allows the text to break within the box */
    overflow-wrap: break-word;  /* Ensures long words or strings without spaces break correctly */
    text-align: center;         /* Centers the text for a clean look */
    margin: 5px 0;              /* Adds spacing around the text */
    max-width: 100%;            /* Ensures the text stays within the item container */
    font-size: 14px;            /* Adjust font size as needed */
    color: #333;                /* Set color to make it readable */
}

.download-all-wrapper {
    margin-top: 30px; /* Add space above the "Download All" button */
}
.wd-tltp {
    display: none!important;
}
.campaign_heading {
font-size: 20pt;
}
.wd-project .portfolio-info {
    padding: 20px;
    min-height: 130px;
}
.media-gallery-page {
    display: flex;
}

.gallery-sidebar {
    width: 25%;
    padding-right: 20px;
}

.gallery-content {
    width: 75%;
}

.media-search-bar {
    margin-bottom: 20px;
}

.media-assets-grid {
    display: flex;
    flex-wrap: wrap;
}

.media-item {
    width: 30%;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.media-item img {
    max-width: 100%;
    height: auto;
}