/*!
Theme Name: GSJ Questionnaire
Theme URI: http://underscores.me/
Author: Josh Millard
Author URI: http://www.PennStudio.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gsj-questionnaire
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.

GSJ Questionnaire is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Montserrat", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-weight: 500;
  ont-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  clear: both;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 600;
}

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.site-header {
  padding: 15px 0;
}
.site-header .site-branding {
  width: 100%;
}
.site-header .site-branding img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 60px;
}

.site-header.author {
  padding: 20px 0;
  background-color: var(--primary-color);
}

body.page-template-page-dashboard {
  background-color: #F2F4F8;
}
body.page-template-page-dashboard .site-header {
  position: sticky;
  top: 0;
  background-color: var(--primary-color);
  padding: 10px 0;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
body.page-template-page-dashboard .site-header .site-branding {
  width: auto;
}
body.page-template-page-dashboard .site-header .site-branding img.logo {
  max-height: 60px;
  margin: 0;
  max-width: 300px;
}
body.page-template-page-dashboard .site-header ul.actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  display: flex;
  justify-content: end;
  align-items: center;
}
body.page-template-page-dashboard .site-header ul.actions li {
  margin-left: 30px;
  color: #737C8B;
}
body.page-template-page-dashboard .site-header ul.actions li .button {
  display: block;
}

body.single {
  background-color: #f7f7f7;
}
body.single .site-header {
  background-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
body.single .site-header .flex {
  justify-content: center;
}

.acf-always-hidden {
  display: none !important;
}

.img-round {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.img-round:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.img-round img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex {
  display: flex;
  align-items: center;
}

.mb15 {
  margin-bottom: 15px;
}

.dashboard-sidebar {
  background-color: var(--primary-color);
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 200px 15px 15px 15px;
  height: 100vh;
  z-index: 9;
}
.dashboard-sidebar li.active a {
  background-color: var(--secondary-color);
}
.dashboard-sidebar li {
  color: white;
  margin-bottom: 20px;
}
.dashboard-sidebar li a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}

.height100 {
  height: 100%;
}

section.dashboard {
  padding: 50px 0;
}
section.dashboard h1 {
  margin: 0 0 15px 0;
}
section.dashboard .row.spacer {
  margin-top: 30px;
}
section.dashboard .whitebg {
  border-radius: 10px;
  background-color: white;
}
section.dashboard .whitebg .header.flex .button {
  margin-right: 15px;
}
section.dashboard .whitebg .header {
  padding: 20px;
  border-bottom: 1px solid #E8E9EC;
}
section.dashboard .whitebg .header p {
  margin: 0;
}
section.dashboard .whitebg .content {
  padding: 20px;
}
section.dashboard .whitebg ul.actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.dashboard .whitebg ul.actions li {
  padding: 20px;
  border-bottom: 1px solid #F1F1F3;
}
section.dashboard .whitebg ul.actions li:last-of-type {
  border-bottom: 0;
}
section.dashboard .whitebg ul.actions li a {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

section.dashboard.surveys.home table.surveys {
  margin-bottom: 1.5rem;
}
section.dashboard.surveys.home table.surveys td, section.dashboard.surveys.home table.surveys th {
  background-color: white;
}
section.dashboard.surveys.home a.mtop {
  display: block;
  width: fit-content;
  margin-left: auto;
}

section.dashboard.surveys .flex h1 {
  margin: 0;
}
section.dashboard.surveys .create_survey {
  margin-left: auto;
}
section.dashboard.surveys table.surveys {
  margin-top: 30px;
  border-collapse: collapse;
}
section.dashboard.surveys table.surveys td, section.dashboard.surveys table.surveys th {
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}
section.dashboard.surveys table.surveys th {
  border-bottom: 1px solid var(--secondary-color);
}
section.dashboard.surveys table.surveys td {
  padding: 20px;
  border-bottom: 1px solid #E4E4E4;
  color: #505050;
}
section.dashboard.surveys table.surveys td:first-of-type {
  font-weight: 600;
  color: black;
}
section.dashboard.surveys table.surveys td ul.table-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.dashboard.surveys table.surveys td ul.table-menu li {
  position: relative;
  display: flex;
}
section.dashboard.surveys table.surveys td ul.table-menu ul.sub.active {
  display: block;
}
section.dashboard.surveys table.surveys td ul.table-menu ul.sub {
  position: absolute;
  top: 100%;
  left: 0;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 99;
}
section.dashboard.surveys table.surveys td ul.table-menu ul.sub li {
  display: block;
  width: 100%;
}
section.dashboard.surveys table.surveys td ul.table-menu ul.sub li .button {
  width: 100%;
}
section.dashboard.surveys table.surveys td .button.clicked {
  opacity: 0.3;
}
section.dashboard.surveys table.surveys td .button {
  padding: 10px;
  text-align: center;
  width: 100%;
}
section.dashboard.surveys table.surveys td .button i {
  margin: 0 0 0 5px;
}
section.dashboard.surveys table.surveys tr:last-of-type td {
  border-bottom: 0;
}
section.dashboard.surveys table.surveys p {
  text-align: center;
  margin: 0;
}
section.dashboard.surveys table.surveys div.status {
  position: relative;
  display: flex;
  align-items: center;
}
section.dashboard.surveys table.surveys div.status.active:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #13D30B;
  border-radius: 50%;
  display: block;
}
section.dashboard.surveys table.surveys div.status.active:after {
  content: "Active";
  margin-left: 5px;
}
section.dashboard.surveys table.surveys div.status.inactive:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D30B0B;
  border-radius: 50%;
  display: block;
}
section.dashboard.surveys table.surveys div.status.inactive:after {
  content: "Inactive";
  margin-left: 5px;
}

section.dashboard.view-data h1 {
  font-weight: bolder;
  color: var(--primary-color);
  margin: 0;
  font-size: 50px;
  display: flex;
  align-items: center;
}
section.dashboard.view-data h1 a {
  margin-left: auto;
}
section.dashboard.view-data ul.details {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.dashboard.view-data ul.details li {
  padding: 5px 0;
}
section.dashboard.view-data ul.details li strong {
  display: inline-block;
  width: 175px;
}
section.dashboard.view-data .whitebg {
  margin-top: 30px;
}
section.dashboard.view-data .question {
  padding-bottom: 30px;
}
section.dashboard.view-data .question:last-of-type {
  border: 0;
  padding-bottom: 50px;
}
section.dashboard.view-data .votes {
  display: block;
  margin-left: 15px;
  font-weight: bolder;
}
section.dashboard.view-data .mt {
  margin-top: 10px;
}
section.dashboard.view-data .choice {
  position: relative;
  width: 50%;
  border-radius: 100px;
  border: 1px solid black;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  z-index: 2;
  min-height: 55px;
}
section.dashboard.view-data .choice:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--percent);
  height: 100%;
  display: block;
  background-color: rgba(83, 162, 188, 0.2);
  border-radius: 100px;
  z-index: -1;
}
section.dashboard.view-data .choice span.percent {
  font-weight: bolder;
  margin-left: auto;
}
section.dashboard.view-data table.global.comparison {
  width: 100%;
}
section.dashboard.view-data table.global {
  width: 50%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 20px 0 0 0;
}
section.dashboard.view-data table.global tr.averages td {
  background-color: #f2cfcd;
}
section.dashboard.view-data table.global th {
  padding: 10px;
  text-align: left;
}
section.dashboard.view-data table.global td {
  border-top: 1px solid #E4E4E4;
  padding: 10px;
}
section.dashboard.view-data table.global td span.percent {
  display: inline-block;
  font-size: 12px;
  color: #c03933;
  font-weight: bolder;
  margin-left: 5px;
}
section.dashboard.view-data table.global tr:last-of-type {
  border-bottom: 1px solid #E4E4E4;
}
section.dashboard.view-data p.question-title {
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 10px;
}
section.dashboard.view-data p.question-type {
  margin: 0;
  font-size: 0.9em;
}
section.dashboard.view-data a.related {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 100px;
  text-decoration: none;
}

section.dashboard.create-survey .middle {
  display: flex;
  justify-content: center;
  padding: 60px 0;
  border-bottom: 1px solid #e8e9ec;
}
section.dashboard.create-survey .bottom {
  padding: 20px;
}
section.dashboard.create-survey .bottom .acf-fields > .acf-field {
  border: 0;
}
section.dashboard.create-survey .node-wrapper.active .node {
  background-color: var(--primary-color);
  color: white;
}
section.dashboard.create-survey #create-survey {
  width: 50%;
}
section.dashboard.create-survey #edit-survey {
  /*
  td.acf-row-handle.remove {
  	display:none;
  }
  */
}
section.dashboard.create-survey #edit-survey div.acf-form-submit {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
section.dashboard.create-survey #edit-survey div.acf-form-submit .acf-button.button.button-primary.button-large {
  background-color: black;
  font-size: 14px;
}
section.dashboard.create-survey #edit-survey div.acf-form-submit a.btn-success {
  font-size: 14px;
  margin-bottom: 10px;
}
section.dashboard.create-survey #edit-survey .acf-field-66ced6eff1d22 > div.acf-input > div.acf-repeater > table.acf-table > tbody > tr.acf-row > .acf-row-handle.remove {
  display: none;
}
section.dashboard.create-survey #edit-survey .acf-repeater .acf-row-handle.order {
  background-color: #f2f4f8;
  color: black;
}
section.dashboard.create-survey #edit-survey .acf-actions .acf-button {
  margin-top: 10px;
  margin-bottom: 20px;
}
section.dashboard.create-survey .node-wrapper {
  position: relative;
  padding: 0 50px;
}
section.dashboard.create-survey .node-wrapper:before {
  content: "";
  height: 3px;
  width: 200%;
  left: 50%;
  top: 20px;
  position: relative;
  display: block;
  background-color: var(--primary-color);
  z-index: 1;
}
section.dashboard.create-survey .node-wrapper:last-of-type:before {
  display: none;
}
section.dashboard.create-survey .node-wrapper .node {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto;
  background-color: white;
  border: 3px solid var(--primary-color);
  position: relative;
  z-index: 3;
}
section.dashboard.create-survey .node-wrapper span.title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

