@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');

@font-face {
    font-family: Grotesk-Bold;
    src: url(../fonts/9f2b480.eot) format("embedded-opentype");
    src: url(../fonts/c498198.ttf) format("truetype");
}
@font-face {
    font-family: Grotesk-Light;
    src: url(../fonts/9cdb8af.eot) format("embedded-opentype");
    src: url(../fonts/48b05c9.ttf) format("truetype");
}
@font-face {
    font-family: Grotesk;
    src: url(../fonts/301ef4d.eot) format("embedded-opentype");
    src: url(../fonts/c452ec2.ttf) format("truetype");
}

/**
font-family: 'Space Mono', monospace;
*/
/*
HEADER
*/
body {
    background: #fff;
    color: #222326;
    font-family: 'Space Mono', monospace;
    font-style:normal;
    font-weight:400;
    font-size: 16px;
    line-height: 24px;
}

#page {
    position: relative;
}

.post, .page, .widget {
	margin: 0;
}

.admin-bar .fixed-top {
    top: 32px;
}

@media(max-width: 782px){
    .admin-bar .fixed-top {
        top: 46px;
    }
}

masthead{
    position: relative;
    z-index: 1020;
}

#navigation {
    background: #fff;
    background-image: url("../images/nav-bkg.jpg");
    background-repeat: repeat-x;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    height: 195px;
    transition: all .25s ease-in-out;
}

.home #navigation {
    opacity: 0;
    margin-top: -195px;
}

.headroom--unpinned #navigation {
    height: 0;
    padding: 0;
    margin-top: -195px;
}

.headroom--pinned #navigation {
    height: 195px;
    margin-top: 0;
    padding: 0;
    opacity: 1;
}

.home.headroom--unpinned  #navigation{
    height: 0;
    padding: 0;
}

.home.headroom--pinned  #navigation{
    height: 195px;
    padding: 0;
    opacity: 1;
}

.navbar-brand {
    background-image: url("../images/799-broadway-logo.png");
    background-size: contain;
    display: inline-block;
    height: 71px;
    margin-top: 27px;
    transition: all .25s ease-in-out;
    width: 200px;
}

@media(min-width: 576px){
    .navbar-brand {
        height: 98px;
        width: 278px;   
    }
}

.headroom--unpinned .navbar-brand {
    opacity: 0;
}

.headroom--pinned .navbar-brand {
    opacity: 1;
}

.navbar-collapse {
    margin-right: 25px;
}

@media(min-width:1200px){
    .navbar-collapse {
        width: auto;
        margin-right: 50px;
    }
}

.headroom--unpinned .navbar-collapse {
    height: 0;   
}

.menu-menu-1-container {
    background: #fff;
    height: 100%;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.headroom--unpinned .menu-menu-1-container {
    height: 0;
}

@media(min-width:992px){
    .menu-menu-1-container {
        background: transparent;
        padding-top: 0;
        height: auto;
        width: auto;
    }
}

#mobile-menu.mobile-menu {
    height: 0;
    margin-top: -1000px;
    transition: all 1s ease-in-out;
    opacity: 0;
}

#mobile-menu {
    height: 100%;
    left: 0;
    position: absolute; 
    opacity: 1;
    top: 0;
    transition: all 1s ease-in-out;
    width: 100%;
    z-index: 1010;
}
@media(min-width: 992px){
    #mobile-menu {
    display:none;
}
}


#navbarSupportedContent {
    justify-content: flex-end;
    width: auto;
}

ul.navbar-nav {
    display: block;
    min-height: 16px;
    margin: 0;
    padding-top: 40px;
    transition: all .25s ease-in-out;
    text-align: center;
}

.headroom--unpinned ul.navbar-nav {
    margin-top: -1000px;  
}

.navbar-expand-lg .navbar-nav {
	flex-direction: column;
}

@media(min-width: 992px){
    ul.navbar-nav {
        display: flex;
        margin-top: 27px;
        padding-top: 0;
        transition: none;
        text-align:right;
    }
    
    .headroom--unpinned ul.navbar-nav {
        margin-top: -195px;
    }
    
    ul.navbar-nav li:nth-child(1){
        padding-right: 50px;
    }
    
    ul.navbar-nav li:nth-child(3){
        padding-right: 20px;
    }
    
    ul.navbar-nav li:nth-child(5){
        padding-right: 50px;
    }
    
    ul.navbar-nav li:nth-child(7){
        padding-right: 20px;
    }
}

.menu-item {
    padding-bottom: 40px;
}

@media(min-width: 992px){
    .menu-item {
        padding-bottom: 0;
    }
    
    .menu-item:last-child {
        padding-right: 0;
    }
}

.menu-item a {
    color: #191717;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    padding: 0;
    position: relative;
    transition: color .25s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
}

@media(min-width:992px){
    
    .navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0;
	    padding-left: 0;
    }
    
     .menu-item a {
        font-size: 14px;
        padding-bottom: 10px;
    }
    
    .menu-item a {
        line-height: 14px !important;
    }
}

.menu-item a:hover, .menu-item a:active, .menu-item a:focus, .current_page_item a{
    color: #FA3594; 
}


