.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-744 .elementor-element.elementor-element-744{font-family:"Untitled Sans", Sans-serif;font-size:1em;line-height:1.75em;letter-spacing:0.1px;color:#000000;}@media(max-width:1067px){.elementor-744 .elementor-element.elementor-element-744{font-size:1em;}}@media(max-width:767px){.elementor-744 .elementor-element.elementor-element-744{font-size:1em;}}/* Start custom CSS */.red-text {
    color: #BD4029 !important;
}

/* FULLSCREEN NAV */

#navigation-wrapper {
	height: 100vh;
	width: 100vw;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 99;
 }
#navigation-content {
	display: block;
	height: 100%;
  	height: 100vh;
  	width: 100%;
  	margin: 0 auto;
  	position: relative;
 }
 /*.artist-wrapper {
	 top: 47%;
	 width: 93%;
	 left: 3.5%;
	 position: absolute;
	 transform: translateY(-50%);
 }*/
#img-container {
  position: fixed;
  position: absolute;
  /*width:100%;
  height:100%;*/
  /*right: 0px;*/
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
#img-container img, #img-container video {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 750ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  /*background-position: center center;*/
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
#img-container video {
  	/*z-index: 20000;*/
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#img-container img.show, #img-container video.show {
  z-index: -1;
  opacity: 1;
}







#navigation-content h1,
ul.case-study-list {
    text-align: left !important;
    font-family: "Tiempos Fine", Sans-serif;
    font-size: 3vw;
    line-height: 1.2em;
    margin-left: 0px;
}
ul.case-study-list {
    margin-left: 100px;
    width: calc(100% - 300px);
}
#navigation-content h1 {
    color: #BD4029;
    margin-top: 95px;
    margin-left: 100px;
}
.case-study-list li {
    display: inline-block;
    padding: 0;
    position: relative;
    box-sizing: border-box;
	margin-bottom: 0em;
	text-align: left;
}
.case-study-list li:nth-child(even){
    font-style: italic;
} 
.case-study-list li a {
	color: #000;
	padding: 0 0.17em 0 0;
	max-height: 100%;
	position: relative;
	box-sizing: border-box;
} 
.case-study-list li a:hover {
	color: #fff;
	padding: 0 0.17em 0 0;
	cursor: pointer;
	text-shadow: 0 1px 30px rgba(0,0,0,0.15);
} 
.case-study-list li a.blacklink:hover {
	color: #000;
}
.case-study-list li a.redlink:hover {
	color: #BD4029;
} 

.case-study-list li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -4px;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #BD4029;
  transition: all ease 1s;
  width: 0;
}
.case-study-list li a:hover:after {
  width: 100%;
  left: 0;
}




@media (max-width: 960px) {

	.sfm-navicon-button::after {
    content: none;
    display: none;
    opacity: 0;
	}
	#navigation-wrapper {
		overflow: scroll;
		padding-bottom: 100px;
	}
	.case-study-list {
		width:
	}
	.case-study-list li {
    display: block;
    position: relative;
    font-size: 7.15vw;
	line-height: 1.11;
	padding: 1px;
	margin-bottom: 0.1em;
	}
	.case-study-list li::after {
    display: none;
	}
	#navigation-content {
	display: block;
  	min-height: 100%;
  	min-height: 100vh;
  	margin: 0 auto;
  	position: relative;
  	top: 0px;
  	transform: none;
  	width: 100%;
 	}
 	.artist-wrapper {
  	top: 15%;
	width: 100%;
	left: 0%;
	height: auto;
	position: relative;
	transform: none;
	display: block;
	}
}

/*.dot-button {
  background-color: red;
  height: 100vh;
  width: 100vw;
  clip-path: circle(22px at calc(100% - 22px - 100px) calc(91px + 22px));
  -webkit-clip-path: circle(22px at calc(100% - 22px - 100px) calc(91px + 22px));
  z-index: 5;
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  transition: all ease 0.3s;
}
.dot-button:hover {
  background-color: red;
  height: 100vh;
  width: 100vw;
  clip-path: circle(22px at calc(100% - 22px - 100px) calc(91px + 22px));
  -webkit-clip-path: circle(22px at calc(100% - 22px - 100px) calc(91px + 22px));
  z-index: 5;
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  transition: all ease 0.3s;

  transform: scale(1.12);
}*/
/*.dot-button:hover {
  background-color: #BD4029;
  height: 100vh;
  width: 100vw;
  -webkit-clip-path: circle(28px at calc(100% - 28px - 100px) calc(91px + 28px));
  clip-path: circle(28px at calc(100% - 28px - 100px) calc(91px + 28px));
  z-index: 5;
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  cursor: pointer;
}*/
/*.dot-button.open {
  background-color: transparent;
  border: 1px solid transparent;
  height: 50px;
  width: 50px;
  z-index: 4;
  position: fixed;
  box-sizing: border-box;
  border-radius: 50%;
  top: 88px;
  right: 97px;
}*/

