/*
Theme Name: edyeWP
Author: Al Nelson
Description: Custom Template for Edye Website
Version: 0.0.1
*/

button{
    border: none;
}

body{
    margin: 0;
    background-color: #f3f4f4;
}

/* TOP */

.nav{
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    z-index: 1000000;
}

.topBlock{
    height: 100px;
}
.navSpacer{
    width: 100%;
    height: 100px;
}

.logo{
    width: 130px;
    height: 70px;
    background-image: url('../../images/logo.png');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 18px;
    left: 30px;
    float: left;
}

ul.topNav{
    position: relative;

}

ul.topNav li{
    font-size: 18px;
    margin-right: 20px;
    background-color: #FFF;
}

ul.topNav li ul{
    display: none;
    position:absolute;
    margin: 0;
    padding: 0;
}

ul.topNav li ul li{
    min-width: 460px;
    line-height: 22px;
    padding: 10px 10px;
    margin-left: -10px;
}

ul.topNav li:hover ul{
    display: block;
}


/* MAIN */

.fullContainer{
    max-width: 1200px;
    margin: 0 auto;
}

.mainIMG {
    width: 100%;
    height: 350px;
}

.featured-image{
    width: 100%;

}

.featured-image2{
    width: 100%;
    height: 350px;
}

.mainIMG img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: middle;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 300px !important;
    object-fit: cover !important;
    object-position: middle;
    overflow: hidden;
}

.featured-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: middle;
    overflow: hidden;
}

.mainContainer{
    position: relative;
    float: left;
    width: 60%;
    left: 3%;
    top: 40px;
}

.mainContainer img{
    width: 100%;
    height: inherit;
    max-height: 700px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 20px;
}

.mainContainer h2{
    font-size: 28px;
    font-weight: bold;
}

.mainContainer p{
    position: relative;
    width: 75%;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    max-width: 550px;
    margin-bottom: 20px;
}

/*  SIDE BAR  */

.sideBar{
    position: relative;
    float: left;
    width: 30%;
    height: 200px;
    top: 20px;
    left: 3%;
    padding-right: 3%;
}
@media screen and (min-width: 750px){
    .sideBar{
        height: 200px;
    }
}

h1.sectionTitle{
    font-size: 42px;
    text-align: right;
    font-weight: bold;
}

ul.sideNav{
    margin-top: -18px;
}

ul.sideNav li{
    text-align: right;
    font-size: 18px;
    line-height: 32px;
}

.mainContainer h1{
    text-align: center;
    position: relative;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    border-top: 1px solid #4a5862;
    border-bottom: 1px solid #4a5862;
    padding: 30px 0;
    line-height: 44px;
}

li.current_page_item{
    font-weight: bold;
}
/*  TYPE  */

ul, li, a{
    list-style: none;
    text-decoration: none;
}

a{
    font-family: Helvetica Neue, helvetica, arial, sans-serif;
    color: #231f20;
}

h1, h2, h3, p, ul, li{
    font-family: Helvetica Neue, helvetica, arial, sans-serif;
    color: #4a5762;
}

h3{
    font-weight: bold;
    font-size: 18px;
}

/* homepage
.headIMG{
    width: 100%;

    background-image: url(https://e-dye.com/wp-content/uploads/2017/09/cropped-dsc_0078.jpg);
    background-size: cover;
    position: relative;
}
*/
@media screen and (min-width: 750px){
    .headIMG{
        padding-top: 30%;
    }
}

@media screen and (max-width: 750px){
    .headIMG{
        height: 300px;
    }

    .block{
        width: 100% !important;
        height: 450px !important;
        overflow: hidden;
    }

    .social{
        width: 100% !important;
    }

    #sb_instagram #sbi_images .sbi_item{
        width: 25% !important;
        height: inherit;
    }

    ul.topNav{
        background-color: #FFF;
        position: absolute;
        left: 0 !important;
        top: 100px;
        margin: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom:100%;
        padding-top: 10px;
        height: 100%;
        overflow: auto;

    }

    ul.menu{
        padding-left: 15px;
    }

    ul.topNav li{
        line-height: 32px;
        text-align: left;
        margin-left: 20px !important;
        font-weight: bold;
    }

    ul.topNav li ul{
        display: block !important;
        position: relative !important;
        padding-bottom: 10px;

    }

    ul.topNav li ul li{
        padding: 0 !important;
        margin-left: 0px !important;
        font-weight: normal;
    }

}

.pullQuote{
    width: 100%;
    background-color: #F8F8F9;
    position: relative;
}

.blocks{
    width: 100%;
    clear: both;
}

.block{
    width: 50%;
    height: 50vw;
    position: relative;

}

.blockLeft{
    float: left;
}

.blockRight{
    float: right;
}

.blockText{
    position: relative;
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-top: 20%;
}

.imgBlock{
    background-color: #242424;
}

.block img{
    object-fit: cover;
    min-height: 100%;
    max-width: 100%;
}

