/* 
 Theme Name:  	Design Science
 Theme URI:     
 Description:   Bespoke theme for Design Science company
 Author:        Zeljko Milosevic
 Author URI:    http://zekadesign.com
 Version:       1.3
*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-Regular-Web.woff2') format("woff2"),
	     url('assets/fonts/Graphik-Regular-Web.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-RegularItalic-Web.woff2') format("woff2"),
	     url('assets/fonts/Graphik-RegularItalic-Web.woff') format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-Medium.woff') format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Graphik';
	src: url('assets/fonts/Graphik-Medium.woff') format("woff");
	font-weight: bold;
	font-style: italic;
}
/**
 * Correct `block` display not defined in IE 8/9.
 */ 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none; }

/* ==========================================================================
	 Base
	 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: 'Graphik', sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */ }

/**
 * Remove default margin.
 */
body {
	margin: 0; }

/* ==========================================================================
	 Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: none; }

/* ==========================================================================
	 Typography
	 ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
	font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
	font-style: italic; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
	-webkit-hyphens: none;
	-epub-hyphens: none;
	-ms-hyphens: none;
		hyphens: none; 
	margin: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
	margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
	content: '';
	content: none; }

small, .small {
	font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/* ==========================================================================
	Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
	margin: 0; }

dd {
	margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
	padding: 0 0 0 40px; }

ol,
ul {
	padding: 0;
	list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none; }

/* ==========================================================================
	Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0; 
	max-width: 100%;
	height: auto;
	display: block;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden; }

/* ==========================================================================
	 Figures
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 0; }

/* ==========================================================================
	 Forms
	 ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 2 */
	margin: 0;
	/* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
	line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
	text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */ }

/* ==========================================================================
	 Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0; }

* {
	box-sizing: border-box; }

.image-replacement,
.ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden; }

.clearfix, .cf, .comment-respond {
	zoom: 1; }
	.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
	content: "";
	display: table; }
	.clearfix:after, .cf:after, .comment-respond:after {
	clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
	font-style: italic; }

/**
 * CUSTOM STYLES - DEFAULTS
 */
body {
	font-family: 'Graphik', sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
}
body, 
a:link, 
a:visited {
	color: #000;
}
.ds-blue, 
a:focus, 
a:hover, 
.tag-wrapper li:focus, 
.tag-wrapper li:hover, 
.h2-style a {
	color: #00c8ec;
}
hr {
	border:  none;
	height: 0;
	margin: 0;
	padding: 0;
}
hr, 
.border.top {
	border-top: 1px solid #a0a0a0;
}
.border.bottom {
	border-bottom: 1px solid #a0a0a0;
}
.grey-bg {
	background: #f8f8f8;
}
.center {
	text-align: center;
}
/**
 * Font related styles
 */
h1, 
h2, 
.overlay-text {
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 28px;
	line-height: 34px;
}
h2, 
.h2-style {
	font-size: 20px;
	line-height: 24px;
}
.overlay-text {
	font-size: 24px;
	line-height: 30px;
}
.small-caps {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
/*.page-title {
	font-size: 36px;
	line-height: 44px;
}*/
/**
 * Header
 */
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
header .container {
    align-items: center;
    /*line-height: 55px;*/
}
header.header-shrink .logo-big, 
.logo-small {
	display: none;
}
.logo-big {
    /*width: 200px;*/
    display: inline-block;
    vertical-align: middle;
    /*height: 32px;*/
    /*line-height: 40px;*/
}
header.header-shrink, 
header .grid {
	height: 50px;
	-ms-align-items: center;
	        align-items: center;
}
header.header-shrink .logo-small, 
header img {
    display: block;
    /*vertical-align: middle;*/
}
header.header-shrink .logo-small img {
	height: 20px;
}
nav {
	position: relative;
}
#main-nav {
	display: none;
}
/*styling open close button*/
.md-menu {
	display: none;
    position: absolute;
    top: -12px;
    width: calc(100% + 15px);
    overflow: visible;
    z-index: 99;
    left: -15px;
    padding: 0 30px 0 40px;
    background: #f2f2f2;
}