div.prepend-question {
  background-color: #F2F4F8;
  color: black;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
div.prepend-question a.acf-icon.-plus {
  margin-left: auto;
}
div.prepend-question a.acf-icon.-minus {
  margin-left: 5px;
}
div.prepend-question span.question-title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.blackout {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
}
.blackout .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  background-color: white;
  drop-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blackout .inner button.exit {
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -15px;
}
.blackout .inner h2 {
  margin: 0 0 5px 0;
}
.blackout .inner p {
  margin-top: 0;
  font-size: 14px;
}
.blackout .inner label {
  display: block;
  margin-bottom: 5px;
}
.blackout .inner input {
  width: 100%;
}
.blackout .inner button.btn-primary {
  margin-top: 15px;
  display: flex;
  width: fit-content;
  align-items: center;
}
.blackout .inner button.btn-primary img {
  display: none;
  width: 20px;
  margin-left: 10px;
}

ul.sub-surveys {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.sub-surveys li {
  padding-left: 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}
ul.sub-surveys li:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--secondary-color);
  margin-right: 5px;
}

.appended {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
}
.appended * {
  margin-left: 5px;
}

.alert {
  padding: 10px;
  background-color: var(--primary-color);
  border-bottom: 5px solid var(--secondary-color);
  margin-bottom: 30px;
}
.alert p {
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
}
.alert p a {
  display: inline-block;
  width-fit: content;
  margin-left: auto;
}

