/*!
Theme Name: dataversity
Theme URI: http://underscores.me/
Author: Matthew DeLong
Author URI: http://underscores.me/
Description: Dataversity 1.0.1
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dataversity
Tags:

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.

Dataversity is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
#Search Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700');

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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 https://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 0em 0em;
}

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: #114171;
}

a:visited {
	color: #2b5571;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation {
    width: 100%;
    background: #114171;
    height: 50px /* Collapsed navigation height */;
}
.navigation__inner {
    display: flex;
    max-width: 1280px;
    height: 50px /* Collapsed navigation height */;
    margin: 0 auto;
    overflow: hidden;
}
.toggle:checked ~ .navigation__inner {
    height: auto /* Full height when more is toggled */;
}
.navigation__link, .navigation__link-logo {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px /* Collapsed navigation height */;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.navigation__link:hover {
    -webkit-box-shadow: inset 0 -21px 0px -16px #FFFFFF;
	-moz-box-shadow: inset 0 -21px 0px -16px #FFFFFF;
	box-shadow: inset 0 -21px 0px -16px #FFFFFF;
}
.menu-item-316864:hover {
    -webkit-box-shadow: inset 0 -21px 0px -16px red;
    -moz-box-shadow: inset 0 -21px 0px -16px red;
    box-shadow: inset 0 -21px 0px -16px red !important;
}
.navigation__link a {
    color: #FFF;
    text-decoration: none;
}

.navigation__link a:hover {
    color: #f1f1f1;
}
.navigation__logo {
    flex-shrink: 0 /* Stops logo collapsing */;
    align-self: flex-start /* Stops logo stretching with list */;
    /*border-left: 1px solid #ccc;*/
    padding-top: 8px;
}
.navigation__logo .navigation__link {
    font-weight: bold;
}
.navigation__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #114171;
    /*border: 1px solid #ccc;*/
    border: none;
    z-index: 50;
	transition-duration: 1s;
}
@media screen and (max-width: 400px) {
    .menu-item {
        flex-basis: 100% /* Stops uneven wrapping */;
    }
}
.navigation__toggle {
    flex-shrink: 0 /* Stops more button collapsing */;
    color: #FFF;
}
.navigation__toggle .navigation__link {
    position: relative;
    padding-right: 50px;
}
/* More button arrow */
.navigation__toggle .navigation__link:after {
    content: '';
    position: absolute;
    top: 22px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFF transparent transparent transparent;
}
.navigation__toggle label {
    color: #FFF !important;
}
/* Flip the arrow when toggled */
.toggle:checked ~ .navigation__inner .navigation__toggle .navigation__link:after {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #FFF transparent;
}
/* Hide the checkbox */
.toggle {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.navigation__search {
	border: none;
	flex-shrink: 0 /* Stops more button collapsing */;
	color: #FFF;
	transition:all 1s ease;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.navigation__search form {
	margin: auto;
	transition:all 1s ease;
	vertical-align: center;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.navigation__search input[type=text] {
	transition:all 1s ease;
	margin: auto auto;
	cursor: pointer;
	width: 130px;
	height: 50px;
	line-height: calc(100%);
	border: none !important;
	border-style: none !important;
	outline: none;
	font-size: 14px;
	background-image: url('/wp-content/themes/dataversity/inc/images/search-ico.png');
	background-size: 15px 15px;
	background-position: 18px 19px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	background-color: rgb(17, 65, 113);
	z-index: 1000;
	color: #fff;
	transition-duration: 1s;


}
.navigation__search:focus-within {
	transition-duration: 1s;

}

.navigation__search:focus-within,
.navigation__search form:focus-within {
	position: absolute;
	display: flex;
	flex-basis: 100%;
	margin: auto auto;
	cursor: text;
	right: calc(100%);
	width: calc(100%);
	padding-left: 0px;
	border: none !important;
	-webkit-transform: translateX(100%);
	-webkit-transition-duration: 1s;
	transform: translateX(100%);
	transition-duration: 1s;
	background-color: #7787a7;
	z-index: 100;
}

.navigation__search input[type=text]:focus {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: auto auto;
	padding-left: 40px;
	border: none !important;
	cursor: text;
	background-color: #7787a7;
	z-index: 100;
}

@media (max-width: 1280px) {
	.navigation__search input[type=text]:focus {
	}

}

@media (max-width: 764px) {
	.navigation__search input[type=text] {
		display: none;
	}
}






/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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
--------------------------------------------------------------*/
.site-header {
	position:relative;
	display:block;

}
#content {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
	height: 100%;
}
#primary, #main, article {
	display: table;
}
#primary {
	display: inline-block;
	padding: 0 25px;
	float: left;
}
@media (max-width: 764px) {
	#primary {
		padding: 0 5px;
	}
}


