/*!
Theme Name: Divide by Two Starter Theme
Theme URI: https://dividebytwo.pt
Author: Divide by Two
Author URI: https://dividebytwo.pt
Description: A starter theme for websites built by Divide by Two.


Features to add:
Under construction page


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {

}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {

}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {

}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.entry-footer{
	display: none;
}



/* GLOBAL STYLES DIVIDE BY TWO */


/* menu */

.header {
	position: fixed;
	top: 0;
	width: 100vw;
	height: auto;
	z-index: 1000;
}

.menu_container {
	  color: #fff; 
	  position: absolute;
	  right: 5vw;
	  top: 50px;
	  width: auto;
	  padding: 0 40px;
}

.menu_container a{
	margin: 15px 20px;
}

.toggle{
	position: absolute;
	  right: 3vw;
	  top: 62px;
	  width: 30px;
	  height: 21px;
	  cursor: pointer;
	  z-index: 10001;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  
	  display: none;
}


.toggle span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: white;
	transition: all 0.3s ease;
	transform-origin: center;
}

.toggle span:nth-child(1) {
	transform: translateY(0);
}

.toggle span:nth-child(2) {
	opacity: 1;
}

.toggle span:nth-child(3) {
	transform: translateY(0);
}

.toggle.active span{
	background-color: black;
}

/* Toggle Active State (X) */
.toggle.active span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}
.toggle.active span:nth-child(2) {
	opacity: 0;
}
.toggle.active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

/* Hamburger Overlay */
.hamburger_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hamburger_overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Hamburger Container */
.hamburger_container {
	position: absolute;
	top: 0;
	right: 0;
	width: 40vw;
	height: 100%;
	background-color: #fff;
	padding: 80px 40px 40px;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	overflow-y: auto;
	
	display: flex;     
	align-items: center; 
}

.hamburger_overlay.active .hamburger_container {
	transform: translateX(0);
}



/* ANIMATIONS: SCALE REVEAL */

.scale-reveal {
	overflow: hidden;
	transform-origin: center center;
	border-radius: 3em;
}

.scale-reveal video,
.scale-reveal img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* PRELOADER */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.hidden {
	opacity: 0;
	visibility: hidden;
}

.preloader-logo {
	position: relative;
	width: 600px;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader-logo img {
	width: 200px;
	height: auto;
	position: relative;
	z-index: 2;
}

.preloader-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	z-index: 1;
	display: none;
}

.preloader-circle-bg {
	fill: none;
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 2;
}

.preloader-circle-fill {
	fill: none;
	stroke: #ff0000;
	stroke-width: 2;
	stroke-dasharray: 283;
	stroke-dashoffset: 283;
	animation: fillCircle 2s ease-in-out infinite;
}

@keyframes fillCircle {
	0% {
		stroke-dashoffset: 283;
	}
	50% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: 283;
	}
}



/* -------- SLIDE ---------------*/
.slide_gallery .dbt-slide{
	width: 70%;
	height: 40vw;
	overflow: hidden;
	padding: 0 1%;
}
.slide_gallery .dbt-slide-image img{
	width: 100%;
	height: 40vw;
	object-fit: cover;
	object-position: center center;
}
.slide_gallery img{
	
}
.slide_gallery .dbt-slide .dbt-slide-inner{
	transform: scale(0.8);
	transition: transform 0.3s ease;
}
.slide_gallery .is-selected .dbt-slide-inner{
	transform: scale(1) !important;
	transition: transform 0.3s ease;
}
.slide_gallery .dbt-slide-inner{
	position: relative;
}
.slide_gallery .dbt-slide-caption{
	position: absolute;
	bottom: 10%;
}
.slide_gallery .dbt-slide-caption{
	width: 40%;
	text-align: left;
	color: white;
	padding-left: 5%;
}
.slide_gallery h1{
	line-height: 1em;
	margin: 0;
	font-size: clamp(26px, 3vw, 60px);
	font-weight: 300;
}
.slide_gallery p{
	margin: 0;
}
.slide_gallery .flickity-prev-next-button.previous{
	left: 10.5vw;
}
.slide_gallery .flickity-prev-next-button.next{
	right: 10.5vw;
}
.slide_gallery .flickity-button{
	background: none;
	color: #c8322a;
	transition: all ease-in-out 0.2s;
}
.slide_gallery .flickity-button:hover{
	background: none;
	color: #951912;
}