.button {
	display:none;
	position: relative;
	left: 0;
	top: 0;
	z-index:999;
	line-height: normal;
	float: right;
}
.button a {
	text-decoration:none;
	font-size: 20px;
}
.btn-open:after, 
.btn-close:after {
    background-repeat: no-repeat;
    background-position: 0 1px;
    display: inline-block;
    content: "";
    width: 24px;
    height: 16px;
    background-size: 24px 16px;
}
.btn-open:hover:after, 
.btn-close:hover:after {
	color:#333;
}
.btn-open:after {
	background-image: url(img/mobile_hamburger_z.svg);
}
.btn-close:after {
	background-image: url(img/mobile_hamburger_close_z.svg);
}
.logo {
    width: 80px;
    float: left;
    margin-left: 3px;
}
nav {
    padding-left: 0;
    padding-right: 0;
}
nav li {
    list-style: none;
    display: inline-block;
    padding: 12px;
    vertical-align: top;
}
nav a {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
nav li ul {
    display: none;
	position: absolute;
    top: 101%;
    z-index: 99999;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 7px 0 7px 51px;
}
nav .sub-menu li {
    display: block;
    padding: 6px 12px 6px 0;
}
nav li li a {
    line-height: 1em;
    padding: 10px 10px 10px 0;
    text-decoration: none;
    height: auto;
    margin: 0;
}
nav li:hover ul {
    display: block;
}
a {
    text-decoration: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.nav>li>a {
    padding: 1px 0;
}
.social-media a {
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
}
.social-media.youtube a {
	background-image:url(img/2020-youtube.svg);
	font-size: 28px;
	padding-bottom: 5px;
	background-size: 21px;
}
.social-media.twitter a {
	background-image:url(img/2020-twitter.svg);
	font-size: 15px;
}
.social-media.instagram a {
	background-image:url(img/Instagram.jpg);
	font-size: 20px;
	background-size: 21px;
}
.social-media.linkedin a {
	background-image:url(img/2020-linkedin.svg);
	font-size: 20px;
	background-size: 18px;
	padding-bottom: 0px;
}

@media screen and (max-width: 991px){
	.full-height {
	    height: 100vh;
	    overflow: hidden;
	}
	.full-height .container {
		padding: 0;
	}
	.full-height .two-col.grid {
		padding: 0 12px;
	}
	header, 
	header .grid {
		height: 50px;
		align-content: center;
	}
	/*
	header.header-shrink, 
	header.header-shrink .grid {
		height: 34px;
	}
	*/
	.two-col.grid {
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	body.full-height #main-nav {
		display: block;
		height: 100vh;
		width: 100vw;
		background: #f8f8f8;
	}
	nav li {
		display: block;
	    padding: 10px 0;
	    line-height: normal;
	}
	.button {
		display: inline-block;
		justify-self: flex-end;
    	-ms-grid-row-align: center;
    	align-self: center;
		left: auto;
	}
    #header-menu {
    	display: none;
    	padding: 0 12px;
    	/*display: -ms-flexbox;
    	display: flex;
    	-ms-flex-pack: justify;
    	    justify-content: space-between;*/
    }
	.nav:after, 
	.nav:before {
    	display: none;
	}
    .sm-menu li {
	    float: left;
	    width: auto;
	}
	.single-post section.grid {
	    display: block;
	}
}

/**
 * Main
 */
.container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 12px;
}
#main, 
footer {
	background: #fff;
}
#main {
	margin-top: 74px;
	padding-bottom: 48px;
}
.navbar-fixed.home #main {
	margin-top: 0;
}
#main section {
	position: relative;
}
/**
 * Home page
 */
