/*
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: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 1.5em;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

a {
	text-decoration: none;
  color: #0066a4;
	-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%;
  height: auto;
}

ul {
  margin-top: 0 !important;
}

.page-wrapper {
	padding: 40px 0;
}

#alertBox {
  width: 100%;
  background: #ffed71;
  padding: 10px 15px 0 15px;
  font-size: 15px;
}

#alertBox a {
  color: #333 !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%; /* 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: #fff; 
}

.top-bar {
  width: 100%;
  background: #0066a4;
  padding: 5px 15px;
  color: #fff;
}

.header-inner {
	width: 100%;
	margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.logo {
  position: relative;
  z-index: 99;
	width: 180px;
  /* box-shadow: 0 1px 10px rgba(125,125,125,0.12), 0 1px 10px rgba(125,125,125,0.24); */
}

.logo img {
  position: relative;
  z-index: 99;
}

.above-menu {
  text-align: right;
  padding: 7px 15px 5px 0 ;
}

.above-menu h4, .above-menu h5 {
  margin: 0 0 5px 0 !important;
  line-height: 1.5em !important;
}



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

h1, h2, h3, h4, h5 {
	line-height: 1.4em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400 !important;
  margin-top: 0 !important;
  margin-bottom: 0.6em !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
}

p {
  margin-bottom: 1em !important;
  margin-top: 0 !important;
}

.white {
	color: #fff !important;
}

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



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

.btn-inline {
  display: inline-block; 
}




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






/* ==============================
== 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 .gform_footer input[type=submit] {
  cursor: pointer !important;
}

.elementor-widget-uael-gf-styler .uael-gf-style input[type="submit"], .gform_wrapper .gform_footer input[type=submit] {
  background: #0066a4 !important;
  border: 0 !important;
  color: #fff !important;
}



/* ==============================
== Footer
============================== */

.footer {
	background-color: #0066a4;
  padding: 40px 15px 15px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  color: #fff;
}

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

.footer a:hover {
  opacity: 0.7;
}

.footer-column-one, .footer-column-two, .footer-column-three, .footer-column-four {
  margin-bottom: 30px;
}

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

.copyright a {
	color: #999 !important;
	font-weight: 700;
}


a.btn-footer {
  display: inline-block;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  padding: 7px 15px;
  border-radius: 0px;
  border: 2px #fff solid;
  font-weight: 400;
  margin: 5px 0;
  letter-spacing: 1px;
}


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

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

	
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
  #quadmenu_0 {
    background: #fff !important;
  }
  
}

@media only screen and (max-width : 1024px) {
  
  .header-inner {
    align-items: center;
  }
  
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}



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

  .elementor-heading-title.elementor-size-xxl {
    font-size: 48px !important;
  }

}



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



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  
  .above-menu {
    padding: 7px 0px 5px 0 !important;
  }
  
  .above-menu h5 {
    font-size: .7em !important;
  }

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