/*
Theme Name: BonesTheme
Theme URI: http://odmwebsolutions.com
Author: Adam Henry
Author URI: http://odmwebsolutions.com
Description: This theme is a bare bones WP theme which provides a base to build off of. Bootstrap based.
Version: 1.0
*/
@font-face {
    font-family: 'Blair-MDITC';
    src: url('/wp-content/themes/bonesTheme/fonts/Blaimim_.ttf');
}
@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/bonesTheme/fonts/GothamBold.ttf');
}
@font-face {
    font-family: 'Gotham-Rounded-Light';
    src: url('/wp-content/themes/bonesTheme/fonts/Gotham-Rounded-Light.ttf');
}
*{
    font-family:'Gotham-Rounded-Light', arial, sans-serif;
    letter-spacing: 2px;
    color: #505050;
}

body{
    height: 100%;
    width: 100%;
    position: relative;
}
#wpadminbar{
    z-index: 10000000;
}
.logged-in .navbar{
    margin-top: 30px;
}

#main-content{
    width: 100%;
    margin-top: 90px;

}
.post-meta li{
    display: inline-block;

}
.no-bullet{
    list-style-type: none;
}

#logo{
    position: relative;
    z-index: 19000;
    max-height: 75px;
    top: 2px;
    margin-top: auto;
    margin-bottom: auto;
    left: 5%;
    font-size: 35px;
    color: #505050;
}
#logo span{
    margin-top: -6px;
}
.hidden{
    display: none;
}
a:focus {
    text-decoration: none;
}

/*
*   NAVBAR
*************************************/
#site-navigation{
    right: 200px;
    z-index: 1000000;
    position: absolute;
    width: 50%;
}
#site-contact-header{
    height: 35px;
    background: #262361;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 3%;
}
#site-contact-header a, #site-contact-header span{
    color: #ffffff;
    margin-top: auto;
    margin-bottom: auto;
}
.navbar-default{
    background-color: transparent;
    border-color: transparent;
}
.navbar-nav {
    float: right;
    width: 100%;
}
#menu-menu-1, #menu-shop-menu{
    display: flex;
    justify-content: flex-end;
}
#menu-menu-1 > .menu-item, #menu-shop-menu > .menu-item{
    /*width: 23%;*/
    font-size: 14px;
}
.navbar{
    z-index: 10000000;
    margin: 0 auto;
    display: flex;
    height: 90px;
    border-bottom: 1px solid #ffffff;
background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    flex-direction: column;
}
.main-nav{
    display: flex;
    height: 95px;
    justify-content: space-between;
}
.main-nav a{
    display: flex;
}
.navbar-inner .container ul{
    /*background-color: rgba(108, 86, 16, 0.80);*/
    position: relative;
}
/*.navbar-inner .container ul:after{
    position: absolute;
    font-family: FontAwesome;
    content: '\f0c9';
    color: #ffffff;
    font-size: 30px;
    top: 5px;
    right: 10px;
    transform: rotate(-90deg);
}*/

#menu-menu-1 li a, #menu-shop-menu li a{
    font-size: 16px;
}
.nav-inactive{
    position: absolute;
    right: 20px;
    display: inline-block;
    font-size: 40px;
    color: #262361;
    z-index: 10000000;
}
.nav-active{
    position: absolute;
    right: 20px;
    display: inline-block;
    font-size: 40px;
    color: #000000;
    z-index: 10000000;
    transform: rotate(90deg);
}
.inactive{
    display: none;
}
.active{
    display: block;
}
.caret{
    display: none;
}
ul.sub-menu{
    display: none;
}
.nav>li>a{
    color: #373737;
    font-family: 'Gotham-Rounded-Light', arial, sans-serif;
    padding: 10px ;
}

#menu-wrapper{
    min-height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    align-self: flex-end;
    z-index: 10000000;
    padding-right: 20px;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: #9f6d32;
    color: #ffffff;
}

.dropdown-menu{
    /*background-color: rgba(108, 86, 16, 0.80);*/
    background-color: transparent;
    border: 0px solid #000000;
    box-shadow: 0px 0px 0px black;
    -webkit-box-shadow: 0px 0px 0px black;
    width: 400%;
}
.dropdown-menu li{
    display: inline-block;

}
.dropdown-menu li a{
    color: #ffffff;
    font-size: 14px;
}
.dropdown-menu li a:hover{
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
}
.navbar-background{
   /* background: transparent; /!* Old browsers *!/*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */

    height: 70px;
}
.accent-hr-blue{
    border: 1px solid #262361;
    width: 100px;
    text-align: center;
}
/*
*HOME PAGE  SLIDER/BACKGROUND IMAGES
**************************************/
#hr-1{
    position: relative;
    height: 55vh;
    background-image: url('images/cbd-main-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
}
#hr-1:after{
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
}

