/*
	Theme Name: NHS-Gloucestershire-CCG
	Description: This stylesheet dictates responsiveness on mobiles
	Author: Rich Gwilt
	Author URI: http://www.activelabs.co.uk
*/


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1000px) {
    .cookie-control-message p span {
        display: none;
    }
    .carousel-caption {
        display: none;
    }
    .video-item { margin-bottom: 30px; }
    .postarea .post h3 { margin-top: 10px; }

    .footer-logo img { margin: 0 0 20px 0; }
	#gtranslate_wrapper {
		display: none;
	}
}

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

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

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

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