/* ANIMATION HELPER */

.line-mask {
	overflow: hidden;
	display: block;
}


[data-animate="reveal"],
[data-animate="fade-up"],
[data-animate="fade-in"],
[data-animate="slide-left"],
[data-animate="slide-right"],
[data-animate="zoom-in"],
[data-animate="blur-in"],
[data-animate="rotate-in"],
[data-animate="clip-up"] {
	opacity: 0;
}
















/* SITE CODE STARTS HERE */

/*
font-family: "Instrument Serif", serif;
font-family: "Inter", sans-serif;

*/


/* Force desktop version on all devices */
body {
	min-width: 1200px;
	overflow-x: auto;
}

/* Prevent mobile viewport scaling */
@media (max-width: 1199px) {
	body {
		width: 1200px;
		overflow-x: scroll;
	}
}


:root {
	--cream: #cbc1b7;
	--orange: #ff6700;
}

body{
	overflow-x: hidden;
}

*{
	//font-family: "Inter", sans-serif;
}

h1, h2, h3{
	font-family: "Instrument Serif", serif;
	font-weight: lighter !important;
}


/* HOME */

.home .entry-header{
	display: none;
}

.logo{
	width:auto;
	display:inline-block;
}

.logo img{
	width: 200px;
	margin-top: 20px;
	margin-left: 5vw;
}

.menu_container a{
	color: var(--cream);
}

.menu-dark .logo_black{
	display: block;
}

.menu-dark .logo_white{
	display: none;
}

.menu-light .logo_black{
	display: none;
}

.menu-light .logo_white{
	display: block;
}

.home_title{
	padding-top: 18vw;
	padding-left: 10vw;
}

.muse_top{
	position: absolute;
	bottom: 20vw;
	right: 0;
	width: 50vw;
	max-width: none;
}

.home_title h1, .home_title h1 span{
	font-family: "Instrument Serif", serif;
	color: var(--cream);
	font-size: 5vw;
	line-height: 1.1em;
}

.home_title h1 span{
	color: var(--orange);
	font-style: italic;
}


.scroll-indicator {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.scroll-indicator hr {
	width: 1px;
	height: 16vw;
	background-color: var(--cream);
	border: none;
	margin: 0;
	bottom: 20px;
	left: 10vw;
	position: absolute;
}

.scroll-indicator span {
	font-size: 11px;
	letter-spacing: 1px;
	color: var(--cream);
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	left: calc(10vw + 10px);
	bottom: 20px;
	
	position: absolute;
}


/* HOME SECTION 1 */


.home_section_two {
	  background-color: var(--cream);
	  position: relative;
	  min-height: 100vh;
	  padding: 8% 0 15% 0;
	  overflow: hidden;
	}
	
	.home_title_one h2{
	  font-size: clamp(3rem, 5vw, 5.5rem);
	  font-weight: 100;
	  color: white;
	  line-height: 1.15;
	  padding-left: 20vw;
	}
	
	.highlight-word {
		position: relative;
		display: inline-block;
	}
	
	.highlight-bg {
		position: absolute;
		inset: 0;
		background: var(--orange);
		z-index: 0;
		display: block;
	}
	
	.highlight-text {
		position: relative;
		z-index: 1;
		font-family: "Instrument Serif", serif;
		font-style: italic;
		font-weight: 400;
		color: white;
		padding: 0 8px;
	}
	
	
	
	.home_text{
		left: 40vw;
		padding-top: 5%;
		position: relative;
	}
	
	.home_text p {
	  font-size: 14px;
	  color: white;
	  line-height: 1.8;
	  max-width: 25vw;
	  margin-bottom: 30px;
	}
	
	.button {
	  display: inline-block;
	  border: 1.5px solid var(--orange);
	  color: white;
	  background: transparent;
	  border-radius: 999px;
	  padding: 10px 28px;
	  font-size: 12px;
	  text-transform: uppercase;
	  cursor: pointer;
	  transition: background 0.2s, color 0.2s;
	}
	
	.home_text .button{
		margin-top: 30px;
	}
	
	a.button{
		text-decoration: none;
		color: white;
	}
	
	.button:hover {
	  background: var(--orange);
	  color: white;
	}
	
	/* Images */
	.home_image_one {
	  position: absolute;
	  left: 5vw;
	  top: 22vw;
	  width: 30vw;
	  box-shadow: 0 8px 40px rgba(0,0,0,0.35);
	}
	
	.home_image_two {
	  position: absolute;
	  top: 16vw;
	  right: 18vw;
	  width: 13vw;
	  height: 13vw;
	  overflow: hidden;
	}
	
	.home_image_three {
	  position: absolute;
	  right: 10vw;
	  top: 32vw;
	  width: 17vw;
	  overflow: hidden;
	  box-shadow: 0 8px 40px rgba(0,0,0,0.35);
	}
	
	.home_image_one img,
	.home_image_two img,
	.home_image_three img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
	}
	