#hr-1 h1{
    color: #ffffff;
    font-size: 55px;
    font-family: "Gotham", arial, sans-serif;
}

#cta{
    margin: auto;
    text-align: center;
    z-index: 1000;
}
#cta h4{
    font-size: 40px;
    color: #ffffff;
}
#cta button{
    /*background: #f79d32;*/
    background: #9f6d32;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin-top: 25px;
    font-size: 28px;
}

#hr-2{
    text-align: center;
    min-height: 500px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    border-top: 10px solid #9f6d32;
}
.centering-content{
    margin-top: auto;
    margin-bottom: auto;
}
#hr-2-heading{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
#hr-2-heading hr{
    margin: 10px auto;
}
#hr-2-heading h2{
    text-transform: uppercase;
}
#hr-2-info p{
    text-align: center;
    font-size: 16px;
}
#hr-2 h3{
    font-size: 25px;
}

.serv-head{
    display: flex;
}
.serv-head>div{
    background-image: url("images/moe-sprite.png");
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    margin: 10px auto 20px;
}
#sh-1{
    background-position: left 0;
}
#sh-2{
    background-position: -120px 0;
}
#sh-3{
    background-position: -250px 0;
}
#sh-4{
    background-position: -370px 0;
}
#hr-3{
    background:#262361;
    min-height: 460px;
    display: flex;
}

#hr-3 h2{
    text-align: center;
}
#hr-3 h2, #hr-3 p, #hr-3 li{
    color: #ffffff;
}
#hr-3 .mark-headshot{
    max-height: 300px;
}
#newsletter-text{
    padding: 0 5% 0 15%;
}
#newsletter-form{
    padding: 0 15% 0 5%;
    position: relative;
}
input#mc-embedded-subscribe{
    width: 100%;
    background: #262361;
    border: 0px solid #fff;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
    font-size: 24px;
}
#hr-4{
    min-height: 350px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

#hr-4 .testimonial-headshot{
    border-radius: 50%;
    border: 2px solid #000;

}
#hr-4 p{
    font-style: italic;
}
#hr-4 h2{
    font-size: 35px;
    text-align: center;
}
#hr-4 h3{
    font-size: 20px;
    line-height: 22px;
}
.home-testimonial{
    display: flex;
    flex-direction: column;
}

.home-testimonial p{
    font-size: 18px;
}
#hr-4 span, #hr-4 .col-sm-8{
    display: flex;
}
#hr-4 .col-sm-8 p{
    margin: auto;
}
#hr-5{
    position: relative;
    min-height: 300px;
    background: #eccc86;
    text-align: center;
    color: #ffffff;
    display: flex;
}
#hr-5 h2, #hr-5 p{
    color: #ffffff;
}
#hr-5 form{
    display: flex;
    flex-direction: column;
}
#hr-5 form input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
}
#hr-5 form input[type="submit"]{
    width: 40%;
    align-self: flex-end;
    background: #262361;
    border: 0 solid #000;
    color: #ffffff;
}


/*
*   INTERNAL PAGE
*************************************/
#ir-1{
    position: relative;
    height: 45vh;
    background-image: url('images/cbd-main-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
}
#ir-1:after{
    height: 45vh;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: ' ';
    z-index: 10;
}
#ir-1 h1{
    margin: auto;
    color: #ffffff;
    z-index: 100;
    font-size: 55px;
    font-family: "Gotham", arial, sans-serif;
}
#ir-2{
    padding: 30px;
}
.et_divi_builder #et_builder_outer_content .et_pb_widget_area.internal-sidebar #searchform input[type="submit"] {
    position: relative !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_contact p input, .et_divi_builder #et_builder_outer_content .et_pb_contact p textarea{
    margin-bottom: 10px !important;
}
#srv-1 {
    background: #262361;
    height: 300px;
    text-align: center;
    padding-top: 60px;
}
#srv-1 h1, #srv-1 h3{
    color: #ffffff;
    display: block;
}
#srv-1 h1{
    font-size: 60px;
}
.srv-gray{
    background-color: #f0f2f2;
    padding: 2% 10%;
    height: 300px;

}
/*.srv-gray p, .srv-gray h3{
    color: #ffffff;
}*/
.srv-white{
    background: #ffffff;
    padding: 2% 10%;
    height: 300px;
}
#srv-divider{

    background: #eccc86;
    height: 10px;
}
#srv-2{
    height: 100%;
}
#srv-2 h3{
    margin-bottom: 20px;
}
#srv-2 p{
    font-size: 16px;
}
#srv-3{
    height: 250px; 
    padding: 2% 20%;
    text-align: center;
    background: #262361;
    margin-bottom: 80px;
}
#srv-3 h3{
    color: #ffffff;
}
#srv-3 button{
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 40px;
    padding: 15px 25px;
}
#srv-3 button:hover{
    background: rgba(0,0,0,0.2);
}