.content-area {
	height: 100%;
	padding-bottom: 5px;
	display: inline;
}

article { height: 10em; width: 100%; }
#a1 { height: 21em; }
#a2 { margin-bottom: 2em; }
#a4 { margin-bottom: 2em; }
.header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 10em 10em;
    grid-gap: 1em;
    width: 100%;
    padding-bottom: 50px;
	margin-top: 50px;
}
.heading-data-topics {

	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 10em 10em;
	grid-gap: 1em;
	width: 60%;
	padding-bottom: 50px;
	margin-top: 50px;

}

.heading-data-topic article a {
	color: #114171;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
}
.heading-data-topics article:first-child {
	grid-row-start: 1;
	grid-row-end: 3;

}
.block-ad {
	width:auto;
	display: inline-block;
	float: right;
}
.adblock-page {

    width: 100%;
    height: 180px;
    padding: 20px 0px 40px 0px;
}
.adblock-page small {
    display: block;
    margin: 0 auto;
    max-width: 728px;
	min-width: 200px;
    text-align: left;
}
.adblock-page .ad {
    display: block;
    margin: 0 auto;
	height: auto;
	width: 100%;
    max-width: 728px;
	min-width: 200px;
}

.adblock {

    width: 100%;
    height: 120px;
    padding: 20px
}
.adblock small {
    display: block;
    margin: 0 auto;
    max-width: 728px;
	min-width: 200px;
    text-align: left;
}
.adblock .ad {
    display: block;
    margin: 0 auto;
	height: auto;
	width: 100%;
    max-width: 728px;
	min-width: 200px;
}
.header article:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
}
article a {
    color: #114171;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
}
.webinars {
	display:inline-block;
	width: 60%;
	float: left;
}
.webinars-wrap {
	display: grid;
	width: auto;
	grid-template-columns: repeat( 3, 1fr );
	grid-template-rows: auto;
	grid-gap: 3em;
}

.webinars article {
	position: relative;
	display: inline-block;
	height: auto;
	padding: 5px;
}

.news {
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    grid-template-rows: auto;
    grid-gap: 3em;
}


.news article {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 5px;
}

img.news-image {
   background: #111111;
    height: 50px;
    width: auto;

}

.news-title {
    color: #000;
}

.whatis {
    position:relative;

}
.rowcontainer {
    position:relative;
    overflow: hidden;
    width: 100%;
}
.experts {
    position:relative;
    display:inline-block;
    width: 60%;
    float: left;
    padding-right: 20px;
}
.whitepapers {
    position:relative;
    display: inline-block;
    width: 38%;
    float: left;

}
.recent {
    position:relative;
    display:inline-block;
    width: 60%;
    float: left;
    padding-right: 20px;
}
.latestnews {
    position:relative;
    display: inline-block;
    width: 38%;
    float: left;

}

.demand {
    position:relative;
    display:inline-block;
    width: 60%;
    float: left;
    padding-right: 20px;
}
.training {
    position:relative;
    display: inline-block;
    width: 38%;
    float: left;

}
#datatopics {
    position: relative;
    height: auto;
}

#datatopics ul {
	margin: 0;
	text-align: center;
}

#datatopics li {
	position:relative;
    display: inline-block;
    vertical-align: top;
    line-height: 2em;
    color: #111111;
	padding: 10px;
	margin-bottom: 10px;
    background-color:#114171;
}
#datatopics li a {
    color: #d9d9d9;
    font-weight: normal;
    font-size: 1.005em;
    text-decoration: none;
}



