/*
Theme Name: Mindspike
Theme URI: http://underscores.me/
Author: Christopher Cook
Author URI: http://mindspikedesign.com
Description: Mindspike Starter Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindspike
Tags: grid-layout, featured-images

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.

Mindspike 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.com/normalize.css/
*/


/* ==============================
== General
============================== */

html {
	font-size: 100%;
}

body {
	width: 100%;
	margin: 0 0 !important;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

#main-content {
	flex: 1 0 auto;
}

a {
	color: #105798;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:focus, button:focus, input:focus, textarea:focus {
	outline: none !important;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

.ubermenu-target {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
}

.ubermenu-responsive-toggle {
	display: none !important;
}


/* ==============================
== WordPress Core
============================== */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.gallery-caption {

}

.sticky {

}

.bypostauthor {

}



/* ==============================
== Header
============================== */

.main-header{
	width: 100% !important;
	background: #fff;
}

.header-top-bar {
	background: #3556a7;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
}

.header-top-bar p {
	margin: 0 0 !important;
	line-height: 1.3em !important;
}

.header-inner {
	max-width: 1400px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0;
}

.logo {
	position: relative;
	z-index: 99;
	width: 128px;
	height: 95px;
	line-height: 0 !important;
	padding: 0 0 !important;
	flex-shrink: 0;
	margin-left: 15px;
}

.logo img {
	position: absolute;
	width: 128px !important;
	height: auto;
}

.logo a {
	line-height: 0;
}

.header-logo {
	max-width: 128px;
}

.nav-menu {
	width: 100%;
}



/* ==============================
== Typography
============================== */

h1, h2, h3, h4, h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.1em;
	margin-top: 0 !important;
	margin-bottom: .6em !important;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

.white {
	color: #fff !important;
}

.blue {
	color: #105798 !important;
}

.center {
	text-align: center !important;
}

.large-text {
	font-size: 1.4em;
	line-height: 1.6em;
}



/* ==============================
== Buttons
============================== */

.vc_btn3.vc_btn3-style-custom {
	background-image: none !important;
}

.vc_btn3 {
	font-size: 18px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-weight: 700 !important;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.vc_btn3:hover {
	opacity: 0.7;
}



/* ==============================
== Homepage
============================== */

.fixed-bg {
	background-attachment: fixed !important;
}


/* ==============================
== Pages
============================== */

.featured-page-header {
	position: relative;
	min-height: 400px;
	height: 40vh;
	display: flex;
	align-items: center;
	padding: 0 15px;
	justify-content: center;
	background-size: cover !important;
	background-position: center !important;
	z-index: 40;
}

.featured-page-header-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(53,86,167);
	background: linear-gradient(90deg, rgba(53,86,167,0.8029586834733894) 0%, rgba(53,86,167,0.80015756302521) 25%, rgba(53,86,167,0) 75%);
}

.featured-page-header h1 {
	position: relative;
	color: #fff;
	z-index: 20;
	font-size: 3.2em;
}

p {
	margin-top: 0 !important;
}

.page-header-overlay {
	width: 100%;
	padding:60px 15px;
	position: absolute;
	bottom: 0;
	z-index: 50;
	background: rgb(0,0,0,0.5);
}

.z100 {
	position: relative !important;
	z-index: 100 !important;
	padding: 60px 15px;
}



/* ==============================
== Blog
============================== */

.blog-post {
	width: 100%;
	padding: 15px;
	margin-bottom: 30px !important;
	background: rgba(255,255,255,1);
	border: 1px #eee solid;
}

.post-meta {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #eee solid;
}

.entry {
	margin-bottom: 26px;
}



/* ==============================
== Sidebar
============================== */

#sidebar-main {
	background: #fff;
	border: 1px #eee solid;
	padding: 15px;
}

#sidebar-main h2 {
	margin-top: 0 !important;
	font-size: 1.4em;
	text-transform: uppercase;
}

#sidebar-main ul {
	margin: 0 0 !important;
	padding: 0 0 !important;
	list-style: none !important;
}

#sidebar-main ul li {
	padding: 3px 0 7px 0 !important;
	border-bottom: 1px #f2f2f2 solid;
	line-height: 1.2em !important;
}

#sidebar-main ul li:lastchild {
	border: none;
}

#sidebar-main h4 {
	font-size: 1.2em;
	color: #1c3458;
}

#sidebar-main h5 {
	font-size: 1em;
	color: #1c3458;
}



/* ==============================
== Contact Form
============================== */

.gform_required_legend {
	display: none !important;
}

.gform_button {
    background-color: #3556a7 !important;
    font-size: 16px !important;
}

.gform-theme--foundation .gform_fields {
    column-gap: 20px !important;
    row-gap: 20px !important;
}


/* ==============================
== Footer
============================== */
.footer {
	background-color: #3556a7;
	padding: 60px 15px 0 15px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

body.home .footer {
	background-color: #3556a7;
	padding: 60px 15px 0 15px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

.footer a {
	color: #fff !important;
}

.footer-column {
	margin-bottom: 30px;
}

.copyright {
	background: #3556a7;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: .9em !important;
	border-top: 1px #fff solid;
}

.copyright a {
	color: #fff !important;
}

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

.footer-social-link {
	font-size: 1.4em;
	margin-right: 20px;
}



/* ==============================
== Media Queries
============================== */

@media only screen and (min-width : 1200px) {



}


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



}


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

	.nav-menu {
		width: 100%;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
	}

	.rmp-page-overlay {
		position: fixed;
		z-index: 999 !important;
	}

}



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

	.featured-page-header-overlay {
		background: rgb(53,86,167);
		background: linear-gradient(90deg, rgba(53,86,167,0.8029586834733894) 0%, rgba(53,86,167,0.30015756302521013) 100%);
	}

	.featured-page-header h1 {
		font-size: 2.8em;
	}

}


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



}


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

	.header-logo {
		margin-left: 0;
	}

	.center-mobile {
		text-align: center !important;
	}

	.featured-page-header {
		min-height: 300px;
		height: 30vh;
	}

}


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



}


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

	.footer-content {
		padding: 15px 0 30px 0;
	}

}
