/*!
Theme Name: corvidstudio
Theme URI: http://underscores.me/
Author: Corvid.Studio
Author URI: https://www.corvid.studio
Description: Custom theme developed by Corvid.Studio.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: corvidstudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

corvidstudio is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	font-weight: bold;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/**CUSTOMIZE***/

/**GLOBAL**/
button.btn-default {
    background: #fff;
    color: #000;
    text-shadow: 0 0 0 #fff;
    border: 0;
    padding: 10px 25px;
    margin: 15px 0 0;
}
button.btn-default:hover {
	background: #000;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	border:0;
}
.desktopview {
	display: block;
}
.mobile {
	display: none;
}
.flexing {
	display: flex;
}
.flexing > * {
	padding: 10px;
  flex: 1 100%; 
}
.panel-container {
	max-width: 1360px;
	margin: 0 auto;
}
.panel-container.header {
	max-width: 1380px;
	margin: 30px auto 0;
	padding: 0 20px;
}
.size-full {
    width: 100%;
}
/**HEADER**/
.site-header {
	position: relative;
	z-index: 10;
}
.site-branding {
  position: relative;
  width: 30%;
  float: left;
}
body.home .site-branding {
    position: relative;
    width: 30%;
    float: left;
}
.site-branding img {
    width: 12%;
}
.light-gray {
    background: #f4f4f4;
}

/**NAVIGATION**/
.shiftnav, #shiftnav-toggle-main.shiftnav-toggle-position-absolute {
    z-index: 99999;
}
.shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-icon-x .shiftnav-toggle-burger .fa::before, .shiftnav-open #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar.shiftnav-toggle-icon-x::before {
    margin-right: -21px;
}
.shiftnav-wrap {
	overflow: visible !important;
}
.navbar.navbar-default {
	box-shadow: inset 0 0 0 rgba(255,255,255,0),0 0 0 rgba(0,0,0,0);
	border-radius: 0;
	background-image: linear-gradient(to bottom,transparent 0,transparent 0%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(transaprent),to(transparent));
	background-image: -webkit-linear-gradient(top,transparent 0,transparent 0%);
	background-image: -o-linear-gradient(top,transparent 0,transparent 0%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
	background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top,transparent 0,transparent 100%);
	background-image: -o-linear-gradient(top,transparent 0,transparent 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
	background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
	color: #000;
	background-color: transparent;
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
.navbar-nav {
  float: right;
	}
.navbar-nav > li > a {
    text-shadow: 0 0 0 rgba(255,255,255,0);
		font-weight: 300;
		text-transform: uppercase;
}
.nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
	color: #000 !important;
	opacity: 0.75;
}
.navbar.navbar-default {
  width:50%;
  float: right;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a:hover {
  color: #000;
	background: transparent;
}
.navbar-collapse, .container-fluid {
    padding-right: 0;
	}
/*home navigation*/
body.home .navbar-default .navbar-nav > li > a, body.home .navbar-default .navbar-nav > .active > a:hover {
  color: #fff !important;
	background: transparent;
}
body.home .nav > li > a:hover, body.home .navbar-default .navbar-nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
	color: #fff !important;
	opacity: 0.75;
}
body.home .nav > li > a:hover, body.home .navbar-default .navbar-nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
	color: #fff !important;
	opacity: 0.75;
}
body.home .navbar-default .navbar-nav > .active > a, body.home .navbar-default .navbar-nav > .active > a.focus {
		color: #fff !important;
		background: transparent !important;
}
/**HOME**/
body.home {
	background: #000;
}
/**.vimeo-video {
	margin-top: -120px;
  z-index: 1;
	padding: 56.25% 0 0 0;
	position:relative;

}**/
.vbox-container .vbox-content iframe.venoframe {
	background: rgb(0,0,0) !important;
}
.vbox-close {
    font-size: 36px;
    right: 10px;
    z-index: 99999;
		position: absolute;
}
.vbox-prev, .vbox-next, .vbox-title {
	display: none !important;
}
.vbox-overlay  {
	background: rgba(0,0,0,1) !important;
}
.vimeo-video {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   overflow: hidden;
}
.vimeo-video iframe {
   width: 100vw !important;
   height: 56.25vw !important; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh !important;
   min-width: 177.77vh !important; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute !important;
   top: 50% !important;
   left: 50% !important;
   transform: translate(-50%, -50%) !important;
}


