/*  Mikael Jansson Ingenjorsbyra AB */

/* Typsnitt enligt grafisk profil  */
/* Helvetica Nueue */
@font-face {
	font-family: 'Helvetica Nueue';
	src: url('/assets/fonts/HelveticaNeueLTStd-LtEx.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

/* Italic  */
@font-face {
	font-family: 'Helvetica Nueue';
	src: url('/assets/fonts/HelveticaNeueLTStd-LtExO.otf') format('otf');
	font-weight: normal;
	font-style: italic;
}

/* Bold  */
@font-face {
	font-family: 'Helvetica Nueue';
	src: url('/assets/fonts/HelveticaNeueLTStd-Bd.otf') format('otf');
	font-weight: 600;
	font-style: normal;
}

/* Animation */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

/* ==========================================================================
Generellt 
========================================================================== */

html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	background-position: left center !important;
	overflow-x: hidden !important;
	background-attachment: fixed !important;

}

body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

@media only screen and (hover:none) {

	*,
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}

}

/* Layout
========================================================================== */
.section-block-wrapper::after {
	display: table;
	clear: both;
	content: '';
}

.LayoutPage .section-block-wrapper {
	max-width: 150rem;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 16rem 6rem;
}

/* Speciella paddings */
.LayoutPage .pb-5 .section-block {
	padding-bottom: 5rem;
}

.LayoutPage .pt-0 .section-block {
	padding-top: 0;
}

/* Speciella bredder */
.LayoutPage .mw-1200 .section-block-wrapper {
	max-width: 120rem;
}

.LayoutPage .mw-none .section-block-wrapper {
	max-width: none;
}

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

	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 11rem 6rem;
	}
}

@media only screen and (max-width: 580px) {

	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 5rem 2rem;
	}
}


/* Text och typsnitt
========================================================================== */
body {
	font-family: 'Helvetica Nueue', sans-serif;
}

/* Rubriker */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.25;
	font-weight: 200;
	letter-spacing: 0;
	color: #3B3C43;
	text-transform: normal;
}


h2 {
	font-size: 4.2rem;
	padding-bottom: 2rem;
	font-weight: 200;
}

.section-title {
	font-size: 4rem;
	padding-bottom: 2rem;
	line-height: 1.4;
	font-weight: 600;
}

.text-label {
	color: #EF7C10;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 400;
}

.small-title {
	font-size: 2.5rem;
	padding-bottom: 1rem;
	color: #EF7C10;
}

/* Brodtext & lankar */
p {
	line-height: 1.7;
	font-size: 1.7rem;
	color: #3B3C43;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
}

p {
	padding: 0 0 1.2em 0;
}

a {
	font-size: inherit;
	font-family: inherit;
}

a:hover {
	text-decoration: underline;
	color: #363a61;
}

/* Ovriga klasser */
.bold {
	font-weight: 600;
}

/* Textblock, vid galleri */
.full-width-textblock {
	position: relative;
	top: 0;
	max-width: 160rem;
	width: 100%;
	height: 100%;
	padding: 0 5rem 5rem;
	margin: 0 auto;
}

.text-wrapper {
	max-width: 60rem;
	width: 100%;
	text-align: left;
}

.text-wrapper .section-title,
.text-wrapper p {
	color: #fff;
	text-align: left;
	margin: 0;
}

.full-width-textblock .section-title {
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.full-width-textblock {
		padding: 0 5rem 5rem;
	}
}

@media only screen and (max-width: 930px) {
	.full-width-textblock {
		padding: 0 0 7rem;
	}
}

@media only screen and (max-width: 1300px) {

	h1,
	h2,
	h3,
	.section-title {
		font-size: 3.5rem;
		padding-bottom: 2rem;
	}

}

@media only screen and (max-width: 1000px) {

	h1,
	h2,
	h3,
	.section-title {
		font-size: 3rem;
		padding-bottom: 1rem;
	}
}


/* Knappar & speciella lankar
========================================================================== */
.btn-wrapper {
	margin-top: 2rem;
}

.btn-wrapper.start {
	display: flex;
	justify-content: flex-start;
}

