/*
Theme Name: Thomvest Ventures
Theme URI: http://underscores.me/
Author: Henry Khachatryan
Author URI: http://www.wpsmart.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thomvest
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.

Thomvest Ventures 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
	## Header
	## Footer
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Home
	## Portfolio
	## Team
	## 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%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

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
--------------------------------------------------------------*/
@font-face{
	font-family:'FoundersGrotesk';
	font-weight: 400;
	src:url("./lib/fonts/founders-grotesk/FoundersGrotesk-Regular.woff2") format("woff2"),
	url("./lib/fonts/founders-grotesk/FoundersGrotesk-Regular.woff") format("woff")
}

@font-face{
	font-family:'FoundersGrotesk';
	font-weight: 500;
	src:url("./lib/fonts/founders-grotesk//FoundersGrotesk-Semibold.woff2") format("woff2"),
	url("./lib/fonts/founders-grotesk/FoundersGrotesk-Semibold.woff") format("woff")
}

@font-face{
	font-family:'FoundersGrotesk';
	font-weight: 600;
	src:url("./lib/fonts/founders-grotesk//FoundersGrotesk-Bold.woff2") format("woff2"),
	url("./lib/fonts/founders-grotesk/FoundersGrotesk-Bold.woff") format("woff")
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "FoundersGrotesk", sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #363637;
	font-weight: 500;
}

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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #D8D8D8;
	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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
	outline: none;
}

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


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: relative;
	top: 0;
	padding: 0 12px;
	-webkit-transform: translateZ(0);
	margin-bottom: 0;
	color: #fff;
	background-color: #fff;
	z-index: 8;
}

.home .site-header {
	margin-bottom: 0;
	background: transparent;
}

	.header-inner {
		max-width: 1100px;
		width: 100%;
		margin: 0 auto;
		height: 100%;
	}

		.site-branding {
			width: auto;
			float: left;
			padding: 0;
			height: 32px;
			line-height: 75px;
			vertical-align: middle;
			margin-top: 21px;
		}

			.site-branding img {
				width: auto;
				height: 100%;
				display: block;
			}

.scrolled .site-header {
	height: 60px;
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.1);
	padding-top: 0;
}

	.scrolled .site-header .site-branding {
		padding: 10px 0;
		width: 140px;

	}

@media screen and (max-width: 999px) {
	.scrolled .site-header,
	.site-header {
		height: 70px;
	}

	.site-header {
		overflow: visible;
		padding: 0;
	}

	.scrolled .site-header .site-branding,
	.site-branding {
		padding: 12px;
		width: 150px;
		margin: 0;
	}

		.site-branding img {
			width: 100%;
			height: auto;
		}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
}

	.site-footer-inner {
		background-color: #363637;
		width: 100%;
		margin: 0 auto;
		padding: 20px 25px;
		color: #fff;
		overflow: hidden;
	}

		.footer-nav {
			float: left;
			width: 25%;
			font-size: 16px;
		}

			.footer-nav h4 {
				font-weight: 600;
				color: #fff;
				font-size: 16px;
				margin: 0 0 10px 0;
			}

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

					.footer-nav li a {
						text-decoration: none;
					}

		.footer-nav.contact-us span {
			margin-bottom: 16px;
			display: block;
		}

		.copyright,
		.attribution {
			clear: both;
		    display: block;
			color: #8A8A8A;
			font-size: 12px;
		}

			.attribution a {
				text-decoration: none;
			}

		.copyright {
			float: left;
			clear: left;
		}

		.attribution {
			float: right;
			clear: right;
			width: 25%;
			text-align: right;
		}

	.footer-sections {
		display: flex;
		flex-flow: row wrap;
		text-align: center;
		width: auto;
		justify-content: space-evenly;
		color: #fff;
		text-align: left;
		font-weight: 400;
		font-size: 16px;
		margin-bottom: 50px;
	}

		.footer-sections > div {
			width: 33%;
		}

		.footer-sections > div:not(:last-child) {
			padding-right: 20px;
		}

		.footer-sections h5 {
			color: #fff;
			font-weight: 600;
			margin: 0 0 18px;
			font-size: 16px;
		}

		.site-footer .input-group {

		}

		.site-footer .input-group input {
		    width: 100%;
		    height: 100%;
		    border: 0 none;
		    vertical-align: top;
		    border-radius: 3px;
		    padding: 5px 70px 0 12px;
		    outline: none;
		}

		.site-footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.site-footer ul li {
			padding-bottom: 4px;
		}

		.site-footer .subscribe-text {
			margin-bottom: 10px;
			display: block;
		}

@media screen and (max-width: 999px) {
	.copyright,
	.attribution {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 5px;
	}
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	height: 100%;
	vertical-align: middle;
}

	.menu-primary-container {
		height: 100%;
		float: right;
	}

	.menu-menu-about-container {
		height: 100%;
		float: right;
	}

	.main-navigation ul {
		display: none;
		height: 100%;
		align-items: center;
		list-style: none;
		margin: 0;
		transition: all 300ms ease-in-out;
		overflow: hidden;
	}

	.main-navigation ul:before {
		display: table;
		content: " ";
	}

		.main-navigation li {
			position: relative;
			padding: 0px 20px;
			display: flex;
			align-items: center;
		}

			.main-navigation a {
				display: block;
				text-decoration: none;
			    color: #2F2F2F;
			    line-height: 22px;
			    padding: 0;
				position: relative;
			}

			.menu-primary-container li a {
				font-size: 15px;
			    font-weight: 600;
			}

			.menu-menu-about-container li a {
				font-size: 14px;
				font-weight: 500;
			}


				.main-navigation a:after {
				    content: '';
				    width: 100%;
				    border-bottom: 2px solid transparent;
				    position: absolute;
				    bottom: -8px;
				    left: 0;
				    transform: scaleX(0.0000001);
				}

				.main-navigation li.current-menu-item a:after,
				.main-navigation a:hover:after {
				    border-bottom: 2px solid #ff8401;
				    transform: scaleX(1);
				    transition: 0.3s transform cubic-bezier(0.18, 0.9, 0.5, 1);
				}

				.main-navigation li.focus-areas-nav a:hover:after,
				.main-navigation li.focus-areas-nav.current-menu-item a:after {
					border-bottom-color: transparent;
				}

	.scrolled .main-navigation ul {
		padding: 10px 0;
	}


.sub-menu {
	box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1);
	float: left;
	position: fixed;
	top: 100px;
	background-color: #fff;
	/*left: -999em;*/
	z-index: 99999;
	opacity: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
	list-style: none;
	width: 260px;
}
	.sub-menu:after, .sub-menu:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.sub-menu:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 8px;
		margin-left: -8px;
	}
	.sub-menu:before {
		border-color: rgba(255, 132, 1, 0);
		border-bottom-color: #eee;
		border-width: 9px;
		margin-left: -9px;
	}

	.sub-menu a {
		width: auto;
		font-size: 15px;
		text-decoration: none;
		font-weight: 300;
		font-size: 16px;
		display: block;
	}

	.sub-menu li {
		float: none;
		width: auto;
		padding: 8px;
	}

	.sub-menu li:hover{
		background-color: #f1f1f1;
	}


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

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

