@import 'colors.css';
/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */
html,
body {
  background: #ffffff;
}

/* Links */
a {
  color: #0047B6;
}
a:hover, a:active, a:focus {
  color: #005be9;
}

#media-upload a.del-link:hover,
div.dashboard-widget-submit input:hover,
.subsubsub a:hover,
.subsubsub a.current:hover {
  color: #005be9;
}

/* Forms */
input[type=checkbox]:checked:before {
  color: #0047B6;
}

input[type=radio]:checked:before {
  background: #0047B6;
}

.wp-core-ui input[type=reset]:hover,
.wp-core-ui input[type=reset]:active {
  color: #005be9;
}

/* Core UI */
.wp-core-ui .button-primary {
  background: #0047B6;
  border-color: #003383 #00296a #00296a;
  color: #fff;
  box-shadow: 0 1px 0 #00296a;
  text-shadow: 0 -1px 1px #00296a, 1px 0 1px #00296a, 0 1px 1px #00296a, -1px 0 1px #00296a;
}
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
  background: #004dc5;
  border-color: #00296a;
  color: #fff;
  box-shadow: 0 1px 0 #00296a;
}
.wp-core-ui .button-primary:focus {
  box-shadow: inset 0 1px 0 #003383, 0 0 2px 1px #33b3db;
}
.wp-core-ui .button-primary:active {
  background: #003383;
  border-color: #00296a;
  box-shadow: inset 0 2px 0 #00296a;
}
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary.button-primary-disabled, .wp-core-ui .button-primary.disabled {
  color: #c7cbd1 !important;
  background: #00378d !important;
  border-color: #00296a !important;
  text-shadow: none !important;
}
.wp-core-ui .button-primary.button-hero {
  box-shadow: 0 2px 0 #00296a !important;
}
.wp-core-ui .button-primary.button-hero:active {
  box-shadow: inset 0 3px 0 #00296a !important;
}
.wp-core-ui .wp-ui-primary {
  color: #ffffff;
  background-color: #0a2142;
}
.wp-core-ui .wp-ui-text-primary {
  color: #0a2142;
}
.wp-core-ui .wp-ui-highlight {
  color: #ffffff;
  background-color: #003383;
}
.wp-core-ui .wp-ui-text-highlight {
  color: #003383;
}
.wp-core-ui .wp-ui-notification {
  color: #ffffff;
  background-color: #0047B6;
}
.wp-core-ui .wp-ui-text-notification {
  color: #0047B6;
}
.wp-core-ui .wp-ui-text-icon {
  color: #f1f2f3;
}

/* List tables */
.wrap .add-new-h2:hover,
.wrap .page-title-action:hover,
.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
  color: #ffffff;
  background-color: #0a2142;
}

.view-switch a.current:before {
  color: #0a2142;
}

.view-switch a:hover:before {
  color: #0047B6;
}

.wp-list-table tr td, .wp-list-table tr th {
  /* Hide label for TripAdvisor Column */
}
.wp-list-table tr td:last-child, .wp-list-table tr th:last-child {
  /*text-align: center;*/
}
.wp-list-table tr td:last-child span, .wp-list-table tr th:last-child span {
  vertical-align: top;
  line-height: 22px;
}
.wp-list-table tr td.column-_abidplus_tripadvisor .tripadvisor-rating, .wp-list-table tr th.column-_abidplus_tripadvisor .tripadvisor-rating {
  display: none;
}
.wp-list-table tr td.column-_abidplus_tripadvisor .tripadvisor-review, .wp-list-table tr th.column-_abidplus_tripadvisor .tripadvisor-review {
  white-space: nowrap;
}
.wp-list-table tr td.column-_abidplus_tripadvisor small, .wp-list-table tr th.column-_abidplus_tripadvisor small {
  display: none;
}

/* Admin Menu */
#adminmenuback,
#adminmenuwrap,
#adminmenu {
  background: #0a2142;
}

#adminmenu a {
  color: #ffffff;
}

#adminmenu div.wp-menu-image:before {
  color: #f1f2f3;
}

#adminmenu a:hover,
#adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top:focus {
  color: #ffffff;
  background-color: #003383;
}

#adminmenu li.menu-top:hover div.wp-menu-image:before,
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
  color: #ffffff;
}

/* Active tabs use a bottom border color that matches the page background color. */
.about-wrap h2 .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* Admin Menu: submenu */
#adminmenu .wp-submenu,
#adminmenu .wp-has-current-submenu .wp-submenu,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
  background: #003992;
}

#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: #003992;
}

#adminmenu .wp-submenu .wp-submenu-head {
  color: #b6bcc6;
}

#adminmenu .wp-submenu a,
#adminmenu .wp-has-current-submenu .wp-submenu a,
.folded #adminmenu .wp-has-current-submenu .wp-submenu a,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
  color: #b6bcc6;
}
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
.folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus,
.folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
  color: #0047B6;
}

