nav a#pull {
    display: none;
}

.mob {
    display: none;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    nav {
        width: 100%;
        margin: 0px 0px 0px 0px;
        text-align: center;
        float: inherit;
    }

    nav ul {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
        width: 100%;
    }

    nav ul li {
        background: none;
        border-bottom: 1px solid #000;
        line-height: normal;
        display: block;
        margin: 0px;
        padding: 8px 0px;;
        float: inherit;
        width: 100%;
        padding: 0px 0px 0px 0px;
        font-size: 11px;
        color: #E7BD13;
        text-transform: uppercase;
        text-align: center;
        font-style: normal;
    }

    nav ul li a:hover {
        color: #000;
        border-radius: 0px;
        border: none;
        padding: 8px 0px;
    }

    nav ul li a {
        background: #92af93;
        border-radius: 0px;
    !important;
        border: none !important;
        display: block;
        padding: 8px 0px;
        height: auto;
        line-height: normal;
        font-size: 14px;
        margin: 0px;
        color: #fff;
        height: auto;
        width: auto;
        text-align: left;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 10px;
        text-decoration: none;
        font-size: 16px;
        color: #8a8a8a;
        height: 40px;
    }

    nav a:hover {
        background: #92af93;
        color: #000;
        text-decoration: none;
    }

    nav ul {
        display: none;
        height: auto;
    }

    nav a#pull {
        display: block;
        width: 100%;
        position: relative;
        background: #196642;
        margin: 0px 0 0px 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 40px;
        height: 40px;
    }

    nav a#pull:after {
        content: "";
        background: url(../images/nav-icon.png) no-repeat;
        width: 25px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .wrapper {
        width: 95% !important;
    }

    .mob {
        display: block !important;
    }

    .nav {
        display: none;
    }

    #navwrap {
        width: 100% !important;
    }

    #callus {
        margin: 0px !important;
        float: right !important;
    }

    #logo {
        margin-left: 0px !important;
    }

    #featured .slider_shadow {
        width: 100% !important;
    }

    #featured #slides {
        width: 99% !important;
        height: 200px !important;
    }

    .nav_top {
        width: 100% !important;
    }

    .nav_bottom {
        width: 100% !important;
    }

    .slider_image {
        background-size: 100% 100% !important;
        height: 200px !important;
    }

    .slider_image img {
        width: 100% !important;
        background-size: 100% 100% !important;
        height: 200px !important;
    }

    .slide .banner {
        background: url(../images/resp_pic.png) no-repeat;
        height: auto !important;
        background-size: 100% 100% !important;
        padding: 0 5px 5px 7% !important;
        width: 25% !important;
        margin-top: -18% !important;
    }

    .banner h2 {
        line-height: 22px !important;
        font-size: 15px !important;
        height: auto !important;
    }

    #posts {
        width: 60% !important;
    }

    #content {
        background-size: 92% 100% !important;
        margin-bottom: 0px !important;
    }

    #content .content_wrap {
        background: none !important;
    }

    #sidebar {
        width: 32% !important;
        padding-left: 2% !important;
    }

    .banner span {
        position: static !important;
        background: none !important;
    }

    .banner span a {
        background: #bababa !important;
        margin-right: 0px !important;
        padding: 5px 12px 1px 12px !important;
        border-radius: 5px;
    }

    #quote {
        width: 81% !important;
        padding-top: 12px !important;
        margin-top: 10% !important;
        font-size: 20px;
    }

    #quote div {
        line-height: 27px !important;
        padding: 0px !important;
    }

    #strip-top {
        height: 5px !important;
    }

    #strip div {
        width: 100% !important;
    }

    #blurbs {
        width: 100% !important;
        padding: 30px 0px 15px 0px !important;
    }

    .blurbs_shadow {
        width: 100% !important;
    }

    #strip div .arrow {
        left: 50% !important;
    }

    #sidebar .widget {
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .wp-caption {
        width: 100% !important;
    }

    .wp-caption img {
        height: auto !important;
        width: 98% !important;
    }

    #footer {
        width: 95% !important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    nav {
        width: 100%;
        margin: 0px 0px 0px 0px;
        text-align: center;
        float: inherit;
    }

    nav ul {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
        width: 100%;
    }

    nav ul li {
        background: none;
        border-bottom: 1px solid #000;
        line-height: normal;
        display: block;
        margin: 0px;
        padding: 8px 0px;;
        float: inherit;
        width: 100%;
        padding: 0px 0px 0px 0px;
        font-size: 11px;
        color: #E7BD13;
        text-transform: uppercase;
        text-align: center;
        font-style: normal;
    }

    nav ul li a:hover {
        color: #000;
        border-radius: 0px;
        border: none;
        padding: 8px 0px;
    }

    nav ul li a {
        background: #92af93;
        border-radius: 0px;
    !important;
        border: none !important;
        display: block;
        padding: 8px 0px;
        height: auto;
        line-height: normal;
        font-size: 14px;
        margin: 0px;
        color: #fff;
        height: auto;
        width: auto;
        text-align: left;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 10px;
        text-decoration: none;
        font-size: 16px;
        color: #8a8a8a;
        height: 40px;
    }

    nav a:hover {
        background: #92af93;
        color: #000;
        text-decoration: none;
    }

    nav ul {
        display: none;
        height: auto;
    }

    nav a#pull {
        display: block;
        width: 100%;
        position: relative;
        background: #196642;
        margin: 0px 0 0px 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 40px;
        height: 40px;
    }

    nav a#pull:after {
        content: "";
        background: url(../images/nav-icon.png) no-repeat;
        width: 25px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .wrapper {
        width: 95% !important;
    }

    .mob {
        display: block !important;
    }

    .nav {
        display: none;
    }

    #navwrap {
        width: 100% !important;
    }

    #callus {
        margin: 0px !important;
        float: right !important;
        width: 50% !important;
    }

    #logo {
        width: 45% !important;
        margin: 12px 0px 0px 0px !important;
    }

    #featured .slider_shadow {
        width: 100% !important;
    }

    #featured #slides {
        width: 100% !important;
        height: 200px !important;
    }

    .nav_top {
        width: 100% !important;
    }

    .nav_bottom {
        width: 100% !important;
    }

    .slider_image {
        background-size: 100% 100% !important;
        height: 200px !important;
    }

    .slider_image img {
        width: 100% !important;
        background-size: 100% 100% !important;
        height: 200px !important;
    }

    .slide .banner {
        background: url(../images/resp_pic.png) no-repeat;
        background-size: 100% 100% !important;
        width: 31% !important;
        padding: 3% 3% 0px 12% !important;
        top: inherit !important;
        height: inherit !important;
        margin-top: -68px !important;
    }

    .banner h2 {
        line-height: 26px !important;
        font-size: 15px !important;
        height: auto !important;
    }

    #posts {
        width: 98% !important;
        padding-right: 2% !important;
    }

    #content {
        background: none !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    #content .content_wrap {
        background: none !important;
    }

    #sidebar {
        width: 98% !important;
        padding-left: 2% !important;
    }

    .banner span {
        position: static !important;
        background: none !important;
    }

    .banner span a {
        background: #bababa !important;
        margin-right: 0px !important;
        padding: 5px 12px 1px 12px !important;
        border-radius: 5px;
        margin-top: 10% !important;
    }

    #quote {
        width: 100% !important; /*margin-top:185px !important;*/
        padding: /*15%*/ 0px 0px 0px !important;
    }

    #quote div {
        line-height: 27px !important;
        padding: 0px !important;
    }

    #strip-top {
        height: 5px !important;
    }

    #strip div {
        width: 100% !important;
        padding: 11px 0px !important;
    }

    #blurbs {
        width: 100% !important;
        padding: 30px 0px 15px 0px !important;
    }

    .blurbs_shadow {
        width: 100% !important;
    }

    #strip div .arrow {
        left: 49% !important;
    }

    #strip div {
        font-size: 14px;
    }

    #blurbs div#post-12 {
        /*margin-left:10px !important;*/
    }

    #blurbs div {
        width: 60% !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .readmore a {
        margin-right: -8% !important;
    }

    #slides .slide {
        position: inherit !important;
    }

    #switcher {
        width: 49% !important;
    }

    #posts .post {
        margin-bottom: 5px !important;
    }

    #sidebar .widget {
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    #content .content_wrap .content_wrap {
        padding-top: 15px !important;
    }

    .wp-caption {
        width: 100% !important;
    }

    .wp-caption img {
        height: auto !important;
        width: 98% !important;
    }

    #footer {
        width: 95% !important;
    }
}

