/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

/*------------------------------------
HEADER
------------------------------------*/
header#header {
	background: url(/assets/default-header.jpg) no-repeat center center #232323;
	background-size: cover;
	height: 630px;
	border-bottom: 5px solid #d44748;
	padding: 0px;
}

.front header#header {
	background-image: url(/assets/supply-lines.jpg);
/* 	background-image: url(/assets/supply-home-four.jpg); */
}

.section-services header#header {
	background-image: url(/assets/supply-plane-two.jpg);
}

.section-resources header#header {
	background-image: url(/assets/supply-containers-two.jpg);
}

.section-contact header#header {
	background-image: url(/assets/supply-contact-two.jpg);
}
.page-node-6 header#header {
	background-image: url(/assets/uploads/blog.jpg);
}
.page-node-3 header#header {
	background-image: url(/assets/uploads/help.jpg);
}
.page-node-1 header#header {
	background-image: url(/assets/uploads/aboutscs.jpg);
}
.page-node-23 header#header {
	background-image: url(/assets/climb2.jpg);
}


.header__logo-image {
	width: 280px;
	height: auto;
	-webkit-filter: drop-shadow(0px 0px 50px rgba(255,255,255,0.6));
    filter:         drop-shadow(0px 0px 50px #aaa); 
}

div#masthead {
	background-color: rgba(255,255,255,0.9);
	height: 49px;
	padding: 31px 2% 25px;
  position: fixed;
  width: 96%;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 4px rgba(100,100,100,0.5);
	top: 0;
}

ul.menu {
	padding: 0;
	float: right;
	margin: -48px 0 0;
}

ul.menu li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px 10px;
	margin: 0;
	display: inline;
}

#header ul.menu li a {
padding: 3px 0;
  text-decoration: none;
  color: #555;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
#header ul.menu li a:hover {
	color: #000;
}

#footer ul.menu li a {
	color: #999;
}

.menu a.active {
	border-bottom: 0;
color: #000;
}



/*------------------------------------
HOME -- footer
------------------------------------*/
footer#footer {
	background: #232323;
	color: #8b8b8b;
	font-size: 0.8rem;
	padding-top: 44px;
	padding-bottom: 19px;
	margin-top: 67px;
	text-align: center;
}

footer#footer ul.menu {
	float: none;
	margin: inherit;
}

footer#footer .menu a.active {
	border: none;
}

.the-icons, footer#footer .left p {
	display: inline;
	vertical-align: top;
}

.the-icons i {
	font-size: 22px;
}

.the-icons a {
	color: #8b8b8b; 
}

.the-icons a:hover {
	color: #ccc;
}

ul.menu li a {
		color: #8b8b8b;
}



/*------------------------------------
HOME -- feature blogs
------------------------------------*/
.front #main {
	padding-top: 1em;	
}

.front #content {
	text-align: center;	
}

.front #content a {
	color: white;
}

.front #content a:hover {
	/* color: #ddd; */
}

.front #content .block {
	width: 150px;
	height: 150px;
	border: 5px solid #d44748;
	background: #1b1b1f;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	text-align: center;
	display: inline-block;
	margin: -159px 6.5% 56px;
}

.front #content .block p {
	color: #fff;
	margin-top: 18px;
	line-height: 1.2em;
}

.front .node h2 + p {
	text-align: center;
	font-size: 1.250rem;
	width: 60%;
	margin: -2px auto 0;
}

.front .node p a {
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: bold;
	background: #ff6459;
	padding: 12px 60px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 0.875rem;
	margin: 33px auto;
	display: table;	
}
.front h4 {
	font-size: 28px;
}
.front .node p a:hover {
background-color: #FF8D85;
}

.logos {
	float: left;
  width: 100%;
  margin-top: 49px;
}

.logos img {
  float: left;
  width: 32%;
  vertical-align: top;
  margin: 0;
  text-align: center;
}
.logos img:first-child {
	margin: 3% 3% 0 0;
  width: 26%;
}