.current_page_item a, .single-portfolio .portfolio a, .current_page_item a:active, .single-portfolio .portfolio a:active, .current_page_item a:focus, .single-portfolio .portfolio a:focus{
    color: #FA3594;
    font-weight: 700;
}

.home .current_page_item a {
    color: #191717;
}

.home .current_page_item a:hover,.home .current_page_item a:active,.home .current_page_item a:focus {
    color: #FA3594;
}

/*toggle*/
.navbar-toggler {
	padding: 0;
    position: absolute;
    right:20px;
    transition: all .25s ease-in-out;
}

.headroom--unpinned .navbar-toggler {
    opacity: 0;   
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #191717;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
	background-color: #191717;
}

/*page*/
#primary {
    margin-top: 195px;
}

#hero img {
    max-width: none;
    width: 100%;
}

#intro {
    background: #fff;
    font-size: 19px;
    line-height: 28px;
    padding: 60px 0;
}

.intro-1 img {
    height: 100%;
    max-width: none;
    width: 100%;
    
}

h1 {
    color: #FB3D9E;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 30px;
    text-transform: uppercase;
}

.sub-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
}

#bottom-nav {
    padding: 40px 0;
}

.explore {
    width: 100%;
    text-align: right;
}

.explore a {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #222326;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 100px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}

.explore a:hover {
    opacity: .75;
}

.button, .button:visited, .button:focus, .button:active {
	background: #FB3D9E;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
    margin: 0 20px;
	opacity: 1;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
	width: auto;
}

.button:hover {
    color: #fff;
    opacity: .75;
}

#panarama {
    background: #F1F1F2;
    padding-top: 40px;
}

#panarama h2 {
    background-image: url("../images/panarama.png");
    background-repeat: no-repeat;
    font-family: Grotesk-Bold;
    font-size: 30px;
    margin: 0;
    padding: 7px 0 30px 80px;
}

/*
FOOTER
*/

#footer-top {
    background: #e8e9e9;
    font-weight: 700;
    padding: 50px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
}

.footer-top-2 {
    padding-top: 20px;
}

@media(min-width: 1200px){
    .footer-top-2 {
        padding-top: 0;
    }
}

#footer-top .button {
    width: 200px;
}

#footer-top .button, #footer-top span{
    clear: both;
    display: inline-block;
    float: left;
    margin: 0;
    margin-bottom: 20px;
}

@media(min-width: 768px){
    #footer-top .button, #footer-top span{
        clear: none;
    }
    
    #footer-top .button {
        margin: 0 20px;    
    }
    
    #footer-top span{
        margin-top: 10px;   
    }
}

@media(min-width: 1200px) and (max-width: 1400px){
    #footer-top .button-floor {
        /*margin-top: 20px;*/
    }
}

#footer-top .button-long {
    width: 300px;
}

#colophon {
    background: #222326;
    color: #fff;
    line-height: 17px;
    min-height: 200px;
    padding: 50px 0;
}

#colophon h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer-2 img {
    margin-top: 25px;   
}

#footer-3 {
    float: left;
    padding-top: 38px;
}

#footer-4, #footer-5, #footer-6, #footer-7 {
    float: left;
    padding-top: 38px;
}

#footer-7 {
    padding-bottom: 28px;
}

@media(min-width: 576px){
    #footer-4 {
        padding-top: 78px;
    }
    
}

@media(min-width: 992px){
    #footer-5, #footer-6 {
        padding-top: 78px;   
    }
}

@media(min-width: 1200px){
    #footer-3 {
        padding-top: 0;
    }
    
    #footer-4, #footer-5, #footer-6,#footer-7 {
        padding-top: 38px;
    }
}

#footer-3, #footer-4, #footer-5 {
    padding-right: 40px;
    clear:both;
}

#footer-6,#footer-7 {
    clear: both;   
}

@media(min-width: 576px){
    #footer-3, #footer-4, #footer-6 {
        clear:none;
    }
}

@media(min-width: 992px){
    #footer-5 {
        clear: none;
    }
}

#colophon .name {
    font-family: Grotesk-Bold,Arial, sans-serif;
    font-size: 14px;
}

#colophon .phone, #colophon .email {
    font-family: Grotesk-Bold,Arial, sans-serif;
    font-size: 12px;
}

#colophon a{
    color: #fff;
    text-decoration: none;
}

.copyright {
    font-family: Grotesk-Bold,Arial, sans-serif;
    font-size: 12px;
    padding-top: 20px;
}

@media(min-width: 1200px){
    .copyright {
        text-align: center;
    }
}

/*
VIDEO
*/
.video-wrapper {
	/*width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: relative;
	z-index: 2;*/
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*height: 0;*/
    max-width: 100%;
}

.video-wrapper iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

.video-wrapper video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.fade-content-in, .face-content-in-1,.face-content-in-2, .fade-content-in-3,.face-content-in-4,.face-content-in-5 {
	opacity: 0;
}

/*modal*/
.modal-dialog {
	max-width: 90%;   
	margin: 1.75rem auto;
}

.modal-content {
	background-color: transparent;
    border: none;
}

.modal-header {
	border-bottom: none;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}

button {
    -webkit-appearance: none;
}
