/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.intel-content {
    font-size: 105%;
}

.intel-content p {
    font-size: inherit;
}

.intel-content .card {
    margin-top: 0;
    padding: 0;
    min-width: auto;
    max-width: 100%;
}

.bootstrap-wrapper li {
    margin-bottom: 0;
}

.bootstrap-wrapper .intel-content h1,
.bootstrap-wrapper .intel-content h2,
.bootstrap-wrapper .intel-content h3,
.bootstrap-wrapper .intel-content h4,
.bootstrap-wrapper .intel-content h5,
.bootstrap-wrapper .intel-content h6 {
    margin-top: 0;
}

.bootstrap-wrapper .intel-content article h1,
.bootstrap-wrapper .intel-content article h2,
.bootstrap-wrapper .intel-content article h3,
.bootstrap-wrapper .intel-content article h4,
.bootstrap-wrapper .intel-content article h5,
.bootstrap-wrapper .intel-content article h6 {
    margin-top: 20px;
}

.intel-content .header {
    margin-bottom: 20px;
}

.intel-content .header .title {
    margin: 0;
    padding: 0;
}

.intel-content .header .subtitle {
    margin: 0;
    padding: 0;
}

.intel-content .header .picture {
    max-width: 160px;
    max-height: 160px;
    overflow: hidden;
}

.intel-content .social-profile-links li {
    padding-right: 0;
}

.intel-content .social-profile-links .social-icon {
    position: relative;
    top: 5px;
    font-size: 32px;
    width: 32px;
    height: 32px;

}

.intel-content .header .bio {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.intel-content.half .header .bio {
    font-size: 17px;
    line-height: 1.3;
}

.intel-content.qtr .header .bio {
    font-size: 13px;
    line-height: 1.2;
}

.intel-content .summary {
    /* margin-bottom: 10px; */
}

.intel-content .summary-item {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 100px;
}

.intel-content.half .summary-item {
  min-width: 75px;
}

.intel-content .summary-item-block {
    text-align: right;
}

.intel-content .summary-item .value {
    font-size: 3.5em;
    font-weight: bold;
    margin-top: .4em;
    margin-bottom: .25em;
}

.intel-content.half .summary-item .value {
    font-size: 3em;
    margin-top: .3em;
    margin-bottom: .2em;
}

.intel-content.half .summary-item .title {
    font-size: 0.95em;
}

.intel-content .google-map {
    width: 100%;
    height: 160px;
}

.intel-content .google-map .map-canvas {
    width: 100%;
    height: 100%;
}

.intel-content .card.location-map .card-header {
    margin-bottom: 0;
}

.intel-content .card.location-map .card-block {
    padding-top: 5px;
}

.intel-content .card table {
    margin-top: -6px;
    margin-bottom: 10px;
}

.intel-content table.visit-steps .event {
    padding-left: 1.5em;
}

.bootstrap-wrapper .wp-list-table .column-primary img {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    max-height: 32px;
}

.bootstrap-wrapper .widefat td,
.bootstrap-wrapper .widefat th {
    padding: 8px 10px;
}

.bootstrap-wrapper .widefat th.sortable,
.bootstrap-wrapper .widefat th.sorted {
    padding: 0;
}

/* Form CSS */
.bootstrap-wrapper .form-type-checkbox input[type="checkbox"] {
    margin-top: 0;
}

.bootstrap-wrapper .form-type-checkbox label {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
}

.bootstrap-wrapper .fieldset-description {
    margin-bottom: 15px;
}

.bootstrap-wrapper table.form-table .checkbox,
.bootstrap-wrapper table.form-table .radio,
.bootstrap-wrapper table.form-table .form-group {
    margin-top: 0;
    margin-bottom: 0;
}

/* form tooltips */


/* Kint debuger styling */
.bootstrap-wrapper .alert .kint {
    margin-top: -8px;
    margin-bottom: -15px;
}
.bootstrap-wrapper .kint dl {
  margin-bottom: 0;
}

/* helper classes */
td.nowrap {
    white-space: nowrap;
}

.intel-notice.alert {
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
    margin: 5px 0 15px;
    padding: 1px 12px;
}