/*
 Theme Name:   Steel
 Author:       We Are Kudos
 Author URI:   https://wearekudos.com/
 Version:      2.0.0
*/

/* --------------------
	Bootstrap overrides and additions
-------------------- */

body {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size: 16px;
    color: #aaaaaa;
    padding-top: 136px;
    -webkit-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	transition: padding .2s linear;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

.content-two-columns > div:first-child p:last-child {
    margin-bottom: 1.5em;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 767px) {
	.h1,h1 {
		font-size: 1.8rem
	}

	.h2,h2 {
		font-size: 1.5rem
	}

	.h3,h3 {
		font-size: 1.35rem
	}

	.h4,h4 {
		font-size: 1.2rem
	}

	.h5,h5 {
		font-size: 1.1rem
	}

	.h6,h6 {
		font-size: 1rem
	}
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

#page-content ul {
    list-style: none;
    padding-left: 1em;
}

.content-two-columns > div:first-child ul:last-child {
    margin-bottom: 0;
}

#page-content ul:not(.slick-dots) li::before {
    content: "\2022";
    color: #aaaaaa;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    width: 0.8em;
    margin-left: -0.8em;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

#page-content img {
    max-width: 100%;
    height: auto;
}

#lg-indicator,
#xl-indicator {
    display: none;
}

@media (min-width: 992px) {
	#lg-indicator {
        display: block;
	}
}

@media (min-width: 1200px) {
	#xl-indicator {
        display: block;
	}
}

.fade {
    transition: opacity .3s linear;
}

/* --------------------
	Header
-------------------- */

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 53px 0 36px;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
    -webkit-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	transition: padding .2s linear;
}

#header #logo .logo-img {
	height: 47px;
	width: auto;
	-webkit-transition: height .2s linear;
	-moz-transition: height .2s linear;
	transition: height .2s linear;
}

#header #menu {
	float: right;
	position: relative;
}

#header #menu ul.menu {
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #menu ul.menu li {
	position: relative;
}

#header #menu ul.menu li a {
	display: block;
	position: relative;
	height: 47px;
	padding: 0;
	margin: 0 0 0 24px;
	font-size: 14px;
	line-height: 47px;
	color: #aaaaaa;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: height .2s linear, line-height .2s linear;
	-moz-transition: height .2s linear, line-height .2s linear;
	transition: height .2s linear, line-height .2s linear;
}

	#header #menu ul.menu li a:hover {
		color: #000;
	}

	#header #menu ul.menu li.current-menu-item a {
		color: #000;
		font-weight: 600;
	}

	#header #menu ul.menu > li.current-menu-item > a:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		transition: all .2s linear;
	}

#header #menu ul.menu li ul.sub-menu {
	position: absolute;
	background-color: #aaa;
	top: 84px;
	left: 14px;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s linear .5s;
	-moz-transition: all .2s linear .5s;
	transition: all .2s linear .5s;
}

	#header #menu ul.menu li:hover ul.sub-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		transition: all .2s linear;
	}

#header #menu ul.menu li ul.sub-menu li {

}

#header #menu ul.menu li ul.sub-menu li a {
	height: 28px;
	margin: 0;
	line-height: 28px;
	color: #ffffff;
	text-transform: none;
	border-bottom: 1px solid #fff;
}
	
	#header #menu ul.menu li ul.sub-menu li a:hover {
		color: #000000;
	}
	
	#header #menu ul.menu li ul.sub-menu li:last-child a {
		border-bottom: none;
	}

#slicknav-container {
	display: none;
}

@media (max-width: 1199px) {
	body {
		padding-top: 104px;
	}

	#header {
		padding: 40px 0 28px;
	}

	#header #logo .logo-img {
		height: 36px;
	}
	
    #menu {
		display: none;
	}
	
	#slicknav-container {
		display: block;
	}
}

#header.shrink {
    padding: 20px 0;
}

#header.shrink #logo .logo-img {
    height: 30px;
}

#header.shrink #menu ul.menu li a {
    height: 30px;
    line-height: 30px;
}

#header.shrink #menu ul.menu > li.current-menu-item > a:after {
    bottom: 1px;
}

#header.shrink #menu ul.menu li ul.sub-menu {
    top: 51px;
}

