/*
Theme Name: Heliwild Plain Child South Africa
Theme URI: http://www.ferreum.net
Author: Ferreum Modification
Author URI: http://www.ferreum.net
Description: Texas, Mexico and South African Helicopter Services
Template: Heli_Plain
Version: 1.4
*/

/* Home Page */

.home #access {
display:none !important;
}

.home .singular .entry-content {
    margin: 0 auto !important;
    width: 68.9%;
}

.home.singular .entry-title {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
}

.entry-content, .entry-summary {
    padding: 0;
}

.home.singular .entry-title {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}

.home p {
    margin-bottom: 0 !important;
}

.home.singular .entry-content {
    margin: 0 auto !important;
    width: 95% !important;
}
.singular.page .hentry {
    padding: 0 !important;
}

/* #Menu
================================================== */
nav .menu select {
display: none;
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 925px) {
/* Navigation */
#access a {
display:none;
}
nav .menu select {
display: block;
background: url('images/select-arrows.png') no-repeat scroll right center #FFF;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
padding: 5px 10px;
margin: 10px auto;
border: 1px solid #FFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 100%;
}
}