/*
Theme Name:   The Keynote child
Theme URI:    http://themes.goodlayers.com/thekeynote
Description:  The Keynote Wordpress Theme
Author:       Shawn Richards
Author URI:   http://www.earlychildhoodaustralia.org.au
Template:     thekeynote
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  gdlr_translate-child

=Theme customisation starts here
-----------------------------------------------------*/
/* 
 * Web resources
 * 
 * https://stackoverflow.com/questions/13550541/media-min-width-max-width
 */
@media only screen and (min-width:960px) {
	/* styles for browsers larger than 960px; */
}

@media only screen and (min-width:1440px) {
	/* styles for browsers larger than 1440px; */
}

@media only screen and (min-width:2000px) {
	/* for sumo sized (mac) screens */
}

@media only screen and (max-device-width:480px) {
	/* styles for mobile browsers smaller than 480px; (iPhone) */
	.gdlr-page-title-wrapper .gdlr-page-title {
		margin: auto;
	}
}

@media only screen and (device-width:768px) {
	/* default iPad screens */
}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	/* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	/* For landscape layouts only */
}