.menu-toggle {
	position: absolute;
	right: 0;
	border: 0 none;
	border-radius: 0;
	background: transparent;
	width: 44px;
	height: 44px;
	padding: 0;
	top: 6px;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

	.menu-icon {
		width: 25px;
		height: 15px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
	}

		.menu-icon span {
			display: block;
			position: absolute;
			height: 3px;
			width: 100%;
			background: #333;
			border-radius: 3px;
			opacity: 1;
			left: 0;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .25s ease-in-out;
			-moz-transition: .25s ease-in-out;
			-o-transition: .25s ease-in-out;
			transition: .25s ease-in-out;
		}

		.menu-icon span:nth-child(1) {
			top: 0px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

		.menu-icon span:nth-child(2) {
			top: 6px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

		.menu-icon span:nth-child(3) {
			top: 12px;
			-webkit-transform-origin: left center;
			-moz-transform-origin: left center;
			-o-transform-origin: left center;
			transform-origin: left center;
		}

		.toggled .menu-icon span:nth-child(1) {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
			top: -4px;
			left: 2px;
		}

		.toggled .menu-icon span:nth-child(2) {
			width: 0%;
			opacity: 0;
		}

		.toggled .menu-icon span:nth-child(3) {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			top: 13px;
			left: 2px;
		}




@media screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}

}

@media screen and (max-width: 999px) {
	.menu-primary-container {
		float: none;
	    width: 100%;
	    position: fixed;
	    top: 65px;
	    z-index: 9;
	    top: 60px;
	    height: auto;
	    z-index: 999;
	    background: #fff;
	    z-index: 9;
	}

	.menu-main-container {
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 3px 8px -3px rgba(0,0,0,.1);
	}
		.scrolled .main-navigation ul,
		.main-navigation ul {
			padding: 0;
		}

		.main-navigation li {
			width: 100%;
			display: block;
			padding-left: 20px;
			padding: 10px 20px;
		}

		.menu-primary-container li a {
			font-size: 24px;
			font-weight: 400;
			line-height: normal;
		}

		.main-navigation a:after {
			display: none;
		}

	.sub-menu {
		box-shadow: none;
		float: none;
		position: relative;
		top: 0;
		background-color: #fff;
		z-index: 99;
		opacity: 1;
		padding: 0;
		margin: 12px 0 0!important;
		text-align: left;
		border: 0 none;
		border-radius: 0;
		list-style: none;
		width: 100%;
	}

		.sub-menu li {
			border-left: 2px solid #ff8401;
			padding: 0 0 8px 15px;
		}

			.sub-menu a {
				line-height: 1.1em;
			}

		.sub-menu li:last-child {
			padding-bottom: 0;
		}

		.sub-menu li:hover{
			background-color: transparent;
		}

		.sub-menu:after,
		.sub-menu:before {
			content: "";
		}
}

.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
--------------------------------------------------------------*/
body.modal-open {
	overflow: hidden;
}

.site-content {
	padding-top: 0;
}

@media screen and (max-width: 999px) {
	.site-content {
		padding-top: 0;
	}
}

.section-content-right {
	float: right;
    width: 100%;
    max-width: 725px;
}

.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 8;
}

