/*
Theme Name: jt-construction
Author: iuno.co
Version: 2024.04
*/

/*
Proxima Nova Thin
font-family: "proxima-nova", sans-serif;
font-weight: 100;
font-style: normal;
Proxima Nova Light
font-family: "proxima-nova", sans-serif;
font-weight: 300;
font-style: normal;
Proxima Nova Regular
font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
Proxima Nova Medium
font-family: "proxima-nova", sans-serif;
font-weight: 500;
font-style: normal;
Proxima Nova Bold
font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
*/ 

/* ROOT ==================================================== */
:root                                                                       {   --red: #dc3545;

                                                                                --white0: rgba(255,255,255,0);
																				--white50: rgba(255,255,255,0.5);
                                                                                --white: rgba(255,255,255,1);

                                                                                --black0: rgba(0,0,0,0);
																				--black50: rgba(0,0,0,0.5);
                                                                                --black: rgba(0,0,0,1); }

*                                                                           {   font-family: "proxima-nova", sans-serif; font-weight: 400; font-style: normal; }
.screen-reader-text                                                         {   display: none; }

*:focus, *:active, *:hover                                                  {   outline: none !important; }

body                                                                        {   position: relative; overflow-x: hidden; }

a:link, a:visited, a:active                                                 {   color: var(--black); }
a:hover, a:focus                                                            {   color: var(--black50); text-decoration: none; }

.jt-header                                                                  {   position: relative; width: calc(100vw - 2rem); margin: 0 auto; max-width: calc(100vw - 2rem); height: auto; }
.jt-body                                                                    {   position: relative; width: 100vw; margin: 0 auto; padding: 6rem 0 0 0; max-width: 100vw; height: auto; min-height: 100vh; }
@media (min-width: 992px) {
	.jt-body																{   padding: 0 0 0 20rem; }
}


.container                                                                  {   position: relative; margin: 0 auto; width: 100% !important; max-width: 100% !important; padding: 0; }
@media (min-width: 992px) {
	.container                                                              {   padding: 0 1rem; }
}

h1                                                                          {   font-size: 2.5rem; font-weight: 300; text-transform: uppercase; padding: 0 0 3rem 0; margin: 0; line-height: 1; }
h2                                                                          {   font-size: 2rem; font-weight: 300; padding: 0 0 1.5rem 0; margin: 0; line-height: 1; }
h3                                                                          {   font-size: 1.5rem; padding: 0; font-weight: 600; margin: 0; line-height: 1.4; }
h4                                                                          {   font-size: 1.2rem; padding: 0; font-weight: 600; margin: 0; line-height: 1.4; }
h5                                                                          {   font-size: 1.2rem; line-height: 1.4; margin: 0; }
h6                                                                          {   font-size: 1.2rem; line-height: 1.4; margin: 0; }

p                                                                           {   font-size: 1.2rem; padding: 0 1rem 0 0; margin: 0; }
ul                                                                          {   padding: 0 0 0 1.4rem; margin: 0 }
li                                                                          {   font-size: 1.2rem; }
em                                                                          {   font-size: 1.2rem; font-style: italic; }

header#sticky-header                                                        {   position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; background-color: var(--black);
                                                                                height: 6rem; transition: all .25s ease-in-out; display: block; }
header#sticky-header .jt-logo img											{   width: 4rem; height:4rem; }													{   display: none; }
@media (min-width: 992px) {
	header#sticky-header													{   display: none; }
}

.jt-logo																	{   display: inline-block; margin: 1rem 1rem 0 0; }
#side-navigation .jt-logo													{   margin: 0 2rem 2rem 0; }
.jt-logo img																{   width: 7rem; height:7rem; }

#side-navigation-show														{   display: block; position: relative; width: 4rem; margin: 1rem 0 0 1rem; padding: 0; z-index: +1; }
.modal-open #side-navigation-show											{   display: none; }
#side-navigation-hide														{   display: none; position: relative; width: 4rem; margin: 1rem 0 0 1rem; padding: 0; z-index: +1; }
.modal-open #side-navigation-hide											{   display: block; }

#side-navigation															{   position: fixed; display: block; width: 100%; top: 0; height: 100vh; left: 0; z-index: 800;
																				visibility: visible; transform: translateX(-100%); transition: all 0s linear;
																				background-color: var(--black); color: var(--white); }
#side-navigation.show														{   transform: translateX(0); }
#side-navigation .flex-menu													{   height: 100vh; }
#side-navigation ul															{   list-style: none outside none; padding: 2rem 0 0 0; margin: 0; }
#side-navigation ul li														{   margin: 0; text-align: right; }
#side-navigation ul li a													{   color: var(--white); display: block; line-height: 1.5; padding: 1rem 1rem; text-decoration: none; font-weight: 700; text-transform: uppercase; }
#side-navigation ul li a:hover												{   color: var(--white50); }

#screen-overlay																{   position: fixed; top: 0; left: 0; width: 0; height: 0; z-index: 900;
																				opacity: 0; visibility: hidden; transition: opacity .5s linear, visibility .5s ease-in;
																				background-color: var(--white50); }
#screen-overlay.show														{   width: 100%; opacity: 1; visibility: visible; }


@media (max-width: 900px) {
    #side-navigation														{   transition: all 0.25s ease-in-out; }
}
@media (min-width: 992px) {
    #side-navigation														{   width: 20rem; transform: translateX(0); }
	#side-navigation ul li a												{   padding: 0.5rem 2rem; }
}

@media (min-width: 1496px) {

}

#menu-imprint ul li a                                                       {   font-weight: 100 !important; }

figure																		{	margin: 0; padding: 0; }

.is-style-gallery-title														{	padding: 1rem; margin: 0; text-transform: uppercase; font-size: 1rem; line-height: 1; }
.is-style-max-width															{	max-width: 900px; }

.content-min-height  														{	top: 1rem; }
.content-min-height .kt-row-column-wrap 									{	min-height: calc(100vh - 2rem) !important; }