.vimeo_player_overlay.raster {
    background: /**url(images/raster.png)**/none;
}
.flex {
	display: flex;
}
.play {
	flex-basis: 70px;
	flex-shrink: 0;
}
.home-page-content { 
	
	position: relative;
	width: 35%;
	margin: 8% auto 0;
	/**position: absolute;
  top: 30%;
  left: 50%;
  width:30em;
  height:18em;
  margin-top: -9em; /*set to a negative number 1/2 of your height*/
  /**margin-left: -15em; /*set to a negative number 1/2 of your width*/
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 0px 2px rgba(0, 0, 0, 1);
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.featured-logo {
    position: relative;
    z-index: 10;
    width: 100%;
		float: none;
}
.featured-logo .hp-logo {
	width: 33%;
}
.hp-content {
		float:none;
		position: relative;
    z-index: 10;
		margin-top:20px;
		padding: 20px 0 22px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
}
.copy p {
	margin: 0 0 0 15px;
	text-align: left !important;
	font-size: 17px;
	font-weight: normal;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
		background: #000;
		color:#fff;
}
.modal-header {
    padding: 30px 20px 55px 20px;
    border-bottom: 0;
}
#myModalLabel {
    font-size: 28px;
		font-weight: 300;
}
.modal-header .close {
    color: #fff;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.btn.btn-noformat {
  background: transparent;
  border: 0;
}
/*home -mobile*/
.mobile .hp-content {
  border-bottom: 0;
}

/**SECONDARY PAGES**/

.featured-image {
    position: relative;
}

/*contact*/
.flex.contact {
	padding: 0 0 60px;
}
.entry-content.contact {
    padding: 25px 25px 20px 25px;
    margin: 0 20px 0 0;
    flex-grow: 2;
    flex-basis: 720px;
    flex-shrink: 0;
}
.entry-content.contact p {
	margin: 5px 0 10px 0;
}
.contact-title {
    font-size: 16px;
    text-transform: uppercase;
}
#gform_1 .gfield_label {
    display: none;
}
#gform_1 ul {
    margin: 0;
    padding: 0;
}
.gfield_captcha_container, .gfield_captcha_input_container {
    float: right;
    margin-left: 10px;
}
.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 5px 0 0;
    clear: both;
    width: 100%;
    text-align: right;
}
#gform_submit_button_1 {
    border: 0;
    background: #b1b1b1;
    color: #fff;
    font-weight: 300;
    padding: 10px 25px;
    border-radius: 0;
		font-size: 16px;
}
#gform_submit_button_1:hover {
	background: #000;
}
#gform_1 input, #gform_1 textarea {
    border: 0;
		border-radius:0;
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    height: 33px;
    margin-top: 3px !important;
}
#gform_wrapper_1 .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}
.contact-direct, .contact-addy {
    flex: 1;
}

/**director**/
.directorpage .hentry {
    margin: 0 !important;
}
.light-gray.director {
	padding: 40px 0 70px;
}
.flex.to-know {
    flex-wrap: wrap;
		justify-content: space-evenly;
}
.to-know-wrapper {
    flex-basis: 650px;
    margin: 0 10px;
}
.to-know-content p {
	margin:0;
}
.number {
    flex-basis: 50px;
    margin-right: 25px;
    align-self: center;
}
.number span {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 130px;
}
.to-know-content {
    flex-basis: 575px;
}
.flex.to-know-items {
	flex-basis: 620px;
  background: #fff;
  padding: 20px;
  margin: 10px;
}
.director h2 {
	font-size: 2em;
	font-weight: 300;
} 
.director h3 {
	text-align: center;
	font-weight: 300;
	padding: 0 0 20px 0;
}
.colum1 {
    flex-basis: 300px;
    flex-grow: 1;
    flex-shrink: 0;
}
.column2 {
	  -moz-column-count: 2;
	  -moz-column-gap: 30px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 30px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 30px;
	column-rule: none;
}
.col-content {
	display: block;
	width: 100%;
}
.xpadding {
		padding: 30px 0;
}
.title-overlay {
    position: absolute;
    top: 47%;
    left: 50%;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    margin: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    margin-right: -50%;
		text-shadow: 1px 0px 2px rgba(0, 0, 0, 1);
		-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}
