﻿/* MOBILE */
@media only screen and (max-width:767px) {
    .dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

/* TABLET */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
    
}

/* DESKTOP */
@media only screen and (min-width: 768px){
    .CatholicCare-Social-Services-Hunter-Manning {
        max-height: 120px;
        margin-top: -10px;
    }
    
}

@media screen and (min-width: 1120px)
{
    .nivoSlider {
        height: 575px !important;
        overflow: hidden;
    }
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
/*@media only screen and (max-width : 1200px) {
}*/

/* Medium Devices, Desktops */
/*@media only screen and (max-width : 992px) {
}*/

/* Small Devices, Tablets */
/*@media only screen and (max-width : 768px) {

}*/