#blog-sidebar h1{
    margin-top: 10px;
}

#contact{
    padding-top: 95px;
    height: 100%;
    position: relative;
}
#lower-contact-area{
    min-height: 750px;
}
#main-contact, #contact-info{
    padding-top: 30px;
}
#contact-title{
    padding: 2% 8%;
    width: 100%;
    background: #262361;
    height: 250px;
    text-align: center;
}
#contact-title h1, #contact-title h3{
    color: #ffffff;
}
#contact input, #contact textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #262361;
    font-size: 18px;
}
#contact input[type="submit"]{
    background: rgba(145, 229, 119, 1);
    padding: 10px;
    color: #ffffff;
    border: 2px solid rgba(145, 229, 119, 1);
}
#contact input[type="submit"]:hover{
    background: rgba(120, 188, 100, 1);
    border: 2px solid rgba(120, 188, 100, 1);


}
.module-heading{
    font-size: 18px;
}
#blog-sidebar{
    border-right: 1px solid #262361;
    padding: 5%;
}
#blog-sidebar h1{
    background: #262361;
    padding: 20px;
    color: #ffffff;
}
#blog-posts{
    padding: 5% 0;
}
footer{
    position: relative;
    min-height: 230px;
    width: 100%;
    background: #9f6d32;
    padding: 15px 0 60px;
}
.footer-info{
    height: 40px;
    background: #9f6d32;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#fwidgets h3, #fwidgets h4, #fwidgets a{
    color: #ffffff;
}
#fw-2{
    text-align: center;
}
#fw-3{
    text-align: right;
}
#fw-3 span{
    color: #ffffff;
    font-size: 30px;
    padding: 10px;
}
#fwidgets .module-heading{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
#fwidgets ul{
    padding-left: 0;
    list-style: none;
}
#fwidgets ul li a{
    color: #ffffff;
}
#footer-copyright{
    color: #ffffff;
    margin: auto;
}

