/*
Theme Name: Paspective Bespoke Theme
Theme URI: http://example.com/paspective/
Description: Twenty Twenty Child Theme
Author: Peter Andrease
Author URI: http://example.com
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-sixteen-child
*/
* {
	border: 0;
	outline: 0;
}
@font-face {
    font-family: 'minion_proregular';
    src: url('fonts/minionpro-regular.woff2') format('woff2'),
         url('fonts/minionpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "Acumin Variable Concept";
    src: url('fonts/066ce24dae3730ed6c648b09efaea93a.woff2') format('woff2'),
         url('fonts/066ce24dae3730ed6c648b09efaea93a.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
    font-family: "Acumin Variable Concept";
	position: static !important;
	padding-top:150px;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	text-indent: -3000px;
	color: #ffffff;
}
.vc_row {
	margin-left: auto !important;
	margin-right: auto !important;
}
hr, .greyline {
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 25px 0 25px 0;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}
.greyline-small {
	max-width: 280px;
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 60px auto;
	height: 5px;
	line-height: 5px;
	font-size: 0;
}
p {
	font-size: 16px;
	line-height: 26px;
	color: #3b3b3b;
}
p a {
	color: #ee402a;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
p.title-text {
	font-size: 22px;
	line-height: 32px;
	margin: 10px auto 30px auto;
	max-width: 850px;
}
p.sub-title {
	font-size: 22px;
	line-height: 30px;
	padding: 8px 0 20px 0;
	margin: 0;
	font-weight: 300;
}
h1 {
    font-family: "Acumin Variable Concept";
	font-size: 48px;
	line-height: 50px;
	font-weight: 300;
	margin-top:0;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #232324;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}
.inner-title {
	font-size: 32px;
	line-height: 36px;
	color: #232324;
}
.wrapper {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	text-align: left;
}
#navbar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99;
	border-bottom: 10px solid #124f9e;
	padding: 20px 0;
	background: #fff;
}
#navbar:before {
	content:"";
	display:block;
	background: url(images/misc/top-logo-shape.svg) center center no-repeat;
	background-size: 100% auto;
	width:300px;
	height:140px;
	position:absolute;
	left:0;
	top:20px;
}
#navbar:after {
	content:"";
	display:block;
	background: url(images/misc/top-logo-shape-right.svg) center center no-repeat;
	background-size: 100% auto;
	width:300px;
	height:140px;
	position:absolute;
	right:0;
	top:20px;
}
#logo {
	float: left;
	width: 38%;
}
#right-header {
	float: right;
	width: 62%;
	text-align: right;
}
#right-header ul {
	list-style:none;
	margin:0;
	padding:50px 0 0 0;
}
#right-header ul li {
	display:inline-block;
	margin-left: 25px;
}
#right-header ul li a {
	text-transform:uppercase;
	font-size:24px;
	color:#124f9e;
	text-decoration:none;
}
#right-header ul li a:hover {
	text-shadow: 0 0 0 #124f9e;
}
#right-header ul li.current-menu-item a {
	font-weight:900;
}

#home-header {
	border-bottom: 10px solid #124f9e;
	height: 660px;
    position: relative;
    z-index: 2;
}
#home-header h1 {
	color:#fff;
	font-size:80px;
	line-height:85px;
	font-weight:900;
	text-transform:uppercase;
	text-shadow: 0 0 20px rgba(0,0,0,0.6);
	max-width:600px;
	margin:0 0 40px 0;
}
#home-header video {
	    z-index: 1;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    opacity: 1;
    height: 100%;
}
#video-overlay {
	max-width: 100%;
}
#full-video video {
	width:500px;
	height:300px;
}
.home-header-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 99999;
}

.main-but {
	color:#fff;
	background:#124f9e;
	display:inline-block;
	padding: 8px 20px;
	text-decoration:none;
	font-weight:900;
	font-size:18px;
}
.main-but:hover {
	background:#00823b;
}

