*{
    margin: 0;
    padding: 0;
}

/* custom fonts */
@font-face {
    font-family: 'proxima_novablack';
    src: url('mark_simonson__proxima_nova_black-webfont.woff2') format('woff2'),
         url('mark_simonson__proxima_nova_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('mark_simonson__proxima_nova_bold-webfont.woff2') format('woff2'),
         url('mark_simonson__proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('mark_simonson__proxima_nova_extrabold-webfont.woff2') format('woff2'),
         url('mark_simonson__proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('mark_simonson__proxima_nova_regular-webfont.woff2') format('woff2'),
         url('mark_simonson__proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('mark_simonson__proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('mark_simonson__proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: "proxima_novaregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
}
h2{
    margin: 1em 0 .5em;
}
h2, h3{
    color: rgba(26,26,26,.9);
    font-family: 'proxima_novabold';
}
a, a:hover{
    color: #3d9991;
    text-decoration: none;
}
hr{
    border-style: none;
    border-width: 0;
    margin: 32px 0;
    color: rgba(26, 26, 26, .15);
    background-color: rgba(26, 26, 26, .15);
    height: 1px;
}
.pt-17{
    padding-top: 17px;
}
.pb-17{
    padding-bottom: 17px;
}
.pl-17{
    padding-left: 17px;
}
.pr-17{
    padding-right: 17px;
}
.orange-button-style1{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background-color: #ffa385;
    border-color: #ffa385;
    transition: .1s opacity linear;
    padding: 21px 34px;
    text-decoration: none !important;
    margin-top: 21px !important;
    display: inline-block;
    line-height: 1.4em;
}
.orange-button-style1:hover{
    color: #000;
    opacity: .8;
    text-decoration: none !important;
}
.pagebuilder-button-primary{
    font-size: 15px !important;
    font-weight: 600 !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    color: #000 !important;
    background-color: #ffa385 !important;
    border-color: #ffa385 !important;
    transition: .1s opacity linear;
    padding: 21px 34px !important;
    text-decoration: none !important;
    margin-top: 21px !important;
    display: inline-block !important;
    line-height: 1.4em !important;
    border-radius: 0px !important;
}
.pagebuilder-button-primary:hover{
    color: #000;
    opacity: .8;
    text-decoration: none !important;
}
.black-button-style1{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    transition: .1s opacity linear;
    padding: 21px 43px;
    text-decoration: none !important;
    margin-top: 21px !important;
    display: inline-block;
    line-height: 1.2em;
    border-radius: 0px;
}
.black-button-style1:hover{
    color: #fff;
    opacity: .8;
    text-decoration: none !important;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
.align-button-center{
    margin: auto;
}
.breadcrumbs{
    display: none;
}
strong{
    font-family: 'proxima_novabold';
}
ul{
    margin-left: 34px;
}
.text-center{
    text-align: center;
}
.image-custom-size img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
}
.custom-row{
    display: flex;
}
.custom-col-5{
    width: 41.6667%;
}
.custom-col-6{
    width: 50%;
}
.custom-col-7{
    width: 58.3333%;
}
@media only screen and (max-width: 640px){
    .pl-17, .pr-17{
        padding: 0px;
    }
    hr{
        margin: 10px 0px;
    }
    .custom-row{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .custom-col-5, .custom-col-6, .custom-col-7{
        width: 100%;
    }
}
/* custom header */
.top-bar{
    padding: 5px;
    background-color: #ffa385;
}
.top-bar p{
    margin-bottom: 0px;
    font-family: 'proxima_novabold';
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.custom-header{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/Yosemite_Bum_Resole_Process_39.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
}
nav{
    width: 100%;
    position: absolute;
    /*top: 20px;*/
    z-index: 1;
    padding: 20px 0;
}
nav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0px;
}
nav ul li{
    list-style: none;
    position: relative;
}
nav ul li ul{
    display: none;
    position: absolute;
    left: 0px;
    background-color: #212121;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform .14s 0s ease-in-out;
    width: auto;
    text-align: left;
    padding: .8em 0;
}
nav ul li ul li{
    margin: 0px !important;
    white-space: nowrap;
    line-height: 1.4em;
}
nav ul li:hover ul{
    display: block;
    transform: scale(1, 1);
}
nav ul li ul li a{
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #fff !important;
    padding: .5em 1.5em;
    display: block;
}
nav ul li ul li a:hover{
    color: #ffa385 !important;
}
nav ul li:first-child{
    margin-right: auto;
    margin-left: 20px;
}
nav ul li:last-child{
    margin-right: 20px;
}
nav ul li.contact-menu-btn{
    margin-right: 20px;
}
nav ul li:first-child .logo{
    margin: 0px;
}
nav ul li:first-child .logo img{
    max-height: 100px;
}
nav ul li a{
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    padding: .75em 1em;
    color: #fff;
    transition: color .1s 0s ease-in-out;
}
nav ul li a:visited{
    color: #fff;
}
nav ul li a:hover{
    color: #ffa385;
    text-decoration: none;
}
nav ul li:hover a{
    color: #ffa385;
}
.border-button-orange{
    border: 2px solid #ffa385;
    color: #ffa385;
    border-radius: 3px;
    margin-left:1em;
    transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
}
.border-button-orange:hover{
    background-color: #ffa385;
    color: black;
}
.custom-header h1{
    font-size: 68px;
    text-transform: capitalize;
    line-height: 1em;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.custom-header-overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    z-index: 0;
}
.banner-overlay{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.nav-sections{
    display: none;
}
.header-banner svg{
    fill: #fff;
}
.sidebar-menu{
    position: fixed;
    top: 0; 
    right: 0;
    height: 100vh;
    width: 189px;
    background: #212121;
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-transition: height 0s .14s linear, visibility 0s 0s linear;
    -moz-transition: height 0s .14s linear, visibility 0s 0s linear;
    -ms-transition: height 0s .14s linear, visibility 0s 0s linear;
    -o-transition: height 0s .14s linear, visibility 0s 0s linear;
    transition: height 0s .14s linear, visibility 0s 0s linear;
    padding: 24px 36px 72px;
    z-index: 1;
}
.sidebar-menu li{
    width: 100%;
}
.sidebar-menu a{
    width: 100%;
}
.menu-button{
    display: none;
}
.close-mobile-menu{
    position: absolute;
    margin: 0;
    left: -60px;
    top: 51px;
}
.custom-logo img{
    max-height: 100px;
}
@media(max-width: 1055px){
    
    .hide-for-mobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
    nav ul li:hover ul{
        position: relative;
        padding-top: 10px;
        padding-bottom: 0px;
    }
}
@media(max-width: 576px){
    .custom-logo img{
        max-height: 50px !important;
    }
}

/* custom header ends here */ 

/* custom main page */
.page-main{
    margin: auto;
    max-width: 1020px !important;
    padding: 96px 32px !important;
}
.section-title{
    text-align: center;
}
.section-title h2{
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 0px;
}
.section-title h3{
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: none;
    line-height: 1.2em;
}
.custom-page-content h2{
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 0px;
}
.custom-page-content h3{
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #4a4a4a;
}
@media only screen and (max-width: 640px){
    .page-main{
        padding: 60px 17px !important;
    }
    .section-title h2{
        margin-bottom: 0px;
    }
}
/* custom main page ends here */

/* custom home page instagram gallery */
.homepage-featured-products{
    display: flex;
}
.homepage-featured-item{
    display: inline-grid;
}
.homepage-featured-item h2{
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 0px;
}
.instagram-gallery{
    padding-top: 17px;
}
.instagram-gallery-cards{
    display: flex;
}
.instagram-gallery-item{
    min-height: 224px;
    flex: auto;
    margin: 10px;
    max-width: 224px;
}
.instagram-gallery-item:first-child{
    margin-left: 0px;
}
.instagram-gallery-item:last-child{
    margin-right: 0px;
}
.instagram-gallery-item img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-height: 224px;
}
@media only screen and (max-width: 640px){
    .homepage-featured-products{
        display: block;
    }
    .homepage-featured-item.pl-17{
        padding-left: 0px;
    }
    .instagram-gallery-cards{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .instagram-gallery-item{
        max-width: 49%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0px;
    }
}
/* custom home page instagram gallery ends here */

/* custom faq page */
.faq h2{
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 0px;
}
.faq ul{
    list-style: none;
    margin: 0px;
}
.faq-q{
    font-family: 'proxima_novabold';
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #4a4a4a;
    position: relative;
    padding-left: 20px;
    margin-bottom: 17px;
}
.faq-q:hover{
    cursor: pointer;
}
.faq-q::before{
    content: '+';
    font-family: 'proxima_novabold';
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2em;
    color: #4a4a4a;
    position: absolute;
    left: 0px;
}
.faq-a{
    display: none;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
    margin-bottom: 20px;
}
/* custom faq page ends here */

/* contact us page */
.contact-form-address p{
    line-height: 45px;
}
.custom-contact-form h3{
    font-family: 'proxima_novabold';
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #4a4a4a;
}
.custom-contact-form form{
    width: 100% !important;
    float: none !important;
}
.custom-contact-form fieldset{
    margin-bottom: 0px;
}
.custom-contact-form input{
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    color: #000;
    height: 46px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.custom-contact-form label{
    font-family: 'proxima_novabold';
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
}
/* contact us page ends here */

/* services page */
.services-columns{
    display: flex;
}
.services-col-1{
    width: 33.3333%;
}
.services-col-2{
    width: 66.6667%;
}
.services-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-meta h3, .services-price, .services-offer h3, .services-section-2 h3{
    font-family: 'proxima_novabold';
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: rgba(26,26,26,.9);
    margin-top: 2rem;
    margin-bottom: 1rem;

}
@media only screen and (max-width: 640px){
    .services-columns{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .services-col-1, .services-col-2{
        width: 100%;
    }
    .services-meta{
        flex-wrap: wrap;
    }
    .services-meta h3, .services-price, .services-offer h3, .services-section-2 h3{
        margin-top: 10px;
        margin-bottom: 12px;
    }
}
/* services page ends here */


/* custom footer */
.page-footer{
    margin-top: 0px !important;
}
.page-bottom{
    width: 100% !important;
    /* margin: 0; */
    max-width: 100% !important;
    padding: 0 !important;

}
.footer-top{
    background-color: #333;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}
.footer-social-icons{
    text-align: center;
}
.footer-social-icons a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    color: rgba(255,255,255,.7);
    border: 1px solid rgba(255,255,255,.7);
    line-height: 39px;
    margin: 0 4px;
}
.footer-social-icons a:hover{
    background-color: #fff;
    color: #000;
}
.footer-container{
    background-color: #1f1f1f;
}
.page-footer{
    padding-bottom: 0px !important;
}
.footer-container .custom-footer{
    max-width: 1020px;
    margin: 0 auto;
    padding: 64px 32px;
}
.footer-menu{
    padding: 0 0 1.5em;
}
.footer-menu ul{
    list-style: none;
    text-align: center;
    margin-left: 0px;
}
.footer-menu ul li{
    display: inline-block;
}
.footer-menu ul li a{
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.25em;
    color: #fff;
    border: none;
    padding: .75em 1em;
    transition: color .1s 0s ease-in-out;
}
.footer-menu ul li a:hover{
    color: #ffa385;
}
.footer-newsletter{
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.footer-newsletter h4{
    color: #fff;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: bold;
    margin: 17px 0;
    text-align: center;
}
.newsletter-form{
    max-width: 906px;
    margin: 0 auto;
    padding: 0 0 12px 0;
}
.newsletter-form form{
    display: flex;
    margin: 12px 0;
}
.newsletter-form form input{
    background-color: #fff;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, .12);
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    outline: none;
    height: 54px;
    margin: 6px 3px;
}
.newsletter-form button{
    color: #fff;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d !important;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    padding: 1em 2.5em;
    height: 54px;
    margin: 6px 3px;
    border-radius: 0px;
    transition: .1s opacity linear;
}
.newsletter-form button:hover{
    opacity: .8;
}
.newsletter-form p{
    color: #fff;
    text-align: center;
    opacity: .8;
    margin: 17px 0;
    padding: 0;
    font-size: 12px !important;
    line-height: normal;
}
.footer-address{
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.footer-address h3{
    color: rgba(255,255,255,.4);
    margin-top: 0px;
    margin-bottom: .5em;
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1.2em;
}
.footer-address p{
    color: rgba(255,255,255,.4);
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: none;
    line-height: 1.2em;
}
.footer-address p a{
    color: rgba(255,255,255,.4);
    border-bottom: 1px solid rgba(255,255,255,.4);
    text-decoration: none;
}
.footer-logo{
    background-color: #1f1f1f;
}
.copyright{
    background-color: #1f1f1f;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: none;
    line-height: 1.2em;
    color: rgba(255,255,255,.4);
    padding-bottom: 64px;
}
@media only screen and (max-width: 640px){
    .footer-container .custom-footer{
        padding: 64px 20px;
        padding-bottom: 17px;
    }
    .newsletter-form form{
        display: inline-block;
        text-align: center;
    }
    .footer-menu{
        padding-bottom: 17px;
    }
    .footer-menu ul li{
        display: block;
    }
    .footer-newsletter{
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .footer-address{
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .footer-logo{
        margin-top: -1px;
        margin-bottom: -1px;
    }
}
/* custom footer ends here */