/*
Theme Name: angular 
Theme URI: http://example.com/wordpress-bootstrap-theme-tutorial
Description: A demo theme built to accompany the Treehouse blog post <a href="http://example.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Author: WP Bootstrap
Author URI: http://teamtreehouse.com/
Version: 1.0
Tags: responsive, white, bootstrap

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/
@import url('bootstrap/css/bootstrap.min.css'); 
.angular-google-map-container {
  height: 400px;
}
.marker-labels {
  font-size: 11px;
  font-weight: bold;
}
/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

#toggle-nav {
        z-index: 5;
        position: relative;
}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

#site-header {
        position: relative;
        z-index: 3;
}

.site-header {
        background-color: #000;
        max-width: 1260px;
        position: relative;
        width: 100%;
        z-index: 4;
}

.header-main {
        min-height: 48px;
        padding: 0 10px;
}

.site-title {
        float: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 48px;
        margin: 0;
}

.site-title a,
.site-title a:hover {
        color: #fff;
}
/**
 * 6.0 Content
 * ---------------------------------------------------------
 */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.page-content {
        margin: 0 auto;
}

.page-content {
        margin-bottom: 48px;
}


/**
 * 6.2 Entry Header
 * ---------------------------------------------------------
 */

.entry-header {
        position: relative;
        z-index: 1;
}

.entry-title {
        font-size: 23px;
        font-weight: 300;
        line-height: 1.0909090909;
        margin-bottom: 12px;
        margin: 0 0 12px 0;
        text-transform: none;
}

.entry-title a {
        color: #2b2b2b;
}

.entry-title a:hover {
        color: #41a62a;
}

.entry-header {
        background-color: #fff;
        padding: 0 10px 12px;
}

.has-post-thumbnail .entry-header {
        padding-top: 24px;
}
/**
 * 6.3 Entry Meta
 * ---------------------------------------------------------
 */ 

.entry-meta {
        clear: both;
        color: #767676;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3333333333;
        text-transform: none;
}

.entry-meta a {
        color: #767676;
}

.entry-meta a:hover {
        color: #41a62a;
}

.cat-links {
        font-weight: 900;
        text-transform: none;
}

.cat-links a {
        color: #2b2b2b;
}

.cat-links a:hover {
        color: #41a62a;
} 

/* Tag links style */

.entry-meta .tag-links a {
        background-color: #767676;
        border-radius: 0 2px 2px 0;
        color: #fff;
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2727272727;
        margin: 2px 4px 2px 10px;
        padding: 3px 7px;
        position: relative;
        text-transform: none;
}

.entry-meta .tag-links a:hover {
        background-color: #41a62a;
        color: #fff;
}

.entry-meta .tag-links a:before {
        border-top: 10px solid transparent;
        border-right: 8px solid #767676;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        top: 0;
        left: -8px;
        width: 0;
}

.entry-meta .tag-links a:hover:before {
        border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        height: 4px;
        position: absolute;
        top: 8px;
        left: -2px;
        width: 4px;
}
/**
 * 6.4 Entry Content
 * ---------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
        -webkit-hyphens: auto;
        -moz-hyphens:    auto;
        -ms-hyphens:     auto;
        hyphens:         auto;
        word-wrap: break-word;
}

.page-content {
        background-color: #fff;
        padding: 12px 10px 0;
}

.page .entry-content {
        padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
        margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
        text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover {
        text-decoration: none;
}

.entry-content table,

.entry-content th {
        font-weight: 700;
        padding: 8px;
        text-transform: none;
}

.entry-content td {
        padding: 8px;
}

.entry-content .edit-link {
        clear: both;
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3333333333;
        text-transform: none;
}

.entry-content .edit-link a {
        color: #767676;
        text-decoration: none;
}

.entry-content .edit-link a:hover {
        color: #41a62a;
}

/* Page links */

.page-links {
        clear: both;
        font-size: 12px;
        font-weight: 900;
        line-height: 2;
        margin: 24px 0;
        text-transform: none;
}

.page-links a,
.page-links > span {
        background: #fff;
        border: 1px solid #fff;
        display: inline-block;
        height: 22px;
        margin: 0 1px 2px 0;
        text-align: center;
        width: 22px;
}

.page-links a {
        background: #000;
        border: 1px solid #000;
        color: #fff;
        text-decoration: none;
}

.page-links a:hover {
        background: #41a62a;
        border: 1px solid #41a62a;
        color: #fff;
}

.page-links > .page-links-title {
        height: auto;
        margin: 0;
        padding-right: 7px;
        width: auto;
}

/**
 * 6.7 Post/Image/Paging Navigation
 * ---------------------------------------------------------
 */
/* Paging Navigation */

.paging-navigation {
        border-top: 5px solid #000;
        margin: 48px 0;
}

.paging-navigation .loop-pagination {
        margin-top: -5px;
        text-align: center;
}

.paging-navigation .page-numbers {
        border-top: 5px solid transparent;
        display: inline-block;
        font-size: 14px;
        font-weight: 900;
        margin-right: 1px;
        padding: 7px 16px;
        text-transform: none;
}