h2.heading {
    border-bottom: 1px solid #596c71;
    padding-bottom: 3px;
}
h2.heading span {
    position:relative;
    border-bottom: 1px solid #114171;
    padding-bottom: 7px;

}

h2.heading span a {
	text-decoration: none;
	color: #111111;

}

h2.heading span#centerDT {
    display: block;
    text-align:center;
    margin: 0 auto -5px auto;
    width: 15em;

}

h2.heading span#centerDT a {
	text-decoration: none;
	color: #111111;

}

h2.heading span:after{
    position:absolute; left:0; bottom:0; width:100%; height:1px; border-bottom:1px solid #000; content:"";

}

.singlewrap {
    display: grid;
    grid-template-columns: repeat( 1, 1fr );
    grid-template-rows: minmax(min-content, 9em);
    grid-gap: 3em;
	padding-right: 15px;
}

.singlewrap p {
	margin: 5px;
}
.fourbywrap {
    display: grid;
    grid-template-columns: repeat( 4, 1fr );
    grid-template-rows: minmax(min-content, 8em);
    grid-gap: 3em;
}

.threebywrap {
    display: grid;
    height: auto;
    grid-template-columns: repeat( 3, 1fr );
    grid-template-rows: minmax(min-content, 8em);
    grid-gap: 4em;
	flex-wrap: wrap;
}

.singlelarge {
    position:relative;
    width: 50%;
    float:left;
}
.singlewraprecent {
    position:relative;
    display: grid;
    grid-template-columns: repeat( 1, 1fr );
    grid-template-rows: minmax(min-content, 8em);
    grid-gap: 3em;
    width: 50%;
    padding-left: 25px;
}
.large-aside-image {
    position: relative;
    width: 100%;
    height: 250px;
    padding: 5px;
    float: left;
}
.large-aside-title {
    padding-left: 5px;
	display: block;
}
.large-aside p {
    display: block;
    position: relative;
    font-size: 0.89em;
    margin: 8px 0px 0px 0px;
}


.aside p {
    display: block;
    position: relative;
    font-size: 0.89em;
    margin: 8px 0px 0px 140px;
	padding-bottom: 5px;
}
.aside-title {
	display: block;
	margin-left: 140px;


}

.aside-image {
    position: relative;
    width: 125px;
    height: 125px;
    padding: 5px;
    float: left;
}
/*--------------------------------------------------------------
## 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;
}

.post {
	max-width: 740px;
    padding-right: 20px;

    margin: 0 auto;
    clear: left;
    float: left;
}

.entry-meta {
	position:relative;
    display: block;
    margin: 0px 0px 0px 0px;
}

.entry-meta span {
	display: block;
	width: 100%;
    line-height: 1.2em;

}
.entry-header {
	font-size: 0.9em;
	font-weight: bold;
}
.posted-on a {
    color: #111111;
    font-weight: bold;
    line-height: 0.9em;
}

.byline a {
    font-weight: bold;
    color: #111111;

}


.entry-content {
    clear: left;
    margin-top:10px;
}
.entry-content a img {
    transform: none;
}

/*--------------------------------------------------------------
## Custom Link Animations
 --------------------------------------------------------------*/
.entry-content a {
	display: inline-block;
    font-weight: normal;
    line-height: 1em;
    padding: 4px;
    vertical-align: top;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-bottom: 1px dashed;
}

.entry-content a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(17, 65, 113);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.imgLink{
	display: inline !important;
	-webkit-transform: none;
	transform: none;
	border-bottom: none !important;

}
.imgLink:before {
	-webkit-transform: none;
	transform: none;
	border-bottom: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	background: inherit !important;
}

.entry-content a:focus, .entry-content a:hover, .entry-content a:active{
    color: #f1f1f1;
}
.entry-content a:hover:before, .entry-content a:focus:before, .entry-content a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*--------------------------------------------------------------
## Front Page
 --------------------------------------------------------------*/
.header article {
    position:relative;
	width: 100%;

}