.logos:before {
    content: "";
  padding: 0 20px;
  position: absolute;
  left: 50%;
  width: 6%;
  margin-left: -3%;
  border-top: 5px solid #808080;
  margin-top: -26px;
}
.quote {
	clear: both;
  padding: 30px;
}
.quote:before {
  clear: both;
  content: "";
  padding: 0 20px 0;
  position: absolute;
  left: 50%;
  width: 6%;
  margin-left: -3%;
  border-top: 5px solid #808080;
  margin-top: -30px;
}

.the-icons img {
  opacity: 0.4;
  width: 24px;
  margin: 0 5px;
  transition: opacity ease 0.3s;
}
.the-icons img:hover {
	opacity: 0.8;
}


/*------------------------------------
POPULAR BLOGS - VIEWS
------------------------------------*/
.view.view-popular-blogs .view-content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 40px;
}
.view.view-popular-blogs .views-row {
  margin: 0 3%;
}
.view.view-popular-blogs .views-field.views-field-created {
  color: #999;
  font-size: 0.85em;
  font-weight: bold;
}
.view.view-popular-blogs .views-field.views-field-title {
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 5px;
}


/*------------------------------------
SERVICES
------------------------------------*/
.field-name-field-centered-sub-title p {
	padding-left: 30px;
	line-height: 2.5rem;
}

.field-name-field-centered-sub-title p img {
	margin-bottom: -11px;
	margin-right: 7px;
}



/*------------------------------------
RESOURCES
------------------------------------*/
.node-2 ul {
	border-bottom: 1px solid #f16768;
	padding-bottom: 23px;
	padding-left: 17px;
}

.page-node-6 p + h3 {
	border-top: 1px solid #f16768;
	padding-top: 23px;	
}




/*------------------------------------
CONTACT & EMAIL SIGNUP
------------------------------------*/
#mc_embed_signup {
margin: auto;
width: 100%;
max-width: 1000px;
padding: 00px;
text-align: center;
font-size: 0.95em;
}

.region-bottom {
	background: #f1f1f1;
	padding: 94px 0 31px;
	margin-top: 67px;
}

.region-bottom + footer#footer {
	margin-top: 0;
}

.node-webform {
	max-width: 660px;
	margin: auto;
	font-size: 1.250rem;
}

.node-webform input, 
.node-webform textarea,
#mc_embed_signup input {
	width: 400px;
	display: inline;
	background: #d0d0d5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 10px 5px;
	border: 1px solid #d0d0d5;
}

div#block-block-6:before {
  clear: both;
  content: "";
  padding: 0 20px 0;
  position: absolute;
  left: 50%;
  width: 6%;
  margin-left: -3%;
  border-top: 5px solid #808080;
  margin-top: -50px;
}

#block-block-6 h2.block__title {
	font-size: 1.5em;
}

#mc_embed_signup input {
	margin-bottom: 5px;
	width: 32%;
}

.node-webform .form-textarea-wrapper {
	display: inline;
	width: 400px;
}

.node-webform input:focus,
.node-webform textarea:focus,
#mc_embed_signup input:focus
  {
	outline: none;
	border: 1px solid #bbb;
}

.node-webform label,
#mc_embed_signup label {
width: 19%;
display: inline-table;
text-align: right;
color: #656565;
margin-right: 1em;
margin-left: -3.5em;
font-weight: normal;
}

.node-webform .form-required,
.node-webform .grippie {display: none;}

#mc_embed_signup input[type="submit"] {
  background: transparent;
  border: 2px solid #aaa;
  width: auto;
  padding: 8px 20px;
  margin-left: 0;
  margin-top: 14px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
}

#mc_embed_signup input[type="submit"]:hover {
	border-color: #777;
	color: #555;
}

input[type="submit"] {
	width: 225px;
	background: #ff6459;
	color: #fff;
	border: 0;
	margin-left: 175px;
}

input[type="submit"]:hover {
background-color: #FF8D85;
}

.field-collection-container {
border-bottom: 0;
margin-bottom: 0em;
}