#header .our-group {
    position: absolute;
    right: 100%;
    bottom: -4px;
    color: #ffffff;
    background: #0d4275;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    border: 2px solid;
    border-radius: 6px;
    border-color: #0d4275;
    padding: 63px 15px 17px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

#header .our-group:hover {
	color: #0d4275;
    background: #ffffff;
}

#header.shrink .our-group {
    padding: 63px 15px 8px;
}

/* --------------------
	Content
-------------------- */

/* --- Hero image --- */

.hero-image {
    font-size: 3.4em;
    line-height: 1em;
    padding: 3em 0;
    background-size: cover;
    background-position: center;
    background-color: #f7f8f9;
    color: #fff;
}

@media (max-width: 991px) {
	.hero-image {
		font-size: 2.6em;
		padding: 3em 0.8em;
	}
}

@media (max-width: 767px) {
	.hero-image {
		font-size: 2.2em;
		padding: 2em 0.8em;
	}
}

@media (max-width: 575px) {
	.hero-image {
		font-size: 1.8em;
		padding: 2em 0.8em;
	}
}

/* --- Hero carousel --- */

@-webkit-keyframes SlideContent {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes SlideContent {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.hero-carousel .slick-slide .slide-wrap {
    font-size: 3.4em;
    line-height: 1em;
    padding: 3em 0 3.6em;
	text-transform: uppercase;
}

.hero-carousel .slick-slide .hero-slide-content {
	opacity: 0;
	transition: opacity 1s ease 1s;
}

.hero-carousel .slick-slide.slick-active .hero-slide-content {
	-webkit-animation-name: SlideContent;
	animation-name: SlideContent;
	animation-duration: 2s;
	opacity: 1;
}

@media (max-width: 991px) {
	.hero-carousel .slick-slide .slide-wrap {
		font-size: 2.6em;
		padding: 3em 0.8em 3.6em;
	}
}

@media (max-width: 767px) {
	.hero-carousel .slick-slide .slide-wrap {
		font-size: 2.2em;
		padding: 2em 0.8em 2.8em;
	}
}

@media (max-width: 575px) {
	.hero-carousel .slick-slide .slide-wrap {
		font-size: 1.8em;
	}
}

/* --- Page banner image --- */

.banner-image {
	height: 320px;
	background-size: cover;
	background-position: center;
	background-color: #f7f8f9;
}

@media (max-width: 767px) {
	.banner-image {
		height: 160px;
	}
}

/* --- Logo links --- */

#page-content .logo-links img {
    display: block;
    max-height: 100px;
    margin: auto;
}

/* --- Block links --- */

.block-link {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 350px;
    color: #ffffff;
}

    .block-link:hover {
        color: #ffffff;
    }

.block-link.bl2 {
    max-width: 550px;
}

.block-image {
    position: relative;
    padding: 34% 0;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    background-size: cover;
    background-position: center;
    background-color: #f7f8f9;
}

.block-link.bl2 .block-image {
    padding: 25% 0;
}

.block-link.bl2 .bl2-text {
    display: inline-block;
    max-width: 300px;
}

.block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

    .block-link:hover .block-overlay {
        opacity: 1;
    }

#page-content .block-link img {
    display: block;
    margin: 0 auto 1em;
    height: 90px;
}

.block-link .center-vert {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-read-more {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-size: 0.9em;
}

.block-title {
    background-color: #777777;
    text-align: center;
    margin-top: 2px;
    padding: 10px;
    font-size: 1.2em;
}

.block-title {
    background-color: #777777;
    text-align: center;
    margin-top: 2px;
    padding: 7px 10px;
    font-size: 1.2em;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

    .block-link:hover .block-title {
        background-color: #000000;
    }

/* --- Staff profiles --- */

.profile-image {
    position: relative;
    padding: 60% 0;
    margin-bottom: 2px;
    overflow: hidden;
}

.profile-image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f7f8f9;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;
}

.profile-image:hover div {
    transform: scale(1.1);
}

.profile-label {
    background-color: #aaaaaa;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 16px;
}

.profile-name {
    font-weight: 500;
}

/* --- News navigation --- */

#page-content .navigation ul {
    padding: 0;
    color: #aaaaaa;
}

#page-content .navigation ul li {
    display: inline;
}