.header a {
    position: absolute;
    bottom: 0px;
    font-size: 1.4em;
    color: #f1f1f1;
    padding: 18px 18px 18px 18px;
    display: inline-block;
    font-weight: bolder;
    line-height: 1.2em;
    vertical-align: bottom;

}

.responsive-promo {
	width: 100%;
}

/*--------------------------------------------------------------
## Conference Page
 --------------------------------------------------------------*/
.conference-list {
	position:relative;
	width: 100%;

}

.conference-list .conferences {

	height:auto;

	display:inline-block;
}


.conference-list article p span {
	font-weight: bold;
}

.conference-list a.conference-link {
	text-decoration: none;
	border-bottom: none;
}
.conference-list a.conference-link img {

	float: left;
	margin-right: 50px;
}
.conference-list a.conference-link:before {
	content: none;
	position: none;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: none;
	transform-origin: none;
	-webkit-transition-property: none;
	transition-property: none;
	-webkit-transition-duration: 0.0s;
	transition-duration: 0.ss;
	-webkit-transition-timing-function: none;
	transition-timing-function: none;
}

.conference-list article img.conference-image {
	max-width: 650px;
	width: 302px;
	height: 226px;
	margin-bottom: 15px;
	display: block;
}



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

.bypostauthor {
	display: block;
}

#comments {
   display:none;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## CATEGORY PAGE
--------------------------------------------------------------*/

.page-header {
	position:relative;

	width: 100%;
	padding: 5px;
	display: inline-block;
	background-color: #e1e1e1;
	height: auto;

}
.page-header-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0px 25px 25px 25px;
}

.page-header-wrap ul#data-topics {
	margin: 0;
	padding: 0;
}
.page-header-wrap li {
	display: inline;
	list-style-type: none;

}

.page-header-wrap li a {
	text-decoration: none;
	color: #404040;
}
.page-header-wrap li + li::before {
	content: "\00a0\00a0|\00a0\00a0";
}
.page-header-wrap li.active {
	text-decoration: #111111;
}
.page-header h1 {
	background-color: none;
}

/*--------------------------------------------------------------
## BREADCRUMB NAVIGATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## BREADCRUMB NAVIGATION
--------------------------------------------------------------*/

#breadcrumbs {
	position:relative;
	width: 100%;
	padding: 15px 5px;
	display: inline-block;
	background-color: inherit;
	height: auto;
}
#breadcrumbs-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0px 25px 25px 25px;
}

#breadcrumbs-wrap ul {
	margin: 0;
	padding: 0;
}
#breadcrumbs-wrap li {
	display: inline-block;
	list-style-type: none;

}

#breadcrumbs-wrap li a {
	text-decoration: none;
	color: #404040;
}
#breadcrumbs-wrap li + li::before {
	content: "\00a0\00a0|\00a0\00a0";
	content: "\00a0\00a0|\00a0\00a0";
}
#breadcrumbs-wrap li.active {
	text-decoration: #111111;
}
#breadcrumbs h1 {
	background-color: none;
}

.nav-links {
	padding-top: 25px;
}
.nav-next { float:left; }
.nav-previous { float:right;}
.nav-links a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 2em;
	color: #e1e1e1;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #114171;
	text-decoration: none;
}


/*--------------------------------------------------------------
## SIDEBAR
--------------------------------------------------------------*/

.widget-title {
	font-size: 16px;
}

aside#secondary {
	margin-top: 100px;
	width: 350px;
	display: inline;
	float: right;
	background: #e1e1e1;
	padding: 6px 25px;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.site-footer {
	margin-top: 25px;
    background-color: #7889a6;

 }

