/*
Theme Name: McLeods of Condah
Description: McLeods of Condah custom WordPress Theme
Version: 1
Author: Launch Interactive
Author URI: http://launchinteractive.com.au

*/


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}

/* WordPress Presentational Classes*/
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

* {
	box-sizing: border-box;
	line-height: 1.5em;
}

body {
	font-family: 'Cairo', sans-serif;
}

/*
::-webkit-scrollbar
::-webkit-scrollbar-button
::-webkit-scrollbar-track
::-webkit-scrollbar-track-piece  
::-webkit-scrollbar-thumb
::-webkit-scrollbar-corner
::-webkit-resizer

:horizontal
:vertical
:decrement
:increment
:start
:end
:double-button
:single-button
:no-button
:corner-present
:window-inactive
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #ddd;
}
::-webkit-scrollbar-thumb {
  background: #AAA;
}

a[href^=tel] {
	color:inherit;
	text-decoration: none;
}

a {
	color: #c80000;
}

img {
	max-width: 100%;
	height: auto;
}

.central {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
}

h1 {
	line-height: 1.2em;
}

.pagination {
	text-align: center;
	margin-bottom: 30px;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 0;
	margin: 0 10px;
	color: #101010;
	text-decoration: none;
}

.pagination a.current,
.pagination span.current {
	border-bottom: 1px solid #101010;
	opacity: 0.7;
}

.pagination .next.current,
.pagination .prev.current {
	border: none;
}

.pagination a:hover {
	color: #c80000;
}

.white {
	background: #fff;
	padding:1px 0 2em 0;
}

body {
	background: url('/wp-content/themes/mcleods/images/tartan.png') 0px bottom;
}

footer {
	height: 8em;
}
/*
@media all and (max-width: 960px) {

}
@media all and (max-width: 320px) {

}
*/
