/*
Theme Name: AMG Location Finder
Theme URI: http://www.audiologymanagementgroup.com
Description: Theme created for AMG Site Locations
Author: Mike Rodriguez
Author URI: http://mikerodriguez.me
Version: 1.0
*/
/* =Global Styles
-------------------------------------------------------------- */
html, body {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body, #sb-site {
  background-color: #ecf0f1;
  color: #000;
  font-family: Arial;
  font-size: 12px; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #666; }

a:active, a:active * {
  outline: none !important;
  -moz-outline-style: none !important; }

a:focus, a:focus * {
  outline: none !important;
  -moz-outline-style: none !important; }

::selection {
  background: #95a5a6;
  color: #FFF; }

::-moz-selection {
  background: #95a5a6;
  color: #FFF; }

.clearfix {
  clear: both; }

.clear:before, .header:before, .locations:before,
.clear:after,
.header:after,
.locations:after {
  content: " ";
  display: table; }

.clear:after, .header:after, .locations:after {
  clear: both; }

.clear, .header, .locations {
  zoom: 1; }

.wrapper {
  width: 100%;
  max-width: 1020px;
  margin: auto; }

.fleft {
  float: left; }

.fright {
  float: right; }

.entry-content h1 {
  padding: 0;
  margin: 0px 0px 10px 0;
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: -1px; }
.entry-content p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 13px; }
.entry-content ul {
  font-size: 13px;
  line-height: 1.6; }
  .entry-content ul li {
    margin-bottom: 7px; }

/* =Theme Styles
-------------------------------------------------------------- */
/* =Header
-------------------------------------------------------------- */
.header {
  padding: 10px; }
  .header .logo {
    padding: 5px; }
  .header .header-title {
    font-family: 'Open Sans';
    padding: 32px 7px 0px; }
    .header .header-title h2 {
      margin: 0;
      padding: 0; }

/* =Push Navigation
-------------------------------------------------------------- */
/* =Category Pages
-------------------------------------------------------------- */
/* =Home Page
-------------------------------------------------------------- */
.site-container {
  padding: 10px 20px 25px; }

.locations .loc-list {
  width: 30%;
  padding: 10px; }
.locations .loc-map {
  width: 70%; }

/* = Loop Styles
-------------------------------------------------------------- */
/* Single Loop 
------------------------------------------------------------- */
/* Page Loop 
------------------------------------------------------------- */
/* =Footer
-------------------------------------------------------------- */
/* =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; }

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

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

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