.footer-wrap {
	max-width: 1280px;
	padding: 25px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-conference-items {
	max-width: 1280px;
	width: 25%;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.footer-conference-items ul {
	display: block;
}
.footer-conference-items ul li {
	list-style-type:none;
	padding-bottom: 25px;
}

.footer-items {
	max-width: 1280px;
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}
.footer-items .item {
	flex: 0 1 33%;
	box-sizing: border-box;
	color: #FFFFFF;
	padding: 10px;
}


.footer-adblock{
    padding: 20px 0px 40px 40px;
    max-width: 508px;
    float:left;
}

.footer-brands {
	margin: 0 auto;
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
	border-bottom: 1px solid #FFFFFF;
	align-items: center;
	justify-content: center;

}
.footer-brands .brands {
	flex: 1 0 25%;
	display: inline;
	padding-right: 25px;

}
.footer-brands .brands a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	list-style-type: none;
	display:table-cell;
	vertical-align: middle;
	font-weight: bold;
}


.footer-logo {
    padding: 40px 0px 0px 40px;
    width: 300px;
}

.footer-logo p {
    font-size: 0.8em;
}

.footer_list {
	float: left;
	margin: 0;
	padding: 0;
}

.footer_list li {
	padding-top: 4px;
    list-style-type: none;

}

.footer_list li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;

}

/**
.footer-menu {
	padding-right: 50px;
	max-width: 250px;
	float: right;
}**/

h2.footer {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
	
.site-footer p {
margin: 0 auto;

max-width: 1280px;

padding: 10px 30px;

color: #FFFFFF;	
	
	
}

.site-footer p a {
	float: right;
	margin-left: 10px;
	color: #FFFFFF;	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 319px) and (max-width : 767px) {

	aside#secondary {
		display: inline-block;
		float: left;
		width: 100%;
	}

	/*--------------------------------------------------------------
    ## NAVIGATION
    --------------------------------------------------------------*/
	.navigation__logo {
		width: 30%;
		min-width: 200px;
	}
	.navigation__list {
		margin-top: 50px;
	}
	.navigation__toggle {
		position:absolute;
		right: 0px;
	}


	/*--------------------------------------------------------------
    ## FOOTER
    --------------------------------------------------------------*/

	.footer-wrap {
		padding: 25px;

		display: block;

	}
	.footer-items {

		width: 100%;
	}
	.footer-items .item {
		flex: 0 1 100%;
	}
	.footer-conference-items {
		width: 100%;
	}
	.footer-conference-items ul {

		padding: 20px 9px;
	}

/*--------------------------------------------------------------
## FRONT PAGE
--------------------------------------------------------------*/
    .threebywrap {
        display: grid;
        height: auto;
        grid-template-columns: repeat( 1, 1fr );
        grid-template-rows: minmax(min-content, 8em);
        grid-gap: 3em;
    }
	.responsive-promo {
		display: none;
	}

    .news, .webinars-wrap {
        display: grid;
        grid-template-columns: repeat( 1, 1fr );
		grid-template-rows: minmax(min-content, 8em);
		grid-gap: 3em;
    }
	.webinars{
		width: 100%;
	 }
    .latestnews {
        padding-top: 50px;
    }

    .header {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1em;
        width: 100%;
        padding-bottom: 50px;
    }

    .header article:first-child {
        grid-row-start: 1;
        grid-row-end: 3;
    }
	.header article {

	}
    article { height: 10em;}
    #a1 { height: 20em; }
    #a2 { margin-bottom: 0em; }
    #a4 { margin-bottom: 0em; }

    .experts, .whitepapers, .recent, .latestnews, .demand, .training, .singlelarge, .singlewraprecent {

        width: 100%;

    }
    .singlelarge {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }


    h2.heading span {
        font-size: 0.9em;
    }

}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .threebywrap {
        display: grid;
        height: auto;
        grid-template-columns: repeat( 2, 1fr );
        grid-template-rows: minmax(min-content, 8em);
        grid-gap: 3em;
    }
	.large-aside {
		width: 100%;
		max-width: 700px;

	}
	aside#secondary {
		display: none;
	}

	.footer-wrap {
		padding: 25px;

		display: block;

	}

	.footer-conference-items {
		width: 50%;
	}
	.footer-items .item {
		flex: 0 1 50%;
	}
}