.two-column {
	float: left;
	width: 47%;
	text-align: left;
}
#footer {
	padding: 80px 0 20px 0;
	text-align: center;
}
#footer p {
	color: #6a7076;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#footer p strong {
	color: #ffffff;
	font-weight: 500;
}
.footer-column {
	float: left;
	width: 20%;
	padding: 0 2.5%;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.posts-area ul li {
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
}
.posts-area ul li a {
	color: #868c91;
	text-decoration: none;
}
.posts-area ul li a:hover {
	color: #ffffff;
}
#footer .footer-column p.posts-area-link {
	border-top: 1px solid #1e303c;
	padding-top: 8px;
	text-align: right;
	margin: 10px 0 0 0;
	font-style: italic;
}
.footer-links ul li {
	float: left;
	width: 50%;
	padding-bottom: 12px;
	font-size: 12px;
}
.footer-links ul li a {
	color: #868c91;
	text-decoration: none;
}
.footer-links ul li a:hover {
	color: #ffffff;
}
.footer-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 15px;
}
ul.social-links li {
	display: inline-block;
	padding: 0 6px 12px 6px;
	border-bottom: none;
}
ul.social-links li a {
	display: block;
	width: 23px;
	height: 23px;
	background: url(images/misc/social-icons.png) no-repeat;
}
ul.social-links li a:hover {
	opacity: 0.5;
}
ul.social-links li a.fb-link {
	background-position: left center;
}
ul.social-links li a.twitter-link {
	background-position: -23px center;
}
ul.social-links li a.linked-link {
	background-position: -46px center;
}
ul.social-links li a.google-link {
	background-position: -69px center;
}

/* ------------------- Blog --------------------- */

#blog-content {
	padding: 50px 0 70px 0;
	text-align: left;
}
#blog-content #sfsi_holder {
	height: 60px !important;
}
#blog-content a.sficn {
	position: relative;
	text-align: center;
}
#blog-content a.sficn img {
	filter: grayscale(1) brightness(0) !important;
}
#blog-content .sfsi_plus_wicons {
	margin-left: 0 !important;
	margin-right: 6px !important;
}

h1.blog-title {
	margin: 10px 0;
}

.post-date-area {
	color: #187bd0;
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 3px;
	font-weight: 500;
}

#blog-content ul.post-meta {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
#blog-content ul.post-meta li {
	font-size: 20px;
	font-weight: bold;
}
#blog-content ul.post-meta li a {
	color: #54a99a !important;
	text-decoration: none;
}
#blog-content ul.post-meta li a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.screen-reader-text, .meta-icon {
	display: none;
}
.pagination-single, .post-author, .entry-categories-inner {
	display: none;
}
.author-info {
	background: rgba(0,0,0,0.6);
	padding: 30px;
	margin-top: 20px;
}
.post-block {
	float: left;
	width: 31.3333%;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	 margin: 0 1%;
	 margin-bottom: 25px;
	text-align: left;
	overflow: hidden;
	background: #eee;
}
#blog-content .post-block:nth-of-type(3n+1){
	clear: left;
}
.post-block .inner-but {
	padding: 12px 20px;
	font-size: 17px;
	line-height: 18px;
}
.post-block h2 {
	margin: 0;
	color: #0a0b23;
	font-size: 17px;
	line-height: 22px;
	min-height: 44px;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
}
a.article-title:hover {
	color: #187bd0;
}

.blog-excerpt-content {
	padding: 20px;
}
.blog-excerpt-content .main-but {
	font-size: 12px;
	line-height: 12px;
	padding: 10px 16px;
	min-width: 10px;
}

.white-padding {
	height: 30px;
	font-size: 0;
}
.blog-excerpt-img-container {
	overflow: hidden;
}
.blog-excerpt-img {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center top;
	display: block;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	overflow: hidden;
}
.blog-excerpt-img:hover {
	transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
#blog-content ul, #blog-content ol {
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 300;
}
#blog-content ul li, #blog-content ol li {
	padding-bottom: 10px;
}
a.more-link, #blog-content span.author {
	display: none;
}
.post-navigation, .post-edit-link {
	display: none;
}
.entry-footer {
	min-height: 35px;
	font-size: 13px;
	color: #ffffff;
}
.entry-footer a {
	color: #54a99a;
	text-decoration: none;
	text-transform: none;
}
.cat-links, .tags-links {
	padding-left: 8px;
}
.entry-footer a:hover {
	text-decoration: underline;
}
.entry-footer span {
	display: inline-block;
	padding-right: 4px;
}
.comments-link {
	float: right;
	width: 200px;
	text-align: right;
}
.updated {
	display: none;
}
.published {
	display: inline;
}
#blog-content .post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.blog-excerpt p {
	font-size: 16px;
	line-height: 24px;
}
.ajax-loader {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#blog-content h2 a, #blog-content h3 a {
	color: #0a0b23;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
#blog-content h2 a:hover, #blog-content h3 a:hover {
	color: #187bd0;
}