.paging-navigation a {
        color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
        border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
        border-top: 5px solid #41a62a;
        color: #2b2b2b;
}
.paging-navigation h1 {
        font-size: 23px;
}
.post-navigation,
.image-navigation {
        max-width: 474px;
        padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 11px 0 12px;
        width: 100%;
}

.post-navigation .meta-nav {
        color: #767676;
        display: block;
        font-size: 12px;
        font-weight: 900;
        line-height: 2;
        text-transform: none;
}

.post-navigation a,
.image-navigation a {
        color: #2b2b2b;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.7142857142;
        text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
        color: #41a62a;
}

.post-navigation h1 {
        font-size: 23px;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
        margin: 48px auto;
        max-width: 474px;
        padding: 0 10px;
}

.comment-reply-title,
.comments-title {
        font: 900 16px/1.5 Lato, sans-serif;
        margin: 0;
        text-transform: none;
}

.comment-list {
        list-style: none;
        margin: 0 0 48px 0;
}

.comment-author {
        font-size: 14px;
        line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
        font-size: 12px;
        line-height: 2;
        text-transform: none;
}

.comment-list .reply {
        margin-top: 24px;
}

.comment-author .fn {
        font-weight: 900;
}

.comment-author a {
        color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
        color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
        color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 24px;
        padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
        border-top: 0;
}

.comment-author {
        position: relative;
}

.comment-author .avatar {
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 18px;
        padding: 2px;
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
}

.bypostauthor > article .fn:before {
        content: "\f408";
        margin: 0 2px 0 -2px;
        position: relative;
        top: -1px;
}

.says {
        display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
        padding-left: 30px;
}

.comment-edit-link {
        margin-left: 10px;
}

.comment-edit-link:before {
        content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
        content: "\f412";
        margin-right: 2px;
}

.comment-content {
        -webkit-hyphens: auto;
        -moz-hyphens:    auto;
        -ms-hyphens:     auto;
        hyphens:         auto;
        word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
        margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
        margin-bottom: 0;
}

.comment-content > :last-child {
        margin-bottom: 0;
}

.comment-list .children {
        list-style: none;
        margin-left: 15px;
}

.comment-respond {
        margin-bottom: 24px;
        padding: 0;
}

.comment .comment-respond {
        margin-top: 24px;
}

.comment-respond h3 {
        margin-top: 0;
        margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
        color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
        font-size: 14px;
        line-height: 1.7142857142;
}

.no-comments {
        font-size: 16px;
        font-weight: 900;
        line-height: 1.5;
        margin-top: 24px;
        text-transform: none;
}

.comment-form label {
        display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
        width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
        font-size: 12px;
        line-height: 1.5;
}

.required {
        color: #c0392b;
}

.comment-reply-title small a {
        color: #2b2b2b;
        float: right;
        height: 24px;
        overflow: hidden;
        width: 24px;
}

.comment-reply-title small a:hover {
        color: #41a62a;
}

.comment-reply-title small a:before {
        content: "\f405";
        font-size: 32px;
}

.comment-navigation {
        font-size: 12px;
        line-height: 2;
        margin-bottom: 48px;
        text-transform: none;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
        display: inline-block;
}

.comment-navigation .nav-previous a {
        margin-right: 10px;
}

#comment-nav-above {
        margin-top: 36px;
        margin-bottom: 0;
}
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */
#content-sidebar {
        margin-top: 10px;
}
.content-sidebar .widget a {
        color: #24890d;
}

.content-sidebar .widget a:hover {
        color: #41a62a;
}

.content-sidebar .widget pre {
        border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
        color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
        border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
        border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
        color: #767676;
}

.content-sidebar .widget blockquote cite {
        color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
        margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
        border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
        color: #767676;
}

.content-sidebar .widget hr {
        background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
        background-color: #fff;
        border-color: rgba(0, 0, 0, 0.1);
        color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
        border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
        background-color: #24890d;
        border: 0;
        color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
        background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
        background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
        color: #767676;
}

.content-sidebar .widget .widget-title {
        border-top: 5px solid #000;
        color: #2b2b2b;
        font-size: 14px;
        font-weight: 900;
        margin: 0 0 18px;
        padding-top: 7px;
        text-transform: none;
}

.content-sidebar .widget .widget-title a {
        color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
        color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
        border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
        color: #2b2b2b;
        font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
        background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
        color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
        line-height: 1.2857142857;
        padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
        background-color: #000;
        color: #fff;
        margin: -1px 9px 0 0;
        padding: 6px 0 9px;
        text-align: center;
        vertical-align: middle;
        width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
        content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
        content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
        content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
        content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
        content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
        content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
        content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
        color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
        color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
        color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
        font-size: 13px;
        line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
        font-weight: 900;
}
/**
 * 6.9 Archives
 * --------------------------------------------------------
 */

.archive-header {
        margin: 5px auto;
}
.archive-title,
.page-title {
        font-size: 16px;
        font-weight: 900;
        line-height: 1.5;
        margin: 0;
}

.taxonomy-description,
.author-description {
        color: #767676;
        font-size: 14px;
        line-height: 1.2857142857;
        padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
        margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
        margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
        text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
        text-decoration: none;
}