.btn {
	font-family: inherit;
	max-width: 50rem;
	width: auto;
	padding: 1.9rem 4rem;
	border-radius: .6rem;
	text-align: center;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.3;
	font-weight: 500;
	background: #fff;
	border: 2px solid;
	border-color: #fff;
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	display: inline-block;
}

.btn:hover {
	border: 2px solid;
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-primary {
	background: #006293;
	border-color: #006293;
	color: #fff;
}

.btn-primary:hover {
	background: transparent;
	border-color: #006293;
	color: #006293;
}

/* Arrow link */
.arrow-link {
	padding-right: 1rem;
}

.arrow-link::after {
	content: ' \2023';
	display: inline-block;
	margin-left: .5rem;
	transition: transform .4s ease;
}

a.arrow-link:hover::after {
	transform: translateX(1rem);
	transition: transform .4s ease;
}

/* Bakgrunder & Farger
========================================================================== */
.bg-primary,
.bg-primary .section-block {
	background-color: #EF7C10;
}

.bg-darkblue,
.bg-darkblue .section-block {
	background-color: #022a4f;
}

/* Parallax
========================================================================== */
.parallax {
	max-width: 100% !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parallax .section-block {
	height: 55rem;
}

.parallax-start {
	background-image: url(/assets/images/sjukhus-lokal-2000.jpg);
}

.parallax-start .section-block {
	background-color: rgba(0, 0, 0, 0.55);
}


/* Split Wrapper
========================================================================== */
.section-split .section-block .normaltext-type {
	max-width: none;
}

.section-split .section-block .section-block-wrapper {
	max-width: 160rem;
}

.split-reverse {
	flex-direction: row-reverse;
}

.split-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
	width: 50%;
	padding: 6rem 7rem;
	text-align: left;
	display: flex;
}

.split-content .split-text {
	align-self: center;
	max-width: 70rem;
}

.split-image {
	width: 50%;
	position: relative;
	overflow: hidden;
	margin-top: -1px;
}

.split-image img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none !important;
}

@supports (object-fit: cover) {
	.split-image img {
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}


@media screen and (max-width: 1470px) {
	.split-content {
		padding: 8rem 5rem;
	}
}

@media screen and (max-width: 1270px) {
	.split-content .btn {
		display: block;
		margin: 2rem 0 !important;
	}
}

@media screen and (max-width: 1100px) {

	.split-content {
		width: 100%;
		padding: 5rem;
		order: 1;
	}

	.split-image {
		width: 100%;
		padding: 0;
		order: 0;
		max-height: 50rem;
	}

}

@media screen and (max-width: 600px) {
	.split-content {
		padding: 5rem 2rem;
	}
}

/* Text i kolumner
========================================================================== */
.text-columns .section-block .section-block-wrapper {
	max-width: 150rem;
}

.text-columns .section-block .col-block {
	padding-right: 4rem;
}

.text-columns .section-block .normaltext-type,
.text-columns .section-block * {
	text-align: left;
}

.text-columns .section-block .normaltext-type {
	margin: 0;
	max-width: none;
}

.text-columns .section-block .section-title {
	max-width: 70rem;
}

.text-columns .section-block .small-title {
	padding-top: 1rem;
}

@media only screen and (max-width:1100px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 2rem;
	}

}

@media only screen and (max-width:800px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding: 0;
	}
}


/* Modal
========================================================================== */
body.modal-open {
	overflow: hidden !important;
}

.modal.gallery-modal {
	z-index: 101;
	position: fixed;
	bottom: -100%;
	left: 50%;
	transform: translateX(-50%);
	transition: .75s ease;
	width: 90vw;
	max-width: 150rem;
	max-height: 85vh !important;
	vertical-align: middle !important;
	overflow: auto;
	border-radius: 0;
	padding: 6rem;
	background: #fff;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.14);
}

.modal.gallery-modal.show {
	bottom: 0;
}

.blocker {
	z-index: 100;
}

.modal.gallery-modal a.close-modal {
	display: none;
}

.modal.gallery-modal a.custom-close-modal {
	position: absolute;
	top: 2rem;
	right: 3rem;
	font-size: 3rem;
}

.modal-columns {
	display: flex;
}

@media only screen and (max-width: 700px) {
	.modal.gallery-modal {
		padding: 4rem 2rem;
	}

	.modal.gallery-modal a.custom-close-modal {
		top: 0;
	}
}

