/*
 Theme Name:   OASIS_2011
 Description:  Theme for OASIS Respite, child of Twenty Eleven
 Author:       Obbie King
 Author URI:   https://blog.purplearth.net/contact-purplearth/
 Template:     twentyeleven
 Version:      1.0.0
*/

@font-face{
    font-family:'FontAwesome';
    src:url('assets/fonts/fontawesome-webfont.eot?v=3.2.1');
    src:url('assets/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
        url('assets/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg'),
        url('assets/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
        url('assets/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
    font-weight:normal;
    font-style:normal;
}

/**** Typography ***/
body, input, textarea {
	font-size: 17px;
	font-weight: normal;
}

/*** Clearfix ***/
.clear-group:after {
  content: "";
  display: table;
  clear: both;
}

/**** Layout ***/
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    width: 90%;
}
.singular.page .hentry {
    padding-top: 0;
}

/**** Header ***/
#branding hgroup {
    margin: 5px 0;
}
a#oasis-logo {
	display: block;
    width: 30%;
    float: left;
}
div#oasis-header-description {
	width: 60%;
    margin-right: 1%;
    float: right;
    font-size: 1.15em;
    font-style: italic;
    color: #13505d;
}
div#oasis-header-phone-number {
	float: right;
    margin-right: 1%;
    color: #13505d;
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
}

/**** Nav bar ***/
#access {
	background:#13505d;
}
#access div {
    margin: 0;
}
#access ul {
    margin: 0;
}
#access a {
	font-size: 1.25em;
    line-height: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
}
#access ul ul {
    top: 3em;
}
#access ul ul a {
    background-color: #eee;
    color: #13505d;
    font-size: 15px;
}
#access a#oasis-mobile-menu-button {
    display: none;
}


/**** for Donate button ***/
#page {
    position: relative;
}
#oasis-donate-button {
    position: absolute;
    right: 0;
}

/**** Pop-up form ****/
#oasis-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(127,127,127,0.9);
    top: 0;
    left: 0;
}
#oasis-popup form {
    width:90%;
    max-width: 400px;
    padding:5%;
    background-color: #fff;
    border:2px solid #13505d;
    margin: 50px auto 0;
}
button.oasis-button {
    background-color: #ffff00;
    padding: 5px 10px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
}

/**** Footer ***/
#site-generator {
    color: #13505d;
    font-size: 15px;
    line-height: 1.1em;
    padding: 1em 0.5em;
}

/**** Media blocks ****/
@media (min-width: 1024px) {

}

@media (max-width: 800px) {
    a#oasis-logo {
        width:35%;
    }
    div#oasis-header-description {
        font-size: 0.8em;
    }

    div#oasis-header-phone-number {
        font-size: 1.3em;
    }
    #site-generator {
        font-size: 13px;
    }
}

@media (max-width: 850px) { /* go to hamburger menu */
    #access a#oasis-mobile-menu-button:hover {
        color:#fff;
    }
    #access a#oasis-mobile-menu-button {
        font-family: FontAwesome;
        font-size: 1.8em;
        line-height: 1.8em;
        padding: 0 1.2125em;
        padding-left: 2.5%;
        display: inline-block;
        top: 6px;
        text-decoration: none;
        color: #eee;
        background: transparent;
    }

    #menu-main-menu {
        display: none;
    }

    #menu-main-menu {
        position: absolute;
        background-color: #13505d;
        z-index: 2;
        display: none;
    }
    #menu-main-menu li {
        width: 100%;
        float: none;
        border-bottom:1px solid #becbe3;
        margin:0 auto;
        text-align: left;
        padding-left: 2.5%;
        background-color: #d8f4d8;
    }
    #menu-main-menu li a {
        font-size: 1.4em;
        line-height: 2.3em;
        padding: 0 0.7em;
        color:#009;
    }
    #menu-main-menu li:hover a {

    }

}


@media (max-width: 650px) {


}

@media (max-width: 450px) {


}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {


}

@media print {


}