/*
Theme Name: Cocoonfxmedia Limited
Theme URI: https://www.cocoonfxmedia.co.uk/web-design
Author: Cocoonfxmedia Limited
Author URI: https://www.cocoonfxmedia.co.uk

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5714286rem;
	text-rendering: optimizeLegibility;
	color: #444;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 0px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
    width: 100%;
    margin-top: 5px;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	font-weight: normal;
	color: #fff;
	background-color: #000;
	//border: 1px solid #d2d2d2;
	border-radius: 3px;
	//box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #a90920;
	background-repeat: repeat-x;
	//background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	//background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	//background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	//background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	//background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #a90920;
	background-repeat: repeat-x;
	//background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	//background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	//background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	//background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	//background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	//box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	//border-color: transparent;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img, img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}


/* =container
		-------------------------------------------------------------- */

.container { max-width: 1300px; }



/* =Typography
-------------------------------------------------------------- */

h1, .h1 {
  font-size: 4.2142857rem;
  line-height: 4.7142857rem;
  margin-top: 1.5714286rem;
  margin-bottom: 3.1428572rem;
}
h2, .h2 {
  font-size: 2.6428571rem;
  line-height: 3.1428571rem;
  margin-top: 1.5714286rem;
  margin-bottom: 1.5714286rem;
}
h3, .h3 {
    font-weight: 600;
    font-size: 16px;
    line-height:1;
  margin-top: 1.5714286rem;
  margin-bottom: 0rem;
}
h4, .h4 {
  font-size: 1rem;
  line-height: 1.5714286rem;
  margin-top: 1.5714286rem;
  margin-bottom: 0rem;
}
h5, .h5 {
  font-size: 1rem;
  line-height: 1.5714286rem;
  margin-top: 1.5714286rem;
  margin-bottom: 0rem;
}
p, ul, ol, pre, table, blockquote {
  margin-top: 0rem;
  margin-bottom: 1.5714286rem;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

/* Let's make sure all's aligned */
hr, .hr {
  border: 1px solid;
  margin: -1px 0;
}
a, b, i, strong, em, small, code {
  line-height: 0;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}


/* =Main structure
	-------------------------------------------------------------- */

#main-header {
    background-color: #FFF;
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.logo {
    display: inline-block;
}
.logo img {
    width: 200px !important;
}
.videoBar {
    background-color: #f5f5f5;
    text-align: center;
    height: 586px;
    overflow: hidden;
}
.container.titleCont {
    position: absolute;
    top: 70px;
    left: 0px;
    color: #ffffff;
    z-index: 9;
    width: 60%;
    margin: 70px;
    text-align: left;
}

.videoBox {
    background-color: azure;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 90px;
}
.videoBox:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:4px;
    z-index: 1;
    display: block;
    background-color: transparent;
    background-image: url(assets/video-screen.png);
    background-repeat: repeat;
    width: 100%;
    height: 99%;
    opacity: 0.5;
}
.videoBox video {
    max-width: 100%;
    background-color: transparent;
    background-size: 100% 100%;
    background-position: left 0;
    background-repeat: no-repeat;
}