/* Header / Navigation
========================================================================== */
header {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	background-color: transparent;
	margin-top: 0;
	box-shadow: none;
}

header.scrolled,
.SubPage header {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}

header .container {
	max-width: none;
	padding: 0 2rem;
}

/* Header logo */
header .header-logo {
	width: 22rem;
	padding: 2rem 1rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	opacity: 1;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/* Nav */
nav.mainmenu {
	display: inline-block;
}

nav.mainmenu ul {
	text-align: right;
}

nav.mainmenu ul.TemplateMenu>li {
	line-height: normal;
	height: auto;
}

.EditMode nav.mainmenu li>ul>li:hover ul {
	max-height: 100vh;
	overflow-y: scroll;
}

nav.mainmenu ul.TemplateMenu>li {
	line-height: normal;
	height: auto;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
	display: inline-block;
}

nav.mainmenu a {
	font-style: normal;
	font-weight: 500;
	font-size: 1.3rem;
	color: #fff;
	text-transform: uppercase;
	padding: 0 .7rem;
	letter-spacing: .1em;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	line-height: 7.2rem;
	margin-bottom: -1px;
	font-family: inherit;
}

header.scrolled nav.mainmenu a,
.SubPage nav.mainmenu a {
	color: #777;
}

header nav.mainmenu a {
	display: inline-block;
}

nav.mainmenu li:hover,
nav.mainmenu li.active {
	background-color: transparent;
}

nav.mainmenu li:hover a,
nav.mainmenu li.active a {
	color: #EF7C10;
}

@media only screen and (min-width: 1281px) {
	.hamburger {
		display: none;
	}

	.expandable:after {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		content: '\f0d7';
		margin-left: 7px;
		text-decoration: none;
		display: inline-block;
		font-size: .8em;
		vertical-align: middle;
	}
}

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

	/* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		width: 100%;
		max-width: 50rem;
		background-color: #FFF;
		z-index: 15;
		top: 0;
		left: 0;
		box-shadow: none;
		overflow-y: scroll;
	}

	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}

	nav.mainmenu li {
		text-align: left;
		display: block;
	}

	header .header-logo {
		z-index: 101;
	}

	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.5rem;
		display: block;
		line-height: 3.7;
		opacity: 1;
		color: #333;
	}

	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.75);
		z-index: 7;
	}

	/* Hamburger */
	.hamburger {
		position: absolute;
		z-index: 99;
		left: auto;
		right: 1rem;
		top: .7rem;
	}

	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		color: #EF7C10;
		background-color: #EF7C10;
	}

	.scrolled .hamburger-inner,
	.scrolled .hamburger-inner::after,
	.scrolled .hamburger-inner::before {
		color: #333;
		background-color: #333;
	}

	/* Dropdown */
	nav.mainmenu ul>li>ul {
		background-color: #fff !important;
		width: auto !important;
		border: none;
	}

	nav.mainmenu ul>li>ul {
		display: contents !important;
	}

	nav.mainmenu ul>li>ul>li a {
		color: #333 !important;
	}

	nav.mainmenu ul>li>ul>li>a {
		width: auto;
		padding: 0 0 0 6rem;
	}

	nav.mainmenu ul>li.expandable-li:hover>a {
		padding-bottom: 0;
	}

	nav.mainmenu ul.TemplateMenu>li,
	.scrolled nav.mainmenu ul.TemplateMenu>li {
		line-height: unset;
		height: unset;
	}
}



/* ==========================================================================
Startsida
========================================================================== */

/* top-section
========================================================================== */
.EditMode .page-title-wrap .split-wrapper {
	margin-top: 10rem;
}

.top-section {
	z-index: 1;
	display: flex;
	align-items: center;
	padding-top: 7rem;
	height: auto;
	min-height: 80vh;
	background-color: rgba(0, 0, 0, 0.55);
}

.page-title-wrap {
	transform: none;
	position: static;
	max-width: none;
	text-align: left;
	padding: 2rem;
	z-index: 3;
}

.page-title-innerwrap {
	max-width: 70rem;
	padding-left: 7rem;
}

