/*
Theme Name: Saga Business
Theme URI: http://sagacom.com/
Author: Seth Lilly
Author URI: http://sagacom.com/
Description: The default business site features beautiful typography and icons and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saga-business
*/

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  margin-right: 7px;
}

/* =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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

embed, 
object,
img {
  max-width: 100%;
  height: auto;
}

.saga-video-post{
  width: 620px;
}

body {
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 20px;
  line-height: 1.6;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar-brand {
  font-family: 'proxima-nova-condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
h3.entry-title {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'proxima-nova-condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
}

.navbar-brand {
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
}
#vid .article-featured-img{
  margin-bottom:0px;
}

b, strong {
  font-weight: 600;
}

a,
a:visited,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:visited {
  color: #C22632;
}

a:hover,
a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #752329;
  text-decoration: none;
}

a.button {
  color: #fff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #222;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #666;
  color: #fff;
}

/* Headings
--------------------------------------------- */

.entry-content h3 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}

.page article h2.entry-title,
.single-saga_stat_prof h2.entry-title {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 24px;
}

/* Sidebar
--------------------------------------------- */
.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar .acf-map {
  margin: 80px 0 20px 0;
}

.sidebar-map {
    margin-top: 20px;
}

/* Profiles
--------------------------------------------- */

.user {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 150px;
    overflow: hidden;
}

.user .photo {
    background-color: #ffffff;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.user .details {
    padding: 10px 10px 0px 10px;
}

ul.people-info {
  list-style-type: none;
  margin-left: 0;
}

.people-info ul li {
  margin: 0 0 10px 0;
  padding-left: 0;
  line-height: 1.25;
}

/* Gravity Forms
--------------------------------------------- */
.gform_wrapper .top_label .gfield_label {
  color: #5a2a8a;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin: 10px 0 10px 0 !important;
}
.gform_wrapper .ginput_complex label {
  color: #5a2a8a;
  font-weight: 400;
  text-transform: uppercase;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-weight: 400;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 400 !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
}
.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right select {
  width: 97%;
}

/* Entries
--------------------------------------------- */
.entry-content {
  margin: 25px 0;
}

.page-template-template-blog article {
  min-height: 500px;
  margin-bottom: 40px;
}

.widget-title {
  color: #999;
  font-size: 17px;
  border-bottom: 1px solid #efefef;
  text-transform: uppercase;
}