@media only screen and (max-width: 479px) {

    li#text-8{
        text-align:center;
        margin-top:20px;
    }
    #wp_editor_widget-8{
        text-align: center;
    }

    .widget h3 {
        background: url(images/widget-line.png) no-repeat bottom center;
    }
    nav {
        width: 100%;
        margin: 0px 0px 0px 0px;
        text-align: center;
        float: inherit;
    }

    nav ul {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
        width: 100%;
    }

    nav ul li {
        background: none;
        border-bottom: 1px solid #000;
        line-height: normal;
        display: block;
        margin: 0px;
        padding: 8px 0px;;
        float: inherit;
        width: 100%;
        padding: 0px 0px 0px 0px;
        font-size: 11px;
        color: #E7BD13;
        text-transform: uppercase;
        text-align: center;
        font-style: normal;
    }

    nav ul li a:hover {
        color: #000;
        border-radius: 0px;
        border: none;
        padding: 8px 0px;
    }

    nav ul li a {
        background: #92af93;
        border-radius: 0px;
    !important;
        border: none !important;
        display: block;
        padding: 8px 0px;
        height: auto;
        line-height: normal;
        font-size: 14px;
        margin: 0px;
        color: #fff;
        height: auto;
        width: auto;
        text-align: left;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 10px;
        text-decoration: none;
        font-size: 16px;
        color: #8a8a8a;
        height: 40px;
    }

    nav a:hover {
        background: #92af93;
        color: #000;
        text-decoration: none;
    }

    nav ul {
        display: none;
        height: auto;
    }

    nav a#pull {
        display: block;
        width: 100%;
        position: relative;
        background: #196642;
        margin: 0px 0 0px 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 40px;
        height: 40px;
    }

    nav a#pull:after {
        content: "";
        background: url(../images/nav-icon.png) no-repeat;
        width: 25px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .wrapper {
        width: 95% !important;
    }

    .mob {
        display: block !important;
    }

    .nav {
        display: none;
    }

    #navwrap {
        width: 100% !important;
    }

    #callus {
        margin: 0px auto !important;
        float: none !important;
        position: relative;
        width: 100%;
        left: -20%;
    }

    #logo {
        margin-left: 0px !important;
    }

    #featured .slider_shadow {
        width: 100% !important;
    }

    #featured #slides {
        width: 100% !important;
        height: 140px !important;
    }

    .nav_top {
        width: 100% !important;
    }

    .nav_bottom {
        width: 100% !important;
    }

    .slider_image {
        background-size: 100% 100% !important;
        height: 140px !important;
    }

    .slider_image img {
        width: 100% !important;
        background-size: 100% 100% !important;
        height: 140px !important;
    }

    .slide .banner {
        background: url(../images/resp_pic.png) no-repeat;
        height: auto !important;
        background-size: 100% 100% !important;
        padding: 0 5px 5px 20% !important;
        width: 72% !important;
        position: inherit !important;
        margin-top: 5% !important;
    }

    .banner h2 {
        line-height: 26px !important;
        font-size: 15px !important;
        height: auto !important;
    }

    #posts {
        width: 98% !important;
        padding-right: 2% !important;
    }

    #content {
        background: none !important;
        margin-bottom: 0px !important;
        width: 100% !important;
    }

    #content .content_wrap {
        background: none !important;
        width: 100% !important;
    }

    #sidebar {
        width: 98% !important;
        padding-left: 2% !important;
    }

    .banner span {
        position: static !important;
        background: none !important;
    }

    .banner span a {
        background: #bababa !important;
        margin-right: 0px !important;
        padding: 5px 12px 1px 12px !important;
        border-radius: 5px;
        margin-top: 10% !important;
    }

    #quote {
        width: 100% !important;
    !important; /*margin-top:376px !important;*/
        padding: /*20%*/ 0px 0px 0px !important;
    }

    #quote div {
        line-height: 27px !important;
        padding: 0px !important;
        font-size: 18px;
    }

    #strip-top {
        height: 5px !important;
    }

    #strip div {
        width: 100% !important;
        padding: 11px 0px !important;
        font-size: 12px;
    }

    #blurbs {
        width: 100% !important;
        padding: 30px 0px 15px 0px !important;
    }

    .blurbs_shadow {
        width: 100% !important;
    }

    #strip div .arrow {
        left: 42% !important;
    }

    #strip img {
        width: 70px;
    }

    #blurbs div#post-12 {
        /*margin-left:10px !important;*/
    }

    #blurbs div {
        width: 60% !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .readmore a {
        margin-right: -8% !important;
    }

    #slides .slide {
        position: inherit !important;
    }

    #switcher {
        margin-top: 5% !important;
        width: 100% !important;
    }

    #posts .post {
        margin-bottom: 5px !important;
    }

    #sidebar .widget {
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    #content .content_wrap .content_wrap {
        padding-top: 15px !important;
    }

    .post h2 {
        line-height: 22px !important;
        font-size: 23px !important;
    }

    .wp-caption {
        width: 100% !important;
    }

    .wp-caption img {
        height: auto !important;
        width: 98% !important;
    }

    #footer {
        width: 95% !important;
    }
}





