@media only screen and (max-width: 1550px) {
    #header nav.desktop-only {
        display:none !important;
    }
    #header nav.mobile-only {
        display:block !important;
    }
    #header {
        position: fixed;
        background-color: var(--white);
        z-index: 900;
        top: 0;
        left: 0;
        width: 100vw;
        height: 130px;
    }
    #header .logo-pepito {
        display:block !important;
        height: 125px;
        width: 100vw;
        background: transparent;
        z-index: 1100;
        position: absolute;
        top: 0;
    }
    #header .logo-pepito a {
        display:block;
        padding:25px 0;
    }
    #header .logo-pepito img {
        display:block;
        height:75px;
        width:auto;
        margin:auto;
    }
    #hamburger-container {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 25px;
        top: 50px;
        z-index: 1100;
    }
    #hamburger {
        display: block;
        border-top: 3px solid var(--navy);
        position: absolute;
        top: 18px;
        width: 100%;
        left: 0;
    }
    #hamburger::before {
        content:"";
        display: block;
        border-top: 3px solid var(--navy);
        position: absolute;
        top: calc(50% - 15px);
        width: 100%;
        left: 0;
    }
    #hamburger::after {
        content:"";
        display: block;
        border-top: 3px solid var(--navy);
        position: absolute;
        top: calc(50% + 10px);
        width: 100%;
        left: 0;
    }
    #hamburger.active {
        border-color:transparent;
    }
    #hamburger.active::before {
        top: 0px;
        transform: translate3d(0, -50%, 0) rotate(45deg);
        border-color:var(--white);
    }
    #hamburger.active::after {
        top: 0;
        transform: translate3d(0, -50%, 0) rotate(-45deg);
        border-color:var(--white);
    }
    #header .off-canvas-nav {
        background: var(--navy);
        color: var(--white);
        height: 100vh;
        width:100vw;
        position: fixed;
        top: 0;
        right: -100vw;
        padding: 150px 0 0 0;
        z-index: 1000;
        margin:0;
    }
    #header .off-canvas-nav div {
        display: block;
        padding: 10px 0;
        height: auto;
        margin: auto;
        text-align: center;
    }
    #header .socials {
        display: none;
    }

    #page-1-1 {
        height: 80vw;
        min-height: 850px;
    }
    #page-1-1 .home-header-bg {
        position: absolute;
        width: auto;
        max-width:100vw;
        height:auto;
        bottom:0;
        right:0;
    }
    #page-1-1 .text {
        top:100px;
    }
    #page-2-1,
    #page-3-1,
    #page-4-1,
    #page-5-1 {
        margin-top: 125px;
    }
}