/* Admin Menu: current */
#adminmenu .wp-submenu li.current a,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
  color: #ffffff;
}
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
  color: #0047B6;
}

ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
  border-right-color: #ffffff;
}

#adminmenu li.current a.menu-top,
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
.folded #adminmenu li.current.menu-top {
  color: #ffffff;
  background: #003383;
}

#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
#adminmenu a.current:hover div.wp-menu-image:before,
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
#adminmenu li:hover div.wp-menu-image:before,
#adminmenu li a:focus div.wp-menu-image:before,
#adminmenu li.opensub div.wp-menu-image:before,
.ie8 #adminmenu li.opensub div.wp-menu-image:before {
  color: #ffffff;
}

/* Admin Menu: bubble */
#adminmenu .awaiting-mod,
#adminmenu .update-plugins {
  color: #ffffff;
  background: #0047B6;
}

#adminmenu li.current a .awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins,
#adminmenu li:hover a .awaiting-mod,
#adminmenu li.menu-top:hover > a .update-plugins {
  color: #ffffff;
  background: #003992;
}

/* Admin Menu: collapse button */
#collapse-button {
  color: #f1f2f3;
}

#collapse-button:hover,
#collapse-button:focus {
  color: #0047B6;
}

/* Admin Bar */
#wpadminbar {
  color: #ffffff;
  background: #0a2142;
}

#wpadminbar .ab-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
  color: #ffffff;
}

#wpadminbar .ab-icon,
#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before,
#wpadminbar .ab-item:after {
  color: #f1f2f3;
}

#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
  color: #0047B6;
  background: #003992;
}

#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
  color: #0047B6;
}

#wpadminbar:not(.mobile) li:hover .ab-icon:before,
#wpadminbar:not(.mobile) li:hover .ab-item:before,
#wpadminbar:not(.mobile) li:hover .ab-item:after,
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
  color: #ffffff;
}

/* Admin Bar: submenu */
#wpadminbar .menupop .ab-sub-wrapper {
  background: #003992;
}

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #13315d;
}

#wpadminbar .ab-submenu .ab-item,
#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop.hover ul li a,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #b6bcc6;
}

#wpadminbar .quicklinks li .blavatar,
#wpadminbar .menupop .menupop > .ab-item:before {
  color: #f1f2f3;
}

#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li .ab-item:focus .ab-icon:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li #adminbarsearch.adminbar-focused:before {
  color: #0047B6;
}

#wpadminbar .quicklinks li a:hover .blavatar,
#wpadminbar .quicklinks li a:focus .blavatar,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
#wpadminbar .menupop .menupop > .ab-item:hover:before,
#wpadminbar.mobile .quicklinks .ab-icon:before,
#wpadminbar.mobile .quicklinks .ab-item:before {
  color: #0047B6;
}

#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
  color: #f1f2f3;
}

/* Admin Bar: search */
#wpadminbar #adminbarsearch:before {
  color: #f1f2f3;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  color: #ffffff;
  background: #0f3161;
}

/* Admin Bar: my account */
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
  border-color: #0f3161;
  background-color: #0f3161;
}

#wpadminbar #wp-admin-bar-user-info .display-name {
  color: #ffffff;
}

#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
  color: #0047B6;
}

#wpadminbar #wp-admin-bar-user-info .username {
  color: #b6bcc6;
}

/* Pointers */
.wp-pointer .wp-pointer-content h3 {
  background-color: #0047B6;
  border-color: #003d9d;
}

.wp-pointer .wp-pointer-content h3:before {
  color: #0047B6;
}

.wp-pointer.wp-pointer-top .wp-pointer-arrow,
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
  border-bottom-color: #0047B6;
}

/* Media */
.media-item .bar,
.media-progress-bar div {
  background-color: #0047B6;
}

.details.attachment {
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #0047B6;
}

.attachment.details .check {
  background-color: #0047B6;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0047B6;
}

.media-selection .attachment.selection.details .thumbnail {
  -webkit-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #0047B6;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #0047B6;
}

/* Themes */
.theme-browser .theme.active .theme-name,
.theme-browser .theme.add-new-theme a:hover:after,
.theme-browser .theme.add-new-theme a:focus:after {
  background: #0047B6;
}

.theme-browser .theme.add-new-theme a:hover span:after,
.theme-browser .theme.add-new-theme a:focus span:after {
  color: #0047B6;
}

.theme-section.current,
.theme-filter.current {
  border-bottom-color: #0a2142;
}

body.more-filters-opened .more-filters {
  color: #ffffff;
  background-color: #0a2142;
}

body.more-filters-opened .more-filters:before {
  color: #ffffff;
}

body.more-filters-opened .more-filters:hover,
body.more-filters-opened .more-filters:focus {
  background-color: #003383;
  color: #ffffff;
}

body.more-filters-opened .more-filters:hover:before,
body.more-filters-opened .more-filters:focus:before {
  color: #ffffff;
}

/* Widgets */
.widgets-chooser li.widgets-chooser-selected {
  background-color: #003383;
  color: #ffffff;
}

