/*
Theme Name: Omnivus
Theme URI: https://techbird.org/omnivus/
Author: Tech Bird
Author URI: https://techbird.org/
Description: Omnivus is a Bootstrap Based WordPress Theme.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: omnivus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

.white-papers-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.white-papers-list li {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 2px solid #e1e6ff;
/* 	box-shadow: 0 10px 20px rgba(0,0,0,.05); */
	padding: 0;
	margin: 0 0 30px 0;
	font-family: 'Karla', Arial, Sans-Serif;
}
.white-papers-list li div:first-child {
	margin-right: 15px;
}
.white-papers-list li img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-right: 15px;
}
.white-papers-list li .contentArea {
	padding: 30px;
	margin: 0;
}
.white-papers-list li .category {
	display: inline-block;
	background-color: #014971;
	padding: 8px;
	font-family: 'Karla', Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 22px;
	margin-bottom: 12px;
}
.white-papers-list li h3, .white-papers-list li h3 a {
	font-family: 'Karla', Arial, Sans-Serif;
	font-size: 24px;
	font-weight: 600;
	color: #014971;
	line-height: 32px;
	margin: 0 0 6px;
}
.white-papers-list li p {
	font-size: 16px;
	font-weight: 400;
	color: #223645;
	line-height: 1.8em;
	margin-bottom: 15px;
}
.white-papers-list li .link {
	margin-left: 20px;
}
.horizontal-form {
	display: flex!important;
	flex-direction: row!important;
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}
.horizontal-form li {
	margin: 0!important;
	padding: 0!important;
}
.horizontal-form li input[type=email] {
	height: 42px;
    border: 1px solid #fff;
    border-radius: 0;
	padding: 0 12px;
}
.horizontal-form li input[type=submit] {
	background-color: #04B3EC!important;
	border: 1px solid #04B3EC!important;
	font-family: "Karla", Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 0;
}