@media only screen and (max-width: 600px) {
    .desktop-only {
        display:none !important;
    }
    .mobile-only {
        display:block !important;
    }
    .button {
        padding: 20px 50px;
    }
    #header {
        position: fixed;
        background-color: var(--white);
        z-index: 900;
        top: 0;
        left: 0;
        width: 100vw;
        height: 130px;
    }
    #header .logo-pepito {
        height: 125px;
        width: 100vw;
        background: var(--white);
        z-index: 1100;
        position: absolute;
        top: 0;
    }
    #header .logo-pepito a {
        display:block;
        padding:25px 0;
    }
    #header .logo-pepito img {
        display:block;
        height:75px;
        width:auto;
        margin:auto;
    }
    #hamburger-container {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 25px;
        top: 50px;
        z-index: 1100;
    }
    #hamburger {
    	display: block;
        border-top: 3px solid var(--navy);
        position: absolute;
        top: 18px;
        width: 100%;
        left: 0;
    }
    #hamburger::before {
    	content:"";
    	display: block;
    	border-top: 3px solid var(--navy);
    	position: absolute;
    	top: calc(50% - 15px);
    	width: 100%;
    	left: 0;
    }
    #hamburger::after {
    	content:"";
    	display: block;
    	border-top: 3px solid var(--navy);
    	position: absolute;
    	top: calc(50% + 10px);
    	width: 100%;
    	left: 0;
    }
    #hamburger.active {
    	border-color:transparent;
    }
    #hamburger.active::before {
    	top: 0px;
    	transform: translate3d(0, -50%, 0) rotate(45deg);
    }
    #hamburger.active::after {
    	top: 0;
    	transform: translate3d(0, -50%, 0) rotate(-45deg);
    }
    #header .off-canvas-nav {
        background: var(--navy);
        color: var(--white);
        height: 100vh;
        width:100vw;
        position: fixed;
        top: 0;
        right: -100vw;
        padding: 150px 0 0 0;
        z-index: 1000;
        margin:0;
    }
    #header .off-canvas-nav div {
        display: block;
        padding: 10px 0;
        height: auto;
        margin: auto;
        text-align: center;
    }
    .footer-container {
        flex-direction:column;
    }
    .footer-info {
        padding: 0;
    }
    .footer-right {
        display: inline-block;
        text-align: center;
        margin: auto;
        border-right: none;
        border-left: none;
        padding:50px 0;
    }
    .footer-right .socials a {
        padding: 10px 0 15px 0;
        display: inline-block;
    }

    /*          */
    /*          */
    /* sections */
    /*          */
    /*          */

    #page-2-1,
    #page-3-1,
    #page-4-1,
    #page-5-1 {
        height:auto;
    }

    /*          */
    /*   home   */
    /*          */

    #page-1-1 {
        min-height: 600px;
    }
    #page-1-1 h1 {
        font-size: 60px;
        line-height: 60px;
        margin: 65px auto 25px auto;
    }
    #page-1-1 .tagline {
        font-size: 30px;
        line-height: 30px;
    }
    #page-1-2 .bigtext {
        font-size: 24px;
        line-height: 32px;
    }
    #page-1-2 .smalltext {
        font-size: 18px;
        line-height: 20px;
    }
    #page-1-3,
    #page-3-2 {
        padding: 0 0 75px 0;
    }
    #page-1-3 video,
    #page-3-2 video {
        width:90vw;
        height:auto;
        margin:50px auto;
    }
    .instagram-flux-header {
        font-size: 20px;
    }
    .instagram-flux-container {
        margin: 0 0 -45px 0;
    }
    #page-2-1 {
        padding-top: 100px;
    }
    #page-2-1 .title-image,
    #page-3-1 .title-image,
    #page-4-1 .title-image,
    #page-5-1 .title-image {
        display:block;
        height:50px;
        max-width:90%;
        margin:75px auto 15px auto;
    }
    #page-2-1 .text,
    #page-3-1 .text,
    #page-4-1 .text,
    #page-5-1 .text {
        top: 0;
    }
    #page-2-1 .text div,
    #page-3-1 .text div,
    #page-4-1 .text div,
    #page-5-1 .text div {
        width: 75%;
        font-size:18px;
        line-height:22px;
        color:var(--white);
        margin:auto;
    }
    #page-2-2 .title {
        font-size:24px;
        line-height:32px;
    }
    #page-2-2 .title {
        font-size:18px;
        line-height:22px;
    }
    #page-2-3,
    #page-2-4,
    #page-2-5,
    #page-2-6 {
        text-align: center;
        padding: 75px 0 75px 0;
    }
    #page-2-3 .bigtext,
    #page-2-4 .bigtext,
    #page-2-5 .bigtext,
    #page-2-6 .bigtext {
        font-size:24px;
        line-height:30px;
    }

    #page-2-3 .smalltext,
    #page-2-4 .smalltext,
    #page-2-5 .smalltext,
    #page-2-6 .smalltext {
        font-size:18px;
        line-height:24px;
    }
    #page-2-6 {
        padding:150px 0 0 0;
        background-color:#F3EADD;
        background-image:none;
    }
    
    #wpsl-search-wrap .wpsl-select-wrap {
        width:100%;
    }
    #wpsl-search-wrap div label {
        width: 100%;
        text-align: left;
    }
    #wpcf7-f24435-o1 p,
    #wpcf7-f24435-o1 span,
    #wpcf7-f24435-o1 input,
    #wpcf7-f24435-o1 textarea {
        display: block;
        width: 95%;
        border: none;
        font-family: 'Lato', serif;
        font-size: 22px;
        margin: auto;
    }
    #page-5-2 .content {
        text-align:center;
    }
}



