.widgets-chooser li.widgets-chooser-selected:before,
.widgets-chooser li.widgets-chooser-selected:focus:before {
  color: #ffffff;
}

/* Responsive Component */
div#wp-responsive-toggle a:before {
  color: #f1f2f3;
}

.wp-responsive-open div#wp-responsive-toggle a {
  border-color: transparent;
  background: #003383;
}

.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
  background: #003992;
}

.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
  color: #f1f2f3;
}

/* TinyMCE */
.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item.mce-selected,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
  background: #0047B6;
}

.wrap .add-new-h2,
.wrap .add-new-h2:active,
.wrap .page-title-action,
.wrap .page-title-action:active {
  color: #0047B6;
}

/* Admin Columns */
.column-featured_image {
  width: 70px;
}
.column-featured_image img {
  max-width: 100%;
  height: auto;
}

th.column-priority, td.column-priority {
  width: 70px;
  text-align: center;
}

/* Meta Boxes */
.custom-meta-box-field label {
  display: block;
  font-weight: bold;
}
.custom-meta-box-field input {
  width: 100%;
  padding: 8px;
}
.custom-meta-box-field select {
  width: 100%;
}
.custom-meta-box-field textarea {
  width: 100%;
  height: 100px;
  padding: 8px;
}

/* ABID Plus Settings Page */
.abidplus-settings h2 {
  background-color: #0047B6;
  color: #fff;
  padding: 15px;
  margin-bottom: 0;
  border: #003992 1px solid;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.abidplus-settings h2 input[type=submit] {
  margin-top: -5px;
}
.abidplus-settings p.settings-section {
  font-size: 16px;
  background-color: #f7f7f7;
  border: #ddd 1px solid;
  border-bottom: none;
  margin: 0;
  padding: 20px 15px;
}
.abidplus-settings .form-table {
  background-color: #fff;
  border: #ddd 1px solid;
  margin-top: 0;
  margin-bottom: 15px;
}
.abidplus-settings .form-table th {
  padding: 20px 15px;
  border-bottom: #ddd 1px solid;
}
.abidplus-settings .form-table td {
  border-bottom: #ddd 1px solid;
  padding: 20px 15px;
}
.abidplus-settings .form-table td input.abidplus-option {
  width: 100%;
  padding: 8px;
  margin: 0;
}
.abidplus-settings .form-table td textarea.abidplus-option {
  width: 100%;
  height: 100px;
  padding: 8px;
  margin: 0;
}
.abidplus-settings .form-table td small {
  display: block;
  background-color: #f7f7f7;
  border: #ddd 1px solid;
  padding: 8px;
  margin-top: -1px;
}
.abidplus-settings input[type=submit] {
  float: right;
}

/* ABID Plus Custom Blocks */
.wp-block-abidplus-alert,
.wp-block-abidplus-alert-link {
  background: white;
  border-color: #ffffff;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
  border-radius: 5px;
}
.wp-block-abidplus-alert .alert-heading,
.wp-block-abidplus-alert-link .alert-heading {
  text-transform: uppercase;
  border-bottom: 5px solid #ffffff;
  padding-bottom: 5px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
}
.wp-block-abidplus-alert p,
.wp-block-abidplus-alert-link p {
  font-weight: bold;
}

/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */
body.login {
  background: #fff;
  background-size: cover;
  font-size: 1rem;
}
body.login.interim-login {
  background: none;
}

.login h1 a {
  background-image: none, url(../images/logo-arrowhead-pyramid.png);
  width: 100%;
  background-size: contain;
  height: 100px;
}

.login form {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
  border: none;
  background: none;
}

.login form::before {
  display: block;
  content: "You must Log In to View this Page.";
  background: url("../images/alert-circle.png") no-repeat center top;
  background-size: 30px;
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto 4rem auto;
  text-align: center;
  padding: 2rem 1rem 0.5rem 1rem;
}

.login form label {
  font-size: 1rem;
}

.login form .input, .login input[type=password], .login input[type=text] {
  width: 100%;
  border: none;
  background: none;
  box-shadow: inset 7px 7px 5px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 7px 7px 5px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 7px 7px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

.login form .forgetmenot {
  float: none;
  font-size: 1rem;
}

.login form .submit {
  display: block;
  text-align: center;
}

.login .button-primary {
  background: #0047B6;
  border: #0047B6 1px solid;
  color: #fff;
  border-radius: 2rem;
  font-weight: normal;
  font-size: 1rem;
  padding: 1rem 2rem;
  width: 50%;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 71, 182, 0.25);
  -moz-box-shadow: 0 0.5rem 1rem 0 rgba(0, 71, 182, 0.25);
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 71, 182, 0.25);
  float: none;
  margin: 1rem auto 2rem auto;
}

input:focus, textarea:focus, select:focus, a:focus {
  outline: none !important;
}

th.column-featured_image {
  width: 70px;
}

th.column-priority, td.column-priority {
  width: 70px;
  text-align: center;
}

/*# sourceMappingURL=abidplus.css.map */