#page-content .navigation ul li::before {
    display: none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #aaaaaa;
    text-decoration:none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    cursor: pointer;
}
 
.navigation li a:hover,
.navigation li.active a {
    color: #000000;
}

.navigation li.active a {
    text-decoration: underline;
}

/* --- News page --- */

.news-categories,
.news-categories a {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 0.9em;
}

.news-categories a:hover {
    color: #000000;
}

.news-item-image {
    display: block;
    padding-bottom: 46%;
    background-color: #eeeeee;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.news-item-date {
    color: #aaaaaa;
    font-size: 0.9em;
    margin-bottom: 5px;
    text-align: center;
}

.news-item-title {
    line-height: 1.2;
}

.news-item-title a {
    color: #aaaaaa;
}

.news-item-title a:hover {
    color: #000000;
}

.news-item-excerpt {
    font-size: 0.9em;
    color: #aaaaaa;
    margin-bottom: 1em;
    height: 5.8em;
    overflow: hidden;
}

.news-item-read-more {
    display: inline-block;
    background-color: #777777;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.news-item-read-more:hover {
    background-color: #000000;
    color: #ffffff;
}

.news-item {
    text-align: center;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #aaaaaa;
}

.more-news {
    border-top: 1px solid #aaaaaa;
}

.single-post-content {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #aaaaaa;
}

/* --- Case Studies --- */

.news-categories.cs,
.news-categories.cs a {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 0.9em;
}

.news-categories.cs a:hover {
    color: #000000;
}

.cs-item-image {
    display: block;
    padding-bottom: 67%;
    background-color: #eeeeee;
    background-size: cover;
    background-position: center;
    margin-bottom: 2px;
}

.cs-item-title a {
    display: block;
    color: #ffffff;
    background-color: #777777;
    text-align: center;
    padding: 7px 10px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 10px;
}

.cs-item-title a:hover {
	color: #ffffff;
    background-color: #000000;
}

.cs-item-excerpt {
    font-size: 0.9em;
    color: #aaaaaa;
    margin-bottom: 1em;
    height: 5.8em;
    overflow: hidden;
}

.cs-item-read-more {
    display: inline-block;
    color: #aaaaaa;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.cs-item-read-more:hover {
    color: #000000;
}

.cs-item {
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #aaaaaa;
}

.file-download {
    display: inline-block;
    color: #ffffff;
    background-color: #777777;
    text-align: center;
    padding: 1em 1.8em;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.file-download:hover {
	color: #ffffff;
    background-color: #000000;
}

/* if case study page doesn't start with page banner, add padding to top of first page element */
.single-case-study #page-content .container:first-child {
    padding-top: 2rem;
}

/* --- Stats counters --- */

.stat {
    margin: auto;
    max-width: 140px;
    text-align: center;
}

.stat-image {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ffffff;
}

.stat-image img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
}

.stat-value {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 6px;
}

.stat-text {
    font-weight: 500;
    line-height: 1.25;
}

/* --- Testimonial --- */

.testimonial {
    background-color: #aaaaaa;
    text-align: center;
    color: #ffffff;
}

img.quote-mark {
    width: 60px;
    margin-bottom: 1.5em;
}

.quote-text {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 1em;
}

/* --- Key points --- */

.key-points img {
    width: 120px;
    margin-bottom: 1rem;
}

.key-points .fade {
	transition: opacity .3s linear, transform .3s linear;
}

.key-points .fade:not(.show) {
    transform: translateY(4rem);
}

/* --------------------
	Group page
-------------------- */

.sector {
	position: relative;
    overflow: hidden;
    padding: 40% 40px 40px 40px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width: 992px) {
	.sector.sector-education {
        padding: 20% 40px 40px 40px;
    }
}

.sector:hover {
    color: #ffffff;
}

.sector .sector-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	transition: transform 1s ease;
}

.sector:hover .sector-background {
    transform: scale(1.1);
}

.sector .sector-title {
	position: relative;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}

.sector.sector-office:hover .sector-title {
    color: #7cb3c2;
}

.sector.sector-stadium:hover .sector-title {
    color: #f39200;
}

.sector.sector-education:hover .sector-title {
    color: #64b445;
}

