/*-----------------------------------------------------------------------------------*/
/*	responsive css
/*-----------------------------------------------------------------------------------*/




/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    #holder{
        min-width: 0;
        width: 100%;
    }
    #footer_widgets .widget-area,
    #wrapper{
        width:715px;
    }
    #pulp_bg{
        display: none;
    }
    #logo{
        float:none;
        display:inline-block;
        margin:0 auto;
    }
    #menu_spacer{
        height:0;
    }
    .wpcf7 input, .wpcf7 textarea {
    width: 80%;
    }

    #inner_content:before{
        background: url(images/content_top_715.png) no-repeat;
    }
    #inner_content:after{
        background: url(images/content_bottom_715.png) no-repeat;
    }
    #inner_content .sidebar{
        float: none;
        margin-right: -30px;
        width: auto;
    }
    #inner_content .sidebar .widget{
        margin: 0px 27px 31px 7px;
        float: left;
        clear: none;
        max-width: 302px; /* so its 302px matching main design */
        width: 100%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    }
    #inner_content .content_main {
        float: none;
        clear:left;
        width: 100%;
        margin-bottom: 20px;
    }

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
    #footer_widgets .widget-area,
    #wrapper{
        max-width:705px;
        margin:0 5px;
        width: auto;
    }
    #menu_decal{
        display: none;
    }
    #menu_container_decal{
        padding: 0 !important;
        background: none !important;
    }
    #menu_container_decal > div > ul{
        text-align: center;
    }
    #menu_container_decal > div > ul > li{
        float:none;
        display:inline-block;
    }
    #menu_wrap{
        float:none;
    }
    #menu_container{
        margin:13px 0 16px 0 !important;
        float:none;
    }
    #menu_container:before{
        display: none;
    }
    #menu_container ul ul{
        left: -4px;
    }
    #menu_container li{
        border-radius: 5px;
    }
    #menu_container ul li{
        margin-bottom: 4px;
    }
    #menu_container > div > div > ul > li:after{
        display: none;
    }

    #inner_content{
        border-radius: 5px;
        padding: 14px 10px;
    }
    #inner_content:before,
    #inner_content:after{
        display: none;
    }
    #inner_content .sidebar{
        text-align: center;
        margin:0;
    }
    #inner_content .sidebar .widget {
        display: inline-block;
        text-align: left;
        float:left;
        position: relative;
        margin: 0px 10px 30px 5px;
        padding: 7px 5px 2px 10px;
        width: 287px; /* -15 from 302 */
    }
    .widget-title{
        margin:-21px 0 0 -3px;
    }

}

/* when widgets fall under eachother, want them to be centered on the page */
@media only screen and (max-width: 610px) {
    .widget-area.columns-3 .widget {
        margin: 0 auto 20px auto;
        display: block;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #inner_content .sidebar .widget {
        margin: 0px 5px 31px 0;
        width: 100%;
    }
    #inner_content{
        padding: 9px 8px;
    }
    .fancy_border{
        background-image: none;
        padding: 5px;
    }
}
