@charset "UTF-8";
/*!
Theme Name: technigrain-frontend
Theme URI: http://underscores.me/
Author: Pierre Saïkali
Author URI: https://mosaika.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tgn-frontend
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

technigrain-frontend is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #111; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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;
    clip-path: none;
    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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom for Technigrain
--------------------------------------------------------------*/
.tgn-button, main.tgn-admin-view div.data-table div.table-body a.data-item:hover {
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }

main.tgn-admin-view div.data-table div.table-body a.data-item:hover:after {
  transition: all 0.5s ease-in-out; }

.tgn-button:hover, main.tgn-admin-view div.data-table div.table-body a.data-item, main.tgn-admin-view div.data-table div.table-body a.data-item:after {
  transition: all 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

main.tgn-admin-view header.view-header:before, main.tgn-admin-view div.data-table div.table-body a.data-item:after, main.tgn-admin-view.reco ul.progress:after {
  display: block;
  position: absolute;
  content: ""; }

/**************************\
  Basic Modal Styles
\**************************/
.tgn-modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  position: relative;
  z-index: 9000; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-container {
  background-color: #fff;
  padding: 30px;
  min-width: 60%;
  max-width: 90%;
  max-height: 85vh;
  width: 60%;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .modal-container {
      padding: 1rem;
      width: 85%;
      max-width: 98%; } }

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  box-sizing: border-box; }