/* HOME SECTION 2 */

.slider_newin{
	min-height: 100vh;
	padding-bottom: 10%;
}

.slider_newin h2 {
	font-size: clamp(3rem, 6vw, 6rem);
	font-weight: 100;
	color: white;
	display: flex;
	align-items: center;
	gap: 0.4em;
	margin: 0;
}

.slider_newin h2 span {
	display: block;
	width: 120px;
	height: 2px;
	background-color: var(--orange);
	flex-shrink: 0;
}

.slider_newin h2 em,
.slider_newin h2 i {
	font-family: 'Instrument Serif', serif;
	font-style: italic;
	font-weight: 400;
}

.slider_newin{
	position: relative;
}

.slider_newin .button{
	position: absolute;
	right: 10%;
	margin-top: -4vw;
}

/* Footer */

#footer_muse{
	background-color: var(--orange);
	min-height: 45vw;
	position: relative;
	overflow: hidden;
}

.footer_img img{
	position: absolute;
	width: 55vw;
	height: auto;
	top:-5vw;
	left: -20vw;
	mix-blend-mode: screen;
	pointer-events: none;
}

#footer_bottom{
	width: 100%;
	padding: 2% 5% 1% 5%;
	position: absolute;
	bottom: 0;
	color: white;
	font-size:13px;
}

#footer_bottom a{
	color: white;
	text-decoration: none;
}

.musas_footer img{
	width: 120px;
	margin-top: -15px;
}

.assinatura img{
	width: 20px;
	margin-left: 5px;
	margin-bottom: 0;
}

.footer_txt{
	padding-left: 34vw;
}

.footer_txt h2{
	font-family: "Instrument Serif", serif;
	color: white;
	font-size: 3.5vw;
	line-height: 1.3em;
	margin-top: 13vw;
}

.footer_txt h2 span{
	font-family: "Instrument Serif", serif;
	color: black;
}

.footer_txt p{
	color: white;
	padding-right: 25vw;
	margin-top: 20px;
}


.footer_txt .button {
	border: 1px solid white;
	transition: background 0.3s ease;
}

.footer_txt .button:hover {
	background: rgba(0, 0, 0, 0.1);
}
/* CODAX */

.entry-header{
	display: none;
}

/* Codax Section Styles */

#codax_top {
	position: relative;
	min-height: 200vh;
}

#codax_logo {
	position: absolute;
	text-align: center;
	width: 40vw;
	top: calc(50vh - 5vw); /* Subtract half the width since it's likely square-ish */
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}

#codax_logo img {
	width: 100%;
	height: auto;
	display: block;
}

#codax_img_one, #codax_img_two, #codax_img_three, #codax_img_four{
	position: relative;
}

#codax_img_one{
padding-top: 90vh;
}