.survey-output .row {
  padding-top: 50px;
}
.survey-output button.previous {
  display: none;
}
.survey-output button.next {
  margin-left: auto;
}
.survey-output h1 {
  font-weight: 700;
}
.survey-output .statusbar {
  background-color: var(--primary-color);
  width: 100%;
  height: 5px;
  display: block;
  margin-bottom: 15px;
}
.survey-output span.question-count {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
}
.survey-output div.question {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.survey-output div.question span.question {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin-bottom: 15px;
}
.survey-output div.question select {
  width: 100%;
}
.survey-output div.question ul.happiness {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}
.survey-output div.question ul.happiness li {
  text-align: center;
  font-size: 14px;
  color: black;
  font-weight: 700;
  width: 20%;
  margin-right: 15px;
}
.survey-output div.question ul.happiness li label {
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: block;
  height: 100%;
  line-height: 1.1;
}
.survey-output div.question ul.happiness li input {
  display: none;
}
.survey-output div.question ul.happiness li img {
  margin: 0 auto 15px auto;
}
.survey-output div.question ul.happiness li input:checked + img {
  background-color: #FFE432;
  border-radius: 50%;
  transform: scale(1.5);
}
.survey-output div.question ul.stars {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: start;
}
.survey-output div.question ul.stars li {
  text-align: center;
  font-size: 14px;
  color: black;
  font-weight: 700;
  margin-right: 5px;
  width: 70px;
}
.survey-output div.question ul.stars li label {
  cursor: pointer;
}
.survey-output div.question ul.stars li input {
  display: none;
}
.survey-output div.question ul.stars li img {
  margin: 0 auto 10px auto;
}
.survey-output div.question ul.stars li img.outline {
  display: block;
}
.survey-output div.question ul.stars li img.colour {
  display: none;
}
.survey-output div.question ul.stars li span {
  display: none;
}
.survey-output div.question ul.stars li input:checked + img + span {
  display: block;
}
.survey-output div.question ul.stars li.active img.outline {
  display: none;
}
.survey-output div.question ul.stars li.active img.colour {
  display: block;
}
.survey-output div.question ul.stars li.selected span {
  display: block;
}
.survey-output div.question .answer {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}
.survey-output div.question .answer:last-of-type {
  margin-bottom: 0;
}
.survey-output div.question .answer label {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.survey-output div.question .answer label .node {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-output div.question .answer label input[type=radio], .survey-output div.question .answer label input[type=checkbox] {
  display: none;
}
.survey-output div.question .answer label input:checked + .node:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  color: white;
}
.survey-output div.question.checkbox .answer label .node {
  border-radius: 2px;
}
.survey-output div.question.checkbox .answer label input:checked + .node:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border-radius: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
}

body.single-gsj_survey img.ajax {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  display: none;
}

.survey-review-flex {
  display: flex;
}
.survey-review-flex form {
  width: 50%;
}
.survey-review-flex .box {
  position: relative;
  margin-left: auto;
}
.survey-review-flex .box iframe {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 0;
}
.survey-review-flex .box img.outline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
}

