/*
Theme Name: Lawty
Author: ProCloud Technology
Author URI: http://www.procloud.com.au/
Description: Theme for Lawty Auto Electrics & Air
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lawty

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400i,400,700);
@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(css/normalize.min.css);

* {
    box-sizing: border-box;
}

body {
    background: #010101 url(images/background.jpg) center / cover fixed no-repeat;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

body.mceContentBody {
    background: #fff !important;
    padding: .6em;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    background: #fff;
    border: 1px solid #bebebe;
    color: #000020;
    padding: 9px;
}

button,
input,
textarea {
    padding: 10px;
}

input[type=checkbox] {
    margin: 3px;
    padding: 0;
}

input[type=date] {
    padding: 7.25px;
}

input[type=image] {
    background: none;
    border: 0;
    padding: 0;
}

button,
input[type=button],
input[type=submit] {
    background: #ee2e24;
    border: 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 10px 25px;
    text-transform: uppercase;
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: #6b0608;
}

textarea {
    resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

a {
    color: #ee2e24;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    box-sizing: content-box;
    vertical-align: middle;
}

#header {
    background: rgba(34, 97, 174, 0.8);
    position: relative;
}

#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header a.logo {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWMAAACMCAMAAACeeTgwAAAADFBMVEX////////////////1pQ5zAAAAA3RSTlMAC/5Dh8IOAAABUUlEQVR42u3UwW0cARADwfYp/5z9UAL7EI31qDqEAsG+NK1izJixGDNmLMaM9V2MGTMWY8aMxfh/KcaMGYsxY8b6mWLMmLEYM/4dxZgxYzF+QzFmzFiM31CMGTMW4zcUY8aM9YCYMWPGekDMmDFjMX5DMWZ8gJgxY8Z6QMyY8QFixowZi/EbijHjA8SMGR8gZsz4ADFjxgeIGTNmrAfEjNfFmDFjPSBmzPgAMeN1MWZ8gJgx4wPEjBkfIGa8LsaMDxAzZnyAmPG6GDM+QMx4XYwZHyBmzPgAMeN1MV4XY8YHiBmvizHjA8SM18V4XYzXxXhdjBkfIGa8LsbrYrwuxutizPgAMeN1MV4X43UxXhfjdTFeF+N1MV4X43UxXhfjdTFeF+N1MV4X43UxXhfjuTDjcTFe1782/iC245+uhbFFb4RrT/z57cS7r/gY8Xd//gIgfRjrPerPqAAAAABJRU5ErkJggg==) right center no-repeat;
    display: block;
    float: left;
    padding: 20px 80px 20px 25px;
}

#header a.logo img {
    height: 100px;
}

#header button {
    background: url(images/menu.svg) center no-repeat;
    float: right;
    height: 30px;
    margin: 55px 20px;
    padding: 0;
    width: 34px;
}

#header .widget {
    display: none;
    text-transform: uppercase;
}

#header .widget.widget_nav_menu {
    background: rgba(34, 97, 174, 0.8);
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
}

#header .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .widget ul li {
    margin: .67em 0;
}

#header .widget ul li a {
    color: #fff;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    text-align: center;
}

#header .widget ul li a:hover {
    text-decoration: none;
}

#content {
    background: #fff;
    border-top: 5px solid #000;
    padding: 30px 20px;
    position: relative;
}

body.home #content {
    background: #6b0608;
    border: 0;
    color: #fff;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content h1.entry-title {
    margin: 0;
}

#content img {
    max-width: 100%;
}

#content .wpb_content_element {
    margin: 1em 0;
}

#content .lcs_logo_container a.lcs_logo_link {
    background: #fff;
}

#content .ninja-forms-required-items {
    margin: 1em 0;
}

#content [class*='ninja-col-'] {
    padding: 0;
}

#content .ninja-row select {
    width: 100%;
}

#content .ninja-row textarea {
    height: 100px;
}

#content .ninja-row .ninja-forms-error input,
#content .ninja-row .ninja-forms-error select,
#content .ninja-row .ninja-forms-error textarea {
    border: 1px solid #f00;
}

#content .ninja-row .ninja-forms-field-error {
    display: none;
}

#copyright {
    background: #000;
    color: #fff;
    font-size: .6em;
    line-height: 30px;
    padding: 0 20px;
    text-align: right;
    text-transform: uppercase;
}

#copyright a {
    color: #fff;
}

@media only screen and (min-width: 771px) {
    
    #container {
        margin: 0 auto;
        max-width: 1200px;
    }
    
    #header {
        padding: 0 40px 0 0;
    }
    
    #header a.logo {
        text-align: center;
        width: 350px;
    }
    
    #header button {
        display: none;
    }
    
    #header .widget {
        color: #fff;
        display: block !important;
        float: right;
        text-align: right;
    }
    
    #header .widget.widget_text {
        margin: 20px 0;
    }
    
    #header .widget.widget_nav_menu {
        background: none;
        clear: right;
        left: auto;
        position: static;
        right: auto;
        top: auto;
    }
    
    #header .widget p {
        line-height: 25px;
        margin: 0;
    }
    
    #header .widget ul li {
        display: inline-block;
        margin: 0 0 0 20px;
    }
    
    #header .widget ul li a {
        font-size: 1.8em;
    }
    
    #header .widget ul li:hover a,
    #header .widget ul li.current-menu-item a {
        color: #ee2e24;
    }
    
    #content .ninja-col-1-2:nth-child(odd) {
        padding-right: 7.5px;
    }
    
    #content .ninja-col-1-2:nth-child(even) {
        padding-left: 7.5px;
    }
    
    #copyright {
        font-size: .9em;
    }
}