/* Parallax Images - randomly positioned behind logo */
#codax_img_one img {
	width: 35vw;
	left: 10vw;
	z-index: 1;
	position: relative;
}

#codax_img_two img {
	width: 20vw;
	left: 65vw; /* 100vw - 35vw - 8vw = 57vw */
	z-index: 2;
	position: relative;
}

#codax_img_three img {
	width: 35vw;
	left: 55vw;
	z-index: 1;
	position: relative;
}

#codax_img_four img {
	width: 20vw;
	left: 15vw; /* 100vw - 38vw - 12vw = 50vw */
	z-index: 2;
	position: relative;
	margin-top: -15vw;
}

#codax_img_five img {
	width: 15vw;
	left: 85vw; /* 100vw - 10vw = 90vw for right edge */
	z-index: 2;
	position: relative;
}

#codax_img_six img {
	width: 15vw;
	margin-top: 5vw;
	left: -2vw; /* Negative to crop on the left */
	z-index: 1;
	position: relative;
}

.page-id-101, .page-id-223, .page-id-221{
	background-image: url(https://dividebytwo.pt/maquetes/9musas/wp-content/uploads/2026/02/texture_bg.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.page-id-101 #secondary{
	display: none;
}


.prixsanprix_intro{
	text-align: center;
	padding-top: 10vw;
	padding-bottom: 10vw;
}

.prixsanprix_intro h1 {
	text-align: center;
	font-family: "Instrument Serif", serif;
	  color: var(--cream);
	  font-size: 5vw;
	  line-height: 1.1em;
	  font-style: italic;
	  padding-bottom: 3vw;
}

.col_one,
.col_two {
	width: 30vw;
	color: white;
	display: inline-block;
	vertical-align: top;
	text-align: left; /* Reset text alignment inside columns */
	
	font-size: 14px;
	font-weight: 200;
	  color: white;
	  line-height: 2;
	  margin-bottom: 30px;
}

.col_one {
	margin-right: 5vw;
}

.codax_bottom{
	position: relative;
}

.codax_bottom h2{
	text-align: center;
	font-family: "Instrument Serif", serif;
	  color: white;
	  font-size: 5vw;
	  line-height: 1.1em;
	  font-style: italic;
	  padding-bottom: 3vw;
}

#codax_bot_img_one img{
	width: 40vw;
	left: 10vw;
	top:20vw;
	z-index: 1;
	position: absolute;
}


#codax_bot_img_two img{
	width: 35vw;
	left: 65vw; 
	top:5vw;
	z-index: 2;
	position: absolute;
}


#codax_bot_img_three img{
	width: 38vw;
	left: 50vw; 
	top:30vw;
	z-index: 2;
	position: absolute;
}

.bottom_title{
	position: relative;
	width: 100vw;
	min-height: 90vh;
	text-align: center;
	z-index: 20;
	padding-top: 5vw;
	padding-bottom: 0vw;
	box-sizing: border-box;
}


.dbt-text-content{
	padding-right: 5vw;
	padding-left: 3vw;
	color: white;
}

.dbt-text-content p{
	color: white;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.8em;
}

.dbt-text-content h2{
	font-family: "Instrument Serif", serif;
	  color: white;
	  font-size: 4vw;
	  line-height: 1.1em;
	  font-style: italic;
	  padding-bottom: 20px;
}


a.slide-link{
	pointer-events: none;
}

#sobre_title{
	padding-top: 8vw;
	padding-bottom: 5vw;
	padding-left: 0;
	text-align: center;
}

.sobre_img img{
	width:75vw;
}

.quote_musas{
	text-align: center;
	padding: 5vw 0 3vw 0;
}

.quote_musas h2{
	color: var(--orange);
	font-size:20px;
}

.quote_musas h3{
	color: var(--orange);
	font-size:20px;
}


.quote_musas h2{
	color: var(--cream);
	font-size:clamp(20px, 3vw, 80px);
}

.quote_musas p{
	color: var(--cream);
	font-size:16px;
}

.txt_sobre{
	padding: 0 25vw 5vw 25vw;
}