body.home .title-overlay {
	top: 47%;
}
.directorpage .title-overlay {
    top: 50%;
}
/*company*/
.colum-co-1 {
    flex-basis: 420px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 50px;
}
.column-co-2 {
    flex-basis: 860px;
}
/* The Masonry Container */
.masonry {
  margin: 1.5em auto;
  max-width: 768px;
  column-gap: 1em;
	column-count: 2;
}

/* The Masonry Brick */
.brick {
  background: #fff;
  padding: 4px;
  margin: 0 0 15px;
}

/**FOOTER**/
.flexible {
	display: flex;
}
.heading-intro {
	margin-right: 20px;
}
footer.site-footer {
	background: #000;
  color: #fff;
	font-size: 13px;
	padding: 20px 0;
}
footer.site-footer a {
	color: #fff;
	font-weight: normal;
}
footer.site-footer .social i {
	font-size: 28px;
}
footer.site-footer .social .fa-linkedin::before {
    content: "\f08c";
}
footer .item {
	margin: 0 20px 0 0;
}
footer .item .menu {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
footer .item.social {
	text-align: right;
}
footer .item.social a {
  padding: 0 5px 0;
}
footer p {
	margin: 0;
}
footer p:first-child, footer p:nth-child(2) {
	margin-bottom: 8px;
}

/*--------------------------MEDIA QUERIES--------------------------*/
@media (max-width: 1600px) {
	/*.home-page-content {
		top: 45%;
	}	*/
	.home-page-content {
		margin: 15% auto 0;
	}
	.featured-logo .hp-logo {
    width: 32%;
	}
	/*secondary page*/
	.title-overlay {
    top: 35%;
	}
}

@media (max-width: 1440px) {
	.featured-logo .hp-logo {
    width: 35%;
	}
	/*director*/
	.flex.to-know-items {
    flex-basis: 620px;
	}	

}

@media (max-width: 1366px) {
	.panel-container {
		padding: 0 20px;
	}
	.featured-logo .hp-logo {
    width: 33%;
	}
	/*director*/
	.flex.to-know-items {
    flex-basis: 595px;
	}	
	.panel-container.xpadding {
    padding: 30px 20px;
	}
	.colum1 {
    flex-basis: 275px;
	}
	/*contact*/
	.entry-content.contact {
    flex-basis: 710px;
	}
}

@media (max-width: 1280px) {
	.home-page-content {
		width: 45%;
	}
	.featured-logo .hp-logo {
    width: 30%;
	}
	/*contact*/
	.entry-content.contact {
    flex-basis: 620px;
	}
	
	/*director*/
	.directorpage .title-overlay {
    top: 45%;
	}
	.flex.to-know-items {
    flex-basis: 550px;
	}
	@supports (-ms-ime-align:auto) {
    
			.flex.to-know-items {
				flex-basis: 500px;
			}
			.to-know-content {
				flex-basis: 475px;
			}
  
	}


}

@media (max-width: 1080px) {
		
	.featured-logo .hp-logo {
    width: 30%;
	}
	/*seconary*/
	.site-branding img {
    width: 13%;
	}
	/*company*/
	.title-overlay {
    top: 30%;
	}
	
	/*director*/
	.directorpage .title-overlay {
    top: 37%;
	}
	.colum-co-1 {
    margin-right: 30px;
	}
	.flex.to-know-items {
    flex-basis: 500px;
	}
	
}

@media (max-width: 1024px) {
	/*.home-page-content {
    top: 38%;
	}*/
	.home-page-content {
    width: 50%;
	}
	.mobile .copy p {
		text-align: center !important;
		margin-bottom: 10px;
	}
	.mobile .home-page-content {
		text-shadow: 1px 0px 2px rgba(0, 0, 0, 1),1px 0px 2px rgba(0, 0, 0, 1);
	}
	.featured-logo .hp-logo {
    width: 30%;
	}
	/*secondary*/
	.site-branding img {
    width: 15%;
	}
	/*director*/
	.colum-co-1 {
		flex-basis: 400px;
    margin-right: 10px;
	}
	.flex.to-know-items {
    flex-basis: 432px;
	}
	.to-know-content {
    flex-basis: 560px;
	}
	.number {
    flex-basis: 60px;
	}
	.directorpage .title-overlay {
    top: 38%;
	}
	@supports (-ms-ime-align:auto) {
		
			.flex.to-know-items {
				flex-basis: 375px;
			}
			.to-know-content {
				flex-basis: 300px;
			}
	
	}
}

@media (max-width: 900px) {
	.home-page-content {
    margin: 20% auto 0;
		width: 65%;
	}
	.site-branding img {
    width: 20%;
	}
	body.home .site-branding img {
    width: 25%;
	}
	.navbar.navbar-default {
    width: 68%;
    float: right;
	}
	.featured-logo .hp-logo {
    width: 30%;
	}
	/*director*/
	.directorpage .title-overlay {
    top: 35%;
	}
	.colum1 {
	   flex-basis: 250px;
	}
	.flex.to-know-items {
    flex-basis: 400px;
	}
	.flexible {
    flex-direction: column;
	}
	/*contact*/
	.flex.contact {
    flex-direction: column;
		padding: 0 0 5px;
	}
	.contactpage .featured-image {
    padding: 20px 10px 20px 10px;
	}
	.entry-content.contact {
    margin: 10px;
		flex-basis: auto;
	}
	.title-overlay {
		top: 25%;
	}
}

@media (max-width: 812px){
	/*.home-page-content {
    top: 75%;
	}*/
	.featured-logo .hp-logo {
    width: 30%;
	}
	.colum-co-1, .column-co-2 {
    flex-basis: auto;
	}
	.flex.to-know-items {
    flex-basis: auto;
	}
	
}

@media (max-width: 800px) {
	.home-page-content {
    margin: 40px auto 0;
	}
	.desktopview {
		display: none;
	}
	.mobile {
		display: block;
	}
	body.home.mobile {
		/** background-image: url(/wp-content/themes/corvidstudio/images/emm_mobile-home.jpg); this is called on the footer-home.php within jQuery. **/
		background-position: center center;
		background-repeat:  no-repeat;
		background-attachment: fixed;
		background-size:  cover;
		background-color: #000;	
	}
	body.home .site-branding img {
	  display:none;
	}
	/*.home-page-content {
    top: 50%;
	}*/
	.featured-logo .hp-logo {
    width: 30%;
	}
	.site-branding img {
    width: 22%;
	}
	/*company*/
	.panel-container.xpadding {
    padding: 0 20px 30px;
	}
	.companypage .flex {
		flex-direction: column;
	}
	.title-overlay {
    top: 35%;
	}
	/*director*/
	.directorpage .title-overlay {
    top: 45%;	
	}
	.colum-co-1, .column-co-2 {
    flex-basis: auto;
	}
	.flex.to-know-items {
    flex-basis: auto;
	}

}

@media (max-width: 768px) {
	.featured-logo .hp-logo {
    width: 33%;
	}
	.nav > li > a {
		padding: 10px;
	}
	/*director*/
	.column2 {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-rule: none;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-rule: none;
    column-count: 1;
    column-gap: 0;
	}
	.title-overlay {
    top: 30%;
	}
	

}

@media (max-width: 736px) {
	body.home #shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
    margin: 18px 5px 0 0 !important;
	}
	body.home #shiftnav-toggle-main {
    color: #ffffff !important;
	}
	.featured-logo .hp-logo {
    width: 32%;
	}
	.home-page-content {
    margin: 10px auto 0;
	}
	/*.home-page-content {
    top: 58%;
	}*/
	/*secondary*/
	#shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
    margin: 10px 20px 0 0 !important;
	}
	 .site-branding {
    margin-top: -10px;
    margin-bottom: 10px;
	}
	.title-overlay {
    top: 32%;
	}
	/*director*/
	.directorpage .title-overlay {
    top: 45%;
	}

}