.widgets { list-style: none outside none; }
.widget-subscribe-and-news { overflow: hidden; }
.widget-subscribe-and-news .form-subscribe-secondary { background: rgb(17, 65, 113); color: #fff; padding: 25px 60px 0; padding-right: 62px; position: relative; z-index: 10; }
.widget-subscribe-and-news .form-subscribe-secondary:before { content: ''; position: absolute; top: 100%; left: -10px; width: 101%; height: 74px; background: #104170; -ms-transform:skewX(-45deg); transform:skewX(-45deg); margin-left: -30px; }
.widget-subscribe-and-news .form-title { font-family: 'TV NordEF Con Obl', sans-serif; text-transform: uppercase; font-size: 36px; line-height: 0.9; margin-bottom: 35px; }
.widget-subscribe-and-news .form-body p { color: #596c71; }
.widget-subscribe-and-news .form-body p a { display: inline-block; text-decoration: none; transition: color .3s; }
.widget-subscribe-and-news .form-body-inner { padding-bottom: 10px; }
.widget-subscribe-and-news .form-body p a:hover { color: #fff; }
.widget-subscribe-and-news .form-btn { display: block; width: 100%; margin: 20px 0; }
.widget-subscribe-and-news .widget-image { height: 350px; background-size: cover; background-position: center; }
.widget-subscribe-and-news .widget-news-text { background: #596c71; position: relative; padding: 71px 62px 77px; color: #fff; }
.widget-subscribe-and-news .widget-news-text:before { content: ''; background: #104170; position: absolute; top: -31px; right: -35px; width: 100px; height: 50px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.widget-subscribe-and-news .widget-news-text:after { content: ''; background: #fff; position: absolute; bottom: -14px; right: -35px; width: 100px; height: 50px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.widget-subscribe-and-news .widget-news-text h3 { font-family: 'TV NordEF Con Obl', sans-serif; line-height: 0.9; font-size: 32px; color: #7887a7; margin: 0; }
.widget-subscribe-and-news .widget-news-text h3 strong { font-size: 42px; display: block; font-weight: 900; }
.widget-subscribe-and-news .widget-news-text h4 { font-family: 'TV NordEF Con Obl', sans-serif; line-height: 0.9; text-transform: uppercase; font-size: 32px; margin: 0; margin-bottom: 10px; }
.widget-subscribe-and-news .widget-news-text h5 { font-family: 'TV NordEF Con Obl', sans-serif; line-height: 0.9; text-transform: uppercase; font-size: 21px; margin-bottom: 30px; }
.widget-subscribe-and-news .widget-news-text h6 { font-family: 'TV NordEF Con Obl', sans-serif; line-height: 0.9; text-transform: uppercase; font-size: 32px; color: #7887a7; margin-bottom: 26px; }
.widget-subscribe-and-news .widget-news-text .btn { width: 100%; font-weight: 400; transition: all .3s; }
.widget-subscribe-and-news .widget-news-text .btn:hover { color: #7887a7; background: #104170; border: 1px solid #104170; }
.widget-subscribe-and-news .widget-badge { text-align: center; }
.widget-subscribe-and-news .widget-badge img { max-width: 274px; }

@media (max-width: 1024px) {
	.widget-subscribe-and-news .form-title { font-size: 30px; }

	.widget-subscribe-and-news .form-subscribe-secondary { padding: 60px 30px 0; }
	.widget-subscribe-and-news .form-subscribe-secondary:before { height: 60px; width: calc(100% + 18px); }
	.widget-subscribe-and-news .widget-itunes:before { width: calc(100% + 18px); }

	.widget-subscribe-and-news .widget-news-text { padding: 60px 30px; }

	.widget-subscribe-and-news .widget-badge img { max-width: 184px; }

	.widget-subscribe-and-news .widget-news-text h3 { font-size: 30px; }
	.widget-subscribe-and-news .widget-news-text h3 strong { font-size: 34px; }
	.widget-subscribe-and-news .widget-news-text h4 { font-size: 28px; }
	.widget-subscribe-and-news .widget-news-text h5 { font-size: 21px; margin-bottom: 20px; }
	.widget-subscribe-and-news .widget-news-text h6 { font-size: 28px; margin-bottom: 20px; }

	.widget-subscribe-and-news .widget-itunes { padding-top: 78px; }
	.widget-subscribe-and-news .widget-itunes a { font-size: 18px; padding-bottom: 4px; }
	.widget-subscribe-and-news .widget-itunes a span { top: 4px; }
	.widget-subscribe-and-news .widget-itunes a i { -ms-transform: scale(0.8); transform: scale(0.8); margin-left: -10px; }
}
@media (max-width: 767px) {
	.widget-subscribe-and-news .widget-itunes a { font-size: 24px; }
	.widget-subscribe-and-news .widget-itunes a i  { -ms-transform: scale(1); transform: scale(1); margin-left: 5px;  }
}
/* ------------------------------------------------------------ *\
	Widget-simple Wews
\* ------------------------------------------------------------ */
.widget-simple-news { margin-bottom: 74px; }
.widget-simple-news .widget-image { height: 350px; background-size: cover; background-position: center; margin-bottom: 30px; position: relative; overflow: hidden; }
.widget-simple-news .widget-image:before { content: ''; background: #2c351a; position: absolute; bottom: -22px; right: -44px; width: 145px; height: 60px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.widget-simple-news .btn { border-color: #e1e1e1; color: #e1e1e1; padding: 20px 57px; }
.widget-simple-news .btn:hover { color: #2c351a; background: #7787a7; }
@media (max-width: 1024px) {
	.widget-simple-news { margin-bottom: 40px; }
	.widget-simple-news .widget-image { height: 300px; margin-bottom: 20px; }
}
@media (max-width: 767px) {
	.widget-simple-news { margin-bottom: 60px; }
	.widget-simple-news .widget-image:before { bottom: -20px; right: -44px; width: 100px; height: 50px; }
	.widget-simple-news .btn { padding: 18px 30px; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input::-moz-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field { width: 100%; background: none; border: 0; border-top: 1px solid #8b9577; border-bottom: 1px solid #8b9577;  height: 63px !important; padding: 0 25px; border-radius: 0; }
.field:focus { border-top: 1px solid #fff; border-bottom: 1px solid #fff; position: relative; z-index: 10; color: #fff; }
.field:focus::-webkit-input-placeholder {  color: #fff; }
.field:focus::-moz-placeholder {  color: #fff; }
.field:focus:-moz-placeholder {  color: #fff; }
.field:focus:-ms-input-placeholder {  color: #fff; }
.textarea { width: 100%; background: none; color: inherit; border: 0; border-top: 1px solid #8b9577; border-bottom: 1px solid #8b9577;  padding: 25px; border-radius: 0; min-height: 215px; resize: vertical;  }
.textarea:focus {  border-top: 1px solid #fff; border-bottom: 1px solid #fff;position: relative; z-index: 10; }
.select { width: 100%; }
.form-btn { background-color: #e1e1e1; border: 1px solid #e1e1e1 !important; height: 60px !important; border-radius: 50px !important; color: #7787a7; font-size: 15px !important; transition: background .3s, color .3s !important; }
.form-btn:hover { color: #7787a7; background: #e1e1e1; }
.form-subscribe .form-btn { width: 100% !important; }
.form-subscribe .field { margin-top: -1px; color: #8b9577; }
.form-subscribe .textarea { margin-top: -1px; color: #8b9577 !important; }
.form-subscribe .field:focus { color: #fff; }
.form-subscribe .form-actions { margin-top: 40px; }
@media (max-width: 767px) {
	.field { height: 50px; padding: 0 15px; }
}
/* ------------------------------------------------------------ *\
	form subscribe secondary
\* ------------------------------------------------------------ */
.form-subscribe-secondary .field { height: 50px; font-size: 15px; padding: 0 20px; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form-message .form-row + .form-row  { margin-top: -1px;  }
.form-message .form-actions { padding-top: 40px;  }
.form-message .field { font-size: 15px; color: #8b9577; }
.form-message .field:focus { color: #fff; }
.form-message .textarea { font-size: 15px; color: #8b9577; }
.form-message .textarea:focus { color: #fff; }
.form-message .form-btn { width: 100%; }
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

#breadcrumbs-post {
    list-style:none;
    margin:20px 0;
    overflow:hidden;
    padding: 0px;
    font-size: 0.75em;
}
  
#breadcrumbs-post li{
    display:inline-block !important;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs-post .separator{
    font-size:0.75em;
    font-weight:100;
    color:#ccc;
}

/*
 Search Modal
 */