/*------------------------------------
COLUMNS
------------------------------------*/

.field-collection-view {
	border-bottom: 3px solid #f16768;
}

.field-item:last-child .field-collection-view {
	border-bottom: 0;
}

.col-one,
.col-two,
.col-three,
.col-four,
.col-five,
.col-six, 
.field-type-text-long,
.field-collection-item-field-3-columns .field-type-text-long
			{display: block; float: left; margin-right: 2%; margin-bottom: 30px;}
			 
.row		{clear: both;}

.row:after	{content: "."; clear: both; color: transparent; font: 0; line-height: 0;}

.col-one 	{ width:15%; }

.col-two,
.field-collection-item-field-3-columns .field-type-text-long 	
{ width:32%; }
		 	
.col-three,
.field-collection-item-field-2-columns .field-type-text-long
{ width:49%; }
			
.col-four 	{ width:66%; }

.col-five 	{ width:83%; }

.col-six 	{ width:100%;}

.right,
.field-collection-item-field-2-columns .field-name-field-second-column,
.field-collection-item-field-3-columns .field-name-field-column-three
{ margin-right: 0!important;}

.page-node-1 .field.field-name-field-second-column img {
  width: 70%;
  margin-left: 30%;
}


/*
//====================================================================
//
// MOBILE / SMALL SCREEN (0px - 480px)
//
//====================================================================
*/
@media screen and (max-width: 480px) {

.front h1#page-title {
  font-size: 2.5rem;
  line-height: 1.1em;
  margin: 19vh 5%;
}
h1#page-title {
  margin: 15vh 5%;
    font-size: 2.2rem;
}
.front header#header {
  height: 85vh;
}
header#header {
  height: 70vh;
}
.front #content .block br {
  display: none;
}
.front #content .block {
  border-radius: 0;
  width: 80%;
  height: auto;
  padding: 2px 1px 11px 2px;
  margin: 7px auto;
}
.front #content .block img {
  float: left;
  width: 45px!important;
  height: auto!important;
  padding: 0 5px 0 10px;
  margin-top: -12px;
}
.front #content .block p {
  margin-bottom: 0;
}
.front h4 {
  font-size: 18px;
}
.view.view-popular-blogs .view-content {
  display: block;
  width: 95%;
  margin: auto;
}
.view.view-popular-blogs .views-row {
  display: block;
  width: 95%;
  margin: 10px auto 20px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
}
.view.view-popular-blogs .views-row:last-child {
  border: none;
  margin-bottom: 64px;
}
div#block-block-6 {
  width: 90%;
  margin: auto;
}
div#block-block-6:before, .logos:before, .quote:before {
  left: 45%;
  width: 6%;
  margin-left: -3%;
}
#mc_embed_signup input {
  width: 100%;
  display: block;
  margin: auto;
}
.node-webform label, #mc_embed_signup label {
  width: 100%;
  text-align: left;
  margin: auto;
  display: block;
}
div#masthead {
  height: 84px;
  position: relative;
}
ul.menu {
  float: none;
  width: 100%;
  margin: 20px auto;
  padding-top: 41px;
  text-align: center;
}
ul.menu li {
padding: 0px 1.3%;
}
ul.menu li a {
  letter-spacing: -0.03em;
}
#masthead img.header__logo-image {
  width: 220px;
  position: absolute;
  left: 50%;
  margin-left: -110px;
  margin-bottom: 20px;
}
/* Design Build Optimise */
.col-three, .field-collection-item-field-2-columns .field-type-text-long {
  width: 100%;
  margin:0;
}
.field-name-field-centered-sub-title p img {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.field-name-field-centered-sub-title p {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  padding: 0;
  line-height: 1.5em;
}
.field-collection-view {
  margin: 0;
  padding: 0;
}

/* About */
.page-node-1 .field.field-name-field-second-column img {
  margin: auto;
  display: block;
}

/* Contact */
input#edit-submit {
  margin: auto;
}








}