.introLeft {
    background-color: #fbfbfb;
    padding: 180px 90px;
}
.introRight {
    background-image: url(assets/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.serviceIntro {
    padding: 70px 0px 50px;
}
.gridB, .gridD, .gridE, .gridG {
    background-color:#fbfbfb
}
.gridA {
    background-image: url(assets/air.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gridC {
    background-image: url(assets/containers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gridF {
    background-image: url(assets/innovation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gridH{
    background-image: url(assets/airside.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gridBox {
    padding: 20px;
    min-height: 200px;
}
.gridBox h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
}
.specIntro {
    padding: 70px 0px 50px;
}
.specText {
    padding: 20px;
    background-color: #efefef;
    min-height: 200px;
    margin-bottom: 30px;
}
.specImg {
    text-align: center;
    margin-bottom: 30px;
}
.specImg img {
    width: 200px;
}
.valuesBanner {
    background-image: url(assets/values.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:500px;
}
.valuesText {
    margin: 90px 0px;
}
.valuesText h3 {
    margin: 40px 0px 40px 0px;
}
.quoteBanner {
    background-image: url(assets/passion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:500px;
}
.quoteIntro {
    margin-top: 50px;
    margin-bottom: 70px;
}
label {
    width: 100%;
}
input {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
}
textarea {
    border-bottom: 1px solid #000;
    border-radius: 0px;
    height: 100px;
}
.contactIntro {
    margin: 50px 0px 70px 0px;
}
.contactMap {
    margin: 0px -15px -15px;
}
a.purpleButton {
    background-color: #3d1b82;
    padding: 20px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
/* =Body links
-------------------------------------------------------------- */
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
strong {
    font-weight: 600;
}
blockquote {
    quotes: initial;
    background-color: #E7F2FF;
    padding: 20px 20px 1px 20px;
    margin-bottom: 20px;
    margin-left: -32px;
    width: 90%;
    font-style: italic;
}


/* =Assistive text
-------------------------------------------------------------- */

.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* =Blog
-------------------------------------------------------------- */

.read-more {
    text-align: right;

}
.read-more a {color: #254C33;    display: inline-block;
    background-color: #A5DCF3;
    padding: 15px 20px;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 3px;
	text-decoration: none;
	 font-weight: bold;
}

.read-more a:hover {background-color: #3A6475; color: #FFF; text-decoration: none;}


/* =Footer
-------------------------------------------------------------- */

.footer {
    background: #000000;
    border-bottom: 1px solid #464646;
    min-height: 110px;
    padding-top: 25px;
}
.footTitle {
    	color: #ffffff;
}
.footer p {
    color: #fff;
    margin: 0px;
    font-size: 0.8rem;
}
.footerAddress {
    	color: #fff;
    	font-size: 1rem;
}
.footSocial img {
    margin-top: -13px;
    margin-left: 14px;
    margin-right: 0px;
    float: right;
}
.colophon { padding: 20px 20px 0px; }
.colophon { background-color: #000; padding-bottom: 20px; }
.colophon p { margin-bottom: 0px; }
.colophon a { color: #fff; }


/* =Responsive Nav
-------------------------------------------------------------- */

.menuWrap {
    	background-color: #444;
    height: 48px;
}

nav {
    display: inline-block;
    float: right;
}

nav.mainnav ul{
	margin: 0px;
	text-align: right;
}
nav.mainnav ul li{
	display: inline-block;
        position: relative;
}
nav.mainnav ul li:hover {
	background-color: #f6f6f6;
}
.mainnav ul li a {
	color: #000000;
	display: block;
	padding: 45px 16px;
    text-decoration: none;
}
nav.mainnav ul li ul{
	background-color: #545454;
	display: none;
	width: 200px;
	position: absolute;
	text-align: left;
	top: 40px;
	left: 0;
	z-index: 999999999999999;
}
	nav.mainnav ul li:hover > ul{
	display: block;
}
	nav.mainnav ul li ul li{
	display: block;
}
	nav.mainnav ul li ul li a{
	display: inline-block;
}


@media only screen and (max-width: 60.9em) {
a.menuBtn{
    display: inline-block;
    float: right;
    padding: 47px 2em;
    color: #000;
    cursor: pointer;
}
nav{margin-bottom: 20px;}
nav.mainnav {
      
    }
nav.mainnav ul{
	display: none;
    background-color: #3e3e3e;
    position: absolute;
    top: 94px;
    left: 0px;
    height: 100vh
    }
nav.mainnav ul li{
	width: 100%;
}
nav.mainnav ul li:hover{
	background-color:#000;
}
nav.mainnav ul li a{
    color: #fff;
    display: block;
    padding: 30px 45px;
}
nav.mainnav ul li ul{
	position: relative;
	top: auto;
	display:none;
}
}

@media only screen and (min-width: 60.9em) {
a.menuBtn{
	display: none;
}
}
@media only screen and (max-width: 900px){
.videoBar {
    height: 300px;
}
.container.titleCont {
    position: absolute;
    top: -68px;
    }
h1.mainHeader {
    font-size: 3rem;
    line-height: 1.3;
}
.introLeft {
    padding: 50px 40px;
}
}

@media only screen and (max-width: 320px){
.logo img {
    width: 190px !important;
}
}

@media only screen and (max-width: 300px){
.videoBar {
    height: 300px;
}
}
@media only screen and (max-width: 899px){
h1.mainHeader {
    font-size: 3rem;
    line-height: 1.3;
}
.container.titleCont {
    position: absolute;
    top: -34px;
    left: 0px;
    color: #ffffff;
    z-index: 9;
    width: 90%;
    margin: 40px;
    text-align: left;
    padding: 0px;
}
}