.dot-button {
  background-color: #BD4029;
  border: 2px solid transparent;
  height: 44px;
  width: 44px;
  z-index: 4;
  position: fixed;
  box-sizing: border-box;
  border-radius: 50%;
  top: 91px;
  right: 99px;
  transition: all ease 0.3s;
}
.dot-button:hover {
  transition: all ease 0.3s;
  transform: scale(1.13);
  cursor: pointer;
}
.dot-button.close {
  background-color: transparent;
  border: 2px solid #BD4029;
  height: 44px;
  width: 44px;
  z-index: 4;
  position: fixed;
  box-sizing: border-box;
  border-radius: 50%;
  top: 91px;
  right: 99px;
  transition-delay: 1s;
  transition: all ease 1s;
}
.dot-button.close::before, .dot-button.close::after {
  content: "";
  width: 0px;
  height: 32px;
  border: 1px solid #BD4029;
  z-index: 6;
  position: absolute;
  box-sizing: border-box;

  top: 4px;
  left: 19px;
  transform: rotate(45deg);
  pointer-events: none !important;
}
.dot-button.close::after {
  transform: rotate(135deg);
}
.fullscreen-nav .hide {
  opacity: 0;
  transition: all ease 0.3s;
}
.hide {
  opacity: 0;
  transition: all ease 0.3s;
}
.hoverhide {
  opacity: 0 !important;
  transition: all ease 0.3s;
}
.fullscreen-nav .show {
  opacity: 1;
  transition: all ease 1s;
  transition-delay: 0.7s;
}
.dot {
  background-color: #BD4029;
  height: 100vh;
  width: 100vw;
  -webkit-clip-path: circle(22px at calc(100% - 22px - 99px) calc(91px + 22px));
  clip-path: circle(22px at calc(100% - 22px - 99px) calc(91px + 22px));
  z-index: 1;
  pointer-events: none !important;
  /*display: flex;*/
  position: fixed;
  top: 0px;
}
.transform, .close {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.transform-active {
  background-color: #000000;
  height: 100vh;
  width: 100vw;
  -webkit-clip-path: circle(120vw at calc(100% - 22px - 99px) calc(91px + 22px));
  clip-path: circle(120vw at calc(100% - 22px - 99px) calc(91px + 22px));
}


.home-footer h2{
    font-family: "Tiempos Text", sans-serif;
    font-weight: normal;
    color: #BD4029;
    margin-bottom: 30px;
    font-size: 32px;
}
.home-footer a{
    font-family: "Untitled Sans", sans-serif;
    font-weight: normal;
    color: #000;
    margin-right: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #BD4029;
    font-size: 22px;
    letter-spacing: 0.01em;
}
.home-footer a:hover{
    color: #BD4029;
    transition: all ease 0.4s;
}

.home-footer a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.home-footer a:hover:before {
  visibility: visible;
  width: auto;
}

.case-study-description-container {
    position: absolute; 
    bottom: 170px; 
    left: 100px; 
    font-family: "Untitled Sans", sans-serif; 
    font-size: 32px;
    line-height: 1em
}
.case-study-description-container {
    position: absolute; 
    top: 125px; 
    left: 100px; 
    font-family: "Untitled Sans", sans-serif; 
    font-size: 32px;
    pointer-events: none;
    width: 100%;
}

/*.case-study-description-container::after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 70vh;
    background: linear-gradient(rgba(233,205,203,0), rgba(233,205,203,0.5));
    bottom: 0px;
    left: 0px;
    z-index: -1;
}*/

.case-study-description-container p {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    color: #fff;
    text-shadow: 0 0px 20px rgba(0,0,0,0.25);
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    
}

.case-study-description-container p.show {
  /*z-index: -1;*/
  
  opacity: 1;
  transition: all ease 0.6s;
  transition-delay: 0.4s;
}

.page-scroll-indicator {

  width: 100%;

  height: 4px;

  background: transparent;
  position: fixed;
  top: 0px;

}

 

.progress {

  width: 0%;

  height: 4px;

  background: #BD4029;

}/* End custom CSS */