blockquote {
  position: relative;
  font-size: 2rem;
}

blockquote:before {
  position: absolute;
  right: calc(100% + 1rem);
  top: 0;
  content: "“";
  font-size: 5rem;
  line-height: 1.2;
}

#content ul {
  font-size: 1.125rem;
}

/*.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}*/

/*form .form-item label {
  display: inline-block;
  font-weight: 700;
  margin: 1rem 0 0.4rem 0;
}
form .form-item.form-type-checkboxes label, form .form-item.form-type-radios label {
  margin: 0;
  font-weight: 400;
}
form .form-item.form-type-checkboxes > label, form .form-item.form-type-radios > label {
  font-weight: 700;
}
form .form-item.form-type-checkboxes .form-type-radio,
form .form-item.form-type-checkboxes .form-type-checkbox, form .form-item.form-type-radios .form-type-radio,
form .form-item.form-type-radios .form-type-checkbox {
  margin-bottom: 0;
}*/
/*form input[type=text],
form input[type=password],
form input[type=email] {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #f0f0f4;
  background-color: white;
  border-radius: 0.2rem;
}
form .description {
  font-size: 1rem;
}
form .description ul {
  font-size: 1rem !important;
  margin: 0.5rem 0;
}*/

/*.field-group-htabs-wrapper {
  margin: 3rem 0;
}*/

/*
 * fieldset
 */
/*fieldset {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

fieldset.collapsed {
  border-radius: 0;
}

fieldset.collapsible {
  margin-bottom: 20px;
}

fieldset:first-of-type {
  margin-top: 20px;
}

fieldset:last-of-type {
  margin-bottom: 20px;
}*/

/* nupud */
/*input[type=submit] {
  font-size: 0.9375rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  background: linear-gradient(to bottom, #126FA6, #00588C);
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0.2rem;
  margin: 0;
}
input[type=submit]:hover {
  background: linear-gradient(to bottom, #00588d, #0b4b7c);
  cursor: pointer;
}

.adminimal-menu #page {
  padding-top: 2rem;
}

table {
  margin-top: 1.6rem;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: 1px solid #f0f0f4;
}
td,
th {
  padding: 0.3rem;
  text-align: left;
}

.front .messages.error {
  display: none;
}

.item-list {
  margin-top: 40px;
}*/



/*.views-row-first h2 {
  margin-top: 0;
}

article.node-teaser {
  margin-top: 1.2rem;
}*/

/* galerii */
/*#galerii {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem;
}
#galerii figure {
  margin: 0;
}
#galerii img {
  display: block;
}*/

/* sisunimekirjad */
/*
#block-views-sisunimekirjad-block-2 .views-row,
#block-views-sisunimekirjad-block-1 .views-row {
  margin-bottom: 10px;
}

#block-views-sisunimekirjad-block-2 .views-row:last-child,
#block-views-sisunimekirjad-block-1 .views-row:last-child {
  margin-bottom: 0;
}
*/


/*
h1.title {
  margin-top: 0;
}
*/

/*
 * pager
 */
.item-list ul.pager {
  list-style: none;
  padding: 0;
}

.item-list ul.pager li {
  text-transform: uppercase;
  font-size: 0.9rem;
  display: inline-block;
}

.item-list ul.pager li+li {
  margin-left: 0.5rem;
}

.item-list ul.pager li.pager-previous {
  margin-right: 1.5rem;
}

.item-list ul.pager li.pager-next {
  margin-left: 1.5rem;
}

/**
 * Tulevaste sündmuste plokk kasutaja lehel
 */
/*#block-views-syndmused-block .views-row {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
#block-views-syndmused-block .views-row .syndmus a {
  color: #333333;
}*/

/**
* Tab ja lehekülg "minu sündmused"
*/
/*.page-user-events p {
  margin-bottom: 3rem;
}
.page-user-events h4 {
  margin: 1rem 0 1rem 0.8rem;
}
.page-user-events table.event-list {
  margin: 0;
}*/
/*.page-user-events table.event-list thead {
  border-bottom: 1px solid #fff;
}
.page-user-events table.event-list thead th {
  font-weight: 400;
  padding: 0.3rem 0.7rem;
}
.page-user-events table.event-list thead th:nth-child(1) {
  width: 100px;
}
.page-user-events table.event-list thead th:nth-child(3) {
  text-align: center;
  width: 120px;
}*/
/*.page-user-events table.event-list thead th:nth-child(4) {
  text-align: right;
  width: 120px;
}
.page-user-events table.event-list tbody tr {
  background-color: #f0f0f4;
  border-bottom: 1px solid #fff;
}
.page-user-events table.event-list tbody tr td {
  padding: 0.5rem 0.7rem;
}*/
/*.page-user-events table.event-list tbody tr td:nth-child(1) {
  width: 100px;
}
.page-user-events table.event-list tbody tr td:nth-child(3) {
  text-align: center;
  width: 120px;
}
.page-user-events table.event-list tbody tr td:nth-child(4) {
  text-align: right;
  width: 120px;
  text-transform: uppercase;
  font-size: 0.875rem;
}*/
/*.page-user-events table.event-list tbody tr td:nth-child(4) .lae-alla {
  font-size: 1rem;
  color: #0A659A;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.page-user-events table.event-list tbody tr.tfoot {
  background-color: transparent;
  border-bottom: none;
}
.page-user-events table.event-list tbody tr.tfoot td:nth-child(1) {
  text-align: right;
}
.page-user-events table.event-list tbody tr.tfoot td:nth-child(2) {
  font-weight: 700;
  text-align: center;
}*/

