/*--------------------------------------------------------------
>>> general
----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'avenir next', 'sans-serif';
    letter-spacing: 4px;
}
h2 {
    clear: both;
    margin: 1rem 0;
    font-weight: 500;
}
.sbd-hidden {
    display: none;
    visibility: hidden;
}
body {
    background-color: #000;
}
p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h1:not(.site-title):before, h2:before {
    display:none;
}
a:focus {
    outline: none;
    outline-style: none;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
main#main {
    height: 75vh;
    overflow-x: auto;
    padding-bottom: 100px;
}
/*--------------------------------------------------------------
>>> header
----------------------------------------------------------------*/
.site-header {
    position: fixed;
}
.top-logo-wrapper {
    position: fixed;
    height: auto;
    width: 23%;
    left: 5%;
    padding: 11px 0;
}
.mobile-menu-toggle, .mobile-menu-wrapper {
    display: none;
}
.frontpage > .icons {
	    display: none;
	}
	
@media only screen and (max-height: 700px){
	body > .icons, img.icons{
		display: none;
	}
	.menu-menu-container {
    padding-top: 10%!important;
	}
}
@media only screen and (max-width: 900px){
	img.icons {
	    width: 80%!important;
	}
	body > .icons, img.icons {
	    width: 80%!important;
	}
	.mobile-hidden {
	    display: none;
	}
	.frontpage > .icons {
	    bottom: 41%;
	    display: block;
	}
.mobile-menu-toggle {
    display: block;
    color: #fff;
    right: 40;
    font-size: 25px;
    position: fixed;
    z-index: 1;
}
.mobile-menu-wrapper {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #febcd8;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.mobile-menu-wrapper .menu-item {
    width: 100%;
    padding: 20px;
}
.mobile-menu-wrapper #menu-menu-1 {
    padding: 0;
}
.menu-menu-container {
    padding-top: 50%;
}
.site-content {
    z-index: -1;
}
.top-menu-wrapper{
	display:none;
}
.top-logo-wrapper {
    display: block;
    height: auto;
    width: 240px;
    z-index: 1;
    position: fixed;
    padding: 0;
    padding-top: 16px;
    padding-left: 5%;
}
.site-content {
    top: 21%!important;
    right: 0!important;
    width: 100%!important;
    padding: 0 10%;
}
.frontpage {
    width: 100%!important;
    font-size: 13px!important;
}
.frontpage h2 {
    line-height: 29px;
}
footer {
    display: none;
}
.description {
    width: 100%!important;
}
body, #page {
    height: 1px;
}
.price .nav {
    padding: 5px 0;
}
.contact-form input {
    width: 80%!important;
    font-size: 20px!important;
    padding: 0px 1px 0 12px!important;
    margin-bottom: 38px;
}
main#main {
    overflow: scroll;
    height: 80%;
}
.site-content {
    position: absolute;
    height: 100%;
    margin-top: 0%;
}
}
img.icons {
    position: absolute;
    width: 40%;
    bottom: 20%;
    left: 5%;
    filter: invert(1);
}

/*--------------------------------------------------------------
>>> footer
----------------------------------------------------------------*/
.widget-column.footer-widget-1 {
    position: fixed;
    bottom: 1%;
    width: 100%;
    color: #fff;
    font-size: 11px;
    margin: auto!important;
    text-align: center;
}
aside.widget-area {
    margin: 0!important;
}
section#text-3 {
    width: 33%!important;
    text-align: left;
    right: 0!important;
    margin: 0;
    margin-right: 0px!important;
    position: absolute;
    bottom: 18px;
}
section#custom_html-3 {
    text-align: left;
    left: 5%;
    position: absolute;
    bottom: 5%;
}
.textwidget.custom-html-widget > a:first-of-type {
    padding-left: 10%;
    padding-right: 2%;
}
.textwidget.custom-html-widget > a {
    color: #fff;
    text-transform: capitalize;
}
.textwidget.custom-html-widget > a:hover {
    color: #8e8e8e;
}
/*--------------------------------------------------------------
>>> menu
----------------------------------------------------------------*/
.top-menu-wrapper {
    right: 0;
    position: fixed;
    list-style: none;
    width: 33%;
}
.menu-item {
    display: inline-block;
    font-size: 30px;
    padding-right: 10px;
}
.menu-item > a {
    color: #fff;
}
#menu-menu {
    padding-left: 0;
    margin: 0px;
}

/*--------------------------------------------------------------
>>> page content
----------------------------------------------------------------*/
.site-content {
    position: fixed;
    top: 25%;
    right: 0;
    width: 33%;
}
.frontpage {
    width: 24vw;
    font-size: 12px;
    color: #fff;
}
.full {
    font-size: 12px;
    color: #fff;
}
.nav > a {
    color: #fff;
}
.description {
    width: 24vw;
}
.nav h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.8;
    margin: 0;
    text-rendering: optimizeLegibility;
    letter-spacing: 0px;
    }

/*--------------------------------------------------------------
>>> Contact form
----------------------------------------------------------------*/
.contact-form {
    color: #fff;
}
.contact-form label {
    display: inline-flex;
    font-size: 12px;
}
.contact-form input {
    display: list-item;
    width: 10vw;
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 0px 1px 0 12px;
}
.contact-form br {
    display: none;
}
.contact-form ::after {
    width: 10px;
}
.contact-form textarea {
    background: none;
    border: none;
    height: 100px;
    width: 70%;
    color:#fff;
}
.wpcf7-form-control-wrap {
    width: 75%;
    right: 0;
}
/*--------------------------------------------------------------
>>> video background
----------------------------------------------------------------*/
body {
    overflow-x: hidden;
    font-family: 'avenir next', 'sans-serif';
    background-color:#febcd8;
}
#big-video {
    position: relative;
    /* background: #000; */
    overflow: hidden;
    height: 100vh;
    z-index: -1;
    opacity: 0.3;
}

#big-video .video {
    position: fixed;
    width: auto;
    height: auto;
    min-height: 105%;
    min-width: -webkit-fill-available;
    background-size: cover;
    z-index: 0;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
}

#big-video video {
    margin-left: -10%;
}
.main-menu-more {
    display: none;
}

#big-video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}