div.thank-you {
  color: white;
  background-color: var(--primary-color);
  min-height: 100vh;
}
div.thank-you .pad {
  padding: 30px;
}
div.thank-you svg {
  display: block;
  margin: 0 auto 30px auto;
}
div.thank-you h2 {
  color: white;
  font-size: 50px;
}
div.thank-you p strong {
  font-size: 1.1em;
}
div.thank-you a.button {
  margin-top: 30px;
  display: block;
  width: fit-content;
  font-weight: bolder;
}

.blackout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.blackout hr {
  margin: 0 0 30px 0;
}
.blackout .flex {
  align-items: start;
  justify-content: space-between;
}
.blackout .flex .block {
  width: calc(50% - 15px);
}
.blackout .fifty {
  width: calc(50% - 7.5px);
}
.blackout .whitebg.active {
  top: 50%;
}
.blackout .whitebg {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  transition: all 1s ease;
  max-height: 70vh;
  overflow-y: scroll;
}
.blackout .whitebg .header {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.blackout .whitebg .header h2 {
  color: var(--primary-color);
}
.blackout .whitebg .header button.add_filter_block {
  margin-left: auto;
}
.blackout .whitebg .header button.exit {
  padding: 0;
  margin-left: 10px;
  background-color: transparent;
  font-size: 2em;
}
.blackout .whitebg .header .push-to-end {
  margin-left: auto !important;
}
.blackout .whitebg .footer {
  padding: 20px;
}
.blackout .whitebg .content {
  padding: 20px;
}
.blackout .whitebg .content label {
  display: block;
  padding-bottom: 5px;
}
.blackout .whitebg .content input[type=email], .blackout .whitebg .content input[type=text], .blackout .whitebg .content textarea {
  margin-bottom: 15px;
}
.blackout .whitebg .content .block.filter_block select {
  width: calc(50% - 15px);
  margin-right: 15px;
}
.blackout .whitebg .content .block.filter_block select:last-of-type {
  margin-right: 0;
}
.blackout .whitebg .content .block {
  position: relative;
  padding-bottom: 30px;
}
.blackout .whitebg .content .block button.remove {
  margin-right: 5px;
  padding: 0;
  background-color: red;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: white;
}
.blackout .whitebg .content .block label {
  display: block;
  width: 100%;
  font-weight: bolder;
  font-size: 14px;
  margin-bottom: 5px;
}
.blackout .whitebg .content .block select.hidden {
  display: none;
}
.blackout .whitebg .content .block select {
  width: 100%;
}

.data-logo {
  padding-bottom: 30px;
  background-color: var(--primary-color);
  padding: 20px 0;
  display: block;
  text-align: center;
}

body.author {
  background-color: #f1f1f1;
}
body.author a.fixed-bottom {
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: calc(100% - 30px);
  transform: translateX(-50%);
  font-weight: 700;
  z-index: 9;
  display: none;
}

.author-content.tabbed, .megabus-offers {
  padding: 50px 15px;
}
.author-content.tabbed h2, .megabus-offers h2 {
  color: var(--title-color);
  margin-bottom: 1.5rem;
}
.author-content.tabbed .feedback, .megabus-offers .feedback {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 30px;
}
.author-content.tabbed .feedback p, .megabus-offers .feedback p {
  margin: 0 0 15px 0;
  font-size: 1.1em;
  color: black;
}
.author-content.tabbed .feedback p.title, .megabus-offers .feedback p.title {
  margin-bottom: 5px;
}

.compare-wrapper .select2-container span.selection {
  display: flex;
}
.compare-wrapper .select2-container .select2-selection {
  width: 100%;
  color: #666;
  border: 1px solid #cbd5fb !important;
  border-radius: 4px;
  padding: 9px 15px !important;
  background-color: #fff;
  min-height: 56px;
}
.compare-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px 15px 5px 30px;
  position: relative;
  border-radius: 100px;
  border: none;
}
.compare-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 25px;
  padding: 0;
  margin: 0;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.tabbed {
  display: none;
  padding: 15px 15px 100px 15px;
}
section.tabbed h2 {
  color: var(--title-color);
  margin: 0;
  font-size: 22px;
}
section.tabbed p {
  margin-top: 0;
}
section.tabbed .offer, section.tabbed .location {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
section.tabbed .offer img, section.tabbed .location img {
  width: 100%;
}
section.tabbed .offer .content, section.tabbed .location .content {
  padding: 20px;
}
section.tabbed .offer .content .offer-code, section.tabbed .location .content .offer-code {
  padding: 10px;
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  margin-bottom: 1.5rem;
}
section.tabbed .offer .content .offer-code span.title, section.tabbed .location .content .offer-code span.title {
  margin: 0;
  text-align: center;
  color: var(--primary-color);
}
section.tabbed .offer .content .offer-code p, section.tabbed .location .content .offer-code p {
  text-align: center;
  margin-bottom: 0;
}
section.tabbed .offer .content p, section.tabbed .location .content p {
  color: black;
  font-size: 14px;
}
section.tabbed .offer .content h3, section.tabbed .location .content h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
  color: black;
}
section.tabbed .offer .content span.title, section.tabbed .location .content span.title {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: black;
}
section.tabbed .offer .content a, section.tabbed .location .content a {
  display: block;
  font-size: 14px;
  color: #066B98;
  margin-bottom: 1.5em;
}
section.tabbed .location {
  display: none;
}

