/*
Theme Name: Frazer McCubbing
Theme URI: http://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Client website theme
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk

Colours being used:




*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Oxygen', 'Helvetica', 'Arial', serif;
	color: #ccc;
	background: #222222;
	font-size: 18px;
	line-height: 1.5;
}

h1, h2, h3 {
	font-family: 'Oxygen', 'Helvetica', 'Arial', serif;
	margin: 0;
	font-weight: normal;
}

h1{
	color: #FD5F22;
}

h3 {
	font-size:15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

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

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

#google-map img{
	max-width: inherit;
}

.clearer {
	clear: both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color: #D80000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection {
	background: #D80000; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #D80000; /* Firefox */
	color: #fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
}

.hr, hr {
	background:url(images/hr.png) repeat-x top left;
	height: 2px;
	margin: 5px 0 5px 0;
	border: 0;
}

/* Heading */

.top-bar{
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	text-align: right;
}


/* Body */

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.video{
	position: relative;
	float: left;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	height: 700px;
}

.logo{
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 90%;
	text-align: left;
	background: rgba(255,255,255,0.7);
	padding: 20px 5%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.logo img{
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  max-height: 100px;
}

.page-content-outer{
	float: left;
	width: 100%;
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.page-content{
	float: left;
	width: 44%;
	margin: 50px 2%;
	text-align: left;
	background: rgba(34,34,34,0.7);
	padding: 20px 2%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.cta{
	color: #fff;
	background:#FD5F22;
	border-radius: 20px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 25px;
	display: inline-block;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  
}

a.cta:hover{
	background: #aaa;
	color: #222;
}

.large-image{
	float: left;
	width: 100%;
	padding: 0px 0;
}

.large-image p{
	margin: 0;
}

.large-image img{
	width: 100%;
	height: auto;
	float: left;
}

.image-gallery{
	float: left;
	width: 100%;
}

.image-gallery dl{
	margin: 0 !important;
}

.image-gallery img{
	border: none !important;
	float: left;
}

.sponsors{
	display: inline-block;
	width: 100%;
	margin: 30px 0;
	text-align: center;
}

.sponsors a:hover{
	opacity: 0.5;
}


/* Columnomatic */

.creatomatic-column {
   padding: 10px 2%;
   border: none;
   float: left;
}

.creatomatic-column-two {
	width: 46%;
}

.creatomatic-column-three {
	width: 29.33%;
}

.creatomatic-column-four {
	width: 21%;
}





/* Contact Form */

.contact-form{
	/* float:left; */
	/* width: 100%; */
}

.contact-form h2 {
	margin-bottom: 20px;
}

.contact-row {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-row input, .contact-row textarea {
	border: 1px solid #4B4B4B;
	padding: 8px 1%;
	width: 98%;
	max-width: 98%
}

.contact-row input[type="submit"] {
	float: right;
	border: none;
	padding: 0px 0px 0px 0px;
	width: inherit;
	max-width: inherit;
}






/* Footer */

.footer {
	width: 98%;
	display: inline-block;
	background: #000;
	padding: 10px 1%;
}

.footer-left{
	float: left;
	width: 20%;
	text-align: left;
}
.footer-left img{
	max-height: 70px;
}

.footer-middle{
	width: 56%;
	margin: 20px 2% 0 2%;
	text-align: center;
	float: left;
	font-size: 14px;
}

.footer a{
	color: #aaa;
}

.footer a:hover{
	color: #fff;
}

.footer-right{
	float: right;
	text-align: right;
	margin-top: 20px;
}

.footer-right img{
	max-height: 40px;
	float: left;
	opacity: 0.8;
}

.footer-right span{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}







/* Browser-specific hacks - Chrome fonts, IE7 (!) dropdowns */

html {
	-webkit-font-smoothing: antialiased;
}

* + html .nav .menu li ul {
	margin-left: -100px;
	margin-top: 25px;
}

#catapult-cookie-bar {
 -webkit-transform: translateZ(0);
 }





#cboxClose {
	top: 0px;
	bottom: auto;
}