.inner-entry-footer {
	background: rgba(0,0,0,0.6);
	padding: 20px;
	min-height: 10px;
}
.author-avatar {
	width: 55px;
	float: left;
}


.navigation .screen-reader-text {
	display: none;
}

.pagination-wrapper .next, .pagination-wrapper hr {
	display: none !important;
}
.pagination-wrapper .prev {
	display: none !important;
}
.page-numbers {
	background: #e5e5e5;
	padding: 8px 10px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
}
.current {
	background: #fec81e;
	color: #fff;
}
a.page-numbers {
	color: #000;
	text-decoration: none;
}
a.prev::before {
	content: "< ";
}
a.next::after {
	content: " >";
}
a.page-numbers:hover {
	color: #fff;
	background: #000;
}


/* ---------------------------------------------- */

/* ---------------------------------------------- */
/* ------------------- Contact Form --------------------- */
.form-left {
	float:left;
	width:48%
}
.form-right {
	float:right;
	width:48%
}
.wide-form {
	padding: 35px 0;
}
.wide-form label.blank-field {
	font-size:1px;
	height:1px;
	color:#fff
}
.wide-form p {
	margin:0;
	line-height: 22px;
}
.wide-form input,.wide-form textarea,.wide-form select {
	border:none;
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	color:#282828;
	width:100%;
	height:38px;
	line-height:38px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	margin-bottom:25px;
	padding: 0 0 0 10px;
	border: 1px solid #bbbbbb;
}
.wide-form input.wpcf7-not-valid,.wide-form textarea.wpcf7-not-valid,.wide-form select.wpcf7-not-valid {
	background: #f47979;
}
.wide-form input:focus, .wide-form textarea:focus, .wide-form select:focus {
    background-color: #ebebeb;
}

.wide-form input.wpcf7-not-valid::placeholder, .wide-form textarea.wpcf7-not-valid::placeholder {
  color: #000;
  opacity: 1;
}

.wide-form select {
	width:auto;
}
.wide-form textarea {
	height:120px;
	line-height:30px;
	width:100%
}
.wide-form span.wpcf7-not-valid-tip {
	position:absolute;
	top:-25px;
	right:0;
	width:19px;
	height:19px;
	z-index:100;
	background:url(images/misc/not-valid.png) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-3000px;
	color:#ececec
}
.wide-form div.wpcf7-response-output {
	border:2px solid #fa6565!important;
	padding: 12px !important;
	font-size:16px!important;
	font-weight: 600 !important;
	color:#ed2525!important;
	text-align: center!important;
}
.wide-form .sent div.wpcf7-response-output {
	border:2px solid #15a623!important;
	color:#15a623!important;
}
.wide-form input.wpcf7-submit {
	background: #ee402a;
	border: none;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-indent: 0;
	width: 180px;
	margin: 0 auto;
	padding: 0;
	-webkit-appearance: none !important;
}
.wide-form input.wpcf7-submit:hover {
	background: #1b3547;
}
.wide-form .red-text {
	color:#ea4141
}
.required {
	color:#b91919
}
/* ---------------------------------------------- */

/* ------------------------- Sitemap --------------------- */
.sitemap li {
	list-style: none;
}
.sitemap ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.sitemap ul li ul {
	padding: 0 ;
}
.sitemap ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #c3c3c3;
}
.sitemap ul li ul li {
	line-height: 22px;
	border-top: 1px solid #c3c3c3;
	border-bottom: none;
}
.sitemap ul li a {
	color: #141414;
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
.sitemap ul li a:hover {
	background: #eaeaea;
}

/* ---------------------------------------------- */
.float-right {
	float: right !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-btm {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-btm {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.display-none {
	display: none !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.no-border {
	border: none !important;
}
.mobile-only {
    display: none;
}
@media only screen and (max-width: 1220px) {
	
img {
	max-width: 100%;
	height: auto;
}
	
}
@media only screen and (max-width: 980px) {
	

}
@media only screen and (max-width: 680px) {

.post-block {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
.post-block h2 {
	min-height: 10px;
}
.wrapper {
	max-width: 85%;
}
.two-column {
	float: none;
	width: 100%;
}
#logo {
	float: none;
	width: 100%;
	text-align: center;
}
#right-header {
	float: none;
	width: 100%;
	text-align: center;
}
.footer-column {
	float: none;
	width: 95%;
	padding: 0 2.5% 25px 2.5%;
}
.footer-links ul li {
	width: auto;
	display: inline-block;
	float: none;
	padding: 0 5px;
}

}