.txt_sobre p{
	color: var(--cream);
	font-size: 14px;
	font-weight: 200;
	color: white;
	padding-bottom:30px;
}

.contactos{
	padding: 150px 15vw 5vw 15vw;
}

.contactos h1{
	font-size: clamp(20px, 3vw, 80px);
	color: var(--cream);
}

/* CONTACT FORM 7 STYLES */

.wpcf7 {
	max-width: 100%;
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wpcf7-form p {
	margin: 0;
	color: var(--cream);
}

/* Input and Textarea Fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select {
	width: 100%;
	padding: 14px 18px;
	background: rgba(203, 193, 183, 0.08);
	border: 1px solid rgba(203, 193, 183, 0.2);
	border-radius: 4px;
	color: var(--cream);
	font-size: 14px;
	font-family: "Inter", sans-serif;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: rgba(203, 193, 183, 0.5);
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	outline: none;
	border-color: var(--orange);
	background: rgba(203, 193, 183, 0.12);
}

/* Textarea specific */
.wpcf7-form textarea {
	min-height: 140px;
	resize: vertical;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
	display: inline-block;
	border: 1.5px solid var(--orange);
	color: white;
	background: transparent;
	border-radius: 999px;
	padding: 12px 32px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.5px;
	width: auto;
	align-self: flex-start;
}

.wpcf7-form input[type="submit"]:hover {
	background: var(--orange);
	color: white;
}

/* Validation Messages */
.wpcf7-not-valid-tip {
	color: var(--orange);
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

.wpcf7-response-output {
	border: 1px solid rgba(203, 193, 183, 0.3);
	padding: 15px 20px;
	margin: 20px 0 0 0;
	border-radius: 4px;
	font-size: 14px;
	color: var(--cream);
}

.wpcf7-validation-errors {
	border-color: var(--orange);
	background: rgba(255, 103, 0, 0.1);
	color: var(--cream);
}

.wpcf7-mail-sent-ok {
	border-color: #4CAF50;
	background: rgba(76, 175, 80, 0.1);
	color: var(--cream);
}

/* Checkbox and Radio Styles */
.wpcf7-form .wpcf7-list-item {
	margin: 0 0 10px 0;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
	width: auto;
	margin-right: 8px;
	accent-color: var(--orange);
}

.wpcf7-form .wpcf7-list-item-label {
	color: var(--cream);
	font-size: 14px;
}

/* Spinner (loading) */
.wpcf7-spinner {
	margin-left: 10px;
}

/* File Upload */
.wpcf7-form input[type="file"] {
	padding: 10px;
	color: var(--cream);
	font-size: 13px;
}

.wpcf7-form input[type="file"]::file-selector-button {
	padding: 8px 16px;
	background: rgba(203, 193, 183, 0.1);
	border: 1px solid rgba(203, 193, 183, 0.3);
	border-radius: 4px;
	color: var(--cream);
	cursor: pointer;
	margin-right: 10px;
	transition: all 0.3s ease;
}

.wpcf7-form input[type="file"]::file-selector-button:hover {
	background: rgba(203, 193, 183, 0.2);
	border-color: var(--orange);
}

.imagens_codax{
	padding-top:10vw;
}
.imagens_codax img {
    height: 28vw !important;
    width: auto;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; /* Aligns to top */
	text-align: center;
	transition: opacity 0.3s ease;
}

.imagens_codax img:hover {
    opacity: 0.7; /* Dims to 70% on hover */
}

.imagens_codax h3{
	font-family: "Instrument Serif", serif;
	  color: white;
	  font-size: 28px;
	  line-height: 1.3em;
	  margin-top: 13vw;
	text-align:center;
	padding-top:20px;
}

.page-id-221 #codax_logo{
	padding-top:0;
	padding-bottom:0;
}


.page-id-221 .prixsanprix_intro{
	padding-top:5%;
}

.page-id-221 #codax_img_one img{
	width:28vw;
}

.page-id-221 #codax_img_two img{
	width:28vw;
}

.page-id-221 #codax_img_three img{
	width:20vw;
}


.woocommerce-shop{
padding-top: 400px;
}