.tag-wrapper [data-active-tag="active"] {
	color: #00c8ec;
}
.grid {
	display: -ms-grid;
	display: grid;
}
.full-height-home {
    /*height: 100vh;*/
    /* -ms-grid-rows: 1fr 120px;
        grid-template-rows: 1fr 120px; */
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    padding: 40px 0;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#website-intro {
	-ms-grid-row-align: center;
	align-self: center;
	color: #fff;
	padding: 90px 0 50px;
}
.home-scroll {
	height: 120px;
}
.home-scroll h2 {
    padding-top: 20px;
    padding-bottom: 15px;
}
.home-scroll img {
	max-width: 100%;
	max-height: 25px;
	margin: 0 auto;
}
.home #main {
	margin-top: 0;
}
.tag-wrapper {
    padding: 12px 0;
}
.tag-wrapper h2 {
    padding-bottom: 7px;
}

.tag-wrapper li {
    padding: 5px 10px 0;
}
.grid.projects {
	grid-template: auto / 1fr;
	position: relative;
}
.et-boc {
    grid-column-start: 1;
    grid-column-end: 3;
}
.et_builder_outer_content {
    display: grid;
    grid-template-columns: 1fr;
}
.home .home-project {
    padding-top: 24px;
    padding-bottom: 24px;
}
.home-project img {
	display: block;
}
.home-project a {
	display: block;
}
.home-project a:hover img, 
.people a:hover img {
	opacity: 0.5;
}
.home-project li, 
.tag-wrapper li {
    display: inline-block;
}
.tag-wrapper li {
	cursor: pointer;
}

.home-project.dont-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  order: 1;
  position: absolute;
}
.home-project.display {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
  order: 0;
}
.ajax-offset {
    font-size: 110px;
	-ms-grid-column: 1;
	    grid-column: 1;
}
@-webkit-keyframes blink {
	50% { 
		opacity: .5 
	}
}
@keyframes blink {
	50% { 
		opacity: .5 
	}
}
/*.loader span { 
	-webkit-animation: 1s blink infinite; 
	        animation: 1s blink infinite 
}
.loader span:nth-child(2) { 
	-webkit-animation-delay: 250ms; 
	        animation-delay: 250ms 
}
.loader span:nth-child(3) { 
	-webkit-animation-delay: 500ms; 
	        animation-delay: 500ms 
}
.projects .border.bottom {
    border-bottom: none;
}*/
/**
 * People
 */
.team section {
    display: block;
    margin: 0 auto;
}
.team img {
    display: block;
    width: 100%;
}
.team-title {
	margin-top: 72px !important;
	margin-bottom: 24px !important;
}
.team-title:first-of-type {
    margin-top: 0;
}
.team.three strong {
	display: block;
	margin-top: 12px;
}

/**
 * Single
 */
.single-people h1 {
	padding-bottom: 24px;
}
.info-box {
    margin-top: 24px;
    padding-bottom: 6px;
    margin-bottom: 24px;
}
.single-casestudies #main, 
.single-post #main {
	padding-bottom: 0;
}
.info-box h2 {
    margin: 6px 6px 0;
}
.info-box p {
	padding: 12px 0 0;
    margin: 0 6px;
}
.single-post .tag-wrapper {
    margin-left: -10px;
    padding-top: 0;
}
.single .tag-wrapper li {
    padding-top: 0;
}
.single-post .date {
	padding-top: 24px;
}
.single-post .date, 
.single-post .small-caps {
	line-height: 16px;
}
.single-post .page-title {
	line-height: 34px;
}
.grid-full-width {
	width: 100% !important;
	-ms-grid-column-span: 6;
	-ms-grid-column: 1;
	    grid-column: 1 / span 6;
}
.single-line-top {
	padding-top: 0;
}
.double-line-top {
	padding-top: 48px;
}
.single-line-bottom {
	padding-bottom: 24px;
}
.double-line-bottom {
	padding-bottom: 48px;
}
.wp-caption img {
    display: block;
    padding-bottom: 12px;
}
.single-casestudies #main {
	margin-top: 80px;
}
section.casestudies img {
    width: 100%;
    min-width: 100% !important;
    display: block;
}
.overlay-div {
    position: absolute;
    width: 100%;
    display: flex;
    /*height: calc(100vh - 80px);*/
    align-items: center;
}
h1.case-study {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 24px;
}
.wp-caption {
    max-width: 100%;
}
.embed-responsive iframe {
    position: relative;
    width: 100% !important;
}
.cs-intro {
    padding-bottom: 24px;
    padding-top: 10px;
}
/**
 * Footer
 */
