/*
Theme Name: Maxwell
Template: maxwell
Description:  maxwell Child Theme
Author:       Paigon Davis
Author URI:   http://natashalanedesignco.com
Version:      1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
    width:100%;
    margin:0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
#page {
    margin: 0 auto;
    padding: 0;
}
.site {
    margin: 0 auto;
    padding: 0 5em;
    max-width: 100%;
    background: #fff;
}
#content {
    width: 90%;
    margin: 0 auto;
}
.page-title, .entry-title,.widget-title, h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}
a:link, a:visited {
    color: #000000;
}
a:hover{
    color:#D46C95;
}
/*header*/
body{
    width:100%;
    margin:0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}
/*header*/
.site-branding {
    float:none;
    text-align: center;
}
img.custom-logo {
    width: 20%;
}
/*navigation*/
.primary-navigation-wrap {
    border-top: 0;
}
#main-navigation-wrap {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#main-navigation {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.main-navigation-menu {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.main-navigation-menu li {
    float: none;
    margin: 0 1.2em 0 0;
    display: inline-block;
}
main-navigation-menu a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.main-navigation-menu a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    border-top:none;
}
.main-navigation-menu a:hover {
    text-transform: uppercase;
    font-weight: 800;
     color:#000000;
}
/*blog post*/
.archive-title.blog-title {
    font-family: 'Quicksand', sans-serif;
    font-size:1.5em;
    margin-bottom: -17%;
}
.entry-meta {
    color: #000;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3%;
}
.post-column.clearfix {
    border-top: solid 2px #000000;
    margin-top: 3%;
    padding: 5% 0;
}
.entry-title {
    text-transform: uppercase;
    text-align: center;
}
.entry-header {
    text-align: center;
}
.more-link:link, .more-link:visited {
    color: #000;
}
.more-link {
    display: inline-block;
    background: none;
    color: #000;
}
.post-wrapper .type-post .entry-content {
    float: right;
    width: 50%;
}
.more-link:hover{
    color:#ffffff;
    background:#000;
}
/*side bar*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #000000;
    color: #fff;
}

#secondary {
    max-width: 20%;
}
li.cat-item {
    text-transform: uppercase;
}
/*footer*/
.credit-link {
    display: none;
    width: 0;
}
.site-footer .site-info {
    float: none;
    padding: 0;
    text-align: center;
}
#footerspace{
    width:100%;
    color:#fff;
    background:#000;
    font-size: .85em;
    padding:2em 0;
}
#footerspace a{
    color:#fff;
}
#footerspace a:hover{
    color:#D46C95;
}
.socialicon {
    width: 3%;
    margin: 0 1%;
}
.footer-wrap {
    border-top: none;
}
#abovefooter {
    background-color: #cccccc;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
    min-height: 17em;
    font-size: .85em;
}
#abovefooter li a{
    color:#000000;
}
#abovefooter li a:hover{
    color:#D46C95;
}
#abovefooter li{
    float:left;
    width: 33.3%;
    list-style: none;
    padding:1%;
}


/*other*/
.archive-title {
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}
.page-title {
    text-transform: uppercase;
}


@media only screen and (max-width: 60em){
.main-navigation-toggle {
    display: inline-block;
    float: none;
    margin: -1px 0 0;
    padding: 0.8em 1em 1em;
    border-top: none;
    background: none;
    color: #303030;
}
    .post-wrapper .type-post .entry-content {
    float: none;
    width: 100%;
}
    #secondary {
    max-width: 100%;
}
    ul#menu-main-menu li{
        display:block;
        text-align: center;
        width:100%;
    }
    .main-navigation-menu {
    background: none;
    }
    .main-navigation-menu a:link, .main-navigation-menu a:visited{
        color:#000;
        border-top: .5px solid black;
    }
    img.custom-logo {
    width: 80%;
}
.site {
    max-width: 100%;
}
#page {
    padding: 0;
}
.socialicon {
    width: 10%;
}
#abovefooter li {
    width: 30%;
}
}