.page-title-wrap h1 {
	text-shadow: none;
	font-size: 5rem;
	font-family: inherit;
	line-height: 1.2;
		color: #EF7C10;
	text-transform: none;
	letter-spacing: normal;
	padding-bottom: 2rem;
	font-weight: 700;
		/* color: (gammal farg på usp, vet inte om den ska va kvar??: #f9b45c; */
}

.page-title-wrap p {
	max-width: 90%;
	margin-top: 2rem;
	font-size: 2rem;
	line-height: 1.7;
	color: #fff;
}


@media only screen and (max-width:1550px) {
	.page-title-wrap h1 {
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 1200px) {
	.page-title-wrap h1 {
		font-size: 4rem;
		max-width: 50rem;
	}

	.page-title-innerwrap {
		padding: 0;
	}
}

@media only screen and (max-width: 600px) {
	.page-title-wrap h1 {
		font-size: 3rem;
	}

	.page-title-wrap p {
		font-size: 1.8rem;
		line-height: 1.5;
		max-width: 100%;
	}
}

/* Kontakta oss ruta – blatt
========================================================================== */
.drop-in-top .topp-box {
	position: absolute;
	right: 0;
	margin-top: -18rem;
	z-index: 6;
}

.drop-in-top .topp-wrap {
	background-color: #006293;
	text-align: center;
	padding: 4rem 10rem 4rem 4rem;
	max-width: 65rem;
	float: right;
}

.topp-wrap p,
.topp-wrap .section-title,
.topp-wrap .arrow-link {
	color: #fff;
	text-align: left !important;
}

.topp-wrap .section-title {
	font-size: 3rem;
}

.drop-in-top p {
	text-align: left;
	font-size: 1.6rem;
	max-width: 50rem;
}

.drop-in-top a:hover {
	color: #fff;
}

@media only screen and (max-width: 1250px) {
	.drop-in-top .topp-wrap {
		padding: 2rem;
	}
}

@media only screen and (max-width: 730px) {
	.drop-in-top .topp-box {
		position: relative;
		margin-top: 0;
	}

	.drop-in-top .topp-wrap {
		float: none;
		padding-top: 4rem;
		max-width: 100%;
	}
}

/* Om oss, split
========================================================================== */
@media only screen and (max-width: 1450px) {
.about .split-content .split-text {
	align-self: flex-end;
	}
}

@media only screen and (max-width: 1350px) {
	.about .split-content {
		padding-top: 11rem;
	}
}

@media only screen and (max-width: 1000px) {
	.about .split-content {
		padding-top: 5rem;
	}
}

/* Referensgalleri
========================================================================== */
.LayoutPage .gallery {
	background: linear-gradient(to top, #fff 60%, transparent 60%);
}

.gallery .normaltext-type {
	max-width: none;
}

.gallery {
	overflow: hidden;
	margin-top: -35rem;
	position: relative;
	z-index: 1;
}

.gallery .section-block {
	padding-top: 0;
}

.scroll-wrapper {
	max-width: 160rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 5rem;
	overflow-x: visible;
}

.scroll-wrapper .slick-list {
	overflow: visible;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: auto !important;
}

/* Scroll cards */
.scroll-item {
	width: 100%;
	margin: 0 2rem 0 0;
	border-radius: 0;
	overflow: hidden;
}

.scroll-link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 17rem 1rem 2rem;
	height: 100%;
	max-height: 34rem;
}

.scroll-link:hover {
	text-decoration: none;
}

.scroll-image-wrapper {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
}

.scroll-image-wrapper::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	bottom: 0;
	transition: all .3s ease;
}

.scroll-link:hover .scroll-image-wrapper::after {
	background-color: rgba(0, 0, 0, .9);
	transition: all .3s ease;
}

p.credit {
	background-color: #fff;
	padding: 5px;
	position: absolute;
	top: 1rem;
	right: 1rem;
	border-radius: 3px;
}

