/*
Theme Name: Highwind Child
Description: Highwind Child Theme
Author: Aidan Brady
Template: highwind
Version: 2.0.0
*/

/* Mobile fixes */
.main-nav,
.nav-toggle {
    margin-left: -18px;
}
@media only screen and (min-width: 769px) {
    .main-nav {
    	margin-left: 0px;
    }
}
.footer-content {
    padding-left: 15px;
    padding-right: 15px;
}

.widget {
	margin-bottom: .5em;
}

.sidebar-nav {
	font-size: 18px;
}

.site-intro {
    margin-left: -36px;
}
.site-description,
.site-title,
.site-intro {
	text-align: center;
}
.site-intro .avatar {
	text-align: center;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
    .site-intro {
        margin-left: -2%;
    }
    .footer-content {
        padding-left: 0px;
    }
}

/* Parallax */
#parallax {
	position: absolute;
	height: 200px;
	width: 100%;
	text-align: center;
}

.header {
	min-height: 250px;
	background-position: 50% 0;
	margin-bottom: 10px;
}

.page-template-templatestemplate-frontpage-php .content,
body.fullwidth .content {
	display: inline;
	float: left;
	width: 100%;
	max-width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	*width: 100%;
	*margin-left: 0%;
	*margin-right: 0%;
	float: none;
}
.container {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	*width: 100%;
	*margin-left: 0%;
	*margin-right: 0%;
}

@media only screen and (min-width: 769px) {
    .container {
        width: 80%;
        max-width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        *width: 80%;
        *margin-left: 10%;
        *margin-right: 10%;
    }
}

/* Ads */
.ad-widget {
	margin-bottom: 5px;
}

/* Highlight recommended builds */
tr.success td {
	background-color: #dff0d8;
}

/* Downloads button group */
.downloads .button {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.ul {
	list-style-position: inside;
}

.changelog {
	height: 200px;
	overflow: auto;
}

/* Previous versions scoll */
.previous-versions {
	height: 265px;
	overflow-y: scroll;
}

/* Menu fixes */
.highwind-navigation .social-icon a {
   height: 55px;
}
.highwind-navigation .menu-item {
    font-size: 0.9em;
}
.main-nav .highwind-navigation {
    padding: 0 0.27em;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    /* Mobile menu changes */
    .menu-item a {
        background-color: #4476af;
        border-radius: 5px;
        padding: 12px;
        display: block;
        min-width: 100px;
        text-decoration: none;
        color: white;
        max-height: 30px;
        margin-left: -10px;
        margin-right: 28px;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
        margin-bottom: 8px;
    }
    ul.menu {
        font-size: 18px;
    }
    ul.menu ul {
        font-size: 15px;
        margin: -0.4em 0em 0 0em;
    }
    ul.menu ul a {
        background-color: #6B90BB;
        height: 20px;
        line-height: 20px;
    }
    ul.menu ul ul a {
        background-color: #94ACC9;
        height: 16px;
        line-height: 16px;
    }
    .current-menu-item a,
    ul ul .current-menu-item a,
    ul.menu ul ul .current-menu-item a {
        background-color: #1d3e63;
    }
    .menu {
        overflow: hidden;
        width: 100%;
        left: -80%;
    }
    .menu-item.social-icon a {
        display: none;
    }
    .main-nav {
        width: 80%;
        left: -80%;
        padding: 0;
    }
    .show-nav .inner-wrap {
        left: 80%;
    }
    .csstransforms3d.csstransitions .show-nav .inner-wrap {
        -webkit-transform: translate3d(80%, 0, 0);
        -moz-transform: translate3d(80%, 0, 0);
        -ms-transform: translate3d(80%, 0, 0);
        -o-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0);
    }
}
