/*
Theme Name: BURK RECALL
Theme URI: http://recallsecurity.ie
Description: Security Theme
Version: 1.2
Author: Liam Burke
Author URI: http://burkie.com
Tags: starkers
*/

@import "css/reset.css";
@import "css/layout.css";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font: 16px "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	line-height: 34px;
	margin: 40px 0;
	text-align: center;
}

h3 {
	font-size: 28px;
	margin: 0 0 20px 0;
}

h4 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

img {
	max-width: 100%;
	height: auto;
}

strong {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}

.holder {
	width: 100%;
	overflow: hidden;
}

header {
	background: #1191BC;
	overflow: hidden;
	padding: 20px 0;
}

header hgroup {
	width: 70%;
	float: left;
}

hgroup img {
	float: left;
	margin: 0 20px
}

.tagline {
	font: 24px "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	float: left;
	margin: 20px 0 0 0;
	color: #0B1A4B;
}

header .wrapper aside {
	width: 30%;
	float: left;
	margin: 15px 0 0 0;
}

header .wrapper aside p a {
	color: #fff;
	text-decoration: none;
}

nav.menu-recall-container {
	width: 100%;
	background: #0B1A4B;
	overflow: hidden;
}

nav.menu-recall-container ul {
	width: 960px;
	max-width: 100%;
	margin: 0px auto;
}

nav.menu-recall-container ul li {
	float: left;
	list-style: none;
}

nav.menu-recall-container ul li a {
	display: block;
	padding: 10px 20px;
	color: #eee;
}

nav.menu-recall-container ul li ul {
	display: none;
}

nav.menu-recall-container ul ul {
	display: block;
	background: #0B1A4B;
	position: absolute;
	z-index: 99999999;
	margin: 0px 0 0 0px;
	width: 240px;
	padding: 5px 0 10px 0;
}

nav.menu-recall-container ul li:hover ul {
	display: block;
}

nav.menu-recall-container ul ul li {
	float: none;
}

nav.menu-recall-container ul ul li a {
	padding: 5px 0;
}

.wrapper {
	width: 960px;
	max-width: 100%;
	margin: 0px auto;
}

.wrapper .inner {
	margin: 0 2%;
	overflow: hidden;
}

.wrapper aside {
	width: 27%;
	margin: 0 3% 0 0;
	float: left;
}

.wrapper aside nav#sidebar {
	margin: 30px 0 0 0;
	border-radius: 3px;
	background: #efefe1;
}

.wrapper aside nav#sidebar ul li {
	float: none;
	list-style: none;
	margin: 0;
}

li.current-page-ancestor a,
li.current_page_item a {
	background: #1191BC;
}

nav#bottom ul li.current_page_item a,
.wrapper aside nav#sidebar ul li.current_page_item a {
	background: #fff;
}

.wrapper aside nav#sidebar ul li a {
	padding: 8px 10px 8px;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #0B1A4B;
	display: block;
	font-weight: bold;
}

.wrapper article {
	width: 70%;
	float: left;
	margin: 30px 0 0 0;
}

.wrapper article p {
	margin: 0 0 20px 0;
	line-height: 22px;
}

.wrapper article a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

/* HOME */

body.home article {
	width: 100%;
	margin: 0;
}

body.home article .row {
	width: 49%;
	float: left;
	min-height: 170px;
	margin: 0 2% 0 0;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

body.home article .row.odd {
	margin: 0;
}

body.home article a.row.others {
	font: 36px "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	border: 0;
	text-decoration: none;
	color: #fff;
	display: block;
	text-transform: uppercase;
	width: 49%;
	float: left;
	min-height: 170px;
	margin: 0;
	background: #1191BC;
}

body.home article .row.others h4 {
	font-size: 28px;
	line-height: 32px;
	padding: 0 20px;
}

body.home article .row.others p {
	font-size: 24px;
	line-height: 52px;
	padding: 0 80px 0 0;
	text-align: right;
	color: #000;
	background: url('img/right.png') 96% 0 no-repeat;
}

body.home .car {

}

img.car {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

body.home .upper {
	position: relative;
	margin: -90px 30px 0;
	background: #fff;
	padding: 20px 20px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

body.home .upper h2 {
	margin: 0;
}


.upper {
	position: absolute;
}


ul, ol {
	margin: 0 0 17px 0;
}

ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px 18px;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 3px 17px;
}

ul ol,
ol ul {
	margin: 10px 0;
}

ul ol li,
ol ul li {
	list-style-type: lower-alpha;
	margin: 0 0 3px 60px;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignnone {
	margin: 0 0 20px 0;
}

footer {
	width: 100%;
	background: #ddd;
	overflow: hidden;
	margin: 20px 0 0 0;
}

footer aside {
	width: 960px;
	max-width: 100%;
	margin: 0px auto;
	padding: 20px;
}

footer aside p {
	color: #000;
}

/* SERVICES */

body.page-parent .row {
	overflow: hidden;
	margin: 0 0 19px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eee;
}

/* BOTTOM */

nav#bottom {
	display: none;
}

/* HOME */

body.home .wrapper .inner aside {
	display: none;
}

/* IPAD */

@media only screen and (max-width: 720px) {

h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0;
	text-align: center;
}

h3 {
	text-align: center;
}

ol li {
	margin: 0 0 3px 25px;
}

header hgroup {
	width: 100%;
	float: none;
	overflow: hidden;
}

header hgroup img {
	margin: 0px auto;
	float: none;
	display: block;
}

.tagline { 
	text-align: center;
	width: 100%;
	float: none;
	overflow: hidden;
}

header .wrapper aside {
	width: 100%;
	float: none !important;
	display: block;
}

header .wrapper aside p {
	width: 50%;
	float: left;
	text-align: center;
}

header .wrapper aside p a {
	color: #fff;
	text-decoration: none;
}

nav.menu-recall-container ul li {
	width: 50%;
	margin: 0;
	float: left;
}

nav.menu-recall-container ul li a {
	display: block;
	padding: 10px 0;
	width: 100%;
	float: none;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.wrapper aside {
	display: none;
}

.wrapper article {
	width: 100%;
	float: none;
}

img.alignleft,
img.alignright {
	float: none;
	margin: 10px auto;
	display: block;
}

/* HOME */

body.home article .row {
	width: 100%;
	float: left;
	min-height: inherit;
	margin: 0 0 20px;
	padding: 0 0 20px 0;
}

body.home article .row.odd {
	margin: 0 0 20px 0;
}

body.home article a.row.others {
	background: #1191BC;
	width: 100%;
	float: none;
	overflow: hidden;
}

body.home article a.row.others p { 
	background: url('img/right.png') 96% 0 no-repeat;
}

body.home article .row.others h4 {
	padding: 20px;
}

nav#bottom {
	display: block;
	margin: 30px 2% 50px;
	padding: 0;
	border-radius: 3px;
	background: #efefe1;
	width: 96%;
}

nav#bottom ul li {
	float: none;
	list-style: none;
	margin: 0;
}

nav#bottom ul li a {
	padding: 10px 10px;
	margin: 0;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #0B1A4B;
	display: block;
}

nav#bottom ul li:last-of-type a {
	margin: 0;
	padding: 10px 10px;
}

img.car {
  border-bottom-right-radius: 0px; 
  border-bottom-left-radius: 0px;
}

body.home .upper {
  position: relative;
  margin: 0;
  background: #fff;
  padding: 10px 0 20px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

}