.scroll-image {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.scroll-text-wrapper {
	padding: 0 2rem;
	width: 100%;
	max-width: 50rem;
	position: relative;
	transform: translateY(17rem);
	transition: all .3s ease;
	min-height: 20rem;
}

.scroll-link:hover .scroll-text-wrapper {
	transform: translateY(0);
	transition: all .3s ease;
}

.scroll-title {
	font-size: 1.8rem;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: left;
	word-break: break-word;
	hyphens: auto;
}

.scroll-lead {
	color: #FFF;
}

p.scroll-lead {
	padding: 2px 0;
}

/* Slick Settings */
.slick-list.draggable {
	overflow: visible;
}

.slick-prev,
.slick-next {
	top: -7.5rem;
	width: 4rem;
	height: 4rem;
	border: 1px solid #FFF;
	background-color: #FFF;
	border-radius: 4rem;
}

.slick-prev:hover,
.slick-next:hover {
	border: 1px solid #e3e3e3;
	background-color: #e3e3e3;
}

.slick-prev:focus,
.slick-next:focus {
	border: 1px solid #e3e3e3;
	background-color: #e3e3e3;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .5;
	background-color: transparent;
	cursor: not-allowed;
}

.slick-prev {
	left: auto;
	right: 13rem;
}

.slick-next {
	right: 8rem;
}

.slick-prev:before,
.slick-next:before {
	color: #111;
	font-family: 'Font Awesome 5 Pro';
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	color: #FFF;
}

.slick-prev::before {
	content: '\f104';
}

.slick-next::before {
	content: '\f105';
}


@media only screen and (max-width: 930px) {
	.scroll-wrapper {
		padding: 0;
	}

	.slick-prev,
	.slick-next {
		top: -4rem;
		right: auto;
		left: 0;
	}

	.slick-next {
		left: 5rem;
	}
}

@media only screen and (max-width: 550px) {
	.scroll-link {
		padding: 8rem 0rem 1rem;
	}
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #f8f8f8;
	padding: 0;
	color: #000;
	position: relative;
}

.footer .container {
	padding: 7rem 5rem 0;
	max-width: 160rem;
}

.footer p,
.footer a,
.footer li {
	text-align: left;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
	color: inherit;
}

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

.footer-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 0 0;
	position: relative;
}

/* FOOTER MENU */
.footer-nav {
	width: 100%;
	margin-bottom: 5rem;
	padding-left: 2rem;
	text-align: right;
}

.footer-menu-wrapper {
	display: flex;
	list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}

.footer-menu {
	text-align: left;
	width: 40%;
	padding: 0 3rem;
}

.footer-menu:nth-child(2) {
	width: 60%;
}

.footer-about {
	column-count: 2;
	column-gap: 4rem;
}

p.footer-heading {
	font-size: 1.6rem;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0;
	padding-bottom: 1rem;
	color: #EF7C10;
}

/* FOOTER SUBMENU */
.footer-submenu {
	padding-inline-start: 0;
	list-style-type: none;
}

.footer-submenu li {
	text-align: left;
}

.footer-menu-link {
	font-size: 1.6rem;
	line-height: 2em !important;
}

.footer-menu-link:hover {
	color: #333;
	text-decoration: none;
}

/* FOOTER SOCIAL LINKS */
.footer .social-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-direction: column;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1rem;
	padding: 0;

	border-radius: 2rem;
	border: 1px solid #EF7C10;
	background-color: #EF7C10;
	color: #fff;
}

.footer .social:hover {
	background-color: transparent;
	color: #EF7C10;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;
	position: relative;
	top: 1px;
}

.social-linkedin::before {
	content: '\f0e1';
}

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid #9c9da0;
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.2rem;
	padding: 0;
}
/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
}

@media only screen and (max-width: 1200px) {

	.footer-container,
	.footer-menu-wrapper {
		flex-wrap: wrap;
	}

	.footer .container {
		padding: 6rem 2rem 0;
	}

	.footer-menu,
	.footer-menu:first-child,
	.footer-menu:nth-child(2) {
		width: 100%;
		margin-bottom: 0;
		padding: 2rem 0;
	}

	.footer-nav {
		padding: 0;
	}

	.footer .social-list {
		flex-direction: row;
	}

	.footer .social {
		margin: 0 0 0 1rem;
	}

	.footer-bottom {
		padding: 2rem 0;
	}
}

@media only screen and (max-width: 1060px) {
	.footer .container {
		padding: 5rem 2rem 0;
	}

	.footer-about {
		column-count: initial;
	}
}