.bottomContainer{
    width: calc(100% - 40px);
    position: relative;
    height: 300px;
    clear:both;
    margin: 0 auto;
}

.social{
    position: relative;
    float: left;
    width: calc(33% - 10px);

}

.video{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 1px;
}

.socialSpace{
    float: left;
    width: 20px;
    height: 1px;
}

.dots1{
    width: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
}

.dots2{
    width: 175px;
    position: absolute;
    bottom: 0;
    right: 0;
}

img.contain{
    object-fit: contain;
    max-width: 100%;
}

/*text*/

h1, h2, h3, p, ul, li, a{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #495763;
}


ul, li{
    list-style: none;
}
.pull{
    position: relative;
    margin-left: 40px;

}

h1.pullHead{
    font-weight: medium;
    font-size: 42px;
    display: inline-block;
    margin:0;
    margin-top: 12%;
}

h2.blockTitle{
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #000;
    border-bottom: 1px solid #D1D3D4;
    margin-bottom: 0;
}

p.pullSub{
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 12%;
}

a{
    text-decoration: none;
}

a.learnMore{
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #495763;
    padding: 10px;
}

p.blockPara{
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 30px;
    line-height: 24px;
}

ul.navList{
    float: left;
    margin-left: 0px;
    margin-top: 38px;
}

li.navItem{
    float: left;
    margin: 0 30px 0 0;
    font-size: 18px;
    font-weight: bold;
}

p.footer{
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: regular;
    border-top: 1px solid #D1D3D4;
    padding-top: 10px;
    margin-top: 20px;
    line-height: 32px;
    float: left;
}

video{
    width: 100%    !important;
    height: auto   !important;
}

/* translate */

select.notranslate{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999999999;
}

.jetpack_widget_social_icons ul{
    display: block;
    padding: 0;
    right: 10px;
    top: 34px;

}

.socialAbs{
    position: absolute;
    right: 0;
    top: 35px;
}

.jetpack-social-widget-item{
    border: 0;
    display: inline-block;
    line-height: 1;
    margin: 0 10px 0 0 !important;
    padding: 0;
}


span.screen-reader-text{
    display: none;
}

p.footerText, h3.footerTextH{
    font-size: 14px;
    line-height: 22px;
    margin-top: -10px;
    margin-bottom: 10px;
}

h3.footerTextH{
    font-weight: bold;
}



/* media queries */
@media screen and (max-width: 1000px){
    ul.topNav li a{
        font-size: 16px;
        margin-right: 0px;
    }

    ul.jetpack-social-widget-list{
        display: none !important;
    }
    ul.topNav{
        background-color: #FFF;
        position: absolute;
        left: 0 !important;
        top: 100px;
        margin: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom:100%;
        padding-top: 10px;
        height: 100%;
        overflow: auto;

    }
    ul.menu{
        padding-left: 15px;
    }

    ul.topNav li{
        line-height: 32px;
        text-align: left;
        margin-left: 20px !important;
        font-weight: bold;
    }

    ul.topNav li ul{
        display: block !important;
        position: relative !important;
        padding-bottom: 10px;

    }

    ul.topNav li ul li{
        padding: 0 !important;
        margin-left: 0px !important;
        font-weight: normal;
    }
}


@media screen and (max-width: 1000px){
    .hideLittle{
        height: 0 !important;
        overflow: hidden;
        padding:0 !important;

    }


    /* hamburger */
    .hamburger {
        padding: 0px 0px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        top: 46px;
        right: 20px;
        overflow: visible;
        position: absolute;
    }
    .hamburger:hover {
        opacity: 0.7; }

    .hamburger-box {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative; }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px;
        height: 4px;
        background-color: #495763;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block; }
    .hamburger-inner::before {
        top: -8px; }
    .hamburger-inner::after {
        bottom: -8px; }

    .hamburger--spring .hamburger-inner {
        top: 2px;
        transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
        top: 8px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
        top: 16px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spring.is-active .hamburger-inner {
        transition-delay: 0.22s;
        background-color: transparent; }
    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg); }

}

@media screen and (min-width: 1000px){

    ul.topNav{
        float: left;
        top: 25px;
        left: 20px;
    }

    ul.topNav li{
        float: left;

    }

}

/*
@media screen and (max-width: 1000px) and (min-width: 750px){
    ul.topNav{
        background-color: #FFF;
        position: absolute;
        right: 0 !important;
        top: 100px;
        margin: 0;
        width: 100%;
        max-width: 400px;
        padding-bottom:50px;
        padding-top: 10px;


    }

    ul.topNav li{
        line-height: 32px;
        text-align: right;
        margin-right: 20px !important;
        font-weight: bold;
    }

    ul.topNav li ul{
        display: block !important;
        position: relative !important;
        padding-bottom: 10px;

    }

    ul.topNav li ul li{
        padding: 0 !important;
        margin-right: 0px !important;
        font-weight: normal;
    }
}*/