.card-shadow {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.card-shadow.open,
.card-shadow:hover {
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
}

.card-animate:hover {
	-webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.site-background {
	width: 100%;
	height: 600px;

	background-repeat: no-repeat;
	position: absolute;
	background-position: bottom;
	background-size: cover;
	z-index: -1;
	display: none;

}

.site-background-shape-1 {
	height: 550px;
	opacity: 0.4;
	clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
	left: 35%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, #fff 0%, #c0c0c0 100%);
}

.site-background-shape-2 {
	background: linear-gradient(0, rgba(255,255,255,0) 0%, #ddd 100%);
	height: 320px;
}

.home .site-background {
	display: block;
}

h1.home-tagline {
	color: #000;
    font-size: 34px;
    width: 100%;
    margin: 15px 0 15px;
    text-align: left;
    line-height: 1em;
}

h2.firm-snippet {
	margin: 0;
	line-height: 1.3em;
	font-size: 16px;
    font-weight: 400;
    text-align: left;
	color: #000;
}

.thomvest-hero {
	width: 1100px;
	margin: 30px auto;
	padding: 0 10px;
}

.thomvest-hero-text {
	float: left;
	width: 300px
}

.thomvest-firm {
	width: 100%;
	max-width: 725px;
	position: relative;
	margin: 0 auto;
	float: right;
}

	.thomvest-firm .bg-sections {
		position: absolute;
		top: 160px;
		background: #E8E8E8;
		left: 0;
		bottom: 0;
		right: 0;
	}

section.thomvest-sections {
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	width: auto;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 20px;
	position: relative;
	overflow: visible;
}

	.thomvest-sections > div {
		height: 100%;
		width: 225px;
		position: relative;
		border-radius: 3px;
	}

		.thomvest-section.open,
		.thomvest-section:hover {
			-webkit-transform: translate(0px, -4px);
			-ms-transform: translate(0px, -4px);
			transform: translate(0px, -4px);
			box-shadow: 0 0 8px 0 #F5A623;
			border-radius: 3px;

		}

		.section-card {
			border-radius: 3px;
			box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .12);
		}

		.thomvest-section .body {
			width: 100%;
			display: block;
			height: 170px;
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			overflow: hidden;
		}

			.thomvest-section .body .city-image {
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				height: 100%;
			}

		.thomvest-section .footer {
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			height: 67px;
			width: 100%;
			background-color: #F6F2EC;
			padding: 0;
			position: relative;
			bottom: 0;
		}
			.thomvest-section a {
				text-decoration: none;

			}

			.thomvest-section .footer h2 {
				font-size: 15px;
				font-weight: 600;
				text-align: center;
				margin: 0;
				padding: 16px 0 0;
			}

			.thomvest-section .footer span {
				color: #596A77;
				font-size: 11px;
				text-align: center;
				display: block;
			}

			.thomvest-section a .learn-more-link {
				display: block;
				color: #F5A623;
				text-decoration: none;
				text-align: center;
				font-size: 12px;
			}

				.learn-more-link img {
					vertical-align: middle;
					float: left;
					margin-right: 10px;
				}


.hero {
	clear: both;
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0 auto 50px;
}

.hero-carousel {
    width: 100%;
    height: 560px;
    padding-top: 0;
    overflow: visible;
	float: right;
}
	.hero-inner {
	    display: block;
	    background-color: #aaa;
	    background-size: cover;
	    margin: 0 auto;
	    height: 100%;
	    border-radius: 0px;
		overflow: hidden;
		position: relative;
	    box-shadow: 3px 3px 25px 0px rgba(46, 61, 73, 0.3);
	}
		.hero-inner.vungle {
			background-image: url('/wp-content/themes/thomvest/img/vungle-hero.png');
		}

		.hero-inner.skyhigh {
			background-image: url('/wp-content/themes/thomvest/img/skyhigh-hero.png');
		}

			.hero-caption {
				position: absolute;
				bottom: 10px;
				right: 20px;
				z-index: 99;
				color: #fff;
				line-height: 1em;
			}

				.hero-caption h2 {
					/*border-top: 1px solid rgba(255, 255, 255, 0.50);*/
					z-index: 99;
					text-align: right;
					font-size: 18px;
					color: #fff;
					margin-top: 10px;
					/*padding-top: 22px;*/
				}

				.hero-caption .caption-text {
					font-size: 14px;
					font-weight: 600;
					text-transform: uppercase;
					opacity: 0.85;
				}

				.hero-caption .learn-more {
					display: block;
					margin-top: 5px;
					font-size: 16px;
					text-decoration: none;
					font-weight: 400;
					color: #ff8401;
				}

	.image-embed,
	.video-embed,
	.hero-carousel video,
	.wistia_embed {
		max-height: 100%;
		overflow: hidden;
		width: 100%; height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
	}

	.image-embed {
		background-size: cover;
		background-position: top center;
	}

	.image-embed.mobile {
		display: none;
	}

	.slick-list,
	.slick-track {
		height: 100%;
	}

	.slick-list {
		border-radius: 0px;
	}

.hero-banner {
	background: #eee;
	padding: 50px 30px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	z-index: 999;
	width: 450px;
}

	.hero-banner h1 {
		font-size: 36px;
		font-weight: bold;
		margin: 0 0 20px 0;
	}

	.hero-banner a {
		display: block;
		text-decoration: none;
		margin-top: 5px;
	}


section {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

	section h3 {
		font-size: 24px;
 		font-weight: bold;
		margin: 0 0 30px;
		padding: 0;
		position: relative;
	}

	.news-header a,
	.portfolio-header a {
		font-size: 16px;
		text-decoration: none;
		color: #596A77;
		font-size: 16px;
		display: block;
		font-weight: 400;
	}

	.section-inner {
		max-width: 1100px;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}

		.section-text {
			float: right;
		    width: 65%;
		    font-size: 18px;
		    margin: 0;
		    font-weight: normal;
				line-height: 1.3;
		}

	section.about {
		padding-top: 0;
		padding-bottom: 0;
	}

		.about .about-us {
			float: left;
			width: 75%;
			font-size: 22px;
			line-height: 35px;
		}

		.about-us .about-button {
			background-color: #E76F00;
			font-size: 14px;
			font-weight: normal;
			line-height: 36px;
			padding: 0 50px 0 30px;
			color: #fff;
			text-align: center;
			height: 36px;
			border-radius: 18px;
			float: left;
			text-decoration: none;
			margin-right: 20px;
			position: relative;
		}

			.about-button::after {
				content: "⟶";
				width: 18px;
				height: 18px;
				position: absolute;
				right: 20px;
				background-repeat: no-repeat;
				background-size: 100%;
			}

		.portfolio-recent-news {
			width: 30%;
			float: left;
			margin-left: 10%;
			padding: 20px;
			border: 2px solid #ededed;
		}

			.portfolio-recent-news h4 {
				margin-top: 0;
				text-transform: uppercase;
				font-size: 13px;
				color: #999;
				font-weight: 600;
			}

			.portfolio-recent-news h2 a {
				font-weight: 500;
				font-size: 28px;
			}

			.portfolio-recent-news a {
				text-decoration: none;
				font-weight: 600;
				font-size: 14px;
			}

		.focus-companies {
			width: 60%;
			float: left;
		}

		.articles p {
			font-size: 16px;
			width: 80%;
		}

		.recent-news ul,
		.firm-focus ul,
		.company ul, {
			list-style: none;
			margin: 50px 0 0 0;
			padding: 0;
		}
			.news-item,
			.company-item {
				width: 75%;
				display: block;
				position: relative;
				padding: 0 0 50px 40px;
			}

				.company-item-header {
					color: #333;
				}

					.company-item-header h2 {
						font-weight: 400;
					    color: #333;
					    font-size: 24px;
					    margin: 0 0 30px;
					    text-align: left;
					    line-height: 0.5em;
					}

					.company-item-header span {
						display: block;
					    font-size: 16px;
					    text-align: left;
					    font-weight: 400;
					    color: #666;
					}

					.company-item-header  h2 a {
						text-decoration: none;
					}

				.company-logos {
					overflow: hidden;
				    font-size: 0;
				    margin-top: 20px;
					text-align: center;
					justify-content: flex-start;
					display: flex;
					flex-wrap: wrap;
				}
					.company-logos div {
						padding: 2px;
						height: 123px;
						background: #fff;
						width: calc(100%/6);
						position: relative;
						border: 1px solid #E8EBEE;
						overflow: hidden;
						cursor: pointer;
						border-radius: 4px;
						margin: 4px;
					}

					.portfolio .logo:hover .arrow,
					.our-companies .logo:hover .arrow,
					.company-logos div:hover .arrow {
						transform: translate(0,0);
					}

						.company-logos img {
							height: 100%;
							width: auto;
						}

					.portfolio .logo .arrow,
					.our-companies .logo .arrow,
					.company-logos .arrow {
						position: absolute;
						bottom: 0;
						left: 0;
						height: 20px;
						line-height: 18px;
						width: 100%;
						background-color: #ff8401;
						color: #fff;
						font-size: 20px;
						text-align: right;
						padding-right: 10px;
						transform: translate(0,30px);
						transition: all 300ms ease-in-out;
					}

			.focus-company {
				float: left;
				width: 150px;
				height: 150px;
				margin: 3px;
				background-color: #fff;
				border: 1px solid #f1f1f1;
				box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, .1);
			}

				.focus-company img {
					width: 100%;
					display: block;
				}

		.focus-description {
			width: 36%;
			float: right;
		}

	section.news {
		background: #EFEEED;
	}

	.home .news {
		background: transparent;
	}

	.news-text,
	.companies-text {
		line-height: 1.3em;
		font-size: 16px;
	}

	.home .news {
		background: #EFEEED;
	}

		.news ul {
			list-style: none;
			margin: 0;
			padding: 0;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			flex-flow: row wrap;
		}

			.news li {
				width: 48%;
				padding: 0;
				display: block;
    			align-items: center;
				padding-bottom: 25px;
			}

			.news li.featured {
				width: 100%;
			}

				.news-content {
					width: 100%;
					padding: 0;
					height: 250px;
					background: #fff;
					display: block;
					border-radius: 3px;
					box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .12);
					justify-content: flex-start;
				}

				.news li.featured .news-content {
					display: flex;
					height: auto;
				}

					.news-content a {
						text-decoration: none;
					}

					.news-body {
						width: 100%;
						padding: 15px;
						position: relative;
					}

						.news-body .read-more {
							color: #5F6F7C;
							font-size: 12px;
							bottom: 10px;
						}

						.news li.featured .news-image {
							width: 55%;
							height: inherit;
						}

						.news li.featured .news-body {
							width: 45%;
						}

						.news-image {
							height: 150px;
							width: 100%;
							display: block;
							background-repeat: no-repeat;
							background-size: cover;
							background-position: center center;
							overflow: hidden;
						}

						.news-title {
							font-size: 15px;
		  					font-weight: 500;
							margin: 0;
							line-height: 1.2em;
						}

						.news li.featured .news-title {
							font-size: 18px;
						}

						.news li.featured p {
							line-height: 1.3em;
    						font-size: 16px;
						}

						.featured-tag {
							font-size: 10px;
							color: #777;
							text-transform: uppercase;
							display: block;
							margin-bottom: 10px;
						}

							.news-title a {
								text-decoration: none;
							}

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

						.news-date {
							font-size: 12px;
							margin: 0 0 15px;
							color: #8F8F90;
							display: block;
							text-transform: uppercase;
						}

	.numbers {
		display: block;
		background: #E8E8E8;
	}

	.numbers .section-inner {
		display: flex;
		overflow: hidden;
		padding: 25px 0;
		display: flex;
		flex-flow: row wrap;
		text-align: center;
		justify-content: space-evenly;
		max-width: 80%;

	}

		.number-block {
			margin-bottom: 15px;
			width: 25%;
			padding: 0 20px;
		}

			.number-block span {
				font-size: 32px;
				font-weight: 600;
				display: inline-block;
				color: #ff8401;
				line-height: 58px;
				height: 58px;
				padding: 0 20px;
				background: #fff;
				border-radius: 29px;
				margin-bottom: 15px;
			}

			.number-block em {
				font-size: 14px;
				font-weight: 600;
				color: #797979;
				font-style: normal;
				display: block;
				text-transform: uppercase;
				margin-bottom: 30px;
			}

			.number-block p {
				margin: 0;
				font-size: 16px;
				text-align: center;
				line-height: 24px;
			}

.news-header,
.portfolio-header {
	float: left;
    width: 300px;
}

.news-header h3,
.portfolio-header h3 {
	margin-bottom: 10px;
}

	.home .our-companies,
	.news ul {
		float: right;
		width: 100%;
		max-width: 725px;
	}

	.page .news ul {
		float: none;
		width: 100%;
		max-width: 100%;
	}

.footer-bg-spacer {
	width: 100%;
	height: 200px;
	background-image: url('/wp-content/themes/thomvest/img/bg-bottom.png');
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.home-connect {
	width: 100%;
	height: 150px;
	align-items: center;
	display: flex;
	background: #c0c0c0;
}

	.home-connect-inner {
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}

		.home-connect-inner form {
			float: left;
			width: 48%;
		}

			.input-group {
				width: 100%;
				height: 48px;
				line-height: 48px;
				position: relative;
			}

				.input-group input {
					width: 100%;
				    height: 100%;
				    border: 0 none;
				    vertical-align: top;
				    border-radius: 3px;
				    padding: 0 70px 0 12px;
				    outline: none;
				}

				.input-group input::placeholder {
					color: #737373;
				}

				.input-group button {
					position: absolute;
					height: 100%;
					top: 0;
					right: 0;
					border: 0 none;
					border-radius: 0;
					border-top-right-radius: 3px;
					border-bottom-right-radius: 3px;
					width: 60px;
					font-size: 21px;
					padding: 0;
					color: #ff8401;
					background-color: #f1f1f1;
				}


		.home-connect-inner .follow-twitter {
			float: right;
			width: 48%;
		}

			.twitter-button {
				display: block;
				width: 100%;
				padding: 0;
				border-radius: 3px;
				background-color: #fff;
				line-height: 48px;
				height: 46px;
				text-align: center;
				font-size: 16px;
				font-weight: 400;
				position: relative;
			}

				.twitter-button a {
					text-decoration: none;
					display: block;
				}

				.twitter-button i {
					position: absolute;
				    left: 20px;
				    color: #ff8401;
				    font-size: 24px;
				    line-height: 46px;
				}

				.twitter-button span {
					font-size: 16px;
					font-weight: 400;
					margin-top: 2px;
    				display: inline-block;
				}

.companies {

}

	.companies h4 {
		color: #363637;
		font-weight: 600;
		font-size: 18px;
		margin: 40px 0;
	}

.section-banner-image {
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

	.section-banner-image .banner-text {
		color: #fff;
		font-size: 38px;
		max-width: 1000px;
	}

	.section-banner-image.ventures-banner {

	}

	section.firm-focus {
		overflow: hidden;
		text-align: left;
		padding: 0;
		max-width: 1100px;
		margin: 0 auto 20px;
	}

		#focus-properties,
		#focus-asset-management,
		#focus-venture {
			max-width: 725px;
			float: right;
		}

		.firm-focus .about-us {
			margin-bottom: 20px;
			font-size: 16px;
			width: 100%;
		}

		.firm-focus hr {
			margin: 20px 0 30px;
		}

		.firm-focus p a {
			text-decoration: none;
			font-size: 16px;
		}

		.firm-focus h2 {
			font-size: 18px;
			font-weight: 400;
			color: #ff8401;
		}

		.focus-items {
			list-style: none;
			display: flex;
			flex-flow: row wrap;
			text-align: left;
			width: auto;
			justify-content: space-between;
			border-bottom: 1px solid #D2D2D2;
			margin: 0;
	    	padding: 0;
		}

			.focus-items li {
				width: 30%;
				padding-bottom: 30px;
			}

				.focus-items img {
					width: 40px;
					height: 40px;
				}

				.focus-items h4 {
				    font-size: 16px;
				    font-weight: 600;
				    margin: 0 0 5px;
				}

				.focus-items p {
				    color: #596A77;
				    font-size: 15px;
				    margin: 0;
				}

.photos-slider {
	width: 100%;
	height: 375px;
	background: #EFEEED;
	padding: 50px 0;
}

	.photos-slider .slide {
		width: 550px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 12px;
		overflow: hidden;
		border-radius: 3px;
    	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .12);
	}

@media screen and (max-width: 999px) {
	.news-header,
	.portfolio-header,
	.thomvest-hero {
		width: 100%;
		float: none;
	}

		#focus-properties,
		#focus-asset-management,
		#focus-venture {
			max-width: 725px;
			float: right;
			padding-top: 20px;
			padding-bottom: 10px;
		}


	.news-header {
		margin-bottom: 30px;
	}

	.portfolio-header {
		margin-bottom: 25px;
	}

		.portfolio-header h3 {
			margin-top: 20px;
		}

		.thomvest-hero-text {
			float: none;
			width: 100%;
			padding: 0 20px 20px;
		}

	.hero-carousel {
		width: 100%;
		max-width: 100%;
		padding-left: 3%;
		padding-right: 3%;
		height: 240px;
		float: none;
		border-radius: 0;
	}
		.slick-list,
		.hero-inner {
			border-radius: 0;
		}

		.hero-inner h2 {
			width: 100%;
			font-size: 12px;
			padding-top: 10px;
			line-height: 1.1em;
		}

			.hero-caption {
				right: 5%;
				width: 85%;
				bottom: 0;
			}

			.hero-inner .learn-more {
				margin-top: 5px;
				font-size: 12px;
			}

		.wistia_embed {
			position: relative;
		}

		.image-embed {
			display: none;
		}

		.image-embed.mobile {
			display: block;
		}

	section.firm-focus {
		padding: 0 20px;
	}

	.home-connect,
	section {
		padding: 15px;
	}

	.home .news {
		padding-top: 50px;
	}

		section h3 {
			margin: 0;
		}

	.about .about-us {
		float: none;
		display: block;
		width: 100%;
	}

	.portfolio-recent-news {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
	}

	.about .numbers {
	    float: none;
	    width: 100%;
	}
		.number-block {
		    margin-bottom: 50px;
		    width: 100%;
		}

			.number-block span {
				font-size: 44px;
			}

	.focus-items li {
		width: 100%;
		padding: 0 0 50px 20px;
	}

		.focus-item-logos div {

		}

	.articles p,
	.focus p {
		width: 100%;
	}

	.writings li,
	.news li {
		width: 100%;
		padding-right: 0;
	}

		.news li.featured .news-content {
			display: block;
		}

		.news li.featured .news-image {
			height: 150px;
			width: 100%;
		}

		.news li.featured .news-body {
			width: 100%;
			display: block;
		}

		.writings .news-content {
			min-height: auto;
			padding-bottom: 25px;
		}

	.home-connect-inner .follow-twitter,
	.home-connect-inner form {
	    float: none;
	    width: 100%;
	    margin: 8px 0;
	}

	.footer-nav {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

		.footer-sections > div {
			width: 100%;
			padding-right: 0;
			padding-bottom: 50px;
		}

	section.thomvest-sections {
		height: auto;
	}

		.thomvest-sections > div {
			width: 90%;
		    margin: 0 auto 25px;
		}

		.thomvest-sections .about-us {
			text-align: left;
		}

		.thomvest-section .footer h2 {
			font-size: 18px;
		}

		.thomvest-section a .learn-more-link {
			margin-top: -2px;
		}

	.company-logos div {
		padding: 2px;
		height: 123px;
		background: #fff;
		width: calc(100%/3);
	}
}

/*--------------------------------------------------------------
## Research pages
--------------------------------------------------------------*/

.reseach-page-section {

}

	.research-page-section.portfolio-companies {
		background: #fff;
	}

	.research-page-head {
		float: left;
    	width: 300px;
	}

	.research-page-head  h3 {
		margin-bottom: 10px;
	}

	.research-page-head p {
		font-size: 16px;
		line-height: 1.3em;
		margin: 0;
	}

	.research-page-content {
		float: right;
		width: 100%;
		max-width: 725px;
	}

@media screen and (max-width: 999px) {
	.research-page-head {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.research-page-content {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/

.portfolio {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}

	.filters {
		margin-bottom: 20px;
		padding-bottom: 0;
		text-align: left;
	}

		.filters em {
			font-style: normal;
		    color: #666;
		    font-size: 16px;
		    width: 140px;
		    display: inline-block;
		}

		.filters span {
			color: #8F8F90;
			font-size: 14px;
			display: block;
			margin-bottom: 10px;
			text-transform: uppercase;
		}

		.filters hr {
			margin-top: 32px;
		}

		.filters a {
			font-size: 16px;
			padding: 0 14px;
			display: inline-block;
			margin: 0 6px 0px 0;
			cursor: pointer;
			text-decoration: none;
			border-bottom: 2px solid transparent;
			position: relative;
			outline: none;
			border: 1px solid #D2D2D2;
			line-height: 32px;
			height: 30px;
			border-radius: 15px;
			background: #F5A623;
		}

		.filters a.active {
		    background: #363637;
			color: #fff;
			border-color: #363637;
		}


.companies-row {
	width: 100%;
	position: relative;
	overflow: hidden;
	position: relative;
}

	.companies-row.expanded {
		margin-bottom: 200px;
	}

.spacer {
	height: 260px;
	clear: left;
    /*display: none;*/
    max-height: 0;
    margin: 0 12px;
    overflow: hidden;
    transition: max-height 300ms;
}

	.spacer.open {
		max-height: 260px;
	}

	.spacer div {
		display: block;
	    clear: both;
	    border-top: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	    overflow: hidden;
	    margin: 10px 0;
	    height: 240px;
	}


.company-item {
	width: 23%;
	float: left;
	padding: 0;
	margin: 1%;
	position: relative;
	border: 1px solid #f1f1f1;
}

	.item-open .arrow {
		transform: translate(0,0)!important;
	}

	.company-item .logo {
		width: 100%;
		padding: 25px 30px;
		height: auto;
		background-color: #fff;
		position: relative;
		overflow: hidden;
	}

		.company-item .logo img {
			width: 100%;
			height: auto;
			display: block;
		}

		.company-item .company-footer {
			background-color: #797979;
			height: 41px;
			color: #fff;
			padding: 0 10px 0 20px;
		}

		.company-item .company-name {
			height: 67px;
			line-height: 67px;
			font-size: 18px;
			font-weight: 600;
			padding: 0 20px;
			background: #F6F2EC;
			text-align: center;
			position: relative;
		}

		.company-exit {
			line-height: 1em;
			position: absolute;
			top: 12px;
			font-size: 13px;
			font-weight: 500;
			padding: 7px 0 2px;
			width: 140px;
			margin: 0 auto;
			text-align: center;
			background: #F19D65;
			color: #fff;
			right: -46px;
			transform: rotate(45deg);
		}

		.company-exited .company-name {
			line-height: 55px;
		}

		.company-name .company-acquired {
			line-height: 1em;
		    position: absolute;
		    bottom: 10px;
		    font-size: 13px;
		    font-weight: 400;
		    padding: 6px 6px 2px;
		    margin: 0 auto;
		    text-align: center;
		    color: #999;
		    left: 0;
		    right: 0;
		}

		.company-item {
			text-decoration: none;
			overflow: hidden;
		}

		.company-item:hover > a.view-profile {
			opacity: 1;
		}

		a.view-profile {
			opacity: 0;
			transition: all 300ms;
			border: 1px solid #ccc;
			height: 28px;
			border-radius: 15px;
			line-height: 32px;
			text-decoration: none;
			font-size: 13px;
			position: absolute;
			left: calc((100% - 92px)/2);
			width: 92px;
			text-align: center;
			bottom: 77px;
		}

		a.website-link {
			background-image: url('/wp-content/themes/thomvest/img/arrow-top-right.svg');
			background-position: right top;
			padding-right: 15px;
			background-repeat: no-repeat;
			font-size: 14px;
			text-decoration: none;
			line-height: 44px;
		}

		.company-item button {
		    float: right;
		    background: #fff;
		    color: #E76F00;
		    border: 0 none;
		    font-size: 14px;
		    line-height: 1em;
		    height: 26px;
		    border-radius: 13px;
		    margin-top: 7px;
		}

	.company-info {
		height: 0;
		overflow: hidden;
		float: none;
	    display: none;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    padding: 0 20px;
	}

		.company-name-description {
			width: 66.6667%;
			float: left;
			padding-right: 25px;
		}

			.company-info .name {
				font-weight: 400;
				display: block;
				font-size: 24px;
				line-height: 1em;
				margin-bottom: 12px;
			}

		.company-details {
			width: 33.333%;
			float: left;
			padding-left: 25px;
		}

			.detail-block {
				margin-bottom: 12px;
				display: block;
			}

				.detail-block span {
					font-size: 16px;
					font-weight: 300;
					display: block;
					line-height: 1em;
				}

				.detail-block em {
					font-size: 13px;
					font-weight: 500;
					font-style: normal;
					display: block;
					color: #ff8401;
				}

		.company-info.show {
			height: auto;
			display: block;
		}

.company-modal {
	display: none;
	width: 750px;
    height: 300px;
    position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
    background: #fff;
    z-index: 99;
	padding: 30px;
	border-radius: 3px;
}

	.company-about {
		display: flex;
	}

	.company-modal .logo {
		height: 150px;
	  	width: 150px;
		margin-right: 20px;
		border: 1px solid #f1f1f1;
    	border-radius: 2px;
	}

		.company-modal .logo img {
			display: block;
		}

		.company-modal .company-meta {
			height: auto;
			position: absolute;
			display: block;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			bottom: 20px;
		    left: 30px;
		    right: 30px;
		}

			.company-meta span {
				line-height: 1em;
				padding: 12px 0 8px;
				display: inline-block;
				margin-right: 15px;
			}

		.company-modal .about-text {
			width: calc(100% - 150px);
		}

		.company-modal .company-about h3 {
			margin: 0 0 10px;
		}

		.company-modal .company-about p {
			font-size: 16px;
			margin: 0;
		}

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

	.company-modal {
		width: 95%;
		height: fit-content;
		padding-bottom: 80px;

	}

		.company-about {
			display: block;
		}

		.company-modal .about-text {
			margin-top: 20px;
			width: 100%;
		}

	section.portfolio {
		padding-left: 10px;
		padding-right: 10px;
	}

	.spacer {
		display: none;
		height: 400px;
	}

		.spacer div {
			height: 380px;
		}

		.spacer.open {
			display: block;
			max-height: 400px;
		}

	.company-details,
	.company-name-description {
		width: 100%;
		float: none;
		padding-right: 0;
		text-align: left;
	}

	.filters {

	}

		.filters em {
			width: 100%;
			text-align: center;
		}

		.filters a {
			margin: 3px 3px 3px 0;
		    cursor: pointer;
		    text-decoration: none;
		    position: relative;
		    outline: none;
		    display: inline-block;
		    text-align: center;
		    font-size: 14px;
		}

	.company-item {
		width: 45%;
    	margin: 2.5%;
		margin-bottom: 5px;
	}

	.company-item .logo {
		float: none;
		margin: 0 auto;
		/*width: 200px;
		height: 200px;*/
	}

	.company-info {
		padding: 0 15px;
	}

		.company-info .name,
		.company-info .city {
		    display: block;
		}

		.company-details {
			padding-left: 0;
			margin-top: 20px;
		}

		.detail-block {
			width: 100%;
			padding: 0;
			margin-bottom: 10px;
			float: left;
		}

	.firm-focus .about-us {
		width: 100%;
		max-width: 100%;

	}

	.focus-items li {
		width: 100%;
		padding: 0 0 15px;
	}
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.our-team {

}
	h3.section-title-left,
	.our-portfolio h3,
	.our-team h3 {
		float: left;
	}

.team {
	margin: 70px auto 100px;
	padding: 0;
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	width: auto;
	justify-content: flex-start;
}

	.team hr {
		width: 100%;
	}

	.team .filters {
		overflow: hidden;
		width: 100%;
	}

	.location-filters,
	.focus-filters {
		float: left;
	}

	.focus-filters {
		padding-left: 25px;
		margin-left: 25px;
		border-left: 1px solid #ccc;
	}

	.team-member-block {
		width: 24%;
    	padding: 0;
    	margin: 2% .5% 2% .5%;
		cursor: pointer;
		border-radius: 3px;
	}

	.team-member-block .team-picture:hover {
		-webkit-transform: translate(0px, -1px);
		-ms-transform: translate(0px, -1px);
		transform: translate(0px, -1px);
		box-shadow: 0 0 10px 0 #F5A623;
	}

		.team-content {
			height: 67px;
			width: 100%;
			padding: 0 15px;
			position: relative;
			bottom: 0;
			text-align: center;
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			overflow: hidden;
		}

			.team-content h2 {
				font-size: 20px;
				padding: 15px 0 0 0;
				font-weight: 500;
				margin: 0;
				line-height: 1em;
			}

			.team-content h4 {
				font-size: 16px;
				font-weight: 400;
				color: #797979;
				margin: 0;
			}

		.team-picture {
			padding: 0;
			width: 235px;
			height: 235px;
			border-radius: 125px;;
			overflow: hidden;
			margin: 0 auto;
			margin-bottom: 10px;
		}

			.team-picture img {
				display: block;
			}

		.team a {
			text-decoration: none;
			transition: all 300ms linear;
		}

.single-team .header-banner {
	height: 200px;
	z-index: -1;
}

.single-team .our-companies {
	max-width: 725px;
	text-align: left;
}

	.single-team .our-companies h3 {
		text-align: center;
	}

.single-team .news {
	margin-bottom: 50px;
}

	.single-team .news h3 {
		text-align: center;
	}

	.single-team .news ul {
		float: none;
		margin: 0 auto;
	}


.team-photos {
	width: 100%;
	padding-bottom: 0;
}

	.team-photos .photo {
		width: 33.3333%;
		height: 400px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0;
		float: left;
	}

.page-header.team-header {
	height: 200px;
}

.team-member-page {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	margin-top: -150px;
}

	.person-header {
		margin-bottom: 50px;
		overflow: hidden;
	}

	.person-picture {
		display: block;
		margin: 0 auto;
		width: 300px;
		height: 300px;
		border-radius: 150px;
		overflow: hidden;
	}

	.person-about {
		margin: 0 auto;
	    width: 100%;
	    max-width: 725px;
	}

		.person-about h1,
		.person-about h4 {
			text-align: center;
			margin: 0;
		}

		.person-about h1 {
			margin-top: 25px;
		}

		.person-about a.twitter-link,
		.person-about a.linkedin-link {
			float: none;
			margin: 5px 0 0 0;
		}

		.person-about h4 {
			font-weight: normal;
			font-size: 16px;
		}

		.person-social {
			text-align: center;
			padding-top: 6px;
		}

		.person-bio {
			clear: both;
		}


.team-modal {
	z-index: 99;
	width: 45%;
	background-color: #e8e8e8;
	padding: 25px 50px;
	display: none;
	top: 0;
    bottom:0;
	right: 0;
	height: 100%;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
}

	.modal-close {
		position: absolute;
		background-image: url(/wp-content/themes/thomvest/img/close-icon.png);
		background-position: center;
		background-size: contain;
		width: 20px;
		height: 20px;
		top: 20px;
    	right: 20px;
		cursor: pointer;
	}

	.team-member {
		width: 100%;
		z-index: 1;
		padding-bottom: 0;
		padding-top: 0;
		overflow: hidden;
	}

		.team-member-content {
			float: left;
			width: 100%;
			padding-top: 20px;
			font-size: 18px;
		}

			.team-member-content p {
				margin-top: 0;
				font-size: 15px;
			}

		.team-member-header {
			padding: 0 0 20px 0;
			margin: 0 0 20px;
			border-bottom: 1px solid #ccc;
		}

		.team-member h1 {
			margin: 0;
			font-size: 24px;
			font-weight: 500;
			color: #000;
		}

		.meta-divider {
			margin: 0 10px;
		}

		.team-member-social {
			width: 25%;
			float: right;
		}

		a.twitter-link {
			background-image: url('/wp-content/themes/thomvest/img/arrow-top-right.svg');
			background-position: right top;
			padding-right: 10px;
			background-repeat: no-repeat;
			font-size: 18px;
			text-decoration: none;
			color: #555;
			float: left;
			clear: both;
			margin-bottom: 15px;
			line-height: 1em;
		}

		a.linkedin-link {
			background-image: url('/wp-content/themes/thomvest/img/arrow-top-right.svg');
			background-position: right top;
			padding-right: 0px;
			background-repeat: no-repeat;
			font-size: 18px;
			text-decoration: none;
			color: #555;
			float: left;
			clear: both;
			margin-bottom: 15px;
			line-height: 1em;
		}

		.team-member-social {
			padding-top: 20px;
		}

			.twitter-link,
			.linkedin-link {
				font-size: 28px;
				margin-right: 5px;
				color: #555;
			}


		.team-member-picture {
			width: 50%;
			height: 210px;
			margin: 0 0 20px;
			background-position: center;
			background-size: cover;
		}

			.team-member-picture img {
				width: 100%;
				height: 100%;
			}

	.team .investments {

		overflow: hidden;
		clear: both;
	}

		.investments h4 {
			display: block;
		}

		.team .logos {
			display: flex;
			flex-wrap: wrap;
		}

			.team .logos > div {
				width: 25%;
			}

			.logos .logo {
				padding: 10px 20px 10px 0;
			}

			.logos .image-container {
				padding: 20px;
				background: #fff;
				border-radius: 4px;
				overflow: hidden;
				border: 1px solid #ccc;
			}

			.logos img {
				display: block;
			}

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

	section.team-photos {
		padding-left: 0;
		padding-right: 0;
	}

	.team {
		padding: 0 20px;
	}

	.team h2 {
		font-size: 21px;
	}

	.team > div {

	}
		.team-content {
			height: auto;
		}

		.team .team-member-block {
			width: 48%;
		    margin: 0 1% 30px;
		}

		.team-modal {
			width: 100%;
			padding: 20px;
		}

		.team ul li:nth-child(3) {
			clear: left;
		}

		.member-header {
			margin-top: -116px;
		}

	.team-picture {
		width: 100%;
		height: auto;
	}

	.team-photos .photo {
		width: 100%;
		height: 300px;
	}

	.section-text {
		width: 100%;
		display: block;
		float: none;
	}

	.our-team h3 {
	    margin: 0 0 20px;
		float: none;
	}

	.team .filters {
		padding: 0 15px;
	}
}


/*--------------------------------------------------------------
## Research
--------------------------------------------------------------*/
.research-page h3 {

}

.portfolio-companies {

}

	.companies-text {

	}

	.our-companies {
		width: 100%;
	    margin: 0 auto 50px;
	}

		.our-companies .logo {
			width: 110px;
			height: 110px;
			display: inline-block;
			background-color: #fff;
			border: 1px solid #f1f1f1;
			margin: 0 10px 10px 0;
			position: relative;
			overflow: hidden;
			border-radius: 3px;
			padding: 5px;
		}

			.our-companies .logo img {
				display: block;
			}

		.research-page .our-companies .logo:nth-child(6n),
		.team-member-page .our-companies .logo:nth-child(6n),
		.home .our-companies .logo:nth-child(6n) {
			margin-right: 0;
		}

.recent-news {
	width: 100%;
}
	.news-item {
		/*margin-bottom: 20px;*/
	}

		.news-item .post-header .post-meta {
			position: relative;
			display: block;
			bottom: 0;
			margin-bottom: 15px;
			line-height: 0.4em;
		}

		.news-item h2 {
			margin: 0 0 8px;
			line-height: 1em;
			font-size: 21px;
			font-weight: 400;
		}

			.news-item a {
				text-decoration: none;
				text-transform: capitalize;
			}

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

.focus-companies–news {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

	.focus-companies–news h3 {
		text-align: left;
	}

.articles {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

	article {
		width: 100%;
		max-width: 570px;
		padding: 6px;
		height: 320px;
		border-left: 4px solid #ff8401;
		padding: 0;
		margin-bottom: 30px;
		float: left;
		margin: 0 30px 30px 0;
	}

		article h2 {
			margin: 0 0 8px 0;
			font-weight: 400;
			font-size: 21px;
		}

		article .post-image {
			height: 60%;
			background-color: #eee;
			background-size: cover;
			background-repeat: no-repeat;
			background-size: 100%;
		}

		article .post-header {
			height: 40%;
			padding: 15px 0 0 15px;
			position: relative;
			border-bottom: 2px solid #eee;
			border-right: 2px solid #eee;
		}

			article .post-header a {
				text-decoration: none;
			}

			article .post-header a:hover {
				color: #ff8401;
			}

			.post-header .posted-on {
				font-size: 14px;
				color: #666;
			}

			.post-header .post-meta {
				position: absolute;
				bottom: 8px;
				line-height: 1.2em;
			}

			.post-header .byline {
				margin-bottom: 0;
				display: block;
				font-size: 16px;
			}

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

	article {
		max-width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	.news-item {
		margin-bottom: 20px;
	    width: 100%;
	    padding-bottom: 20px;
	}

	.home .our-companies .logo {
		width: 29%;
		height: auto;
	}

}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
#map {
	width: 50%;
	height: 360px;
}

.contact .section-inner {
	max-width: 1100px;
}

section.contact {
	width: 1100px;
	margin: 0 auto;
}

	.contact h3 {
		margin-bottom: 10px;
	}

	.contact .social-media {
		margin-top: 30px;
	}

		.social-media a {
			text-decoration: none;
		}

		.social-media i {
			color: #333;
			width: 35px;
		}

	.contact .social-media li {
		padding: 5px 0;
		text-decoration: none;
		font-size: 18px;
	}

	.contact ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.contact .section-text {
		float: none;
		width: 100%;
	}

	.contact-left {
		width: 30%;
		float: left;
	}

	.contact-right {
		width: 65%;
		float: right;
	}

.office-contact {
	margin-bottom: 80px;
}

	.office-contact h3 {
		margin-bottom: 0;
	}

	.office-contact .city {
		font-size: 18px;
		margin-bottom: 20px;
		display: block;
	}

	.address {
		display: flex;
	}

		.contact-phone {
			width: 40%;
		}

		.contact-address {
			width: calc(60% - 150px);
			margin-bottom: 20px;
		}

		.map {
			width: 100px;
		    height: 100px;
		    border-radius: 50px;
		    overflow: hidden;
		}

		.map:hover {
			box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
		}

		.address span {
			font-weight: 500;
			font-size: 18px;
			margin-bottom: 6px;
			display: block;
			min-height: 27px;
		}

		.address p {
			margin: 0 0 24px 0;
			font-size: 18px;
		}

		.address a {
			color: #333;
			text-decoration: none;
		}

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

	.contact-right,
	.contact-left {
		width: 100%;
		float: none;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.announcement-banner,
.header-banner {
    width: 100%;
    background-image: url('/wp-content/themes/thomvest/img/pattern.png');
    background-repeat: repeat-x;
    color: #fff;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 0;
}

	.announcement-banner .banner-inner,
	.header-banner .banner-inner {
	    max-width: 650px;
	    margin: auto;
	    padding: 55px 15px;
	}

		.header-banner .banner-inner h1 {
		    font-size: 40px;
		    margin: 0;
		    color: #fff;
		    font-weight: 300;
		    text-align: center;
			line-height: 1em;
		}

		.header-banner .banner-inner h4 {
		    font-size: 18px;
		    line-height: 1.5;
		    color: #fff;
		    font-weight: 400;
		    text-align: center;
			margin: 10px 0 0 0;
		}

.announcement-banner {
	max-width: 90%;
	width: 90%;
	margin:-20px auto 30px;
	border-radius:4px;
	box-shadow: 3px 3px 25px 0px rgba(46, 61, 73, 0.3);
	background: none;
	overflow: hidden;
}

	.announcement-banner .banner-inner {

		width: 100%;
		max-width: 100%;
		padding: 25px;
		font-size: 21px;
		font-weight: 600;
		background-image: url('/wp-content/themes/thomvest/img/pattern.png');
		background-repeat: repeat-x;
		color: #fff;
		background-size: cover;

	}

		.announcement-banner .banner-inner span {
			display:block;
			font-weight: normal;
			font-size: 18px;
			margin-top:4px;
		}

header.page-header {
	width: 100%;
	height: 170px;
	background: #D99754;
	background: rgb(234,164,88);
	background: linear-gradient(0deg, rgba(234,164,88,1) 0%, rgba(209,117,34,1) 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
		opacity: 1;
}

.page-header.with-filters {
	margin-bottom: 30px;
}

	.page-header-inner {
		max-width: 1100px;
		margin: 0 auto;
		color: #fff;
		padding: 0 10px;
	}

		.page-header-inner h3 {
			margin: 0;
			padding: 40px 0 30px;
			float: left;
			color: #fff;
			font-size: 28px;
		}

		.page-header-inner .section-text {
			float: right;
		    width: 60%;
		    font-size: 18px;
		    margin: 40px 0 0 0;
		    font-weight: normal;
		}

		.page-header-inner hr {
			clear: both;
			background: #fff;
			margin-bottom: 32px;
		}

	.page-header .filters {
		background: #fff;
		text-align: center;
		padding: 10px;
		box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.1);
		border-radius: 2px;
	}

		.page-header .filters a {
			background: #fff;
			color: #000;
		}

		.page-header .filters a.active {
			background-color: #7d7c7d;
			border-color: #7d7c7d;
			color: #fff;
		}

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

	header.page-header {
		width: 100%;
		height: 170px;
	    background-repeat: no-repeat;
	    background-position: bottom;
	    background-size: cover;
	}

	.page-header.with-filters {
	    margin-bottom: 110px;
	}

	.page-header h3 {
		width: 95%;
		text-align: center;
		margin: 0 auto;
		padding: 20px 0 0;
		float: none;
		text-align: left;
	}

		.page-header-inner .section-text {
			width: 95%;
			float: none;
			padding: 0;
			text-align: center;
			margin: 0 auto;
			text-align: left;
			line-height: 1.3em;
			font-size: 16px;
		}

		.page-header-inner hr {
			display: none;
		}

		.page-header .filters {
			width: 95%;
			margin: 20px auto 10px auto;
		}

	#map,
	.address {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	#map {
		height: 240px;
	}

	.header-banner .banner-inner h1 {
		font-size: 28px;
	}

	.header-banner .banner-inner h4 {
		font-size: 14px;
	}

	.announcement-banner {
		width: 100%;
		max-width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		box-shadow: none;
		overflow: visible;
	}

		.announcement-banner .banner-inner {
			border-radius: 6px;
			font-size: 16px;
			padding: 15px;
		}

		.announcement-banner .banner-inner span {
			font-size: 14px;
		}
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: block;
}

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

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

.post-type-archive,
.page {
	background-color: #EFEEED;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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