/**
 * Theme Name: Plain Township Yard Waste
 * Author: COSO Media
 * Description: WordPress theme for Plain Township Yard Waste program
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: plainyard
 */

body {
    width: 100%;
    margin: 0;
    background-color: #fff;
    color: #555152;
    font: 12px 'Verdana', 'Arial', 'Helvetica', sans-serif;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.container {
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-container {
    width: 100%;
    background-color: #636363;
}

.list-upper-alpha {
    list-style-type: upper-alpha;
}

header {
    background-color: #fff;
    height: 168px;
    background-image: url('https://www.plaintownship.com/images/bgheader.png');
}

.header-main-row {
    padding-top: 28px;
    width: 100%;
}

.header-logo {
    width: 125px;
    padding: 4px 9px;
    float: left;
}

.header-address {

}

.header-address-line-one {
    top:25px;
    left: 62px;
    font-family: Trebuchet, "Trebuchet MS", Helvetica, "Vera Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    float: left;
    color: #237157;
    position: relative;
}

.header-address-line-two {
    top: 38px;
    left: -55px;
    font-family: Trebuchet, "Trebuchet MS", Helvetica, "Vera Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #6d6d6d;
    float: left;
    position: relative;
}

.header-actual-address {
    top: 23px;
    left: 72px;
    font-size: 11px;
    color: #237157;
    float: left;
    position: relative;
}

main {
    background-color: #fff;
}

.jt-banner {
    position: relative;
}

.jt-banner-thumb {
    width: 29.583%;
    height: 81.783%;
    position: absolute;
    top: 9%;
    right: 2.35%;
    overflow: hidden;
}

.jt-submit {
    text-align: center;
    margin-top: 30px;
}

footer {
    padding: 60px;
}

.jt-copyright {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 5px;
}

.coso-developer {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0 5px 5px;
}

.coso-developer > a {
    color: inherit;
    text-decoration: none;
}

.coso-developer > a:hover {
    text-decoration: underline;
}

h3.frm_pos_top.frm_section_spacing {
    border: none !important;
}

@media (max-width: 576px) {
    .header-address-line-one {
        top: 6px;
        left: 10px;
    }

    .header-address-line-two {
        top: 2px;
        left: 10px;
        text-align: left;
        width: 250px;
    }

    .header-actual-address {
        top: 8px;
        left: 10px;
    }
}

@media (max-width: 380px) {
    .header-address-line-one {
        font-size: 22px;
    }

    .header-address-line-two {
        font-size: 18px;
        width: 170px;
    }
}