footer p{
    color: #ffffff;
    margin-bottom: auto;
}
/*
*    RESOURCES
************************************/
#resources{
    padding-top: 95px;
}
#resources-title{
    padding: 2% 15%;
    width: 100%;
    background: #262361;
    height: 250px;
    text-align: center;
    color: #ffffff;
}
#resources-title h1{
    color: #ffffff;
}
.et_divi_builder #et_builder_outer_content .et_pb_section{
    padding: 0 !important;
}
/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-width: 1200px)
and (max-width: 1500px)
and (-webkit-min-device-pixel-ratio: 1) {

}
@media screen
and (min-width: 1620px){
    #hr-1{
        background-position: 0px -200px;
    }

}
@media screen
and (max-width: 1300px){
    #hr-1{
        background-position: 0px 0px;
    }

}
@media screen
and (max-width: 1200px){
    #menu-wrapper{
        right: 20px;
    }
    #menu-menu-1 > li > a, #menu-shop-menu > li > a{
        font-size: 14px;
    }
    #logo{
        max-height: 60px;
    }

}
/* ----------- Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {
}

/* TABLETS */
@media only screen
and (min-width: 768px)
and (max-width: 1024px){
    #hr-1{
        height: 500px;
        background-attachment: scroll;
        background-position: center center !important;
    }
    #hr-1>div{
        top: 100px;
        left: 0;
    }
    #cta{
        width: 100%;
        margin-top: 40px;
    }
    #menu-menu-1 > li > a, #menu-shop-menu > li > a {
        font-size: 12px;
    }
}
/* Portrait and Landscape */
@media only screen
and (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        padding: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    #menu-wrapper{
        width: 100%;
        right: 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .nav>li>a{
        color: #ffffff;
        font-size: 18px;
    }
    .collapse.in{
        display:flex !important;
    }
    #navbar-inner{
        width: 100%;
        position: absolute;
        top: 95px;
    }
    #menu-menu-1, #menu-shop-menu{
        display: flex;
        flex-direction: column;
        background: #262361;
        width: 100%;
    }
    #ir-1{
        background-position: center center;
    }
    
}
/* Portrait and Landscape */
@media only screen
and (min-width: 320px)
and (max-width: 767px) {
    body.logged-in{
        top: -46px;
    }
    body.logged-in .navbar{
        margin-top: 46px;
    }
    .navbar{
        height: 100px;
    }
    .main-nav{
        display: flex;
        height: 65px;
        justify-content: space-between;
    }
    .navbar-fixed-top .navbar-collapse{
        max-height: none;
    }
    #nav-toggle{
        margin-left: 10%;
        position: relative;
        z-index: 100000000;
    }
    #nav-toggle .fa-bars{
        font-size: 30px;
        color: #262361;
    }
    #navbar-inner{
        z-index: 100000;
        height: auto;
        top: 100px;
        position: absolute;
        width: 100%;
        right: 0;
    }
    #menu-wrapper{
        top: 0;
        right: 0;
        height: 100%;
    }
    #menu-menu-1.nav, #menu-shop-menu.nav{
        padding: 35px 0;
        float: none;
        background: #262361;
        flex-direction: column;
    }
    #menu-menu-1.nav li, #menu-shop-menu.nav li{
        display: block;
        height: auto;
        width: 100%;  /* (100 / numItems)% */
        line-height: 20px;
        text-align: center;
        white-space: nowrap;
    }
    #menu-menu-1.nav li a, #menu-shop-menu.nav li a{
        font-size: 24px;
        color: #ffffff;
        margin: 10px 0;
    }
    #menu-wrapper.container{
        padding-left: 0px;
        padding-right: 0px;
    }
    #site-contact-header a, #site-contact-header span{
        display: flex;
    }
    #logo{
        left: 1%;
        max-height: 50px;
    }
    .nav-inactive{
        right: 0;
        top: 10px;
    }
    #hr-1{
        height: 500px;
        background-attachment: scroll;
    }
    #hr-1>div{
        top: 100px;
        left: 0%;
        margin-left: 5%;
    }
    #text-rotate h1{
        font-size: 40px;
    }
    #text-rotate h3{
        font-size: 20px;
        margin-top: 0;
    }
    #cta{
        width: 100%;
        margin-top: 60px;
        margin-left: -5%;

    }
    #cta h4{
        font-size: 16px;
    }
    #cta button{
        font-size: 16px;
    }
    #hr-2, #hr-3, #hr-4, #hr-5, .footer-info{
        height: auto;

    }
    #hr-2 p{
        text-align: center;
    }
    #hr-3{
        padding-bottom: 30px;
    }
    #hr-3 .col-sm-3{
        display: flex;
    }
    #hr-3 .col-sm-3 img{
        margin: auto;
    }
    #hr-4{
        padding-bottom: 30px;
    }
    #hr-4 span, #hr-4 .col-sm-8{
        flex-direction: column;
    }
    #hr-4 #testimonial-headshot{
        display: flex;
    }
    #hr-4 .testimonial-headshot{
        max-height: 150px;
        margin: auto;
    }
    #newsletter-form, #newsletter-text{
        padding: 0 10px;
    }
    #newsletter-text{
        text-align: center;
    }

    #hr-5{

        padding-bottom: 30px;
    }
    #hr-5 a{
        width: 100%;
        margin: 10px  0;
        display: block;
    }
    #services{
        padding-top: 80px;
    }
    .srv-gray, .srv-white, #srv-3{
        height: auto;
    }
    #srv-3{
        padding: 20px;
    }
    #srv-3 button{
        padding: 10px;
    }
    #blog-posts, #blog-sidebar .widget{
        padding: 0 30px;
    }
    #blog-sidebar h1 {
        margin: 0;
    }
    #blog-sidebar hr{
        margin: 5px 0;
    }
    #contact{
        padding-top: 80px;
        padding-bottom: 80px;
        height: 100%;
        text-align: center;
    }

    #contact-title{
        height: auto;
    }
    #contact-form{
        height: 400px;
    }
    footer{
        text-align: center;
        padding: 15px 0 0;
    }
    #fw-3{
        text-align: center;
    }
    .footer-info{
        position: relative;
        text-align: center;
        padding:0px;
        margin-top: 0;
    }
}
/* Portrait */
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {

}
/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 736px)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 736px)
and (orientation: landscape) {

}