/*.page-user-events table {
  margin: 0;
  background-color: transparent;
}

.page-user-events table caption {
  text-align: left;
  font-size: 21px;
  line-height: 24px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.page-user-events table th {
  padding: 10px 20px;
  border: 0px solid #cccccc;
  background: #fff;
}*/

/*.page-user-events table td {
  padding: 5px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 0px solid #e0e0e0;
  border-right: 0px solid #cccccc;
  background: #fff;
}

.page-user-events #block-views-minu-yritused-block-1 h3 {
  margin: 0;
}*/
/*

#block-siseudit-main-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

main .layout-content {
  grid-column: 1;
}
*/



/* kalender */
.calendar .month {
  font-size: 2em;
  margin-left: 14%;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 20px;
}

.calendar .event {
  margin-bottom: 20px;
}

.calendar .tabel {
  display: table;
  width: 100%;
}

.calendar .rida {
  display: table-row;
}

.calendar .np {
  font-size: 0.8em;
  display: inline;
}

.calendar .day {
  font-size: 24px;
  display: inline;
}

.calendar .kp {
  display: table-cell;
  width: 12%;
  padding: 2%;
  text-align: center;
}

.calendar .pealkiri {
  display: table-cell;
  width: 86%;
  padding: 2%;
  vertical-align: middle;
  background-color: #f0f0f0;
}

.calendar .pealkiri h3 {
  margin: 0;
  font-size: 17px;
  font-family: Roboto, sans-serif;
}

.calendar .pealkiri h3 a {
  color: #333;
}

.calendar .kell {
  display: table-cell;
  background-color: #f0f0f0;
  text-align: center;
  color: #808080;
  font-size: 0.8em;
  padding: 1%;
}

.calendar .koht {
  padding: 1% 2.5%;
  font-size: 0.8em;
}

#block-calendar-filter-form {
  width: 100%;
  position: relative;
  clear: both;
  background-color: #f0f0f4;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.fieldset-legend {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}

.fieldset-description {
  font-style: italic;
  margin-bottom: 10px;
}

.legend-color {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

#block-calendarlegend {
  width: 100%;
  position: relative;
  clear: both;
  background-color: #f0f0f4;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

#block-calendarlegend .content {
  background-color: transparent;
  display: grid;
  grid-template-columns: auto 1fr;
}

#block-calendarlegend p:first-child {
  margin-bottom: 10px;
  grid-column: 1/span 2;
}

#block-calendarlegend p {
  margin: 0;
}

/* Raamat */
.field-kaanepilt img {
  margin-right: 1rem;
}

.promoted-books .views-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}

.block-inline {
  display: flex;
}

.block-inline div:first-child {
  padding-right: 0.3rem;
}

#block-views-iia-blogidest-block {
  position: relative;
}

.front-page#main::before {
  content: " ";
  height: 3rem;
  background: linear-gradient(to bottom, #00588d, #0b4b7c);
  display: block;
  width: auto;
  grid-column: 1/span 2;
  margin: -1.5rem -1.5rem 0 -3rem;
}

.front-page#main #content #block-views-artiklid-block header {
  color: white;
  margin-top: -2rem;
  margin-bottom: 3rem;
}

.front-page#main #content {
  grid-column: 1;
}

.front-page #block-views-kalender-block {
  margin-top: -3rem;
}

.front-page#main .promoted-books {
  display: grid;
  grid-template-columns: 1fr 75px;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}

#edit-cancel {
  display: none;
}

/*Poll Module*/
.front #block-view-poll-block .poll-title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-size: 20px;
  font-family: "Raleway-bold", sans-serif;
  text-transform: uppercase;
  color: rgb(0, 43, 67);
  font-weight: 400;
  padding-bottom: .5rem;
  border-bottom: #9aca3c 2px solid;
}

.front #block-view-poll-block .poll-view.block h2 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 20px;
  margin-bottom: -20px;
  text-transform: none;
  color: #016197;
  font-size: 1.13rem;
}

.front #block-view-poll-block .poll-view-form h3 {
  margin-top: 40px;
}


/*Align radiobox and label*/
.front #block-view-poll-block .js-form-item-choice {
  display: flex;
  align-items: center;

}

.front #block-view-poll-block .js-form-item-choice input {
  margin-right: 10px;
}

.front #block-view-poll-block .js-form-item-choice label {
  flex: 1;
}

/*Buttons*/
.front #block-view-poll-block .form-actions input {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.front #block-view-poll-block .fieldset-wrapper div {
  margin-bottom: 0px;
}

/*Hide the system message if the user click "Vote" even he/she did not select a choice*/
.front #block-view-poll-block .system-messages {
  display: none;
  visibility: hidden;
}

.front-page#main .promoted-books {
  display: grid;
  grid-template-columns: 1fr 75px;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}

#edit-cancel {
  display: none;
}

body.not-logged-in article.node-event.full header .right .registration input[type=submit] {
  display: none;
}

#edit-comment-body-wrapper .filter-wrapper {
  display: none;
}

 
article footer a[hreflang="et"],
article div h3 {
  display: none;
}

div#edit-comment-body-0-format.js-filter-wrapper {
  display: none;
}


.ui-datepicker {
  display: none !important;
}