@media (max-width: 667px) {
	.featured-logo .hp-logo {
    width: 34%;
	}
	.home-page-content {
    margin: 10px auto 0;
	}
	.flexing {
    display: flex;
    flex-flow: column;
	}
	.site-branding {
    margin-top: -18px;
	}
	.title-overlay {
    top: 35%;
	}
	/*.home-page-content {
    top: 65%;
	}*/
	/*director*/
	.directorpage .title-overlay {
    top: 55%;
	}
	.director h3 {
    padding: 0 30px 20px 30px;
	}

}

@media (max-width: 640px) {
	.title-overlay {
    top: 15%;
	}
	.site-branding img {
  	width: 24%;
	}
	.column-count-1-of-2, .column-count-2-of-2 {
    width: 100% !important;
	}
	/*.home-page-content {
    top: 68%;
	}*/
	/*director*/
	.director h3 {
    padding: 0 20px 20px 20px;
	}
	.directorpage .title-overlay {
    top: 23%;
	}
	.colum1 {
    flex-basis: 210px;
	}

}

@media (max-width: 600px) {
	.home-page-content {
    width: 70%;
		margin: 40px auto 0;
	}
	.featured-logo .hp-logo {
    width: 35%;
	}
	
	#shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
    margin: 0 !important;
	}
	.title-overlay {
    top: 30%;
	}
	.directorpage .title-overlay {
    top: 45%;
	}

}

