
/*-=Small screens=-*/
    
    @media only screen and (max-width: 40em) { 
	
	/* TOP BAR Mobile STYLING */
	.top-bar {
	   background: #000; /* change background color if you need */
        margin: 10px 0;
	}
	
	.top-bar-section ul li > a{
	    color: #fff; /* change color of text if you need */
	    font-size: 18px;
	    background: transparent; /* change background color if you need */
	}
	
	.top-bar-section ul li:hover > a{
	     background: transparent; /* change background color if you need */
	}
	
    } /* max-width 640px and lower. Use this for mobiles only */




/*-=Medium screens=-*/
    @media only screen and (min-width: 40.063em) {
        .logo{
            top: -25px;
        }
	
	/* TOP BAR STYLING */
	.top-bar {
	    background: transparent; 
	}
	
	.top-bar-section ul{
	     background: transparent;
	}

    .top-bar-section .menu-header-menu-container >  ul.menu > li:not(.has-form)
    {
        border-left:1px solid #3d0e03;
    }
        .top-bar-section .menu-header-menu-container >  ul.menu > li:not(.has-form):first-child {
        border:0;
    }
    .top-bar {
       height: 20px;
        margin-bottom: 7px;
    }
	
	.top-bar-section li:not(.has-form) a:not(.button){
	    color: #3d0e03;
	    background: transparent;
        font-family: Calibri, 'Arial Narrow', 'Arrial', sans-serif;
        padding: 0 5px;
        line-height: 20px;
        /*font-size: 17px;*/
        font-size: 16px;
	}
	
	.top-bar-section li:not(.has-form) a:not(.button):hover{
	    color: #3d0e03;
	    background: transparent;
	}
	
	.top-bar-section li.current_page_item > a:not(.button){
	    color: #3d0e03;
	    background: transparent;
	}
	
	.top-bar-section .has-dropdown > a{
	    padding: 0 5px !important;
	}
	
	.top-bar-section .has-dropdown > a:after{
	    display: none;
	}
	
	/* Dropdown Styling*/
	.top-bar-section ul li:hover:not(.has-form) > a{
	    background: #b5bcad;
	    color: #3d0e03;
	}
	
	.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	    color: #3d0e03;
        padding: 6px 10px!important;
        background: #b5bcad;
	}
	
	.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button){
	    color: #3d0e03;
        background: #b5bcad;

	}
	
	.top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li a{
        background: #b5bcad;
	}
	
	.top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li:hover a{
	    color: #3d0e03;
	    text-decoration: none;
        background: #b5bcad;
	} 

	.top-bar-section .has-dropdown.hover > .dropdown li, 
	.top-bar-section .has-dropdown.not-click:hover > .dropdown li{
	    border-bottom: 0;
	}
	
	/* Align Menu to the right 
	    .top-bar-section { float:right; } */

	/* Align Menu to the center
	    .top-bar-section { float:none; text-align: center; }
	    .top-bar-section ul{display: inline-block;} */
	
	
	
	

    }  /* min-width 641px */
@media only screen and (max-width: 980px) {
    .social_inner {
        text-align: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .logo_inner
    {
        position: relative;
        left:50%;
        top:0;
        margin-left: -50px;
    }
    .slogan-text
    {
        top:0;
    }

    .top-bar_inner {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .sidebar
    {
        padding-left: 20px!important;
    }
    .sidebar .widget_text {
        float: none;
    }

    .top-bar {
        height: auto;
        margin-bottom: 7px;
        padding-left: 40px;
    }
}


    @media only screen and (max-width: 840px) {
        .top-bar {
             padding-left: 16px;
        }
        .widget h5
        {
            text-align: center;
            margin-left: 0;
        }
         .sponsors a  {
            text-align: center;
            display: block;
        }
        .sidebar .sponsors img {
            width: auto;
        }

        .top-bar {
            float: right;
            width: 60%;
        }
        .top-bar_inner {
            width: 100%;
            float: none;
            margin-top: 20px;
        }

    }

@media only screen and (max-width: 700px) {
    .top-bar {
        padding-left: 45px;
    }
}

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

    .top-bar {
        height: 40px;
        margin-bottom: 7px;
    padding-left: 0;
    }
    .slogan-text {
     display: none;
    }
    .logo_inner {
        margin-left: 0;
    }


    .sidebar .widget_text
    {
    float: none;
        max-width: 300px;
        margin: 10px auto 0;
    }

    .widget_footer_text {
        text-align: center;
    }

    .widget_footer_search {
        margin: 0 auto;
        float: none!important;
    }

    .logo {
        position: relative;
        text-align: center;
        left: 0;
        margin-top: 10px;
    }

    .top-bar{
        width: 100%;
    }

    .widget_social {
        float: none;
        text-align: center;
    }

    .widget_social .login
    {
        float: none;
        margin-left: 0;
    }

    .mgm_form .city_box,
    .mgm_form .state_box,
    .mgm_form .zip_box,
    .mgm_form .tel_box,
    .mgm_form .fax_box,
    .mgm_form .cell_box {
        float: none;
        width: 100%;
        margin: 0;
    }


}

@media only screen and (max-width:480px) {
    .content-text p {
        clear: both;
        float: none;
    }

    img.alignleft {
        float: none;
        clear: both;
     }

    .content-text  h1 {
        font-size: 20px;
    }
}