section.tabbed.locations select {
  margin: 1.5rem 0 1.5rem 0;
  width: 100%;
}

section.tabbed.message h2 {
  margin-bottom: 1.5rem;
}

body.author-citylink h1, body.author-citylink h2 {
  color: white !important;
}

body.author {
  background-color: var(--primary-color);
  color: var(--text-color);
}
body.author .author-wrapper {
  padding: 15px;
}
body.author .author-wrapper h2 {
  color: var(--title-color);
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 1.1;
}
body.author .author-wrapper ul.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.author .author-wrapper ul.links li {
  width: 50%;
  margin-bottom: 15px;
}
body.author .author-wrapper ul.links li:nth-child(odd) {
  padding-right: 7.5px;
}
body.author .author-wrapper ul.links li:nth-child(even) {
  padding-left: 7.5px;
}
body.author .author-wrapper ul.links li button, body.author .author-wrapper ul.links li a {
  display: block;
  width: 100%;
  font-weight: 700;
}

.operator-home {
  padding: 0 15px 50px 15px;
}
.operator-home h1 {
  font-size: 80px;
  margin: 0;
  color: var(--secondary-color);
}
.operator-home p.larger {
  font-size: 20px;
  margin-top: 0;
}
.operator-home span.title {
  display: block;
  font-size: 18px;
  margin: 40px 0 10px 0;
}
.operator-home select {
  width: 100%;
  display: block;
  margin: 0 0 1.5rem 0;
}
.operator-home .button {
  width: 100%;
  text-align: center;
}