.modal-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 2em; }
  .modal-close:hover {
    color: #a3195b; }

.modal-header .modal-close:before {
  content: "\2715"; }

.modal-content {
  margin: 2rem 0; }

/**************************\
	Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform; }

.tgn-alert:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  transition: color 0.1s ease-in; }

.clearfix:after, main.tgn-admin-view.reco section.reco-editor-content:after {
  content: "";
  display: table;
  clear: both; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  border-color: #3aaa35;
  box-shadow: 0 0 2px rgba(58, 170, 53, 0.6);
  outline: 2px solid transparent; }

body.tgn-custom-admin p,
body.tgn-custom-admin li,
body.tgn-custom-admin h1,
body.tgn-custom-admin h2,
body.tgn-custom-admin h3,
body.tgn-custom-admin h4,
body.tgn-custom-admin h5,
body.tgn-custom-admin h6,
body.tgn-custom-admin blockquote,
body.tgn-custom-admin dl,
body.tgn-custom-admin dt,
body.tgn-custom-admin dd,
body.tgn-custom-admin table,
body.tgn-custom-admin tr,
body.tgn-custom-admin td,
body.tgn-custom-admin th,
body.tgn-custom-admin .tgn-admin-view *:not(.fas):not(.far):not(.fa) {
  font-family: "Montserrat", sans-serif; }
body.tgn-custom-admin .dashicons,
body.tgn-custom-admin .dashicons-before:before {
  font-family: dashicons !important;
  vertical-align: middle; }
body.tgn-custom-admin p {
  font-size: 1em; }

.list_inline, .labels-list, body.post-type-tgn-fan table.wp-list-table td.configs-measures ul.config-measures, main.tgn-admin-view header.view-header nav.breadcrumbs ul, main.tgn-admin-view.reco ul.progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }
  .list_inline li, .labels-list li, body.post-type-tgn-fan table.wp-list-table td.configs-measures ul.config-measures li, main.tgn-admin-view header.view-header nav.breadcrumbs ul li, main.tgn-admin-view.reco ul.progress li {
    display: inline-block; }
    .list_inline li + li, .labels-list li + li, body.post-type-tgn-fan table.wp-list-table td.configs-measures ul.config-measures li + li, main.tgn-admin-view header.view-header nav.breadcrumbs ul li + li, main.tgn-admin-view.reco ul.progress li + li {
      margin-left: 0.5em; }

.labels-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.25em; }
  .labels-list li {
    flex: auto;
    text-align: center;
    display: inline-block;
    padding: 0.25em 0.5em;
    background: #ededed;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    font-size: 90%;
    margin-right: 0.25em !important;
    margin-left: 0 !important; }

.tgn-button {
  border-radius: 2rem;
  cursor: pointer;
  background: #a3195b;
  display: inline-block;
  padding: 0.5em 1em;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #a3195b;
  text-transform: uppercase;
  font-weight: bold; }
  .tgn-button .dashicons {
    text-decoration: none;
    color: #fff;
    opacity: 0.5; }
  .tgn-button:hover {
    color: #fff;
    border-color: #771242; }
    .tgn-button:hover .dashicons {
      opacity: 1; }
  .tgn-button:active, .tgn-button:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8); }
  header.view-header .tgn-button {
    border-color: rgba(255, 255, 255, 0.5); }
    header.view-header .tgn-button:hover {
      border-color: #fff; }
    header.view-header .tgn-button:active, header.view-header .tgn-button:focus {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.8); }
  .tgn-button.large {
    font-size: 1rem; }

.no-value {
  opacity: 0.325;
  font-style: italic; }

.link {
  font-weight: bold;
  color: #a3195b;
  text-decoration: underline;
  cursor: pointer; }
  .link:hover {
    text-decoration: none;
    color: #e59000; }

.tgn-alert {
  background: #fff;
  border-radius: 0.25rem;
  padding: 1em 2em 1em 4.25em;
  margin: 0 0 2em;
  position: relative;
  color: #1d1d1b;
  width: auto;
  word-wrap: break-word; }
  .tgn-alert:before {
    content: "\f348";
    position: absolute;
    left: 0.75em;
    font-size: 1.5rem;
    color: #a3195b; }
  .tgn-alert p {
    margin: 0; }
    .tgn-alert p + p {
      margin-top: 0.5em; }
  .tgn-alert h5 {
    font-size: 1rem;
    margin: 0;
    color: #a3195b; }

dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0.5rem 0.75rem;
  border: 1px dotted #d3d3d3;
  border-top: none; }
  header.view-header dl {
    margin-left: 0;
    margin-right: 0; }
  dl dt,
  dl dd {
    flex: 1;
    margin: 0;
    padding: 0; }
  dl dt {
    text-align: left;
    font-weight: bold; }
  dl dd {
    text-align: right; }
    dl dd .item-photo {
      display: inline-block;
      width: 3rem; }
      dl dd .item-photo img {
        max-width: 100%;
        vertical-align: middle; }
      dl dd .item-photo + .item-photo {
        margin-left: 0.5rem; }
      dl dd .item-photo:hover {
        box-shadow: 0px 5px 10px -5 rgba(0, 0, 0, 0.5);
        opacity: 0.5; }
  dl.full {
    display: block; }
    dl.full dt,
    dl.full dd {
      display: block;
      width: 100%; }
    dl.full dd {
      text-align: left; }

.cols-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .cols-2 > .col {
    flex-basis: 48%; }
    .cols-2 > .col dl dt {
      flex: 3; }
    .cols-2 > .col dl dd {
      flex: 1; }

.tgn-modal .tgn-add-meta-button-row,
.tgn-modal .tgn-data-row a.delete-meta {
  display: none !important; }
.tgn-modal .tgn-data-row textarea {
  width: 100% !important; }
.tgn-modal main.modal-content section {
  margin-bottom: 1rem; }
  .tgn-modal main.modal-content section h3 {
    font-size: 1.4rem; }
  .tgn-modal main.modal-content section h4 {
    font-size: 1rem; }
  .tgn-modal main.modal-content section h3,
  .tgn-modal main.modal-content section h4,
  .tgn-modal main.modal-content section h5,
  .tgn-modal main.modal-content section h6 {
    margin: 1.5em 0 0.625em; }
    .tgn-modal main.modal-content section h3 a,
    .tgn-modal main.modal-content section h4 a,
    .tgn-modal main.modal-content section h5 a,
    .tgn-modal main.modal-content section h6 a {
      font-size: 65%;
      text-decoration: none;
      display: inline-block;
      margin-left: 0.5em;
      color: #1d1d1b;
      opacity: 0.5;
      position: relative;
      top: -0.1em;
      font-weight: normal; }
      .tgn-modal main.modal-content section h3 a .dashicons,
      .tgn-modal main.modal-content section h4 a .dashicons,
      .tgn-modal main.modal-content section h5 a .dashicons,
      .tgn-modal main.modal-content section h6 a .dashicons {
        font-size: inherit;
        font-size: 1.25em;
        height: auto;
        width: auto; }
      .tgn-modal main.modal-content section h3 a:hover,
      .tgn-modal main.modal-content section h4 a:hover,
      .tgn-modal main.modal-content section h5 a:hover,
      .tgn-modal main.modal-content section h6 a:hover {
        opacity: 1; }
    .tgn-modal main.modal-content section h3 small,
    .tgn-modal main.modal-content section h4 small,
    .tgn-modal main.modal-content section h5 small,
    .tgn-modal main.modal-content section h6 small {
      font-weight: normal; }
    .tgn-modal main.modal-content section h3 + dl,
    .tgn-modal main.modal-content section h4 + dl,
    .tgn-modal main.modal-content section h5 + dl,
    .tgn-modal main.modal-content section h6 + dl {
      border-top: 1px dotted #d3d3d3; }
.tgn-modal main.modal-content ul.data-items {
  margin-left: -1rem;
  margin-right: -1rem; }

ul.data-items li {
  background: #ffffff;
  margin-bottom: 0.4rem; }
  ul.data-items li a {
    border-radius: 0.25rem;
    box-shadow: 0px 4px 15px -12px rgba(0, 0, 0, 0.325);
    border: 1px solid #d3d3d3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 1em;
    color: #1d1d1b;
    text-decoration: none; }
    ul.data-items li a h4 {
      margin: 0 !important; }
    ul.data-items li a .right {
      margin-left: auto; }
    ul.data-items li a:hover {
      box-shadow: 0px 7px 20px -12px rgba(0, 0, 0, 0.25);
      border-color: #1d1d1b; }

ul#adminmenu li.toplevel_page_tgn-options,
ul#adminmenu li.menu-icon-tgn-measure {
  margin-bottom: 2rem; }
ul#adminmenu li.wp-menu-separator[aria-hidden="true"] {
  display: none; }

#logs-table th#type,
#logs-table td.column-type {
  width: 15%; }
  #logs-table th#type ul.log-types,
  #logs-table td.column-type ul.log-types {
    margin: 0;
    padding: 0;
    list-style: none; }
    #logs-table th#type ul.log-types li,
    #logs-table td.column-type ul.log-types li {
      font-size: 0.6rem;
      line-height: 1;
      margin: 0;
      border-radius: 0.25em;
      display: inline-block;
      padding: 0.125em 0.25em; }
      #logs-table th#type ul.log-types li + li,
      #logs-table td.column-type ul.log-types li + li {
        margin-left: 0.25em; }
      #logs-table th#type ul.log-types li.success,
      #logs-table td.column-type ul.log-types li.success {
        background-color: #28af51;
        color: #fff; }
      #logs-table th#type ul.log-types li.error,
      #logs-table td.column-type ul.log-types li.error {
        background-color: #d46758;
        color: #fff; }
      #logs-table th#type ul.log-types li.info,
      #logs-table td.column-type ul.log-types li.info {
        background-color: #65a5e0;
        color: #fff; }
#logs-table th#message,
#logs-table td.column-message {
  width: 70%; }
  #logs-table th#message pre,
  #logs-table td.column-message pre {
    margin-top: -0.75rem; }
#logs-table th#created_at,
#logs-table td.column-created_at {
  width: 10%;
  text-align: right; }

body.post-type-tgn-fan table.wp-list-table span.separator {
  opacity: 0.5;
  font-size: 1em;
  width: auto;
  height: auto;
  vertical-align: middle; }
body.post-type-tgn-fan table.wp-list-table td.fan-heading time.fan-date {
  display: block;
  font-size: 0.6rem;
  font-style: italic;
  margin-top: 0.2em;
  margin-bottom: 0.6em;
  opacity: 0.6; }
body.post-type-tgn-fan table.wp-list-table td.fan-heading .fan-title {
  font-size: 0.8rem !important;
  margin-top: 0.1em; }
body.post-type-tgn-fan table.wp-list-table #fan-heading {
  width: 30%; }
body.post-type-tgn-fan table.wp-list-table #configs-measures {
  width: 50%; }
body.post-type-tgn-fan table.wp-list-table #author {
  width: 20%; }
body.post-type-tgn-fan table.wp-list-table td.configs-measures table.fan-configs {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 100%; }
  body.post-type-tgn-fan table.wp-list-table td.configs-measures table.fan-configs td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle; }
  body.post-type-tgn-fan table.wp-list-table td.configs-measures table.fan-configs td.config {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 35%;
    font-weight: bold; }
  body.post-type-tgn-fan table.wp-list-table td.configs-measures table.fan-configs td.measures {
    width: 65%; }
    body.post-type-tgn-fan table.wp-list-table td.configs-measures table.fan-configs td.measures ul li {
      margin-bottom: 0; }
body.post-type-tgn-fan table.wp-list-table td.configs-measures ul.config-measures li + li {
  margin-left: 0.75em; }

table.tgn-metadata-table tr.tgn-title-row td {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  table.tgn-metadata-table tr.tgn-title-row td h3 {
    margin-left: 0.5em; }
    table.tgn-metadata-table tr.tgn-title-row td h3 span.dashicons {
      opacity: 0.25;
      display: inline-block;
      margin-right: 0.25em; }
table.tgn-metadata-table tr.tgn-data-row .regular-text {
  width: auto;
  min-width: 20em;
  max-width: 100%; }
table.tgn-metadata-table tr.tgn-data-row textarea.regular-text {
  min-width: 30em; }
table.tgn-metadata-table tr.tgn-data-row td.meta-key {
  width: 40%; }
  table.tgn-metadata-table tr.tgn-data-row td.meta-key label {
    padding-left: 1em;
    display: block; }
    table.tgn-metadata-table tr.tgn-data-row td.meta-key label span.sub-key {
      font-size: 0.9em;
      display: inline-block; }
      table.tgn-metadata-table tr.tgn-data-row td.meta-key label span.sub-key + span.sub-key {
        margin-left: 0.35em; }
    table.tgn-metadata-table tr.tgn-data-row td.meta-key label span.main-key {
      display: block;
      font-weight: bold; }
      table.tgn-metadata-table tr.tgn-data-row td.meta-key label span.main-key > span {
        font-weight: normal;
        font-size: 0.9em; }
        table.tgn-metadata-table tr.tgn-data-row td.meta-key label span.main-key > span + span {
          margin-left: 0.5em; }
        table.tgn-metadata-table tr.tgn-data-row td.meta-key label span.main-key > span:last-of-type {
          font-weight: bold; }
table.tgn-metadata-table tr.tgn-data-row td.meta-value {
  width: 60%;
  vertical-align: middle;
  position: relative; }
  table.tgn-metadata-table tr.tgn-data-row td.meta-value a.delete-meta {
    position: absolute;
    top: 50%;
    font-size: 1rem;
    margin-top: -0.5em;
    right: 1rem;
    display: block;
    width: 1.2em;
    height: 1.2em;
    opacity: 0; }
    table.tgn-metadata-table tr.tgn-data-row td.meta-value a.delete-meta span.dashicons {
      font-size: 1em; }
  table.tgn-metadata-table tr.tgn-data-row td.meta-value div.tgn-field.type-photo figure {
    margin: 0.5rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    table.tgn-metadata-table tr.tgn-data-row td.meta-value div.tgn-field.type-photo figure a {
      flex-basis: 150px; }
    table.tgn-metadata-table tr.tgn-data-row td.meta-value div.tgn-field.type-photo figure figcaption {
      padding-left: 1rem; }
table.tgn-metadata-table tr.tgn-data-row:hover td.meta-value a.delete-meta {
  opacity: 0.25; }
  table.tgn-metadata-table tr.tgn-data-row:hover td.meta-value a.delete-meta:hover {
    opacity: 1; }
table.tgn-metadata-table tr.tgn-add-meta-button-row {
  background-image: linear-gradient(140deg, #ffffff 25%, #fafafa 25%, #fafafa 50%, #ffffff 50%, #ffffff 75%, #fafafa 75%, #fafafa 100%);
  background-size: 62.23px 52.22px; }
  table.tgn-metadata-table tr.tgn-add-meta-button-row td {
    border-top: 1px dotted rgba(0, 0, 0, 0.125);
    text-align: center; }
    table.tgn-metadata-table tr.tgn-add-meta-button-row td a.button {
      display: inline-block;
      margin: 0.5rem 0; }
table.tgn-metadata-table tr.tgn-add-meta-clone-row {
  display: none; }
  table.tgn-metadata-table tr.tgn-add-meta-clone-row label {
    font-weight: bold;
    display: block;
    font-size: 0.9em;
    margin-bottom: 0.15em; }
  table.tgn-metadata-table tr.tgn-add-meta-clone-row td.meta-key {
    width: 30%; }
    table.tgn-metadata-table tr.tgn-add-meta-clone-row td.meta-key label,
    table.tgn-metadata-table tr.tgn-add-meta-clone-row td.meta-key input {
      display: block; }
    table.tgn-metadata-table tr.tgn-add-meta-clone-row td.meta-key input {
      margin-bottom: 0.5em;
      margin-left: 0.6rem; }
  table.tgn-metadata-table tr.tgn-add-meta-clone-row td.meta-value {
    width: 70%; }

tr.user-url-wrap {
  display: none; }

.user-new-php .cf-container__fields > .cf-field > .cf-field__head,
.user-new-php .cf-container-user-meta .cf-container__fields > .cf-field > .cf-field__head,
.user-edit-php .cf-container__fields > .cf-field > .cf-field__head,
.user-edit-php .cf-container-user-meta .cf-container__fields > .cf-field > .cf-field__head {
  position: relative; }
.user-new-php fieldset[class^="container-carbon_fields_container_"],
.user-edit-php fieldset[class^="container-carbon_fields_container_"] {
  margin-top: -15px; }
  @media (min-width: 782px) {
    .user-new-php fieldset[class^="container-carbon_fields_container_"],
    .user-edit-php fieldset[class^="container-carbon_fields_container_"] {
      margin-left: -220px; } }

main.tgn-admin-view {
  padding: 0 3rem 2rem; }
  @media (max-width: 767px) {
    main.tgn-admin-view {
      padding: 0 1.5rem 1rem; } }

#wpbody-content > div.wrap {
  padding: 2rem 3rem 2rem; }

main.tgn-admin-view,
#wpbody-content > div.wrap {
  margin: 0; }

@media (max-width: 767px) {
  html {
    overflow-x: hidden; } }

body.tgn-custom-admin {
  background: #efefef;
  margin-top: -32px;
  overflow-x: hidden;
  padding-top: 3.4rem;
  line-height: 1.4;
  font-size: 15px; }
  @media (max-width: 767px) {
    body.tgn-custom-admin {
      font-size: 13px;
      padding-top: 2.3rem; } }
  body.tgn-custom-admin.tgn-role-manager #wpcontent #wpadminbar {
    display: none; }
  body.tgn-custom-admin.tgn-role-manager div.update-nag {
    display: none; }
  body.tgn-custom-admin #wpcontent {
    padding-left: 0; }
    body.tgn-custom-admin #wpcontent #wpadminbar {
      margin-top: -35px;
      top: auto;
      bottom: 0;
      opacity: 0.1;
      left: 260px; }
      @media (max-width: 767px) {
        body.tgn-custom-admin #wpcontent #wpadminbar {
          display: none; } }
      body.tgn-custom-admin #wpcontent #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
        bottom: 100%; }
      body.tgn-custom-admin #wpcontent #wpadminbar:hover {
        opacity: 1; }
  body.tgn-custom-admin #adminmenuback,
  body.tgn-custom-admin #adminmenuwrap {
    left: -160px; }
  body.tgn-custom-admin #wpcontent,
  body.tgn-custom-admin #wpfooter {
    margin-left: 260px; }
    @media (max-width: 767px) {
      body.tgn-custom-admin #wpcontent,
      body.tgn-custom-admin #wpfooter {
        margin-left: 0; } }
  body.tgn-custom-admin #wpfooter {
    display: none; }
  body.tgn-custom-admin header#tgn-admin-bar {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    background: #1d1d1b;
    padding: 0.125rem 1rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    body.tgn-custom-admin header#tgn-admin-bar span.trigger-mobile-nav {
      cursor: pointer; }
      @media (min-width: 768px) {
        body.tgn-custom-admin header#tgn-admin-bar span.trigger-mobile-nav {
          display: none; } }
    body.tgn-custom-admin header#tgn-admin-bar h6.logo {
      margin: 0; }
      body.tgn-custom-admin header#tgn-admin-bar h6.logo a {
        display: block;
        max-width: 8rem; }
        body.tgn-custom-admin header#tgn-admin-bar h6.logo a img {
          width: 100%; }
    body.tgn-custom-admin header#tgn-admin-bar nav.user-nav ul li {
      font-size: 0.9rem; }
      body.tgn-custom-admin header#tgn-admin-bar nav.user-nav ul li > a {
        color: #fff;
        opacity: 0.75;
        text-decoration: none;
        display: inline-block;
        margin-left: 0.5em; }
        body.tgn-custom-admin header#tgn-admin-bar nav.user-nav ul li > a:hover {
          opacity: 1; }
      @media (max-width: 767px) {
        body.tgn-custom-admin header#tgn-admin-bar nav.user-nav ul li span {
          display: none; } }
  body.tgn-custom-admin #tgn-admin-sidebar {
    position: fixed;
    top: 3.4rem;
    bottom: 0;
    left: 0;
    width: 260px;
    background: #1d1d1b;
    color: #fff; }
    @media (max-width: 767px) {
      body.tgn-custom-admin #tgn-admin-sidebar {
        width: 100%;
        display: none; } }
    body.tgn-custom-admin #tgn-admin-sidebar div.inner {
      padding: 0 1.5rem 2rem 1.5rem; }
    body.tgn-custom-admin #tgn-admin-sidebar ul.menu {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-top: 0;
      padding-top: 0; }
      body.tgn-custom-admin #tgn-admin-sidebar ul.menu li a {
        display: block;
        padding: 1em;
        text-decoration: none;
        color: #fff;
        font-size: 1rem; }
        body.tgn-custom-admin #tgn-admin-sidebar ul.menu li a i.dashicons {
          color: #a3195b;
          margin-right: 0.325em;
          position: relative; }
        body.tgn-custom-admin #tgn-admin-sidebar ul.menu li a span {
          display: inline-block;
          vertical-align: middle; }
        body.tgn-custom-admin #tgn-admin-sidebar ul.menu li a:hover {
          background: #010101; }
          body.tgn-custom-admin #tgn-admin-sidebar ul.menu li a:hover i.dashicons {
            color: #e59000; }
      body.tgn-custom-admin #tgn-admin-sidebar ul.menu li.active a {
        font-weight: bold;
        background: #010101; }
        body.tgn-custom-admin #tgn-admin-sidebar ul.menu li.active a i.dashicons {
          color: #fff; }
  body.tgn-custom-admin .update-nag,
  body.tgn-custom-admin #update-nag {
    margin: 0;
    width: 100%;
    font-size: 0.75rem; }

main.tgn-admin-view header.view-header {
  padding: 1rem 0 2rem;
  margin-bottom: 2rem;
  color: #e8cddc;
  position: relative; }
  @media (max-width: 767px) {
    main.tgn-admin-view header.view-header {
      padding-bottom: 1rem; } }
  main.tgn-admin-view header.view-header:before {
    background: #a3195b;
    z-index: -1;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0; }
  main.tgn-admin-view header.view-header nav.breadcrumbs {
    margin-top: 1rem; }
    main.tgn-admin-view header.view-header nav.breadcrumbs ul * {
      color: #fff; }
    main.tgn-admin-view header.view-header nav.breadcrumbs ul a {
      text-decoration: none; }
      main.tgn-admin-view header.view-header nav.breadcrumbs ul a:hover {
        opacity: 0.75; }
    main.tgn-admin-view header.view-header nav.breadcrumbs ul li {
      margin: 0; }
      main.tgn-admin-view header.view-header nav.breadcrumbs ul li + li:before {
        content: "/";
        opacity: 0.5;
        margin-right: 0.5rem; }
  main.tgn-admin-view header.view-header div.title {
    position: relative; }
    main.tgn-admin-view header.view-header div.title h1 {
      font-size: 2.5rem;
      margin-top: 0.25em;
      margin-bottom: 0.375em;
      color: #fff; }
      @media (max-width: 767px) {
        main.tgn-admin-view header.view-header div.title h1 {
          font-size: 1.5rem; } }
      main.tgn-admin-view header.view-header div.title h1 span.modal-trigger {
        display: inline-block;
        cursor: pointer;
        margin-left: 0.125em;
        opacity: 0.75; }
        main.tgn-admin-view header.view-header div.title h1 span.modal-trigger:hover {
          opacity: 1; }
    main.tgn-admin-view header.view-header div.title.no-breadcrumbs {
      margin-top: 2.75rem; }
      @media (max-width: 767px) {
        main.tgn-admin-view header.view-header div.title.no-breadcrumbs {
          margin-top: 1rem; } }
    main.tgn-admin-view header.view-header div.title .extra {
      position: absolute;
      right: 0;
      top: 50%;
      vertical-align: middle;
      height: auto;
      padding: 0.25em 0.75em;
      margin-top: -0.75em; }
      main.tgn-admin-view header.view-header div.title .extra span.dashicons {
        vertical-align: middle;
        margin-right: 0.125em; }
      @media (max-width: 767px) {
        main.tgn-admin-view header.view-header div.title .extra {
          display: none; } }
  @media (max-width: 767px) {
    main.tgn-admin-view header.view-header aside.summary {
      margin-bottom: 1rem; } }
  main.tgn-admin-view header.view-header aside.summary dl {
    display: block;
    border: none;
    padding: 0.125em 0; }
    main.tgn-admin-view header.view-header aside.summary dl dt,
    main.tgn-admin-view header.view-header aside.summary dl dd {
      display: inline-block; }
    main.tgn-admin-view header.view-header aside.summary dl dt {
      margin-right: 0.325em; }
      main.tgn-admin-view header.view-header aside.summary dl dt:after {
        position: relative;
        content: " :"; }
    main.tgn-admin-view header.view-header aside.summary dl dd {
      color: #fff;
      text-align: left; }
      main.tgn-admin-view header.view-header aside.summary dl dd a {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
        main.tgn-admin-view header.view-header aside.summary dl dd a:hover {
          border-bottom: 1px solid #fff; }
main.tgn-admin-view section.view-body nav.data-filters {
  margin: -2rem -3rem 1.5rem;
  background: #fff;
  padding: 0.75rem 2rem;
  border-radius: 0 0 0.25rem 0.25rem; }
  @media (max-width: 767px) {
    main.tgn-admin-view section.view-body nav.data-filters {
      margin-left: 0;
      margin-right: 0; } }
  main.tgn-admin-view section.view-body nav.data-filters form {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    @media (max-width: 767px) {
      main.tgn-admin-view section.view-body nav.data-filters form {
        display: block;
        max-width: 100%; } }
    main.tgn-admin-view section.view-body nav.data-filters form > * {
      flex: 3;
      margin: 0 0.325rem;
      font-size: 0.8rem; }
      @media (max-width: 767px) {
        main.tgn-admin-view section.view-body nav.data-filters form > * {
          margin-bottom: 0.5rem;
          margin-left: 0;
          display: block;
          width: 100%; } }
    main.tgn-admin-view section.view-body nav.data-filters form button {
      flex: 2; }
    main.tgn-admin-view section.view-body nav.data-filters form input {
      padding: 0.375em 0.5em; }
    main.tgn-admin-view section.view-body nav.data-filters form label {
      flex: 1;
      font-weight: bold;
      font-size: 0.8rem;
      margin-left: 1em;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center; }
      main.tgn-admin-view section.view-body nav.data-filters form label .dashicons {
        font-size: 0.8rem;
        color: #c0c0c0; }
        main.tgn-admin-view section.view-body nav.data-filters form label .dashicons:before {
          vertical-align: middle;
          position: relative;
          top: 0.15em; }

main.tgn-admin-view div.data-table {
  margin-bottom: 2rem; }
  main.tgn-admin-view div.data-table header.table-headers,
  main.tgn-admin-view div.data-table .data-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      main.tgn-admin-view div.data-table header.table-headers,
      main.tgn-admin-view div.data-table .data-item {
        display: block; } }
  main.tgn-admin-view div.data-table header.table-headers div.column-header,
  main.tgn-admin-view div.data-table .data-item .column {
    flex: 1; }
  @media (max-width: 767px) {
    main.tgn-admin-view div.data-table header.table-headers {
      display: none; } }
  main.tgn-admin-view div.data-table header.table-headers div.column-header {
    font-weight: normal;
    opacity: 0.75;
    font-size: 0.6rem;
    padding: 0rem 0.825rem; }
    main.tgn-admin-view div.data-table header.table-headers div.column-header h3 {
      font-weight: normal; }
    main.tgn-admin-view div.data-table header.table-headers div.column-header.name {
      flex: 3; }
    main.tgn-admin-view div.data-table header.table-headers div.column-header.email, main.tgn-admin-view div.data-table header.table-headers div.column-header.operator, main.tgn-admin-view div.data-table header.table-headers div.column-header.client {
      flex: 2; }
    main.tgn-admin-view div.data-table header.table-headers div.column-header.link {
      text-decoration: none; }
    main.tgn-admin-view div.data-table header.table-headers div.column-header.reco {
      flex: 2; }
  main.tgn-admin-view div.data-table div.table-body .data-item {
    background: #ffffff;
    margin-bottom: 0.4rem;
    border-radius: 0.25rem;
    box-shadow: 0px 4px 15px -12px rgba(0, 0, 0, 0.325); }
    @media (max-width: 767px) {
      main.tgn-admin-view div.data-table div.table-body .data-item {
        padding: 0.5rem 0.125rem;
        margin-bottom: 0.8rem; } }
    main.tgn-admin-view div.data-table div.table-body .data-item div.column {
      padding: 1.25rem 0.825rem;
      vertical-align: middle;
      font-weight: 500;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        main.tgn-admin-view div.data-table div.table-body .data-item div.column {
          padding: 0.375rem 0.75rem;
          display: flex;
          flex-direction: row;
          justify-content: flex-end; }
          main.tgn-admin-view div.data-table div.table-body .data-item div.column:before {
            content: attr(data-column-title);
            text-align: left;
            margin-right: auto;
            font-weight: bold;
            padding-right: 0.5em; }
          main.tgn-admin-view div.data-table div.table-body .data-item div.column > * {
            display: inline-block; } }
      main.tgn-admin-view div.data-table div.table-body .data-item div.column > * {
        flex: 1;
        margin: 0;
        font-weight: 500; }
      main.tgn-admin-view div.data-table div.table-body .data-item div.column h2,
      main.tgn-admin-view div.data-table div.table-body .data-item div.column h3,
      main.tgn-admin-view div.data-table div.table-body .data-item div.column h4,
      main.tgn-admin-view div.data-table div.table-body .data-item div.column h5,
      main.tgn-admin-view div.data-table div.table-body .data-item div.column h6 {
        font-weight: 700; }
      main.tgn-admin-view div.data-table div.table-body .data-item div.column.column-name {
        flex: 3; }
        main.tgn-admin-view div.data-table div.table-body .data-item div.column.column-name h4 small {
          font-weight: normal;
          font-style: italic; }
      main.tgn-admin-view div.data-table div.table-body .data-item div.column.column-email, main.tgn-admin-view div.data-table div.table-body .data-item div.column.column-operator, main.tgn-admin-view div.data-table div.table-body .data-item div.column.column-client, main.tgn-admin-view div.data-table div.table-body .data-item div.column.column-reco {
        flex: 2; }
      main.tgn-admin-view div.data-table div.table-body .data-item div.column.column-client span.dashicons {
        color: #c0c0c0; }
  main.tgn-admin-view div.data-table div.table-body a.data-item {
    color: #1d1d1b;
    text-decoration: none;
    position: relative; }
    main.tgn-admin-view div.data-table div.table-body a.data-item:after {
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: #0073aa;
      background: #dadada; }
    main.tgn-admin-view div.data-table div.table-body a.data-item:hover {
      box-shadow: 0px 7px 20px -12px rgba(0, 0, 0, 0.25); }
      main.tgn-admin-view div.data-table div.table-body a.data-item:hover:after {
        width: 100%; }
      main.tgn-admin-view div.data-table div.table-body a.data-item:hover span.link {
        color: #a3195b; }
  main.tgn-admin-view div.data-table nav.table-pagination {
    margin-top: 2rem; }
    main.tgn-admin-view div.data-table nav.table-pagination span.results-count {
      margin-right: 1rem;
      color: rgba(0, 0, 0, 0.4);
      text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6); }
    main.tgn-admin-view div.data-table nav.table-pagination .page-numbers {
      text-decoration: none;
      display: inline-block;
      padding: 0.25em;
      background: #fff;
      margin: 0 0.1em;
      width: 1rem;
      height: 1.25rem;
      text-align: center; }
      main.tgn-admin-view div.data-table nav.table-pagination .page-numbers span.dashicons {
        width: auto;
        height: auto; }
      main.tgn-admin-view div.data-table nav.table-pagination .page-numbers.prev, main.tgn-admin-view div.data-table nav.table-pagination .page-numbers.next {
        color: #1d1d1b;
        padding: 0.25em 0.75em; }
      main.tgn-admin-view div.data-table nav.table-pagination .page-numbers.current {
        font-weight: bold;
        color: #1d1d1b;
        background: rgba(255, 255, 255, 0.4); }
  main.tgn-admin-view div.data-table.operator-items h2.operator-item-client {
    margin: 0 0 0 0.75rem; }
    main.tgn-admin-view div.data-table.operator-items h2.operator-item-client a {
      text-decoration: none;
      color: #1d1d1b; }
      main.tgn-admin-view div.data-table.operator-items h2.operator-item-client a:hover {
        color: #a3195b; }
  main.tgn-admin-view div.data-table.operator-items + div.operator-items {
    margin-top: 3rem; }
main.tgn-admin-view .status-completed {
  color: #3aaa35; }
main.tgn-admin-view table.data-table {
  width: 100%;
  text-align: center; }
  main.tgn-admin-view table.data-table th,
  main.tgn-admin-view table.data-table td {
    padding: 1rem; }
  main.tgn-admin-view table.data-table tbody tr {
    background: #fff; }
    main.tgn-admin-view table.data-table tbody tr th {
      text-align: left; }
    main.tgn-admin-view table.data-table tbody tr:hover {
      background: rgba(255, 255, 255, 0.5);
      background: #fbf3f7; }
  main.tgn-admin-view table.data-table.has-4-columns thead th,
  main.tgn-admin-view table.data-table.has-4-columns thead td,
  main.tgn-admin-view table.data-table.has-4-columns tfoot th,
  main.tgn-admin-view table.data-table.has-4-columns tfoot td,
  main.tgn-admin-view table.data-table.has-4-columns tbody th,
  main.tgn-admin-view table.data-table.has-4-columns tbody td {
    width: 25%; }
  main.tgn-admin-view table.data-table.has-5-columns thead th,
  main.tgn-admin-view table.data-table.has-5-columns thead td,
  main.tgn-admin-view table.data-table.has-5-columns tfoot th,
  main.tgn-admin-view table.data-table.has-5-columns tfoot td,
  main.tgn-admin-view table.data-table.has-5-columns tbody th,
  main.tgn-admin-view table.data-table.has-5-columns tbody td {
    width: 20%; }
  main.tgn-admin-view table.data-table.has-6-columns thead th,
  main.tgn-admin-view table.data-table.has-6-columns thead td,
  main.tgn-admin-view table.data-table.has-6-columns tfoot th,
  main.tgn-admin-view table.data-table.has-6-columns tfoot td,
  main.tgn-admin-view table.data-table.has-6-columns tbody th,
  main.tgn-admin-view table.data-table.has-6-columns tbody td {
    width: 16.66667%; }
  main.tgn-admin-view table.data-table.has-7-columns thead th,
  main.tgn-admin-view table.data-table.has-7-columns thead td,
  main.tgn-admin-view table.data-table.has-7-columns tfoot th,
  main.tgn-admin-view table.data-table.has-7-columns tfoot td,
  main.tgn-admin-view table.data-table.has-7-columns tbody th,
  main.tgn-admin-view table.data-table.has-7-columns tbody td {
    width: 14.2857142857%; }
  main.tgn-admin-view table.data-table.has-8-columns {
    font-size: 0.8rem; }
    main.tgn-admin-view table.data-table.has-8-columns thead th,
    main.tgn-admin-view table.data-table.has-8-columns thead td,
    main.tgn-admin-view table.data-table.has-8-columns tfoot th,
    main.tgn-admin-view table.data-table.has-8-columns tfoot td,
    main.tgn-admin-view table.data-table.has-8-columns tbody th,
    main.tgn-admin-view table.data-table.has-8-columns tbody td {
      width: 12.5%; }
  main.tgn-admin-view table.data-table.has-9-columns {
    font-size: 0.8rem; }
    main.tgn-admin-view table.data-table.has-9-columns thead th,
    main.tgn-admin-view table.data-table.has-9-columns thead td,
    main.tgn-admin-view table.data-table.has-9-columns tfoot th,
    main.tgn-admin-view table.data-table.has-9-columns tfoot td,
    main.tgn-admin-view table.data-table.has-9-columns tbody th,
    main.tgn-admin-view table.data-table.has-9-columns tbody td {
      width: 11.1111111111%; }

.tgn-alert.missing-config {
  margin-top: 1rem; }

div.column-link span.link {
  text-decoration: none; }

@media (max-width: 767px) {
  .tgn-admin-view.configs section.view-body {
    overflow-x: auto; } }

footer.action-reco {
  text-align: center;
  margin-top: 2rem; }

.tgn-admin-view.dashboard section.stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .tgn-admin-view.dashboard section.stats {
      display: block; } }
  .tgn-admin-view.dashboard section.stats article.stat {
    background: #fff;
    border-radius: 0.25rem;
    padding: 1rem 1rem;
    box-sizing: border-box;
    flex-basis: 19%;
    text-align: center; }
    .tgn-admin-view.dashboard section.stats article.stat h3 {
      margin: 0;
      font-size: 1.15rem;
      font-weight: normal;
      text-align: center; }
      .tgn-admin-view.dashboard section.stats article.stat h3 i {
        color: #e59000;
        display: block;
        font-size: 2rem;
        margin-bottom: 0.25em; }
        @media (max-width: 767px) {
          .tgn-admin-view.dashboard section.stats article.stat h3 i {
            font-size: 1rem;
            display: inline-block; } }
      .tgn-admin-view.dashboard section.stats article.stat h3 small {
        display: block; }
        @media (max-width: 767px) {
          .tgn-admin-view.dashboard section.stats article.stat h3 small {
            display: inline-block; } }
    .tgn-admin-view.dashboard section.stats article.stat p {
      margin: 0;
      font-size: 0.675rem;
      opacity: 0.6;
      font-weight: bold; }
.tgn-admin-view.dashboard section.logs > h3 {
  margin: 2.75em 0 0; }
  .tgn-admin-view.dashboard section.logs > h3 a.link {
    font-size: 75%;
    display: inline-block;
    margin-left: 0.5em; }
.tgn-admin-view.dashboard section.logs div.logs-items div.column-header.date,
.tgn-admin-view.dashboard section.logs div.logs-items div.column.column-date {
  text-align: right; }
.tgn-admin-view.dashboard section.logs div.logs-items article.data-item {
  border-left: 4px solid #c0c0c0; }
  .tgn-admin-view.dashboard section.logs div.logs-items article.data-item.info {
    border-left-color: #0073aa; }
  .tgn-admin-view.dashboard section.logs div.logs-items article.data-item.error {
    border-left-color: #e59000; }
  .tgn-admin-view.dashboard section.logs div.logs-items article.data-item.success {
    border-left-color: #3aaa35; }

.tgn-admin-view.operators div.data-table header.table-headers div.column-header.email {
  flex: 5; }
.tgn-admin-view.operators div.data-table div.table-body .data-item div.column.column-email {
  flex: 5; }

.tgn-view-manager-silos .tgn-admin-view div.data-table header.table-headers div.column-header.name {
  flex: 2; }
.tgn-view-manager-silos .tgn-admin-view div.data-table div.table-body .data-item div.column.column-name {
  flex: 2; }
.tgn-view-manager-silos .tgn-admin-view div.data-table header.table-headers div.column-header.progress_measures, .tgn-view-manager-silos .tgn-admin-view div.data-table header.table-headers div.column-header.progress_recos {
  flex: 2; }
.tgn-view-manager-silos .tgn-admin-view div.data-table div.table-body .data-item div.column.column-progress_measures, .tgn-view-manager-silos .tgn-admin-view div.data-table div.table-body .data-item div.column.column-progress_recos {
  flex: 2; }

.tgn-view-manager-fans .tgn-admin-view div.data-table div.table-body .data-item.reco-missing {
  background: transparent;
  border: 1px solid rgba(192, 192, 192, 0.6);
  box-shadow: none; }
.tgn-view-manager-fans .tgn-admin-view div.data-table div.table-body .data-item ul.recos-list li {
  font-size: 0.825em; }
.tgn-view-manager-fans .tgn-admin-view div.data-table header.table-headers div.column-header.inspection {
  flex: 2; }
.tgn-view-manager-fans .tgn-admin-view div.data-table div.table-body .data-item div.column.column-inspection {
  flex: 2; }

body.tgn-view-reco #tgn-admin-sidebar,
body.tgn-view-reco #wpadminbar {
  display: none; }
body.tgn-view-reco #wpcontent,
body.tgn-view-reco #wpfooter {
  margin-left: 0; }
body.tgn-view-reco header.view-header {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 1.5rem; }
  body.tgn-view-reco header.view-header, body.tgn-view-reco header.view-header:before {
    background: transparent; }
  body.tgn-view-reco header.view-header * {
    color: #1d1d1b; }
  body.tgn-view-reco header.view-header nav.breadcrumbs ul li,
  body.tgn-view-reco header.view-header nav.breadcrumbs ul li a {
    color: #1d1d1b; }
  body.tgn-view-reco header.view-header div.title h1 {
    color: #1d1d1b; }

main.tgn-admin-view.reco {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  main.tgn-admin-view.reco ul.progress {
    position: relative;
    width: 50%;
    margin: 0 auto 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    main.tgn-admin-view.reco ul.progress:after {
      top: 45%;
      left: 0;
      right: 0;
      height: 1px;
      background: #c0c0c0; }
    main.tgn-admin-view.reco ul.progress li {
      border-radius: 100%;
      width: 2em;
      height: 2em;
      background: #fff;
      text-align: center;
      line-height: 2;
      font-size: 1.25rem;
      position: relative;
      z-index: 50;
      border: 1px solid #c0c0c0; }
      main.tgn-admin-view.reco ul.progress li small {
        display: none; }
      main.tgn-admin-view.reco ul.progress li.active {
        border-color: #a3195b;
        background: #a3195b;
        font-weight: bold;
        color: #fff; }
        main.tgn-admin-view.reco ul.progress li.active a {
          color: #fff;
          pointer-events: none; }
      main.tgn-admin-view.reco ul.progress li a {
        text-decoration: none;
        color: #1d1d1b; }
        main.tgn-admin-view.reco ul.progress li a:hover {
          color: #a3195b; }
      main.tgn-admin-view.reco ul.progress li.done:not(.next) {
        border-color: gray;
        background: gray; }
        main.tgn-admin-view.reco ul.progress li.done:not(.next) a {
          color: #fff; }
  main.tgn-admin-view.reco fieldset.form-footer {
    text-align: center; }
    main.tgn-admin-view.reco fieldset.form-footer button.tgn-button {
      margin: 0 auto 2rem;
      padding-left: 3rem;
      padding-right: 3rem; }
  main.tgn-admin-view.reco section.reco-editor-content h2.main-title {
    font-weight: 300;
    font-size: 2rem;
    color: #a3195b;
    margin: 0; }
  main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields {
    float: left;
    width: 72.5%;
    margin-right: 2.5%; }
  main.tgn-admin-view.reco section.reco-editor-content aside.step-extra-fields {
    float: right;
    width: 25%; }
  main.tgn-admin-view.reco fieldset.form-footer {
    float: left;
    width: 72.5%;
    margin-right: 2.5%;
    background: #fff; }

main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields {
  background: #fff; }
  main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner {
    padding: 3rem; }
    main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section {
      margin-top: 2rem;
      margin-bottom: 1rem; }
      main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section h6 {
        font-size: 0.75rem;
        margin: 0;
        text-transform: uppercase;
        color: #c0c0c0;
        font-weight: normal; }
      main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section span.modal-trigger {
        color: #c0c0c0;
        cursor: pointer; }
        main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section span.modal-trigger:hover {
          color: #a3195b; }
      main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section header {
        display: flex;
        flex-direction: row;
        align-items: center; }
        main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section header h3 {
          margin: 0 0 0.5em; }
        main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section header a.edit {
          font-size: 0.75em;
          margin-left: auto; }
      main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section dl {
        border: none;
        padding: 0.25rem 0;
        margin: 0;
        display: block; }
        main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section dl dt,
        main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section dl dd {
          display: inline-block;
          text-align: left; }
        main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section dl dt:after {
          content: " :"; }
        main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.inner > section dl dd {
          margin-left: 0.5em; }
  main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.carousels div.carousel > h4 {
    margin: 1em 0 0.25em;
    text-transform: uppercase;
    color: #c0c0c0;
    font-weight: normal; }
  main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.carousels ul.photos {
    margin: 0;
    display: flex;
    flex-direction: row; }
    main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.carousels ul.photos li.photo + li.photo {
      margin-left: 0.5em; }
    main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.carousels ul.photos li.photo a {
      display: block; }
      main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields div.carousels ul.photos li.photo a figure {
        margin: 0; }
  main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3; }
    main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields table tr {
      border-bottom: 1px solid #d3d3d3; }
      main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields table tr th,
      main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields table tr td {
        padding: 0.5rem;
        border-left: 1px solid #d3d3d3; }
    main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields table tbody th {
      width: 17.5rem;
      text-align: left; }
    main.tgn-admin-view.reco section.reco-editor-content article.step-main-fields table.configs-data tbody tr td span.unit {
      display: none; }

main.tgn-admin-view.reco aside.step-extra-fields h2.main-title {
  margin-top: 3rem; }
main.tgn-admin-view.reco aside.step-extra-fields label,
main.tgn-admin-view.reco aside.step-extra-fields h6 {
  font-weight: bold;
  font-size: 0.8rem;
  display: block;
  margin: 1em 0 0.25em; }
main.tgn-admin-view.reco aside.step-extra-fields input,
main.tgn-admin-view.reco aside.step-extra-fields textarea,
main.tgn-admin-view.reco aside.step-extra-fields select {
  width: 100%; }
main.tgn-admin-view.reco aside.step-extra-fields textarea {
  min-height: 15rem;
  line-height: 1.75;
  border: 1px solid #c0c0c0;
  padding: 0.75em;
  font-size: 1rem; }
main.tgn-admin-view.reco aside.step-extra-fields div.notes + div.notes {
  margin-top: 1.5rem; }
main.tgn-admin-view.reco aside.step-extra-fields div.notes p {
  font-size: 1rem;
  margin: 0; }
  main.tgn-admin-view.reco aside.step-extra-fields div.notes p + p {
    margin-top: 0.5em; }
main.tgn-admin-view.reco aside.step-extra-fields div.notes.empty p {
  font-style: italic;
  opacity: 0.5; }

html,
body {
  width: 100%;
  height: 100%; }

#page.site {
  max-width: 600px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  margin: 3rem auto 0;
  text-align: center; }

#technigrain-logo {
  max-width: 40%; }

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1rem;
  font-family: "Montserrat", sans-serif; }

div.alert {
  color: #a3195b;
  font-weight: bold;
  border: 1px solid #d3d3d3;
  padding: 0.5em;
  font-size: 0.8rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem; }
  div.alert p {
    margin: 0; }
    div.alert p + p {
      margin-top: 0.25em; }

form .field {
  display: block; }
  form .field + .field {
    margin-top: 1rem; }
form label {
  display: block;
  font-weight: bold; }
form input {
  background: #ffffff;
  width: 100%;
  padding: 0.25em 0.5em; }

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