/*
Theme Name: BowStern 
Author: BowStern Marketing Communications
Author URI: BowStern.com
Description: A Sass compiled Bootstrap WordPress theme developed by the BowStern Web Dev Team 
Version: 1.0.2
License: MIT
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */
@import "css/style.css";
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4rem 0 1.6rem 1.6rem;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4rem 1.6rem 1.6rem 0;
}
.aligncenter {
  display: block;
  margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {

}
.sticky {
  background: #f7f7f9;
  padding: 1rem;
}
.bypostauthor {
  background: #f7f7f9;
  padding: 0.5rem;
}
.gallery-caption {
  font-weight: bold;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
body > nav.navbar {
  border-radius: 0;
}

.main-container {
  border-radius: .25rem;
  background: white;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.widget {
  margin-bottom: 2rem;
}

.post {
  margin-bottom: 2rem;
}

body { 
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 400;
color: #242424;
}

em {
font-family: "Gotham A", "Gotham B";
font-style: italic;
font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Gotham A", "Gotham B" !important;
font-style: normal;
font-weight: 700;
}
/* new stuff 9.29.16 */
.circle2 a {
display: block;
width: 100%;
height: 100%;
}
.timeline-heading h4 a {
color: #fff;
}
.timeline-heading h4 a:hover {
color: #d87900;
text-decoration: none;
}
.hero-strong-wrapper { padding-top: 40px; }
.hero-strong-wrapper h2 { padding-bottom: 0px !important; }
#n2-ss-2-align h2.hero-driven { font-size: 64px !important; }
#n2-ss-2-align h2.hero-driven span.hero-sub { font-size: 84px !important; }
.hero-logo { margin-top: 20px !important; width: 315px; margin-left: 5px !important; }

#sidebarbanners { margin: 20px 0 0; }
#sidebarbanners img { margin: 0 0 20px 0; }

.gr-review-body { color: #fff; }
.gr-author-icon { display: none !important; }
.gr-author-text { color: #fff; text-align: right !important; }
.gr-review { border: none !important; }