.widget ul {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

a.page-numbers {
    border: 1px solid #ddd;
    padding: 8px 14px;
}

a:hover.page-numbers {
    background-color: #fafafa;
}

span.page-numbers.current {
    border: 1px solid #222;
    background-color: #222;
    padding: 8px 14px;
    color: #fff;
}

/* Account Executives & Leadership
--------------------------------------------- */

@media only screen and (max-width: 568px) {
  .navbar-brand {
    font-size: 20px;
  }
}
.row.hpfeatures .col-md-4 hr {
  display: none;
}
@media only screen and (max-width: 992px) {
  .row.hpfeatures .col-md-4 {
    margin-bottom: 20px;
  }
  .row.hpfeatures .col-md-4 hr {
    display: block;
  }
  .row.hpfeatures .col-md-4:last-child {
    margin-bottom: 0;
  }
  .row.hpfeatures .col-md-4:last-child hr {
    display: none;
  }
}

.row.hpfeatures .col-md-4 .user {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 200px;
}
.row.hpfeatures .col-md-4 .user .photo {
  background-color: #ffffff;
  text-align: center;
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .row.hpfeatures .col-md-4 .user .photo {
    float: none;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 320px) and (max-width: 467px) {
  .row.hpfeatures .col-md-4 .user .photo {
    float: none;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.row.hpfeatures .col-md-4 .user .details {
  padding: 10px;
}
.row.hpfeatures .col-md-4 .user .details .icons {
  margin-top: 20px;
}
.row.hpfeatures .col-md-4 .user .details .icons a {
  margin-right: 5px;
}

.row.hpfeatures .col-md-4 .user .icons {
  float: left;
  clear: both;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  background: rgba(0,0,0,0.01);
}

/*
Maps
-----------------------------------------------------*/

.single-saga_stat_prof .acf-map {
  margin: 0 0 20px 0;
}

.acf-map {
  width: 100%;
  height: 180px;
  border: #ccc solid 1px;
  margin: 0 0 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

#googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#googlemap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.entry-content {
  margin-bottom: 20px;
  overflow: hidden;
}
.blogarchive .details {
  padding: 10px 0;
}
.entry-meta {
  text-transform: uppercase;
  color: #999999;
}
.blogarchive .details h2 {
  padding: 0;
  margin: 5px 0;
}
.blogarchive img {
  width: 100%;
}
.stations {
  text-align: center;
}
.stations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stations ul li {
  padding: 0;
  margin: 20px;
  display: inline-block;
}
@media only screen and (max-width: 568px) {
  .stations ul li {
    display: block;
  }
  .stations ul li:last-child {
    margin-bottom: 30px;
  }
}
.stations ul li img {
  max-height: 150px;
}
.pager {
  margin: 0;
}
.pager ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
.pager ul.page-numbers li a,
.pager ul.page-numbers li span {
  border-radius: 0;
}
article {
  overflow: hidden;
}
article img.chart {
  max-width: 50%;
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  article img.chart {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 461px) and (max-width: 568px) {
  article img.chart {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 460px) {
  article img.chart {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
article img.article-featured-img {
  max-width: 100%;
  margin-bottom: 20px;
}
article img.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}
@media only screen and (max-width: 649px) {
  article img.alignleft {
    float: none;
    display: block;
    margin: 10px auto 20px;
  }
}
article img.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}
@media only screen and (max-width: 649px) {
  article img.alignright {
    float: none;
    display: block;
    margin: 10px auto 20px;
  }
}
article h2.entry-title {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  article h2.entry-title {
    margin-bottom: 10px;
  }
}
article h2.blog-link {
  text-align: right;
  margin: 0 0 20px 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  article h2.blog-link {
    text-align: left;
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
  }
}
article p {
  line-height: 25px;
  margin-bottom: 25px;
}
article aside.postmeta {
  text-align: right;
  color: #999999;
}
article aside.postmeta.contact {
  color: #333333;
}
article aside.postmeta.contact h3 {
  text-transform: uppercase;
  font-size: 17px;
  padding: 10px 0;
  margin: 4px 0 10px 0;
  border-bottom: 1px solid #efefef;
}
article aside.postmeta time {
  margin-bottom: 4px;
  display: block;
}
@media only screen and (max-width: 991px) {
  article aside.postmeta time {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
article aside.postmeta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
article aside.postmeta ul.posttags {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  article aside.postmeta ul.posttags {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  article aside.postmeta ul {
    display: inline-block;
  }
}
article aside.postmeta ul li {
  margin: 0 0 4px 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  article aside.postmeta ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  article aside.postmeta ul li:last-child {
    margin-right: 0;
  }
}
article aside.postmeta div.recentposts h3 {
  text-transform: uppercase;
  font-size: 17px;
  padding: 0 0 10px 0;
  margin: 4px 0 10px 0;
  border-bottom: 1px solid #efefef;
}
article aside.postmeta div.recentposts ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  article aside.postmeta div.recentposts {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  article aside.postmeta {
    text-align: left;
    margin-bottom: 20px;
  }
}
.pagecontent h3 {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0;
  margin: 4px 0 10px 0;
  border-bottom: 1px solid #efefef;
}
footer.site {
  font-size: 13px;
  line-height: 20.8px;
}
footer p,
footer div {
  display: inline-block;
}
footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu li {
  border-left: 1px solid #e0e0e0;
  margin: 0 0 0 5px;
  padding: 0 0 0 8px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  footer .menu li {
    margin: 0 0 10px 0;
    padding-right: 5px;
  }
}
.jumbotron {
  background-color: #c22632;
  background: -webkit-gradient(linear, left top, left bottom, from(#c22632), to(#971e27));
  background: -webkit-linear-gradient(top, #c22632 0%, #971e27 100%);
  background: linear-gradient(to bottom, #c22632 0%, #971e27 100%);
  color: #fefefe;
}
.jumbotron .logo {
  text-align: center;
}

.jumbotron p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .jumbotron .logo {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.jumbotron .logo img {
  display: inline-block;
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 768px) {
  .jumbotron {
    padding: 0;
  }
}
.jumbotron p {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .jumbotron p {
    padding-bottom: 20px;
  }
}

.subpage {
  padding-top: 15px;
  padding-bottom: 15px;
  background: none;
  background-color: #c22632;
}