.sector.sector-medical:hover .sector-title {
    color: #169fdb;
}

.sector.sector-industrial:hover .sector-title {
    color: #9c9b9b;
}

.sector-cta {
    position: relative;
}

@media (max-width: 1199px) {
	.sector .sector-title {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.sector {
		padding: 34% 36px 36px 36px;
	}
	.sector .sector-title {
		font-size: 26px;
	}
}

/* --------------------
	Forms
-------------------- */

label {
	display: block;
	position: relative;
	margin-bottom: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    color: #000000;
    font-size: 1em;
    display: block;
    border: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    border-radius: 0.7em;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
	margin-top: 5px;
}

textarea {
	height: 238px;
	overflow: auto;
	resize: vertical;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
    background: #e1e3e5;
    color: #000;
    outline: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    display: block;
    margin: auto;
    background: #777;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    padding: 10px 50px;
    overflow: hidden;
    clear: both;
    position: relative;
    text-align: center;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    border-radius: 0.7em;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    background: #000;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

::-webkit-input-placeholder,
:-moz-placeholder {
    color: #aaaaaa;
}

.wpcf7-form-control-wrap {
	display: block;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 0.8em;
}

span.wpcf7-list-item {
	margin: 0;
}

span.wpcf7-list-item label {
	cursor: pointer;
}

input.wpcf7-submit {
    display: inline-block;
}

.wpcf7-spinner {
    vertical-align: middle;
    margin: 0 -36px 0 12px;
    background-color: #ffffff;
    opacity: 1;
}

.wpcf7-spinner::before {
    background-color: #4e4e4e;
}

/* Hide the browser's default checkbox */
span.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

/* Create a custom checkbox */
span.wpcf7-list-item label .checkmark {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-color: #fff;
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
span.wpcf7-list-item label input:checked ~ .checkmark::after {
  display: block;
}

/* Style the checkmark/indicator */
span.wpcf7-list-item label .checkmark::after {
  left: 11px;
  top: 4px;
  width: 9px;
  height: 18px;
  border: solid #f39200;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-form div.wpcf7-response-output {
    background-color: #fff;
    color: #0d4275;
    border-color: #f39200;
    text-align: center;
    font-weight: 500;
    padding: 0.5em;
    margin: 1.5rem 0 0 0;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    border-radius: 0.7em;
}

#google-map iframe {
    width: 100%;
    height: 500px;
}

.contact-number,
.contact-email,
.contact-address {
    font-size: 1.1em;
}

#page-content .contact-number .contact-icon,
#page-content .contact-email .contact-icon {
    height: 2em;
    margin-right: 1em;
}

#page-content .contact-address .contact-icon {
    height: 3em;
    margin-right: 1em;
}

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

#footer {
    background-color: #aaaaaa;
    color: #ffffff;
}

.footer-nav {
    padding: 25px 0 40px;
}

.footer-nav ul.menu {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav ul.menu li {
	font-size: 0.9em;
}

.footer-nav ul.menu li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-nav ul.menu li a:hover {
    color: #000000;
}

.footer-nav ul.menu li ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav ul.menu li ul.sub-menu li {
    
}

.footer-nav ul.menu li ul.sub-menu li a {
    font-size: 0.9em;
    font-weight: 400;
    text-transform: none;
}

.copyright {
    text-align: center;
    font-size: 12px;
}

.attribution {
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    padding: 5px 0 20px;
}

.attribution a {
    color: #ffffff;
}

@media (max-width: 991px) {
	.footer-nav ul.menu {
		display: block;
		text-align: center;
	}

	.footer-nav ul.menu li {
		display: inline-block;
		margin: 0 12px;
		font-size: 14px;
	}

	.footer-nav ul.menu li ul.sub-menu {
		display: none;
	}
}

#get-in-touch {
    background-color: #eee;
    font-size: 2em;
    line-height: 2em;
    text-transform: uppercase;
    text-align: center;
}

#get-in-touch a {
    color: #aaa;
}

#get-in-touch a:hover {
    color: #000000;
}

#get-in-touch img {
    height: 2em;
}

@media (max-width: 767px) {
	#get-in-touch {
		font-size: 1.6em;
		line-height: 1.6em;
	}

	#get-in-touch img {
		height: 1.6em;
	}
}