@media (max-width: 568px) {
	body.home .site-branding img {
    width: 30%;
	}
	body.home .site-branding {
    margin-top: -15px;
    margin-bottom: 10px;
	}
	/*.home-page-content {
    top: 75%;
	}*/
	.home-page-content {
    width: 95%;
		margin: 30px auto 0;
	}
	.featured-logo .hp-logo {
    width: 30%;
	}
	.mobile .copy p {
    margin: 0 0 10px 0;
	}
	.site-branding img {
    width: 28%;
	}
	/*contact*/
	.contact-direct {
    flex: 2;
	}
	.title-overlay {
    top: 40%;
	}
	/*director*/
	.directorpage .title-overlay {
    top: 45%;
	}

}

@media (max-width: 534px) {
	/*.home-page-content {
    width: 28em;
    margin-left: -14em;
	}*/
	.home-page-content {
    width: 95%;
		margin: 20px auto 0;
	}
	.copy.center {
    width: 85%;
    margin: 0 auto;
	}
	body.home .site-branding img {
    width: 30%;
	}	
	.directorpage .title-overlay {
    top: 21%;
	}

}

@media (max-width: 480px) {
	/*.home-page-content {
    width: 25em;
    margin-left: -12.5em;
	}*/
	body.home .site-branding img {
    width: 33%;
	}
	.featured-logo .hp-logo {
    width: 38%;
	}	
	
	.site-branding img {
	    width: 29%;
	}
	
	/*company*/
	.masonry {
    column-count: 1;
	}
	.colum1 {
    flex-basis: 150px;
	}
	.title-overlay {
    top: 40%;
	}
	/*director*/
	.directorpage .title-overlay {
    top: 45%;
	}
}

@media (max-width: 414px) {
	/*.home-page-content {
    width: 22em;
    margin-left: -11em;
		top: 35%;
	}*/
	body.home .site-branding img {
    width: 38%;
	}	
	.home-page-content {
    margin: 100px auto 0;
	}
	.featured-logo .hp-logo {
    width: 44%;
	}
	.featured-logo {
    margin-bottom: 72px;
	}
	.title-overlay {
    top: 30%;
	}
	h1.overlay {
		font-size: 1.5em;
	}
	
	.site-branding img {
    width: 32%;
	}
	/*director*/
	.director h3 {
    padding: 0 0 20px 0;
	}
	.directorpage .title-overlay {
    top: 45%;
	}
	/*contact*/
	.contactpage .contact .flex {
    flex-direction: column;
	}
	
}

@media (max-width: 375px) {
	body.home .site-branding img {
    width: 44%;
	}	
	.site-branding img {
    width: 36%;
	}
	.featured-logo {
    margin-bottom: 78px;
	}
	.home-page-content {
    margin: 45px auto 0;
	}
	/*director*/
	.directorpage article .flex {
    flex-direction: column;
	}
	.colum1 {
    flex-basis: auto;
	}
	.panel-container.xpadding {
    padding: 0 20px 30px;
	}
	.directorpage .title-overlay {
    top: 45%;
	}
	.to-know-content {
    flex-basis: auto;
	}
	
	/*company*/
	h1.overlay {
    font-size: 1.3em;
	}
	.title-overlay {
    top: 40%;
	}

}

@media (max-width: 360px) {
	body.home .site-branding img {
    width: 46%;
	}	
	/*.home-page-content {
		top: 40%;
	}*/
	/*director*/
	.director h3 {
    padding: 0 20px 20px 20px;
	}

}

@media (max-width: 320px) {
	body.home .site-branding img {
		width: 48%;
	}	
	.copy.center {
    width: 100%;
	}
	.title-overlay {
    top: 35%;
	}
	h1.overlay {
    font-size: 1.3em;
	}
	.site-branding img {
    width: 40%;
	}
	.home-page-content {
    margin: 75px auto 0;
	}
	/*.home-page-content {
    top: 45%;
	}*/
	/*director*/
	.directorpage .title-overlay {
    top: 48%;
	}
}