body.page-template-page-megabus, body.page-template-page-citylink {
  background-color: #102E69;
  color: white;
}
body.page-template-page-megabus p, body.page-template-page-citylink p {
  text-align: center;
}
body.page-template-page-megabus .megabus-content, body.page-template-page-citylink .megabus-content {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
body.page-template-page-megabus .megabus-content ul.list, body.page-template-page-citylink .megabus-content ul.list {
  list-style-type: none;
  padding: 0 15px;
  margin: 0;
}
body.page-template-page-megabus .megabus-content ul.list li, body.page-template-page-citylink .megabus-content ul.list li {
  display: block;
  padding: 15px 0;
  border-bottom: 2px solid white;
}
body.page-template-page-megabus .megabus-content ul.list li a, body.page-template-page-citylink .megabus-content ul.list li a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
body.page-template-page-megabus .megabus-content ul.list li a .image, body.page-template-page-citylink .megabus-content ul.list li a .image {
  min-width: 70px;
  max-width: 70px;
  display: block;
  padding-right: 20px;
}
body.page-template-page-megabus .megabus-content ul.list li a .image img, body.page-template-page-citylink .megabus-content ul.list li a .image img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
body.page-template-page-megabus .megabus-content a.trust-pilot, body.page-template-page-citylink .megabus-content a.trust-pilot {
  display: block;
  width: 100%;
  margin-top: 30px;
}
body.page-template-page-megabus .megabus-content a.trust-pilot img, body.page-template-page-citylink .megabus-content a.trust-pilot img {
  width: 100%;
}

body .page-template-page-citylink {
  background-color: #0f0698 !important;
}

.additional_output.trustpilot ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.additional_output.trustpilot ul li {
  width: 25%;
}

.additional_output.leave_review .flex div {
  width: 50%;
}
.additional_output.leave_review .flex div:first-of-type {
  padding-right: 15px;
}
.additional_output.leave_review .flex div:last-of-type {
  padding-left: 15px;
}
.additional_output.leave_review .flex div input {
  width: 100%;
}

.additional_output.trustpilot p, .additional_output.leave_review p {
  padding: 10px;
  color: var(--text-color);
  background-color: var(--primary-color);
  border-radius: 4px;
}

.page-template-page-megabus-offers-php, .page-template-page-citylink-offers-php {
  background-color: #102e69;
}
.page-template-page-megabus-offers-php h2, .page-template-page-citylink-offers-php h2 {
  color: #f8ce46;
}
.page-template-page-megabus-offers-php p, .page-template-page-citylink-offers-php p {
  color: #fff;
}
.page-template-page-megabus-offers-php .megabus-offers .content, .page-template-page-citylink-offers-php .megabus-offers .content {
  padding: 20px;
  background-color: #fff;
}
.page-template-page-megabus-offers-php .megabus-offers .content p, .page-template-page-citylink-offers-php .megabus-offers .content p {
  color: #000;
}
.page-template-page-megabus-offers-php .megabus-offers .offer, .page-template-page-citylink-offers-php .megabus-offers .offer {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-template-page-megabus-offers-php .megabus-offers .offer img, .page-template-page-citylink-offers-php .megabus-offers .offer img {
  width: 100%;
  height: auto;
}
.page-template-page-megabus-offers-php .megabus-offers .offer .title, .page-template-page-citylink-offers-php .megabus-offers .offer .title {
  display: block;
  margin-top: 0;
  padding-top: 0;
}
.page-template-page-megabus-offers-php .megabus-offers .offer a, .page-template-page-citylink-offers-php .megabus-offers .offer a {
  display: block;
  font-size: 14px;
  color: #066b98;
  margin-bottom: 1.2em;
}
.page-template-page-megabus-offers-php .megabus-offers .offer-code, .page-template-page-citylink-offers-php .megabus-offers .offer-code {
  padding: 10px;
  border: 2px solid #102e69;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  text-align: center;
}
.page-template-page-megabus-offers-php .megabus-offers .offer-code .title, .page-template-page-citylink-offers-php .megabus-offers .offer-code .title {
  margin: 0;
  text-align: center;
  color: #102e69;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-template-page-megabus-offers-php .megabus-offers .offer-code p, .page-template-page-citylink-offers-php .megabus-offers .offer-code p {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}

.page-template-page-megabus-message, .page-template-page-citylink-message {
  background-color: #102e69;
}
.page-template-page-megabus-message h2, .page-template-page-citylink-message h2 {
  color: #f8ce46;
}
.page-template-page-megabus-message p, .page-template-page-citylink-message p {
  color: #fff;
}

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

.btn-megabus {
  padding: 15px 45px;
  border-radius: 35px;
  color: #102e69;
  background-color: #f8ce46;
  text-decoration: none;
}

.margin-megabus-button {
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-template-page-citylink-offers-php, .page-template-page-citylink-message, .page-template-page-citylink-php {
  background-color: #0f0698 !important;
}

h1.recolour,
h2.recolour {
  color: var(--title-color);
}

.gtranslate_wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.translation-output {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 10px;
  background-color: var(--primary-color);
  border-radius: 10px;
  color: white;
  font-size: 14px;
  max-width: 50%;
  margin: 0;
  z-index: 99;
}

.author-east-yorkshire-buses h1.recolour {
  color: #fff !important;
}
.author-east-yorkshire-buses .author-wrapper h2, .author-east-yorkshire-buses section.tabbed h2 {
  color: #fff !important;
}
.author-east-yorkshire-buses .tabbed a {
  color: #fff !important;
}

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

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

@media print {
  :root {
    --primary-color: var(--primary-color);
    --secondary-color: var(--secondary-color);
  }
  section.dashboard.view-data .button.white-button.mb15 {
    display: none !important;
  }
  section.dashboard.view-data .whitebg .header.flex {
    display: none !important;
  }
  section.dashboard.view-data a.related {
    display: none !important;
  }
}
/* Links
--------------------------------------------- */
a {
  color: initial;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 15px 30px;
  border-radius: 100px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.button:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-primary, .button-primary {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}

.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--secondary-text-color);
}

.btn-success {
  background-color: #4BB543;
  color: white;
}

.white-button {
  border-radius: 3px;
  border: 1px solid #E4E4E4;
  background-color: #FAFCFD;
  color: #505050;
  display: block;
  width: fit-content;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.white-button i {
  margin-right: 10px;
}

button.acf-button, a.acf-button {
  border-radius: 3px;
  border: 1px solid #E4E4E4;
  background-color: var(--primary-color);
  color: white;
  display: block;
  width: fit-content;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 5px;
  border: 0;
  z-index: 9;
  text-decoration: none;
}

.btn-small {
  border-radius: 3px;
  border: 1px solid #E4E4E4;
  display: block;
  width: fit-content;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 10px;
  border: 0;
  z-index: 9;
  text-decoration: none;
}

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,
select {
  color: #666;
  border: 1px solid #CBD5FB;
  border-radius: 4px;
  padding: 15px !important;
  background-color: white;
}
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,
select:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  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 {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  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: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

@media only screen and (max-width: 950px) {
  .survey-output {
    padding: 0 30px 50px 30px;
  }
  .survey-output .eight {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  div.thank-you {
    padding: 0 15px;
  }
  .inner-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .survey-output {
    padding-left: 0;
    padding-right: 0;
  }
  .survey-output .eight {
    width: 100%;
  }
  .survey-output button.next {
    width: 100%;
    margin: 0;
  }
  .survey-output div.question {
    padding-bottom: 0;
  }
  .survey-output div.question ul.happiness {
    flex-wrap: wrap;
  }
  .survey-output div.question ul.happiness li {
    margin-right: 4%;
    width: 48%;
    margin-bottom: 30px;
  }
  .survey-output div.question ul.happiness li:nth-of-type(even) {
    margin-right: 0;
  }
  body.author .author-wrapper ul.links li {
    width: 100%;
    padding: 0 !important;
  }
  .survey-output {
    padding-bottom: 50px;
  }
  section.tabbed.message .four, .message .four {
    margin-bottom: 30px;
  }
  section.tabbed.message .four, section.tabbed.message .eight, .message .four, .message .eight {
    width: 100%;
  }
}

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