/*
	Theme Name: QAAF Create
	Theme URI: http://html5blank.com
	Description: based on HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Kay Bowmaker
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, *:after, *:before {
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
font-size: 62.5%;
}
body {
font-family: 'Futura', Helvetica, Arial, sans-serif;font-size: 12px;line-height:14.4px;
color: #444; 
}
/* clear */
.clear:before, .clear:after {
content: ' ';
display: table;
}
.clear:after {
clear: both;
}
.clear {
 *zoom:1;
}
img {
max-width: 100%;
vertical-align: bottom;
}
a {
color: #444;
text-decoration: none;
}
a:hover {
color: #444;
}
a:focus {
outline: 0;
}
a:hover, a:active {
outline: 0;
}
input:focus {
outline: 0;
border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
max-width: 100%;
width: 100%;
margin: 0 auto;
position: relative;
background-image: url(img/bgd.png);
background-repeat: no-repeat;
background-position: top center;
padding-bottom: 20px;
}
/* header */
.header {
position: relative;
width: 1000px;
margin: 0 auto;
height: 150px;
}
/* logo */
.logo {
  float: left;
  padding: 30px 49px 6px 0;
}
.logo-img {
  max-width: 134px;
}
.logo-qaaf {
  max-width: 329px;
}
/* mid-top*/
/* mid-top*/
.mid-top{
float:left;
width: 20%;
}
	/* social links */
	.social {
	/* float: left; */
	padding: 23px 0px 0px 0px;
	}
		.social-icon {
		margin: 0px 2px 0px 0px;
		}
	/* contact phone number */
	.phone {
	/* float: left; */
	padding: 16px 0px 0px 0px;
	}
		.phone-number {
		font-family:Futura;
			font-size:24px;
			font-weight:bold;
			color:#000000;
		margin: 0px 0px 0px 0px;
		}
	/* mission statement */
	.mission {
	/* float: left; */
	padding: 0;
	}
		.mission-text {
			font-family:Futura;
			font-size:14px;
			line-height:18px;
			font-weight:normal;
			text-transform:uppercase;
			color:#d2232a;
			margin: 0px 0px 0px 0px;
		}
	/* Sign-up Form */
	.newsletter {
position: relative;
width: 24.3%;
float: left;
padding-top: 27px;
text-align: right;
}
		.newsletter-text {
		margin: 0px 0px 0px 0px;
		}
		.newsletter-form {
		margin: 0px 0px 0px 0px;
		}
#wpcf7-f29-o1 > form > p {
margin: 9px 0px 0px 0px;
}		
#wpcf7-f29-o1 > form > p > span.wpcf7-form-control-wrap > input {
width: 170px;
padding: 2px 0px 2px 5px;
margin: 0px 0px 2px 0px;
}
#wpcf7-f29-o1 > form > p > input,  img.ajax-loader {
float: right;
margin-top: 7px;
}
div.wpcf7 img.ajax-loader {
border: none;
vertical-align: middle;
margin-right: 7px;
margin-top: 10px;
}
/* nav */
.nav {
width: 100%;
background-color: #000000;
overflow: visible;
}
.nav ul {
width: 1000px;
margin: 0 auto;
padding: 10px 0 10px 0px;
position: relative;
}
.nav ul li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  width: 162px;
  text-align: center;
  font-size: 20px;
  padding-bottom: 0;
}
.nav ul li a {
color: #ffffff;
text-decoration: none;
}
.nav ul li a:hover {
color: #444;
}
.nav ul li a:focus {
outline: 0;
}
.nav ul li a:hover, a:active {
outline: 0;
}
/* slider */
.slider {
position: relative;
width: 1000px;
margin: 0 auto;
line-height: 0;
}
#metaslider_4 {
margin: 0 0 45px 0;
}
#metaslider_4 > ol {
margin: 0;
bottom: 24px;
right:160px;
}
#metaslider_4 > ol > li {
zoom: 2;
float: right;
}
.single .metaslider.metaslider-flex.metaslider-4.ml-slider,
.archive .metaslider.metaslider-flex.metaslider-4.ml-slider {
    display: none;
}
/* quote button */
.quote {
position: absolute;
z-index: 1;
bottom: -62px;
right: -5px;
}
.single .quote,
.archive .quote {
    bottom: -132px;
}
/* main page content area */
.content-wrap {
    width: 1000px;
    margin: 0 auto;
}
.single .content-wrap,
.archive .content-wrap {
    padding-top: 39px;
}
main {
    width: 570px;
    margin: 0 50px;
    float: left;
}
/* sidebar */
.sidebar {
    float: left;
    width: 326px;
}
aside.sidebar ul {
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.2;
}
/* footer */
.footer {
background-image: url(img/footer.png);
background-position: top center;
background-repeat-y: no-repeat;
height: 204px;
}
.footer-content {
    width: 1000px;
    margin: 0 auto;
}
p.copyright {
width: 423px;
padding: 18px 0 0 50px;
float: left;
text-transform: uppercase;
}
.footer-widget {
  float: left;
  padding: 15px 0 0 14px;
  text-transform: uppercase;
  line-height: 20px;
}
.footer-widget ul {
    list-style-type: none;
}
/*------------------------------------*\
    GLOBAL STYLES
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
h1 {
  font-size: 40px;
line-height: 1;
text-transform: uppercase;
color: #000;
}
p, section ul {
  font-size: 14px;
  line-height: 1.5;
}
li {
  padding-bottom: 9px;
}
.strong {
font-weight: bold;
}
.uppercase {
text-transform: uppercase;
}
/*------------------------------------*\
    PAGE STYLES - HOME
\*------------------------------------*/
#home {
width: 570px;
}
#home ul {
font-size: 12px;
line-height: 17px;
font-weight: bold;
text-transform: uppercase;
height: 50%;
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}

/*------------------------------------*\
    PAGE STYLES - 
\*------------------------------------*/
#home {
width: 570px;
}
#home ul {
font-size: 12px;
line-height: 17px;
font-weight: bold;
text-transform: uppercase;
height: 50%;
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


@font-face {	font-family:'Futura';	src:url('fonts/FUTURAM.ttf');    font-weight:normal;    font-style:normal;}@font-face {	font-family:'Futura';	src:url('fonts/FUTURAB_0.ttf');    font-weight:bold;    font-style:normal;}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
}

@media only screen and (min-width:480px) {
}

@media only screen and (min-width:768px) {
}

@media only screen and (min-width:1024px) {
}

@media only screen and (min-width:1140px) {
}

@media only screen and (min-width:1280px) {
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),  only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
background: #04A4CC;
color: #FFF;
text-shadow: none;
}
::-webkit-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #FFF;
border: 1px solid #F0F0F0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,  a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
content: "";
}
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr, img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,  h2,  h3 {
orphans: 3;
widows: 3;
}
h2,  h3 {
page-break-after: avoid;
}
}

/* kay - 23 03 2016 */

/* hide the newsletter form and move the contact dtails in to its place */

.newsletter {
    display: none;
}

.mid-top {
    float: right;
}
