/*
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: 'Open Sans', 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;
}

.page-wrapper {
	
}

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


/* ==============================
== 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%; /* Image does not overflow the content area */
    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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

.logo {
	position: relative;
	width: 100%;
	width: 200px !important;
	background: #222;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0 !important;
	padding: 10px 0 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: -32px;
	z-index: 999;
}

.logo a {
	line-height: 0 !important;
}

.header-logo {
	max-width: 150px !important;
	
}

.nav-menu {
	
}

.rmp-page-overlay {
	z-index: 9999 !important;	
}

.ubermenu .ubermenu-target-text {
  font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700 !important;
}

/* ==============================
== Typography
============================== */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 0 !important;
	margin-bottom: .6em !important;
	letter-spacing: 1px;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

.white {
	color: #fff !important;
}

.orange {
	color: #fc6721 !important;
}

.blue {
	color: #21cbfc !important;
}

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

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






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

.btn {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 3px 3px;
	font-weight: 700;
	-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;
	letter-spacing: 2px;
}

.btn:hover {
	cursor: pointer !important;
	background: #222;
}


.btn-blue {
	background: #21cbfc;
	color: #fff;
}

.btn-orange {
	background: #fc6721;
	color: #fff;
}



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

.overflow-visible {
	overflow: visible !important;
}

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


.our-mission {
	position: relative;
}



#aboutFlex {
	display: flex;
}

.about-left {
	width: 45%;
	background: #21cbfc;
	padding: 100px 30px;
}

.about-right {
	width: 55%;
	padding: 200px 30px;
	background-size: cover !important;
	background-position: center !important;
}

.about-content {
	background: rgba(255,255,255,0.9);
	position: relative;
	z-index: 999;
	max-width: 600px;
	padding: 30px 30px 30px 30px;
	margin: 0 -150px 0 auto !important;
	text-align: center;
}


#whyFlex {
	display: flex;
}

.why-left {
	width: 45%;
	background: #fc6721;
	padding: 100px 30px;
}

.why-right {
	width: 55%;
	padding: 200px 30px;
	background-size: cover !important;
	background-position: center !important;
}

.why-content {
	background: rgba(255,255,255,0.9);
	position: relative;
	z-index: 999;
	max-width: 600px;
	padding: 30px 30px 30px 30px;
	margin: 0 auto 0 -150px !important;
	text-align: center;
}






.orange-blocks-top-right {
	width: 400px;
	height: 172px;
	position: absolute;
	background: url(//launchingpointsolutions.com/wp-content/themes/mindspike/images/orange-blocks-top-right.png);
	background-size: cover;
	top: 0;
	right: 0;
	z-index: -1;
}

.orange-blocks-bottom-left {
	width: 400px;
	height: 172px;
	position: absolute;
	background: url(//launchingpointsolutions.com/wp-content/themes/mindspike/images/orange-blocks-bottom-left.png);
	background-size: cover;
	bottom: 0;
	left: 0;
	z-index: -1;
}


.blue-blocks-bottom-left {
	width: 400px;
	height: 172px;
	position: absolute;
	background: url(//launchingpointsolutions.com/wp-content/themes/mindspike/images/blue-blocks-bottom-left.png);
	background-size: cover;
	bottom: 0;
	left: 0;
	z-index: -1;
}


#ourProcess {
	position: relative;
}

.processFlex {
	display: flex;
	padding: 130px 30px;
}

.process-image {
	width: 45%;
	padding: 200px 30px;
	background-size: cover !important;
	background-position: center !important;
}

.process-content {
	width: 55%;
	padding: 0 60px;
}

.process-item {
	margin-bottom: 10px !important;
	display: flex;
	font-weight: 700;
}

.process-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #222;
	color: #fff;
	border-radius: 15px 15px;
	margin-right: 20px;
}





#practiceAreas {
	width: 100%;
	position: relative;
	background: #fc6721;
	padding: 100px 15px 60px 15px;
}

.practice-content {
	position: relative;
	z-index: 99;
}

.practice-areas {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6em;
}

.white-blocks-top-left {
	width: 400px;
	height: 172px;
	position: absolute;
	background: url(//launchingpointsolutions.com/wp-content/themes/mindspike/images/white-blocks-top-left.png);
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 1;
}




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

.featured-page-header {
  position: relative;
  min-height: 400px;
	height: 60vh;
  background-size: cover !important;
  background-position: top center !important;
	z-index: 40;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}

.featured-page-header h1 {
	margin: 0 0 !important;
}

p {
	margin-top: 0 !important;
}

.page-header-overlay {
  width: 100%;
	padding:30px 15px;
  position: relative;
	bottom: 0;
  z-index: 50;
  background: rgba(252,103,33,0.7);
}

.page-header-overlay h1 {
	margin: 0 0 !important;
	text-transform: uppercase;
}

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

.featured-page-header h1 {
  text-transform: uppercase !important;
}

.featured-page-header p {
  font-size: 1.2em !important;
}



/* ==============================
== 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_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
	padding: 15px 15px !important;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	background: #222;
	font-size: 16px !important;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px !important;
	border-radius: 3px 3px !important;
	font-weight: 700 !important;
	-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;
	letter-spacing: 2px;
	border: none;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
	opacity: 0.7;
}


/* ==============================
== Footer
============================== */
.footer {
	background-color: #222;
  padding: 15px;
  width: 100%;
	display: -webkit-flex;
  display: flex;
	align-items: center;
	justify-content: center;
}

.copyright {
	background: #222;
	color: #eee;
	text-align: center;
	padding: 30px 15px;
	font-size: .9em !important;
}

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

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

.footer-four ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #888 solid;
}




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

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
	.nav-menu {
		width: 100%;
		display:  block;
	}
	
}


@media only screen and (min-width : 1000px) {
	.nav-mobile {
		display: none;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.blue-blocks-bottom-left {
		display: none;
	}
	
	#aboutFlex {
		flex-direction: column-reverse;
	}

	.about-left {
		width: 100%;
		padding: 60px 30px;
	}

	.about-right {
		width: 100%;
		padding: 200px 30px;
	}
	
	.about-content {
		background: rgba(255,255,255,1);
		padding: 30px 30px 30px 30px;
		margin: 0 auto 0 auto !important;
	}

	
	
	
	#whyFlex {
		flex-direction: column;
	}

	.why-left {
		width: 100%;
		background: #fc6721;
		padding: 60px 30px;
	}

	.why-right {
		width: 100%;
	}

	.why-content {
		background: rgba(255,255,255,1);
		padding: 30px 30px 30px 30px;
		margin: 0 auto 0 auto !important;
	}

	
	
	
	
	.processFlex {
		flex-direction: column;
		padding: 100px 15px;
	}

	.process-image {
		width: 100%;
		padding: 200px 30px;
		background-size: cover !important;
		background-position: center !important;
	}

	.process-content {
		width: 100%;
		padding: 30px 0 100px 0;
	}
	
	
	
	#practiceAreas {
		padding: 150px 15px 60px 15px;
	}

}



/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
	
	.nav-menu {
		display:  none;
	}
	
}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.header-logo {
		margin-left: 0;
	}
	
	.center-mobile {
		text-align: center !important;
	}

}



/* Small Devices, Tablets */
@media only screen and (max-width : 765px) {
	
	.orange-blocks-top-right, .orange-blocks-bottom-left, .blue-blocks-bottom-left, .white-blocks-top-left {
		width: 300px;
		height: 129px;
	}
	
}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

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