footer section.container {
	padding: 24px 0;
}
.footer-blue, 
.footer-blue a {
	color: #fff;
}
.footer-blue {
	background-color: #00c8ec;
	/*margin-bottom: -48px;*/
}
.footer-blue .narrow-content {
    padding-top: 48px;
    padding-bottom: 72px;
}

@media all and (max-width: 991px) {
	.grid.team.three {
	    -ms-grid-columns: 1fr 1fr;
	        grid-template-columns: 1fr 1fr;
	}
	.team.three {
		grid-gap: 36px;
	}
	.logo-big {
	    width: 200px;
	    /*line-height: 30px;*/
	}
	.single-casestudies #main {
	    margin-top: 48px;
	}
	.et-db #et-boc .et_pb_with_background .et_pb_row.et_pb_row_fullwidth, .et-db #et-boc .et_pb_with_background.et_pb_specialty_fullwidth>.et_pb_row.et_pb_row_fullwidth, .et-db #et-boc .single.et_full_width_page .et_pb_row.et_pb_row_fullwidth, .et-db #et-boc .single.et_full_width_page .et_pb_specialty_fullwidth>.et_pb_row.et_pb_row_fullwidth, .et-db #et-boc .single.et_full_width_portfolio_page .et_pb_row.et_pb_row_fullwidth, .et-db #et-boc .single.et_full_width_portfolio_page .et_pb_specialty_fullwidth>.et_pb_row.et_pb_row_fullwidth {
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media all and (max-width: 767px) {
	#website-intro {
		padding: 85px 0;
	}
	.post-template p, 
	.post-template h2, 
	.post-template h3, 
	.post-template h1, 
	.post-template ul {
	    padding: 0 12px !important;
	}
	.grid.team.three {
	    -ms-grid-rows: auto;
	        grid-template-rows: auto;
	    -ms-grid-columns: 1fr;
	        grid-template-columns: 1fr;
	}
	.team.three {
		grid-gap: 0;
	}
	.team section {
	    width: 90%;
		margin: 0 auto 24px;
	}
	.home #main {
		padding-top: 33px;
		margin-top: -33px;
	}
	#main {
	    margin-top: 52px;
	    padding-bottom: 48px;
	}
	.home-project img {
		padding-bottom: 6px;
	}
	.single-line-top {
		padding-top: 6px;
	}
	.double-line-top {
		padding-top: 24px;
	}
	.single-line-bottom {
		padding-bottom: 12px;
	}
	.double-line-bottom {
		padding-bottom: 24px;
	}
	.width-template .narrow-content p, 
	.width-template .narrow-content h1, 
	.width-template .narrow-content h2 {
	    padding: 0;
	}
	.single-casestudies .width-template .narrow-content p, 
	.single-casestudies .width-template .narrow-content h1, 
	.single-casestudies .width-template .narrow-content h2 {
	    padding: 0 12px;
	}
	.team-title {
	    margin-top: 36px;
	    margin-bottom: 12px;
	}
	.casestudies .container {
		padding: 24px 0 32px !important;
	}
	.overlay-div {
	    position: relative;
	    color: #000;
	    height: 100% !important;
	}
	h1 {
		font-size: 28px;
		line-height: 32px;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
	}
	/*h1.case-study {
	    font-size: 36px;
	    line-height: 40px;
	    margin-bottom: 12px;
	}
	h2.case-study {
		font-size: 28px;
		line-height: 32px;
	}*/
	.single-post .date {
	    padding-top: 12px;
	}
	.home-project ul, .home-project h2 {padding-left: 20px;padding-right: 20px;}
	.news-filtering {
		padding: 40px 24px !important;
	}
	section.all-news {
		margin: 50px 0 !important;
	}
	.all-news.list, 
	section.latest-post {
		grid-template-columns: 1fr !important;
	}
	.all-news.list aside {
		display: none;
	}
	.all-news h3 {
		font-size: 18px !important;
	}
	.page-template-news-cpt p {
		font-size: 14px;
	}
}
@media all and (min-width: 768px) {
	body {
		font-size: 18px;
		line-height: 24px;
	}
	.container {
		padding: 0 24px;
	}
	.footer-blue .container, 
	.overlay-div .container {
		padding: 0;
	}
	#main {
		margin-top: 128px;
	}
	.home #main {
		/* padding-top: 39px; */
		margin-top: 0;
	}
	.single-post #main {
		margin-top: 80px;
	}
	h2, 
	.h2-style {
		font-size: 23px;
		line-height: 1.3em;
		margin: 0;
	}
	.small-caps {
		font-size: 14px;
		line-height: 24px;
	}
	.tag-wrapper {
	    padding: 24px 0;
	}
	.tag-wrapper h2 {
	    padding-bottom: 15px;
	}
	.grid.projects {
		grid-template: auto / 1fr 1fr;
		grid-column-gap: 96px;
		padding: 0 96px;
	}
	.et-boc {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.home .et_builder_outer_content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 96px;
	}
	.home-project ul.small-caps {
		padding: 16px 0 8px;
	}
	.date {
		padding-top: 14px;
	}
	.width-template {
		-ms-grid-columns: (1fr)[6];
		    grid-template-columns: repeat(6, 1fr);
		grid-column-gap: 48px;
	}
	.narrow-content {
		-ms-grid-column-span: 4;
		-ms-grid-column: 2;
		    grid-column: 2 / span 4;
	}
	.wide-content {
		-ms-grid-column-span: 6;
		-ms-grid-column: 1;
		    grid-column: 1 / span 6;
	}
	.two-col {
		grid-column: 2 / 4;
	}
	.team.three {
		-ms-grid-columns: (1fr)[3];
		    grid-template-columns: repeat(3, 1fr);
    	grid-gap: 48px;
	}
	.person-img {
		margin-bottom: 12px;
	}
	footer p {
		font-size: 16px;
	}
	.case-study {
		color: #fff;
	}
}
@media all and (min-width: 992px) {
	header .container {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	    justify-content: space-between;
	    height: 80px;
		transition: height 0.2s;
	}
	/*header.header-shrink nav li {
		padding: 0 12px;
	}*/
	header.header-shrink .container, 
	header.header-shrink .logo-small, 
	header img {
		line-height: 50px;

	}
	header.header-shrink, 
	header.header-shrink .container {
		height: 50px;
	}
	.ajax-offset {
		-ms-grid-column-span: 2;
		-ms-grid-column: 1;
		    grid-column: 1 / span 2;
	}
	#header-menu {
		display: flex;
		align-items: flex-end;
	}
	#main-nav {
		display: block !important;
	}
    #header-menu {
    	padding: 0;
    }
    #website-intro h1 {
    	font-size: 44px;
    	line-height: 48px;
    }
	.home .home-project {
	    padding-top: 48px;
	    padding-bottom: 24px;
	}
	.social-media {
		padding: 12px 6px;
	}
}

.issuuembed {
    display: block;
    margin: auto;
    max-width: 100%;
}
.logo-big img {
    max-height: 40px;
    width: auto;
}
.home .full-height-home {
	background-image: none !important;
	background-color: #00c8ec !important;
}
.social-media.youtube a {
    padding-bottom: 8px;
}
p {
	margin-bottom: 1em;
}
.all-news.list .all-news-posts img, .all-news.list p {
	display: none;
}
.all-news.list .all-news-posts {
	display: block;
}
.all-news.list {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 30px;
}
section.all-news.list h3 {
	margin: 0 0 15px;
}
.block {
	display: block;
}
.list-featured-image {
	display: none;
}
.list-featured-image.active {
	display: block;
}