@charset "UTF-8";
/*---------------------------------------------------------------------------------

	Theme Name: UAM
    Text Domain: UAM
	Version: 1.35
	Description: Baskerville is a beautiful, responsive and retina-ready masonry theme for hoarders. It's the perfect way to showcase your posts, videos, images and galleries, and share your favorite quotes and links. Features responsive design, retina-ready assets, full-width header image, Block Editor/Gutenberg support, support for all post formats, custom logo upload, custom widgets (video, Flickr and Dribbble), four page templates (including a contributors template), editor styling, like functionality via the ZillaLikes plugin and translation-ready code. Demo: https://www.andersnoren.se/themes/baskerville/
	Tags: blog, three-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, portfolio, grid-layout
	Author: Anders Norén
	Author URI: https://www.andersnoren.se
	Theme URI: https://www.andersnoren.se/teman/baskerville-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Sidebar
	12.	Footer
	13. Credits
	14.	Responsive

----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

blockquote:before,
blockquote:after {
  content: "";
}

a {
  outline: none;
}

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=button],
input[type=tel],
input[type=submit],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  border: none;
  color: #4A5963;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

body a {
  color: #2b3542;
  text-decoration: none;
}

body a:hover,
body a:focus {
  color: #018CC2;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

::selection {
  background: #4A5963;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* Transitions --------------------------------------- */
body a {
  transition: all 0.1s ease-in-out;
}

.blog-title a,
.post-title a,
.post-overlay,
.post-likes,
.post-meta a,
.pagination,
.main-menu a,
.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after,
.searchbutton,
.search-toggle,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea,
.form-submit #submit,
.widget_search .searchsubmit,
.widget_search .s,
.format-gallery .flex-direction-nav a,
.nav-toggle .bar,
.dribbble-shot,
.flickr_badge_image a,
.post-content input[type=submit],
.post-content input[type=reset],
.post-content input[type=button] {
  transition: all 0.2s ease-in-out;
}

.tothetop,
.header,
.portfolio-item a .portfolio-header-container,
.featured-media a img {
  transition: all 0.3s ease-in-out;
}

/* Screen Reader Text --------------------------------------- */
.image__wrapper {
  display: flex;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.footerNew {
  background-color: #14242E;
  padding: 90px 0 0;
}
@media (max-width: 767px) {
  .footerNew {
    padding: 48px 0 0;
  }
}
.footerNew__content {
  display: flex;
  gap: 120px;
  row-gap: 60px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footerNew__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footerNew__info {
  max-width: 553px;
  width: 100%;
  color: #81909A;
  font-size: 18px;
}
.footerNew__info img {
  filter: brightness(0) invert(1);
  width: 269px;
  height: auto;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .footerNew__info img {
    margin-bottom: 48px;
  }
}
.footerNew__info p:not(:last-of-type) {
  margin-bottom: 24px;
}
.footerNew__menus {
  display: flex;
  column-gap: 64px;
  row-gap: 64px;
}
@media (max-width: 650px) {
  .footerNew__menus {
    flex-direction: column;
  }
}
.footerNew__menus a {
  color: #81909A;
}
.footerNew__menus ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footerNew__menus h3 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.footerNew__copy.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(231, 238, 243, 0.4862745098);
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 16px;
}
.footerNew__copy.header__wrapper .copyright {
  color: #81909A;
}
.footerNew__copy.header__wrapper .hashtag {
  color: #4FA9D6;
}

.footerLeft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footerRight {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.footerRight p {
  font-family: "Rubik", sans-serif;
  color: #767676;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer__menu ul {
  display: flex;
}

.footerNew a:hover,
.footerNew a:focus {
  color: #ccc;
  text-decoration: underline;
}

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

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */
.section {
  position: relative;
  padding: 80px 0;
}

.no-padding {
  padding: 0;
}

.small-padding {
  padding: 40px 0;
}

.medium-padding {
  padding: 60px 0;
}

.big-padding {
  padding: 100px 0;
}

.section-inner {
  max-width: 96%;
  width: 1400px;
  margin: auto;
  margin-top: 64px;
}

.archive-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.archive-nav a {
  display: flex;
  gap: 24px;
  align-items: center;
}
.archive-nav a:hover svg path {
  stroke: white;
}

.archive-nav .post-nav-older {
  margin-left: auto;
}

.section-inner.content {
  width: 1440px;
  max-width: 92.6%;
}

.section-inner.wide {
  width: 1240px;
}

.section-inner.thin {
  width: 700px;
}

.bg-dark {
  background-color: #002d69;
}

.bg-graphite {
  background-color: #002d69;
}

.bg-grey {
  background-color: #f1f1f1;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cover.shade-light {
  background: rgba(0, 0, 0, 0.25);
}

.cover.shade-medium {
  background: rgba(0, 0, 0, 0.5);
}

.cover.shade-dark {
  background: rgba(0, 0, 0, 0.75);
}

/* columns */
.row .one-fourth {
  width: 21.5%;
  margin-left: 5%;
  float: left;
}

.row .one-third {
  width: 30%;
  margin-left: 5%;
  float: left;
}

.row .one-half {
  width: 47.5%;
  margin-left: 5%;
  float: left;
}

.row .two-thirds {
  width: 65%;
  margin-left: 5%;
  float: left;
}

.row .one-fourth:first-child,
.row .one-third:first-child,
.row .one-half:first-child,
.row .two-thirds:first-child {
  margin-left: 0;
}

/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */
.header {
  padding: 0;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, 0.05);
}

.header__bar {
  background-color: #14242E;
}
.header__bar--content {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  width: 1400px;
  max-width: 96%;
  align-items: center;
  margin: 0 auto;
  gap: 12px;
}

.header__wrapper {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  width: 1400px;
  max-width: 96%;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header__wrapper {
    padding: 16px 0;
  }
}
.header__wrapper .logo_wrapper {
  display: flex;
  align-items: center;
}
.header__wrapper .logo_wrapper .blog_kandydata {
  margin-left: 16px;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 1420px) {
  .header__wrapper .logo_wrapper .blog_kandydata {
    display: none;
  }
}
.header__wrapper .logo_wrapper .blog_kandydata p {
  color: #018CC2;
  font-size: 15px;
  font-weight: 500;
}
.header__wrapper .logo_wrapper .blog_kandydata span {
  font-size: 12px;
  color: #4A5963;
}
.header__wrapper .logo_wrapper .blog_kandydata::before {
  content: "";
  height: 80px;
  background-color: #E7EEF3;
  width: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-slogan {
  color: white;
}

.slogan--small {
  font-size: 18px;
}
@media (max-width: 767px) {
  .slogan--small {
    font-size: 14px;
  }
}

.header-socials {
  width: 165px;
  padding-top: 4px;
}

.socials-icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
}
@media (max-width: 650px) {
  .socials-icons {
    gap: 12px;
  }
}

.header .cover {
  background: rgba(29, 29, 29, 0.25);
}

.header-inner {
  position: relative;
  display: none;
}

.header .blog-logo {
  text-align: center;
}

.header .logo {
  display: inline-block;
}

/*.header .logo img {*/
/*	max-height: 80px;*/
/*	width: auto;*/
/*}*/
.logoUam {
  width: 206px;
  height: auto;
}

.image__logo--top {
  width: 774px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image__logo {
  width: 214px;
  height: 156px;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
  margin-bottom: 20px;
}

.blog-title {
  font-family: "Rubik", sans-serif;
  font-size: 2.25em;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.blog-title a {
  color: #fff;
}

.blog-title a:hover,
.blog-title a:focus {
  color: #018CC2;
}

.blog-description {
  font-size: 1.1em;
  line-height: 110%;
  font-weight: 400;
  color: #999;
  margin: 20px 0 0 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

/* search-toggle */
.search-toggle.active {
  opacity: 1;
}

/* header search block */
.header-search-block {
  position: absolute;
  z-index: 10000;
  top: 66px;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-search-block .section-inner {
  position: relative;
}

.header-search-block .s {
  background: none;
  border: none;
  margin: 0;
  width: 96%;
  position: absolute;
  top: 50%;
  right: 5%;
  left: 50%;
  margin-top: -30px;
  font-family: "Rubik", sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  max-width: 1400px;
  transform: translateX(-50%);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

::placeholder {
  color: #fff !important;
  opacity: 1;
}

.header-search-block .s:focus {
  outline: none;
}

.header-search-block .searchsubmit {
  display: none;
}

.header-search-block {
  background-color: #018CC2;
}

.mobile-menu {
  background-color: #018CC2;
}

.mobile-menu a {
  color: #ffffff;
}

/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */
.main-menu {
  font-family: "Rubik", sans-serif;
  font-size: 0.9em;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 2px;
}

.main-menu li {
  position: relative;
}

.main-menu > li > a {
  display: block;
  padding: 16px 16px;
  font-size: 17px;
  color: black;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .main-menu > li > a {
    font-size: 14px;
    padding: 12px 16px;
  }
}

.main-menu > li:first-child > a {
  margin-left: 0;
}

.main-menu > .has-children > a,
.main-menu > .page_item_has_children > a {
  padding-right: 47px;
  position: relative;
}

.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #999;
  position: absolute;
  z-index: 1001;
  right: 29px;
  top: 50%;
  margin-top: -2px;
}

.main-menu li:hover > a,
.main-menu li > a:focus,
.main-menu .current-menu-item > a {
  cursor: pointer;
  color: #018CC2;
  background-color: #EAF6FB;
}

.main-menu > .has-children:hover > a::after,
.main-menu > .page_item_has_children:hover > a::after {
  /* BUG (oryginał): niepoprawna wartość ignorowana przez przeglądarki.
     Prawdopodobnie miało być: border-top-color: $color-yellow; (kolor hover powyżej).
     Zostawiam wyłączone, by zachować obecny wygląd — odkomentuj gdy potwierdzisz kolor. */
  /* border-top-color: rgb(211, 200, 43)255, 255, 255); */
}

/* Sub menus --------------------------------------- */
.main-menu li ul {
  position: absolute;
  z-index: 10000;
  display: block;
  left: -9999px;
  top: 38px;
  opacity: 0;
  z-index: 999;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.is_mobile .main-menu li ul {
  opacity: 1;
  display: none;
}

.main-menu > li > ul {
  padding-top: 20px;
}

.main-menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom-color: #2d2d2d;
}

.main-menu ul li {
  float: none;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.main-menu ul li:first-child {
  border-top: none;
}

.main-menu ul > .has-children::after,
.main-menu ul > .page_item_has_children::after {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 1001;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.main-menu ul > .has-children:hover::after,
.main-menu ul > .page_item_has_children:hover::after {
  border-left-color: #fff;
}

.main-menu ul li {
  display: block;
  width: 240px;
  background: #2d2d2d;
}

.main-menu ul a {
  display: block;
  text-align: center;
  padding: 20px;
  margin: 0;
  line-height: 130%;
  color: #999;
}

.main-menu ul a:hover {
  color: #fff;
}

.main-menu li:hover > ul {
  opacity: 1;
  left: 50%;
  margin-left: -120px;
  top: 48px;
}

.is_mobile .main-menu li:hover ul {
  display: block;
}

/* Deep down --------------------------------------- */
.main-menu ul li ul {
  top: 5px;
}

.main-menu ul li:hover > ul {
  top: 0;
  left: 240px;
  margin-left: 0;
}

.main-menu ul ul li {
  background: #3d3d3d;
}

.main-menu ul ul ul li {
  background: #4d4d4d;
}

.main-menu ul ul ul ul li {
  background: #4d4d4d;
}

/* -------------------------------------------------------------------------------- */
/*	5. Content
/* -------------------------------------------------------------------------------- */
.posts {
  overflow: visible !important;
}

.post-container {
  width: 33.3%;
  padding: 0 1.5% 4.5% 1.5%;
}
.post-container .post {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #E7EEF3;
  transition: all 0.2s ease-in-out;
}
.post-container .post:hover {
  box-shadow: 0px 10px 25px rgba(1, 140, 194, 0.2117647059);
  transform: translateY(-4px);
  transform: translateY(-4px);
}

.post.sticky .post-header {
  padding-right: 17.5%;
}

.post .sticky-post {
  display: block;
  position: absolute;
  z-index: 100;
  right: 5%;
  height: 38px;
  width: 26px;
  background: #2b3542 url(images/icons/1x/tack-w.png) no-repeat center;
  background-size: 12px auto;
  top: 0;
  text-indent: -9999px;
}

.post .sticky-post:after {
  content: "";
  display: block;
  border: 13px solid transparent;
  border-left-color: #2b3542;
  border-right-color: #2b3542;
  position: absolute;
  right: 0;
  margin-top: -13px;
  top: 38px;
}

/*  Featured media  ----------------------------------------- */
.featured-media a,
.featured-media img,
.featured-media iframe {
  display: block;
}

.featured-media iframe,
.featured-media object {
  border: none;
  margin: 0;
}

.featured-media a {
  overflow: hidden;
}

.featured-media a img {
  margin: 0 auto;
}

.media-caption {
  font-size: 0.8em;
  line-height: 110%;
  font-weight: 700;
  color: #999;
  padding: 20px 0;
  margin: 0 10%;
  border-bottom: 1px solid #eee;
}

.featured-media .post-category {
  position: absolute;
  top: 20px;
  right: 14px;
  z-index: 2;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.featured-media .post-category span {
  background-color: rgb(255, 255, 255);
  color: #018CC2;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .featured-media .post-category span {
    font-size: 14px;
  }
}

/*  Post inner  ----------------------------------------- */
.post-header {
  position: relative;
  padding: 32px 32px 0;
}
@media (max-width: 1023px) {
  .post-header {
    padding: 32px 16px 0;
  }
}

.post-header .post-title {
  font-family: "Tinos", sans-serif;
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 700;
  color: #2b422e;
  word-break: break-word;
  -ms-word-break: break-word;
}

.post-header .post-title a {
  color: #2b3542;
}

.post-header .post-title a:hover,
.post-header .post-title a:focus {
  color: #018CC2;
}

.post-excerpt {
  padding: 0 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .post-excerpt {
    padding: 0 16px;
  }
}

.post-excerpt p {
  font-size: 0.95em;
  line-height: 150%;
  color: #4A5963;
}

.post-excerpt p + p {
  margin-top: 1em;
}

.post-excerpt .more-link {
  display: block;
  margin-top: 1.1em;
}

.post-excerpt .more-link:hover,
.post-excerpt .more-link:focus {
  text-decoration: underline;
}

.posts .post-meta {
  margin: 0 32px;
  border-top: 1px solid #E7EEF3;
  padding: 24px 0;
}
@media (max-width: 1023px) {
  .posts .post-meta {
    margin: 0 16px;
  }
}

.posts .post-meta a {
  display: block;
  color: #4A5963;
  font-weight: 400;
  float: left;
  background: no-repeat left center;
  background-size: 18px auto;
  margin-left: 20px;
}

.posts .post-meta .post-more {
  color: #018CC2;
}
.posts .post-meta .post-more img {
  margin-left: 24px;
}

.posts .post-meta a:first-child {
  margin-left: 0;
}

.posts .post-meta a.zilla-likes {
  background-image: url(images/icons/1x/heart-g.png);
}

.posts .post-meta a.zilla-likes:hover,
.posts .post-meta a.zilla-likes:focus,
.posts .post-meta a.zilla-likes.active {
  background-image: url(images/icons/1x/heart-c.png);
  color: #018CC2;
}

.posts .post-meta a.post-comments {
  background-image: url(images/icons/1x/comment-g.png);
}

.posts .post-meta a.post-comments:hover,
.posts .post-meta a.post-comments:focus {
  background-image: url(images/icons/1x/comment-c.png);
}

.posts .post-meta a.post-edit-link {
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  background-image: url(images/icons/1x/edit-g.png);
  background-size: 20px auto;
  background-position: center;
}

.posts .post-meta a.post-edit-link:hover,
.posts .post-meta a.post-edit-link:focus {
  background-image: url(images/icons/1x/edit-c.png);
}

/*  Post formats  ----------------------------------------- */
/* format standard, format quote, format link */
/* format video, format image */
.posts .format-video .post-header:before,
.posts .format-video .post-header:after,
.posts .format-image .post-header:before,
.posts .format-image .post-header:after {
  content: none;
}

/* format image */
.format-image .post-excerpt {
  padding-top: 7.5%;
  font-size: 0.9em;
}

.format-image .post-excerpt .image-caption {
  font-weight: 600;
}

/* format quote, format link */
.post-quote {
  padding: 10%;
  background: #2b3542;
  color: #fff;
}

.post-quote blockquote,
.post-link p {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 140%;
}

.post-quote blockquote {
  font-size: 1.1em;
}

.post-quote cite,
.post-link a {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  font-weight: 700;
}

.post-quote cite {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}

.post-quote cite:before {
  content: "— ";
}

/* format link */
.post-link {
  padding: 10%;
  background: #2b3542;
  color: #fff;
}

.post-link a {
  color: #018CC2;
  padding-left: 23px;
  background: url(images/icons/1x/link-c.png) no-repeat left center;
  background-size: 16px auto;
}

.post-link a:hover,
.post-link a:focus {
  color: #018CC2;
  text-decoration: underline;
}

.single .post-link p,
.single .post-quote blockquote {
  font-size: 1.75em;
}

/* format gallery */
.format-gallery .flexslider {
  position: relative;
}

.format-gallery .flex-direction-nav a {
  display: block;
  height: 32px;
  width: 20px;
  background-size: auto 32px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  text-indent: -9999px;
  opacity: 0.5;
}

.format-gallery .flex-direction-nav .flex-prev {
  left: 16px;
  background-image: url(images/icons/1x/chevron-left-w-shade.png);
}

.format-gallery .flex-direction-nav .flex-next {
  right: 16px;
  background-image: url(images/icons/1x/chevron-right-w-shade.png);
}

.format-gallery .flex-direction-nav a:hover,
.format-gallery .flex-direction-nav a:focus {
  opacity: 1;
}

.format-gallery .flex-direction-nav .flex-prev:hover,
.format-gallery .flex-direction-nav .flex-prev:focus {
  left: 12px;
}

.format-gallery .flex-direction-nav .flex-next:hover,
.format-gallery .flex-direction-nav .flex-next:focus {
  right: 12px;
}

.format-gallery .slides li {
  position: relative;
}

/* format status */
.posts .format-status .post-excerpt {
  background: #2b3542;
}

.posts .format-status .post-excerpt p,
.format-status .post-content {
  font-family: "Rubik", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 1.2em;
}

.format-status .post-content {
  color: #333;
  text-shadow: none;
}

/* format chat */
.format-chat .post-content p {
  margin-bottom: 0.25em;
  padding: 8px 16px;
  border-radius: 3px;
}

.format-chat .post-content p:nth-child(odd) {
  background: #f5f5f5;
}

.format-chat .more-link {
  margin-top: 1em;
}

/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */
body.single .content {
  width: 66%;
}

body.single .content.full-width {
  width: 100%;
}

body.single .content.center {
  margin: 0 auto;
  width: 944px;
  max-width: 100%;
}

.single {
  border-radius: 6px;
}

/* post header */
.single .post-title {
  font-size: 2.25em;
}

/* format gallery */
.single .format-gallery .flex-direction-nav a {
  height: 42px;
  width: 30px;
  background-size: auto 42px;
  margin-top: -21px;
}

.single .format-gallery .flex-direction-nav .flex-prev {
  background-image: url(images/icons/1x/chevron-left-w-shade-big.png);
}

.single .format-gallery .flex-direction-nav .flex-next {
  background-image: url(images/icons/1x/chevron-right-w-shade-big.png);
}

/* format quote */
.single .post-quote cite {
  font-size: 1em;
  margin-top: 30px;
}

/* single post meta */
.single .post-meta-container {
  position: relative;
  background: #002d69;
}

.single .post-meta-container:after {
  content: "";
  display: block;
  background: #002d69;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60%;
}

.single .post-meta {
  float: right;
  width: 40%;
  padding: 30px;
  position: relative;
  z-index: 10;
}

.single .post-meta p,
.single .post-meta > a,
.post-nav a {
  display: block;
  margin-top: 12px;
  font-size: 0.85em;
  line-height: 120%;
  font-weight: 700;
  min-height: 20px;
  padding: 1px 0 1px 23px;
  background: no-repeat left center;
  background-size: 16px auto;
  color: #9499a0;
}

.single .post-meta p:first-child {
  margin-top: 0;
}

.single .post-meta p.post-date {
  background-image: url(images/icons/1x/clock-g.png);
}

.single .post-meta a.zilla-likes {
  background-image: url(images/icons/1x/heart-g.png);
}

.single .post-meta a.zilla-likes:hover,
.single .post-meta a.zilla-likes:focus {
  background-image: url(images/icons/1x/heart-c.png);
}

.single .post-meta p.post-categories {
  background-image: url(images/icons/1x/folder-g.png);
}

.single .post-meta p.post-tags {
  background-image: url(images/icons/1x/tag-g.png);
}

.single .post-meta a {
  color: #9499a0;
}

.single .post-meta a:hover,
.single .post-meta a:focus {
  color: #018CC2;
}

/* post navigation */
.post-nav {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}

.post-nav a {
  background-position: left 3px;
}

.post-nav a:first-child {
  margin-top: 0;
}

a.post-nav-prev {
  background-image: url(images/icons/1x/prev-g.png);
}

a.post-nav-prev:hover,
a.post-nav-prev:focus {
  background-image: url(images/icons/1x/prev-c.png);
}

a.post-nav-next {
  background-image: url(images/icons/1x/next-g.png);
}

a.post-nav-next:hover,
a.post-nav-next:focus {
  background-image: url(images/icons/1x/next-c.png);
}

.single a.post-edit-link {
  background-image: url(images/icons/1x/edit-g.png);
  background-position: left 5px;
}

.single a.post-edit-link:hover,
.single a.post-edit-link:focus {
  background-image: url(images/icons/1x/edit-c.png);
}

/* post-author */
.post-author {
  width: 60%;
  padding: 30px;
  float: left;
  position: relative;
  overflow: hidden;
}

.post-author:before,
.post-author:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
}

.post-author:before {
  z-index: 100;
  top: 0;
  width: 40px;
  height: 70px;
  background: #018CC2 url(images/icons/1x/author-w.png) no-repeat center 29px;
  background-size: 22px auto;
}

.post-author:after {
  top: 50px;
  border: 20px solid transparent;
  border-left-color: #018CC2;
  border-right-color: #018CC2;
}

.post-author-content {
  margin-left: 70px;
}

.post-author h4 {
  font-family: "Rubik", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.post-author p {
  font-size: 0.875em;
  line-height: 150%;
  color: #9499a0;
}

.author-links {
  margin-top: 18px;
}

.author-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  margin-left: 5px;
  border-radius: 999px;
  text-indent: -9999px;
}

.author-links a:first-child {
  margin-left: 0;
}

.author-links a.author-link-posts {
  background-image: url(images/icons/1x/archive-w.png);
}

.author-links a.author-link-website {
  background-image: url(images/icons/1x/home-w.png);
}

.author-links a.author-link-mail {
  background-image: url(images/icons/1x/social/mail-w.png);
}

.author-links a.author-link-twitter {
  background-image: url(images/icons/1x/social/twitter-w.png);
}

.author-links a:hover,
.author-links a:focus {
  background-color: #018CC2;
}

/* -------------------------------------------------------------------------------- */
/*	7. Post Content
/* -------------------------------------------------------------------------------- */
.post-content a:hover,
.post-content a:focus {
  text-decoration: underline;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
  line-height: 180%;
  margin-bottom: 1.1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-content > *:first-child {
  margin-top: 0;
}

.post-content *:last-child {
  margin-bottom: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 64px 0 40px;
  font-family: "Tinos", serif;
  font-weight: 700;
  color: #14242E;
}

.image__wrapper > div:last-child {
  margin-top: -150px;
  height: 150%;
  background-size: cover;
  width: 300px;
}

.image__logo--bigger {
  width: 300px;
  height: 200px;
}

.post-content iframe {
  border-radius: 11px;
}

.post-content h1 {
  font-size: 2em;
}

.post-content h2 {
  font-size: 40px;
}

.post-content h3 {
  font-size: 1.5em;
}

.post-content h4 {
  font-size: 1.25em;
  font-weight: 400;
}

.post-content h5 {
  font-size: 1em;
  font-weight: 400;
}

.post-content h6 {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

.post-content h1 + h1,
.post-content h1 + h2,
.post-content h1 + h3,
.post-content h1 + h4,
.post-content h1 + h5,
.post-content h1 + h6,
.post-content h2 + h1,
.post-content h2 + h2,
.post-content h2 + h3,
.post-content h2 + h4,
.post-content h2 + h5,
.post-content h2 + h6,
.post-content h3 + h1,
.post-content h3 + h2,
.post-content h3 + h3,
.post-content h3 + h4,
.post-content h3 + h5,
.post-content h3 + h6,
.post-content h4 + h1,
.post-content h4 + h2,
.post-content h4 + h3,
.post-content h4 + h4,
.post-content h4 + h5,
.post-content h4 + h6,
.post-content h5 + h1,
.post-content h5 + h2,
.post-content h5 + h3,
.post-content h5 + h4,
.post-content h5 + h5,
.post-content h5 + h6,
.post-content h6 + h1,
.post-content h6 + h2,
.post-content h6 + h3,
.post-content h6 + h4,
.post-content h6 + h5,
.post-content h6 + h6 {
  margin-top: 30px;
}

.post-content blockquote {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  font-weight: normal;
  margin: 40px 0;
}

.post-content blockquote:before,
.post-content blockquote:after {
  content: "";
  display: block;
  width: 128px;
  height: 3px;
  background: #eee;
  margin: 40px auto;
}

.post-content blockquote p {
  font-size: 1.2em;
  line-height: 160%;
  font-weight: 300;
  text-align: center;
}

.post-content cite {
  font-family: "Rubik", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 140%;
  text-align: center;
}

.post-content cite:before {
  content: "— ";
}

.post-content blockquote cite {
  display: block;
  margin-top: 1em;
}

.post-content blockquote cite em {
  font-style: italic;
  font-weight: bold;
}

em,
q {
  font-style: italic;
}

.post-content strong em,
.post-content em strong {
  font-weight: bold;
  font-style: italic;
}

.post-content big {
  font-size: 1.25em;
}

abbr,
acronym {
  cursor: help;
}

code,
kbd,
pre {
  font-size: 0.85em;
  background: #eee;
  font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
  background: #fcf8a5;
  display: inline;
  padding: 2px 3px;
  width: auto;
}

.post-content kbd,
.post-content code {
  padding: 5px;
  border-radius: 3px;
}

.post-content dl {
  line-height: 160%;
}

.post-content dl dt {
  font-weight: bold;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: normal;
}

.footer__contact p {
  line-height: 1.5;
}

.post-content hr {
  background: #eee;
  border: none;
  height: 5px;
  margin: 2.5em auto;
  width: 50%;
}

.post-content hr.is-style-wide {
  width: 100%;
}

.post-content ul {
  list-style: disc;
  margin-left: 1.5em;
}

.post-content ul ul {
  list-style: circle;
}

.post-content ul ul ul {
  list-style: square;
}

.post-content ol {
  list-style: decimal;
  margin-left: 1.5em;
}

.post-content ol ol {
  list-style: lower-alpha;
}

.post-content ol ol ol {
  list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
  margin-bottom: 0;
}

.post-content li {
  margin-top: 0.5em;
  line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
  margin-bottom: 0;
}

.post-content address {
  padding: 3% 3.5%;
  background: #f1f1f1;
}

.post-content pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  line-height: 140%;
  padding: 2% 2.5%;
  background: #363F48;
  font-size: 0.8em;
  color: #fff;
  border-radius: 6px;
}

/* Post media --------------------------------------- */
figure {
  margin: 0;
}

.wp-caption,
.post-content img {
  max-width: 100%;
}

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #eee;
}

.post-content .alignleft,
.post-content .alignright {
  margin-bottom: 1.2em;
  max-width: 300px;
}

.post-content .wp-caption a,
.post-content .wp-caption img {
  display: block;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
  margin-bottom: 0;
}

.post-content .alignleft {
  float: left;
  margin-right: 1em;
}

.post-content .alignright {
  float: right;
  margin-left: 1em;
}

.post-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.post-content .aligncenter a,
.post-content .aligncenter img {
  margin: 0 auto;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
  font-size: 0.8em;
  font-weight: 700;
  color: #999;
  padding-top: 0.5em;
  text-align: center;
  width: 100%;
}

.post-content .gallery-caption {
  font-size: 16px;
  line-height: 24px;
}

/* GUTENBERG CLASSES */
.post-content .alignfull {
  margin: 2.5em 0;
  margin-left: -94.5px;
  width: 945px;
  max-width: 945px;
}

/* Tables --------------------------------------- */
.post-content table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  width: 100%;
}

.post-content th,
.post-content td {
  padding: 2%;
  margin: 0;
  overflow: visible;
  line-height: 120%;
  border-bottom: 1px solid #ddd;
}

.post-content caption {
  text-align: center;
  padding: 2%;
}

.post-content thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.post-content th {
  font-weight: bold;
}

.post-content table tbody > tr:nth-child(odd) > td {
  background: #f9f9f9;
}

/* Forms --------------------------------------- */
.post-content fieldset {
  padding: 25px;
  border: 2px solid #eee;
  margin-bottom: 1em;
}

.post-content fieldset legend {
  font-family: "Rubik", sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 12px;
  background: #018CC2;
  color: #fff;
}

.post-content label {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.post-content input,
.post-content textarea {
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.post-content input[type=text],
.post-content input[type=email],
.post-content input[type=tel],
.post-content input[type=url],
.post-content input[type=password],
.post-content textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.85em;
  border: none;
  color: #333;
  border: 2px solid #eee;
  background: #fdfdfd;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
  -webkit-appearance: none;
}

.post-content textarea {
  height: 180px;
  line-height: 140%;
}

.post-content input[type=text]:focus,
.post-content input[type=email]:focus,
.post-content input[type=tel]:focus,
.post-content input[type=url]:focus,
.post-content input[type=password]:focus,
.post-content textarea:focus {
  background: #fdfdfd;
  outline: none;
}

.post-content input[type=submit],
.post-content input[type=reset],
.post-content input[type=button] {
  padding: 12px 16px;
  margin: 0;
  border: none;
  background: #333;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 3px;
}

.post-content input[type=submit]:hover,
.post-content input[type=reset]:hover,
.post-content input[type=button]:hover,
.post-content input[type=submit]:focus,
.post-content input[type=reset]:focus,
.post-content input[type=button]:focus {
  cursor: pointer;
  background: #018CC2;
  color: #fff;
}

.post-content input[type=submit]:focus,
.post-content input[type=submit]:active {
  outline: none;
}

/* Gutenberg Accent Colors --------------------------------------- */
.post-content .has-background {
  background-color: #222;
}

.post-content .has-accent-color {
  color: #018CC2;
}

.post-content .has-accent-background-color {
  background-color: #018CC2;
}

.post-content .has-black-color {
  color: #222;
}

.post-content .has-black-background-color {
  background-color: #222;
}

.post-content .has-dark-gray-color {
  color: #4A5963;
}

.post-content .has-dark-gray-background-color {
  background-color: #4A5963;
}

.post-content .has-medium-gray-color {
  color: #4A5963;
}

.post-content .has-medium-gray-background-color {
  background-color: #4A5963;
}

.post-content .has-light-gray-color {
  color: #888;
}

.post-content .has-light-gray-background-color {
  background-color: #888;
}

.post-content .has-white-color {
  color: #fff;
}

.post-content .has-white-background-color {
  background-color: #fff;
}

/* Gutenberg Font Sizes --------------------------------------- */
.post-content .has-small-font-size {
  font-size: 0.842em;
}

.post-content .has-regular-font-size {
  font-size: 1em;
}

.post-content .has-large-font-size,
.post-content .has-larger-font-size {
  line-height: 1.45;
}

.post-content .has-large-font-size {
  font-size: 1.333em;
}

.post-content .has-larger-font-size {
  font-size: 1.777em;
}

/* Block: Image --------------------------------------- */
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block;
  width: 100%;
}

/* Block: Button --------------------------------------- */
.post-content .wp-block-file__button,
.post-content .wp-block-button__link {
  border-radius: 4px;
  font-weight: 500;
  padding: 0.8em 1.4em;
}

.post-content .wp-block-file a {
  color: inherit;
}

.post-content a.wp-block-file__button {
  color: #fff;
}

.post-content .wp-block-file__button:hover,
.post-content .wp-block-button__link:hover,
.post-content .wp-block-file__button:focus,
.post-content .wp-block-button__link:focus {
  opacity: 0.85;
  text-decoration: none;
}

/* Block: Quote --------------------------------------- */
.post-content blockquote,
.post-content .wp-block-quote.is-large,
.post-content .wp-block-quote.is-style-large {
  margin-bottom: 1.25em;
  padding: 0;
}

.post-content blockquote p:last-child {
  margin-bottom: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.33em;
  font-style: inherit;
  line-height: 1.5;
}

.post-content .wp-block-quote cite {
  text-align: center;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  font-size: 0.8em;
}

/* Block: Pullquote --------------------------------------- */
.wp-block-pullquote {
  padding: 0;
}

/* Block: Gallery --------------------------------------- */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  padding-bottom: 10px;
}

.post-content .wp-block-gallery.alignfull {
  padding: 0 8px;
}

.post-content ul.wp-block-gallery:not(.alignfull) {
  margin-left: 0;
}

.post-content ul.wp-block-gallery li:last-child {
  margin-bottom: 16px;
}

/* Block: Cover Image --------------------------------------- */
.wp-block-cover-image.alignfull {
  min-height: 75vh;
}

.wp-block-cover-image p {
  font-weight: 400;
}

/* Block: Column --------------------------------------- */
.wp-block-column {
  padding: 0 5px;
}

/* Block: Audio --------------------------------------- */
.wp-block-audio audio {
  width: 100%;
}

/* Block: File --------------------------------------- */
.post-content .wp-block-file {
  align-items: center;
  background: #E6E9EC;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 15px 20px;
}

.post-content .wp-block-file a:not(.wp-block-file__button) {
  font-weight: 600;
  text-decoration: none;
}

.post-content .wp-block-file__button {
  flex-shrink: 0;
}

/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */
.content .comments,
div#disqus_thread {
  padding: 10%;
  background: #fff;
}

.nocomments {
  padding: 10%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}

.comments + .nocomments {
  border-top: 1px solid #eee;
}

.comments-title-container {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  font-family: "Rubik", sans-serif;
}

.comments-title {
  font-size: 1.75em;
  font-weight: 700;
  color: #2b3542;
}

.add-comment-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 14px;
}

.add-comment-title a:hover,
.add-comment-title a:focus {
  text-decoration: underline;
}

/* comment */
.comments div.comment {
  margin-top: 40px;
}

.comments .commentlist > li.comment:first-child > div.comment:first-child {
  margin-top: 0;
}

.comments div.comment {
  position: relative;
}

.comments .children {
  margin-left: 5%;
}

.comment-inner {
  margin-left: 110px;
  padding: 20px;
  background: #eee;
  position: relative;
  border-radius: 3px;
}

.comment-inner:after {
  content: "";
  display: block;
  border: 12px solid transparent;
  border-right-color: #eee;
  position: absolute;
  top: 28px;
  left: 0;
  margin-left: -24px;
}

.comment .avatar {
  float: left;
  width: 80px;
  border-radius: 3px;
}

.comment.bypostauthor {
  position: relative;
}

.comment.bypostauthor:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #018CC2 url(images/icons/1x/author-w.png) no-repeat center 8px;
  background-size: 14px auto;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -8px;
  margin-left: -8px;
}

.comment-header {
  margin-bottom: 25px;
}

.comment-header cite {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 8px;
}

.comment-header cite,
.comment-header cite a {
  color: #2b3542;
}

.comment-header cite a:hover,
.comment-header cite a:focus {
  color: #018CC2;
}

.comment-header p {
  font-size: 0.85em;
}

.comment-header p,
.comment-header p a {
  color: #999;
}

.comment-header p a:hover,
.comment-header p a:focus {
  color: #4A5963;
}

/* comment-content */
.comment-content {
  font-size: 0.9em;
}

.comment-content a:hover,
.comment-content a:focus {
  text-decoration: underline;
}

.comment-content p,
.comment-content li,
.comment-content blockquote {
  line-height: 150%;
  margin-top: 1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-content *:first-child {
  margin-top: 0;
}

.comment-content *:last-child {
  margin-bottom: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin: 50px 0 20px;
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 1.2em;
}

.comment-content blockquote {
  padding: 20px;
  background: #ddd;
}

.comment-content ul {
  list-style: disc;
  margin-left: 1.5em;
}

.comment-content ul ul {
  list-style: circle;
}

.comment-content ul ul ul {
  list-style: square;
}

.comment-content ol {
  list-style: decimal;
  margin-left: 1.5em;
}

.comment-content ol ol {
  list-style: lower-alpha;
}

.comment-content ol ol ol {
  list-style: lower-roman;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  margin-bottom: 0;
}

.comment-content li {
  margin-top: 0.5em;
  line-height: 170%;
}

.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
  margin-bottom: 0;
}

.comment-content address {
  padding: 20px;
  background: #ddd;
  line-height: 140%;
}

.comment-content pre {
  padding: 20px;
  background: #ddd;
  line-height: 150%;
  overflow-x: scroll;
}

/* comment actions */
.comment-actions {
  position: absolute;
  top: 22px;
  right: 20px;
}

.comment-actions a {
  display: block;
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  background: #2b3542 no-repeat center;
  background-size: 16px auto;
  border-radius: 999px;
  text-indent: -9999px;
}

.comment-actions a + a {
  margin-left: -8px;
}

.comment-actions .comment-reply-link {
  background-image: url(images/icons/1x/reply-w.png);
}

.comment-actions .comment-edit-link {
  background-image: url(images/icons/1x/edit-w.png);
}

.comment-actions a:hover,
.comment-actions a:focus {
  background-color: #018CC2;
  color: #fff;
  z-index: 10;
}

/* comment navigation */
.comment-nav-below {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-size: 0.9em;
  font-weight: 700;
}

.comment-nav-below a {
  color: #4A5963;
}

/* pingbacks */
.comments .pingbacks {
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-top: 40px;
}

.pingbacks-title {
  font-family: "Rubik", sans-serif;
  font-size: 1.25em;
  margin-bottom: 20px;
  color: #2b3542;
}

.pingbacklist .pingback {
  padding: 15px;
  line-height: 130%;
}

.pingbacklist .pingback a {
  color: #767676;
}

.pingbacklist .pingback a:hover,
.pingbacklist .pingback a:focus {
  color: #018CC2;
}

.pingbacklist .pingback:nth-child(2n) {
  background-color: #eee;
}

/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */
.comment-respond {
  padding: 10%;
  background: #fff;
  border-top: 1px solid #eee;
}

.comments .comment-respond {
  padding: 10% 0;
  border-top: none;
}

.comment-reply-title {
  font-family: "Rubik", sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  color: #2b3542;
}

.comment-reply-title #cancel-comment-reply-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 5px;
}

.comment-reply-title #cancel-comment-reply-link:hover,
.comment-reply-title #cancel-comment-reply-link:focus {
  text-decoration: underline;
}

.comment-notes,
.logged-in-as {
  color: #4A5963;
  line-height: 130%;
  margin-bottom: 40px;
  margin-top: 25px;
}

.logged-in-as a:hover,
.logged-in-as a:focus {
  text-decoration: underline;
}

.comment-form {
  margin-top: 10px;
}

.comment-form p {
  margin-top: 18px;
  position: relative;
}

.comment-form p:first-child {
  margin-top: 0;
}

.comment-form label {
  display: block;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.comment-form input[type=checkbox] + label {
  display: inline;
  font-size: 14px;
  margin: 0 0 0 0.5rem;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 16px 18px;
  border-radius: 3px;
  background: #f1f1f1;
  color: #333;
  border: 1px solid #eee;
  font-family: "Rubik", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 75%;
}

.comment-form input[type=text],
.comment-form input[type=email] {
  position: relative;
  padding-right: 60px;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 24px;
}

input#author {
  background-image: url(images/icons/1x/author-g.png);
}

input#email {
  background-image: url(images/icons/1x/social/mail-g.png);
}

input#url {
  background-image: url(images/icons/1x/home-g.png);
  background-size: 24px auto;
}

.comment-form textarea {
  height: 250px;
}

.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  outline: none;
  color: #fff;
  background-color: #2b3542;
}

input#author:focus {
  background-image: url(images/icons/1x/author-w.png);
}

input#email:focus {
  background-image: url(images/icons/1x/social/mail-w.png);
}

input#url:focus {
  background-image: url(images/icons/1x/home-w.png);
}

.form-allowed-tags,
.form-allowed-tags code {
  line-height: 160%;
}

.comment-notes,
.form-allowed-tags,
.logged-in-as {
  font-size: 0.9em;
  color: #4A5963;
}

p.form-submit {
  margin-top: 30px;
}

.form-submit #submit {
  padding: 16px 20px;
  background: none;
  border: none;
  margin: none;
  font-family: "Rubik", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #002d69;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
}

.form-submit #submit:hover,
.form-submit #submit:focus {
  cursor: pointer;
  background: #018CC2;
}

/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */
.posts .page {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #E7EEF3;
  transition: all 0.2s ease-in-out;
}
.posts .page:hover {
  box-shadow: 0px 10px 25px rgba(1, 140, 194, 0.2117647059);
}

/* Contributors template ---------------------------------------------------------- */
.post-content + .contributors-container {
  border-top: 1px solid #eee;
}

.authors-row {
  position: relative;
  padding: 10%;
  border-top: 1px solid #eee;
}

.authors-row:first-child {
  border-top: none;
}

.authors-row:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #eee;
}

.authors-row .author-info {
  width: 45%;
  margin-left: 10%;
  text-align: center;
}

.authors-row .author-info:first-child {
  margin-left: 0;
}

.author-avatar {
  display: inline-block;
  width: 134px;
  height: auto;
  margin: 0 auto 25px auto;
  border: 6px solid #eee;
  border-radius: 9999px;
}

.author-avatar img {
  display: block;
  margin: 0 auto;
  border-radius: 9999px;
}

.author-info h4 {
  font-family: "Rubik", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.author-info h4 a {
  color: #2b3542;
}

.author-info h4 a:hover,
.author-info h4 a:focus {
  color: #018CC2;
}

.author-info h5 {
  font-family: "Rubik", sans-serif;
  text-align: center;
  margin-bottom: 25px;
}

.author-info h5 a {
  color: #999;
}

.author-info h5 a:hover,
.author-info h5 a:focus {
  color: #4A5963;
}

.author-description {
  line-height: 140%;
  text-align: center;
}

.author-description p {
  line-height: inherit;
  text-align: inherit;
}

.author-info .author-links a {
  background-color: #2b3542;
}

.author-info .author-links a:hover,
.author-info .author-links a:focus {
  background-color: #018CC2;
}

/* Image ---------------------------------------------------------- */
.single .post-meta p.image-resolution {
  background-image: url(images/icons/1x/image-g.png);
}

.single-attachment .post-author:before {
  background-image: url(images/icons/1x/image-w.png);
  background-position: center 32px;
}

/* -------------------------------------------------------------------------------- */
/*	10. Pagination
/* -------------------------------------------------------------------------------- */
.page-title {
  margin-bottom: 60px;
  text-align: center;
}

.page-title h5 {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #ccc;
  font-family: "Rubik", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.page-title h3 {
  margin-top: 15px;
  font-family: "Rubik", sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  color: #2b3542;
}

.tag-archive-meta p {
  text-align: center;
  margin-top: 15px;
  color: #767676;
  font-style: italic;
}

/* archive navigation */
.archive-nav a {
  font-size: 0.9em;
  padding: 16px 20px;
  background: white;
  border-radius: 6px;
  color: #018CC2;
  font-weight: 500;
  border: 1px solid #E7EEF3;
}

.archive-nav a:hover,
.archive-nav a:focus {
  background: #018CC2;
  color: #fff;
}

/* search */
.search-no-results .post-content p {
  text-align: center;
}

/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */
.sidebar {
  width: 30.5%;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.sidebar .widget {
  padding: 0 24px 12px;
}

.widget-title {
  font-family: "Tinos", sans-serif;
  color: #14242E;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar .widget-content {
  font-size: 0.85em;
  color: #767676;
}

.widget-content a:hover,
.widget-content a:focus {
  text-decoration: underline;
}

.sidebar .widget-content p {
  line-height: 150%;
}

.widget-content ul li {
  position: relative;
  margin-top: 10px;
  line-height: 130%;
}

.widget-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #2b3542;
  font-size: 18px;
}

.widget-content > ul > li:first-child {
  margin: 0;
}

.widget-content li ul > li:first-child {
  margin-top: 10px;
}

.widget-content .page_item_has_children {
  padding-bottom: 0;
}

.widget-content li ul li {
  padding-left: 15px;
}

.widget-content ul li .post-date {
  margin-left: 5px;
  color: #999;
}

.widget-content > ul > li:first-child {
  border-top: 0;
}

/* Widget tag cloud --------------------------------------- */
.tagcloud a {
  display: block;
  float: left;
  padding: 8px 11px;
  margin: 0 5px 5px 0;
  background: #BBB;
  font-size: 0.8em !important;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
}

.tagcloud a:hover,
.tagcloud a:focus {
  background-color: #018CC2;
  color: #fff;
  text-decoration: none;
}

/* Widget search --------------------------------------- */
.wrapper .searchform,
.footer .searchform {
  position: relative;
}

.wrapper .searchform .s,
.footer .searchform .s {
  display: block;
  width: 100%;
  padding: 16px 55px 16px 20px;
  border: none;
  margin: 0;
  background: #ddd;
  color: #fff;
  border-radius: 3px;
  font-family: "Rubik", sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
}

.wrapper .searchform .s:focus,
.footer .searchform .s:focus {
  background-color: #2b3542;
  outline: none;
}

.wrapper .searchform .searchsubmit,
.footer .searchform .searchsubmit {
  display: block;
  height: 36px;
  width: 36px;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 10px;
  text-indent: -9999px;
  background: url(images/icons/1x/spyglass-g.png) no-repeat center;
  background-size: 24px auto;
}

.wrapper .searchform .searchsubmit:hover,
.footer .searchform .searchsubmit:hover,
.wrapper .searchform .searchsubmit:focus,
.footer .searchform .searchsubmit:focus {
  cursor: pointer;
  background-image: url(images/icons/1x/spyglass-c.png);
}

/* Widget calendar --------------------------------------- */
#wp-calendar {
  color: #888;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 0.9em;
}

#wp-calendar a {
  color: #1abc9c;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
  text-align: center;
}

#wp-calendar th,
#wp-calendar td {
  padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
  color: #4A5963;
}

#wp-calendar caption {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  color: #4A5963;
  text-transform: capitalize;
  padding-bottom: 20px;
}

#wp-calendar thead th {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

#wp-calendar tbody {
  border-bottom: 1px solid #eee;
}

#wp-calendar tfoot td {
  padding: 0;
}

#wp-calendar tfoot #prev {
  text-align: left;
}

#wp-calendar tfoot #next {
  text-align: right;
}

#wp-calendar tfoot a {
  display: block;
  color: #999;
  padding: 12px 0;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

#wp-calendar tfoot a:hover,
#wp-calendar tfoot a:focus {
  text-decoration: none;
  color: #1abc9c;
}

/* Dribbble widget --------------------------------------- */
.dribbble-shot,
.dribbble-shot img {
  display: block;
}

.dribbble-shot {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  margin-bottom: 5%;
  padding: 6px;
  background: #f1f1f1;
}

.dribbble-shot:nth-child(2n) {
  margin-right: 0;
}

.dribbble-shot:hover,
.dribbble-shot:focus {
  background-color: #018CC2;
}

.widgetmore {
  display: block;
  clear: both;
}

/* Flickr widget --------------------------------------- */
.flickr_badge_image a,
.flickr_badge_image img {
  display: block;
}

.flickr_badge_image {
  width: 21.25%;
  float: left;
  margin-left: 5%;
  margin-bottom: 5%;
}

.flickr_badge_image a {
  padding: 4px;
  background: #f1f1f1;
}

.flickr_badge_image a:hover,
.flickr_badge_image a:focus {
  background-color: #018CC2;
}

.flickr_badge_image:nth-child(2),
.flickr_badge_image:nth-child(6),
.flickr_badge_image:nth-child(10),
.flickr_badge_image:nth-child(14) {
  margin-left: 0;
}

/* -------------------------------------------------------------------------------- */
/*	11. Footer
/* -------------------------------------------------------------------------------- */
.footer .row {
  margin-top: -40px;
}

.footer .one-third {
  margin-top: 40px;
}

.footer .widget {
  margin-top: 40px;
  border-top: 4px solid #333;
  padding-top: 40px;
}

.footer .widget:first-child {
  margin: 0;
  border: none;
  padding: 0;
}

.footer .widget-title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.79em;
}

.footer .widget-content {
  color: #767676;
  font-size: 0.95em;
}

.footer .widget-content p {
  line-height: 160%;
}

.widget-content p + p {
  margin-top: 1em;
}

/* Widgets --------------------------------------- */
/* Widget search */
.footer .widget_search .s {
  background: #333;
}

/* widget tagcloud */
.footer .tagcloud a {
  background-color: #333;
}

.footer .tagcloud a:hover,
.footer .tagcloud a:focus {
  text-decoration: none;
  background-color: #018CC2;
}

.footer {
  background-color: #f00079 !important;
}

.credits {
  background-color: #f00079 !important;
}

/* widget calendar */
.footer #wp-calendar caption {
  color: #fff;
}

.footer #wp-calendar thead th {
  border: none;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}

.footer #wp-calendar tbody {
  border-bottom: 1px solid #3b3b3b;
}

/* dribbble and flickr widget */
.footer .dribbble-shot,
.footer .flickr_badge_image {
  background: #333;
}

/* -------------------------------------------------------------------------------- */
/*	12. Credits
/* -------------------------------------------------------------------------------- */
.credits p {
  font-family: "Rubik", sans-serif;
  color: #767676;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.credits a {
  color: #ccc;
}

.credits a:hover,
.credits a:focus {
  color: #ccc;
  text-decoration: underline;
}

img#wpstats {
  display: none;
}

/* Silly WordPress stats */
/* -------------------------------------------------------------------------------- */
/*	13. Responsive
/* -------------------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* 2X images */
  .wrapper .searchform .searchsubmit,
  .footer .searchform .searchsubmit {
    background-image: url(images/icons/2x/spyglass-g.png);
  }
  .wrapper .searchform .searchsubmit:hover,
  .footer .searchform .searchsubmit:hover,
  .wrapper .searchform .searchsubmit:focus,
  .footer .searchform .searchsubmit:focus {
    background-image: url(images/icons/2x/spyglass-c.png);
  }
  .post .sticky-post {
    background-image: url(images/icons/2x/tack-w.png);
  }
  .posts .post-meta a.post-date {
    background-image: url(images/icons/2x/clock-g.png);
  }
  .posts .post-meta a.post-date:hover,
  .posts .post-meta a.post-date:focus {
    background-image: url(images/icons/2x/clock-c.png);
  }
  .posts .post-meta a.zilla-likes {
    background-image: url(images/icons/2x/heart-g.png);
  }
  .posts .post-meta a.zilla-likes:hover,
  .posts .post-meta a.zilla-likes:focus,
  .posts .post-meta a.zilla-likes.active {
    background-image: url(images/icons/2x/heart-c.png);
  }
  .posts .post-meta a.post-comments {
    background-image: url(images/icons/2x/comment-g.png);
  }
  .posts .post-meta a.post-comments:hover,
  .posts .post-meta a.post-comments:focus {
    background-image: url(images/icons/2x/comment-c.png);
  }
  .post-link a {
    background-image: url(images/icons/2x/link-c.png);
  }
  .format-gallery .flex-direction-nav .flex-prev,
  .single .format-gallery .flex-direction-nav .flex-prev {
    background-image: url(images/icons/2x/chevron-left-w-shade.png);
  }
  .format-gallery .flex-direction-nav .flex-next,
  .single .format-gallery .flex-direction-nav .flex-next {
    background-image: url(images/icons/2x/chevron-right-w-shade.png);
  }
  .post-author:before {
    background-image: url(images/icons/2x/author-w.png);
  }
  .single .post-meta p.post-date {
    background-image: url(images/icons/2x/clock-g.png);
  }
  .single .post-meta a.zilla-likes {
    background-image: url(images/icons/2x/heart-g.png);
  }
  .single .post-meta a.zilla-likes:hover,
  .single .post-meta a.zilla-likes:focus {
    background-image: url(images/icons/2x/heart-c.png);
  }
  .single .post-meta p.post-categories {
    background-image: url(images/icons/2x/folder-g.png);
  }
  .single .post-meta p.post-tags {
    background-image: url(images/icons/2x/tag-g.png);
  }
  .author-links a.author-link-posts {
    background-image: url(images/icons/2x/archive-w.png);
  }
  .author-links a.author-link-website {
    background-image: url(images/icons/2x/home-w.png);
  }
  .author-links a.author-link-mail {
    background-image: url(images/icons/2x/social/mail-w.png);
  }
  .author-links a.author-link-twitter {
    background-image: url(images/icons/2x/social/twitter-w.png);
  }
  a.post-nav-prev {
    background-image: url(images/icons/2x/prev-g.png);
  }
  a.post-nav-prev:hover,
  a.post-nav-prev:focus {
    background-image: url(images/icons/2x/prev-c.png);
  }
  a.post-nav-next {
    background-image: url(images/icons/2x/next-g.png);
  }
  a.post-nav-next:hover,
  a.post-nav-next:focus {
    background-image: url(images/icons/2x/next-c.png);
  }
  .single a.post-edit-link {
    background-image: url(images/icons/2x/edit-g.png);
  }
  .single a.post-edit-link:hover,
  .single a.post-edit-link:focus {
    background-image: url(images/icons/2x/edit-c.png);
  }
  .comment.bypostauthor:after {
    background-image: url(images/icons/2x/author-w.png);
  }
  .comment-actions .comment-reply-link {
    background-image: url(images/icons/2x/reply-w.png);
  }
  .comment-actions .comment-edit-link {
    background-image: url(images/icons/2x/edit-w.png);
  }
  input#author {
    background-image: url(images/icons/2x/author-g.png);
  }
  input#email {
    background-image: url(images/icons/2x/social/mail-g.png);
  }
  input#url {
    background-image: url(images/icons/2x/home-g.png);
  }
  input#author:focus {
    background-image: url(images/icons/2x/author-w.png);
  }
  input#email:focus {
    background-image: url(images/icons/2x/social/mail-w.png);
  }
  input#url:focus {
    background-image: url(images/icons/2x/home-w.png);
  }
  .single .post-meta p.image-resolution {
    background-image: url(images/icons/2x/image-g.png);
  }
  .single-attachment .post-author:before {
    background-image: url(images/icons/2x/image-w.png);
  }
  .searchform .searchsubmit {
    background-image: url(images/icons/2x/spyglass-g.png);
  }
  .searchform .searchsubmit:hover,
  .searchform .searchsubmit:focus {
    background-image: url(images/icons/2x/spyglass-c.png);
  }
}
@media (max-width: 1555px) {
  /* Post Content */
  .post-content .alignfull {
    margin-left: -6.075vw;
    max-width: 60.75vw;
    width: 60.75vw;
  }
}
@media (max-width: 1440px) {
  .wrapper.section {
    padding: 5% 0;
  }
  /* pagination */
  .page-title {
    margin-bottom: 5%;
  }
  .archive-nav {
    margin-top: 1%;
  }
}
@media (max-width: 1040px) {
  /* main content */
  .section-inner.content {
    max-width: 94%;
  }
  .post-container {
    width: 50%;
    padding: 0 2% 5% 2%;
  }
}
@media (max-width: 1000px) {
  .footer__contact > p:first-child {
    text-align: center;
  }
  .footer__contact {
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .footer__menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  /* structure */
  body.single .content {
    width: 100%;
    float: none;
  }
  .sidebar {
    display: none;
  }
  /* navigation */
  .main-menu {
    display: none;
  }
  .search-toggle {
    width: 24px;
  }
  .nav-toggle {
    display: block;
    padding: 25px 0;
  }
  .nav-toggle .bar {
    display: block;
    width: 26px;
    height: 3px;
    margin-top: 5px;
    background: black;
    border-radius: 1px;
  }
  .nav-toggle .bar:first-child {
    margin-top: 0;
  }
  .nav-toggle:hover,
  .nav-toggle:focus {
    cursor: pointer;
  }
  .nav-toggle.active .bar {
    background: black;
  }
  .mobile-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-menu > li:first-child {
    border-top: none;
  }
  .mobile-menu a {
    display: block;
    padding: 25px 5%;
    font-size: 0.9em;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
  }
  .mobile-menu a:hover,
  .mobile-menu a:focus {
    color: #fff;
  }
  .mobile-menu ul a {
    padding-left: 10%;
  }
  .mobile-menu ul ul a {
    padding-left: 15%;
  }
  .mobile-menu ul ul ul a {
    padding-left: 20%;
  }
  .mobile-menu ul ul ul ul a {
    padding-left: 25%;
  }
  .mobile-menu ul ul ul ul ul a {
    padding-left: 30%;
  }
  /* Post Content */
  .post-content .alignfull {
    margin-left: -9vw;
    max-width: 90vw;
    width: 90vw;
  }
}
@media (max-width: 800px) {
  .image__logo--top {
    width: 193px;
    height: 90px;
  }
  /* structure */
  .wrapper.section {
    padding: 4% 0;
  }
  .section-inner {
    max-width: 92%;
  }
  .section-inner.content {
    max-width: 97%;
  }
  /* header */
  /* Post Content */
  .post-content .alignfull {
    margin-left: -9.2vw;
    max-width: 92vw;
    width: 92vw;
  }
  /* footer */
  .footer .one-third {
    width: 47.5%;
  }
  /* credits */
  .credits span {
    display: none;
  }
}
@media (max-width: 700px) {
  /* single post */
  .post-author,
  .single .post-meta {
    width: 100%;
    float: none;
    border-radius: 0;
  }
  .single .post-meta-container:after {
    content: none;
  }
  .single .post-meta {
    background-color: #3F4854;
  }
  /* post content */
  .post-content .alignleft,
  .post-content .alignright {
    max-width: 100%;
    float: none;
    margin: 1.25em 0;
  }
  .post-content .alignleft a,
  .post-content .alignleft img,
  .post-content .alignright a,
  .post-content .alignright img {
    margin-left: auto;
    margin-right: auto;
  }
  /* comments */
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .logoUam {
    width: 200px;
    height: 100px;
  }
  .image__logo--top {
    display: none;
  }
  .image__logo {
    width: 107px;
    height: 78px;
  }
  body {
    font-size: 16px;
  }
  /* structure */
  .wrapper.section {
    padding: 25px 0;
  }
  /* header */
  .header-search-block .s {
    font-size: 1.5em;
    margin-top: -17px;
  }
  .nav-toggle {
    padding: 20px 0;
  }
  /* navigation */
  .navigation-inner {
    max-width: 96%;
    margin-top: -20px;
  }
  .mobile-menu a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* main content */
  .section-inner.content {
    max-width: 92%;
  }
  .post-container {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
  .post-container:first-child {
    margin-top: 0;
  }
  .post-header .post-title {
    font-size: 1.5em;
  }
  .post-excerpt {
    font-size: 1em;
  }
  /* single post */
  .media-caption {
    margin: 0 6%;
    padding-bottom: 10px;
  }
  .single .post-quote blockquote,
  .single .post-link p {
    font-size: 1.2em;
  }
  .single .post-quote cite {
    font-size: 0.8em;
  }
  /* post content */
  .post-content p,
  .post-content blockquote,
  .post-content ul,
  .post-content ol,
  .post-content address,
  .post-content dl,
  .post-content .wp-caption,
  .post-content pre {
    line-height: 160%;
    margin-bottom: 1em;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 40px 0 20px;
  }
  .post-content h1 {
    font-size: 1.7em;
  }
  .post-content h2 {
    font-size: 1.5em;
  }
  .post-content h3 {
    font-size: 1.25em;
  }
  .post-content h4 {
    font-size: 1.1em;
  }
  .post-content h5 {
    font-size: 1em;
  }
  .post-content h6 {
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .post-content h1 + h1,
  .post-content h1 + h2,
  .post-content h1 + h3,
  .post-content h1 + h4,
  .post-content h1 + h5,
  .post-content h1 + h6,
  .post-content h2 + h1,
  .post-content h2 + h2,
  .post-content h2 + h3,
  .post-content h2 + h4,
  .post-content h2 + h5,
  .post-content h2 + h6,
  .post-content h3 + h1,
  .post-content h3 + h2,
  .post-content h3 + h3,
  .post-content h3 + h4,
  .post-content h3 + h5,
  .post-content h3 + h6,
  .post-content h4 + h1,
  .post-content h4 + h2,
  .post-content h4 + h3,
  .post-content h4 + h4,
  .post-content h4 + h5,
  .post-content h4 + h6,
  .post-content h5 + h1,
  .post-content h5 + h2,
  .post-content h5 + h3,
  .post-content h5 + h4,
  .post-content h5 + h5,
  .post-content h5 + h6,
  .post-content h6 + h1,
  .post-content h6 + h2,
  .post-content h6 + h3,
  .post-content h6 + h4,
  .post-content h6 + h5,
  .post-content h6 + h6 {
    margin-top: 20px;
  }
  .post-content blockquote {
    margin-top: 25px;
  }
  .post-content blockquote:before,
  .post-content blockquote:after {
    margin: 25px auto;
    width: 96px;
  }
  .post-content blockquote p {
    font-size: 1.1em;
    line-height: 150%;
  }
  .post-content blockquote cite {
    font-size: 0.8em;
  }
  .post-content .alignfull {
    margin-left: -5.52vw;
  }
  /* comments */
  .comments-title,
  .add-comment-title {
    float: none;
    width: 100%;
  }
  .add-comment-title {
    display: none;
  }
  .comments-title,
  .comment-reply-title {
    font-size: 1.5em;
  }
  .comment .avatar {
    width: 50px;
  }
  .comment-inner {
    margin-left: 70px;
  }
  .comment-inner:after {
    top: 13px;
  }
  .comment-content {
    font-size: 0.9em;
  }
  .reply-title {
    margin-bottom: 15px;
  }
  .comment-form {
    margin-top: 15px;
  }
  /* respond */
  .comment-form {
    margin-top: 10px;
  }
  .comment-notes,
  .logged-in-as {
    margin-bottom: 25px;
  }
  .comment-form input[type=text],
  .comment-form input[type=email] {
    background-position: 96% center;
  }
  /* page & page templates */
  .authors-row {
    padding: 0;
    border: none;
  }
  .authors-row:before {
    content: none;
  }
  .authors-row .author-info {
    width: 100%;
    margin: 0;
    float: none;
    border-top: 1px solid #eee;
  }
  .authors-row:first-child .author-info:first-child {
    border-top: none;
  }
  .author-avatar,
  .author-info h5 {
    margin-bottom: 20px;
  }
  /* pagination */
  .page-title {
    margin-bottom: 25px;
  }
  .page-title h3 {
    font-size: 1.4em;
  }
  .archive-nav {
    margin-top: 25px;
  }
  /* footer */
  .footer {
    padding: 30px 0;
  }
  .footer .one-third {
    float: none;
    margin: 40px 0 0 0;
    width: 100%;
  }
  .footer .one-third + .one-third {
    border-top: 4px solid #333;
    padding: 40px 0 0 0;
  }
  /* credits */
  .credits {
    padding: 30px 0;
  }
}
@media (max-width: 500px) {
  .image__logo--bigger {
    width: 150px;
    height: 100px;
  }
  .image__logo--top {
    display: none;
  }
  .image__logo {
    width: 100px;
    height: 100px;
    background-position: center;
  }
}
/* header */
.header .blog-title {
  font-size: 1.75em;
}

.header .blog-description {
  font-size: 1em;
  margin-top: 15px;
}

/* post meta */
.post-author:before,
.post-author:after {
  left: 15px;
}

.post-author-content {
  margin-left: 40px;
}

/* comments */
.comments div.comment {
  margin-top: 20px;
}

.comment .avatar {
  display: none;
}

.comment-inner {
  margin-left: 0;
}

.comment-inner:after {
  content: none;
}

.comment-actions {
  display: none;
}

.comment-actions-below {
  display: block;
  margin-top: 20px;
}

.comment-actions-below a {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
}

.comment-actions-below a:first-child {
  margin-left: 0;
}

.comment-actions-below a:hover,
.comment-actions-below a:focus {
  text-decoration: underline;
}

.comment-nav-below span {
  display: none;
}

/* BUG (oryginał): zbędny osierocony '}' usunięty (był ignorowany przez przeglądarki). */
.comment-notes {
  display: none;
}

.credits-left ul {
  display: flex;
}

.credits-left ul a {
  margin-right: 5px;
}

@media (max-width: 400px) {
  /* respond */
  .comment-form label {
    font-size: 14px;
  }
  .comment-form input[type=text],
  .comment-form input[type=email] {
    background-position: 94% center;
    background-size: 20px auto;
  }
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form textarea {
    padding: 12px;
    font-size: 0.9em;
  }
  .comment-form textarea {
    height: 150px;
  }
}
/* -------------------------------------------------------------------------------- */
/*  99. CUSTOM — nowe zmiany pisz w _custom.scss                                    */
/* -------------------------------------------------------------------------------- */
.posts .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.posts .post-meta .post-more {
  margin-left: auto;
}
.posts .post-meta .post-date {
  color: #4A5963;
}
.posts .post-meta .clear {
  display: none;
}

.posts .featured-media {
  position: relative;
}

.posts .post-more::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.layout-grid .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
  height: auto !important;
}
.layout-grid .posts .post-container {
  width: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.layout-grid .posts .post {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.layout-grid .posts .post-meta {
  margin-top: auto;
}
.layout-grid .posts .featured-media {
  height: 325px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 11px;
}
@media (max-width: 640px) {
  .layout-grid .posts .featured-media {
    height: 260px;
  }
}
.layout-grid .posts .post-quote,
.layout-grid .posts .post-link {
  height: 325px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .layout-grid .posts .post-quote,
  .layout-grid .posts .post-link {
    height: 260px;
  }
}
.layout-grid .posts .featured-media img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  display: block;
}
@media (max-width: 640px) {
  .layout-grid .posts .featured-media img {
    height: 260px;
  }
}
.layout-grid .posts .featured-media .flexslider,
.layout-grid .posts .featured-media .flex-viewport,
.layout-grid .posts .featured-media .slides,
.layout-grid .posts .featured-media .slides > li {
  height: 325px !important;
}
.layout-grid .posts .featured-media iframe,
.layout-grid .posts .featured-media object,
.layout-grid .posts .featured-media video {
  width: 100% !important;
  height: 325px !important;
}
.layout-grid .posts .featured-media video {
  object-fit: cover;
}
.layout-grid .posts .post-quote iframe,
.layout-grid .posts .post-link iframe {
  width: 100%;
}
@media (max-width: 1040px) {
  .layout-grid .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .layout-grid .posts {
    grid-template-columns: 1fr;
  }
}

.single .content > .post > .featured-media {
  margin-bottom: 64px;
}
.single .content > .post > .featured-media img {
  border-radius: 11px;
}

.post-nav-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 56px 0 72px;
}
.post-nav-single__spacer {
  flex: 0 0 auto;
}
.post-nav-single__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #E7EEF3;
  border-radius: 6px;
  font-family: "Rubik", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.post-nav-single__btn--next {
  color: #018CC2;
}
.post-nav-single__btn--next:hover, .post-nav-single__btn--next:focus {
  background: #018CC2;
  border-color: #018CC2;
  color: #fff;
}
.post-nav-single__btn--prev {
  color: #4A5963;
}
.post-nav-single__btn--prev:hover, .post-nav-single__btn--prev:focus {
  background: #4A5963;
  border-color: #4A5963;
  color: #fff;
}
.post-nav-single__arrow {
  flex-shrink: 0;
  width: 16px;
  height: 14px;
}
.post-nav-single__arrow--prev {
  transform: rotate(180deg);
}

.related-posts {
  margin-top: 8px;
}
.related-posts__title {
  margin: 0 0 48px;
  font-family: "Tinos", serif;
  font-size: 40px;
  font-weight: 700;
  color: #14242E;
}
.related-posts .posts {
  grid-template-columns: repeat(2, 1fr);
}
.single .related-posts .post-title {
  font-size: 1.25em;
}
.single .related-posts .post-meta {
  background: none;
  background-color: transparent;
  width: auto;
  float: none;
  padding: 24px 0;
  border-radius: 0;
  position: static;
}
.single .related-posts .post-meta p,
.single .related-posts .post-meta a {
  background-image: none;
  min-height: 0;
  margin-top: 0;
  padding: 0;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  color: #4A5963;
}
.single .related-posts .post-meta .post-more {
  color: #018CC2;
}

@media (max-width: 680px) {
  .related-posts .posts {
    grid-template-columns: 1fr;
  }
}
.category-banner {
  background: #F8FCFD;
  box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, 0.05);
}
.category-banner__inner {
  display: flex;
  flex-direction: column;
  min-height: 327px;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 0;
}

.category-breadcrumbs {
  font-size: 14px;
  color: #4A5963;
  margin-bottom: 32px;
}
.category-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.category-breadcrumbs a:hover,
.category-breadcrumbs a:focus {
  text-decoration: underline;
}
.category-breadcrumbs .sep {
  margin: 0 6px;
}

.category-name {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
  color: #018CC2;
}

.category-custom-title {
  margin: 0;
  font-family: "Tinos", serif;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 700;
  color: #14242E;
}
.category-custom-title span {
  color: #018CC2;
  font-style: italic;
}

.category-banner__date {
  margin: 18px 0 0;
  font-size: 15px;
  color: #4A5963;
}

@media (max-width: 900px) {
  .category-custom-title {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .category-custom-title {
    font-size: 34px;
  }
  .category-banner__inner {
    min-height: 240px;
  }
}
.widget_recent_entries {
  border: 1px solid #E7EEF3;
  border-radius: 11px;
  padding: 4px 24px 12px;
}
.widget_recent_entries .widget-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 32px 0;
  border-bottom: 1px solid #E7EEF3;
  font-family: "Tinos", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #14242E;
}
.widget_recent_entries .widget-title::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23018CC2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 9h18M8 2v4M16 2v4'/%3E%3C/svg%3E") no-repeat center/contain;
}
.widget_recent_entries .recent-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_entries .recent-post {
  margin: 0;
  border-bottom: 1px solid #E7EEF3;
}
.widget_recent_entries .recent-post:last-child {
  border-bottom: 0;
}
.widget_recent_entries .recent-post__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  text-decoration: none;
}
.widget_recent_entries .recent-post__thumb {
  flex-shrink: 0;
}
.widget_recent_entries .recent-post__thumb img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 11px;
}
.widget_recent_entries .recent-post__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.widget_recent_entries .recent-post__title {
  font-family: "Tinos", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #14242E;
}
.widget_recent_entries .recent-post__date {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #4A5963;
}

.widget_archive {
  border: 1px solid #E7EEF3;
  border-radius: 11px;
  padding: 4px 24px 12px;
}
.widget_archive .widget-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 32px 0;
  border-bottom: 1px solid #E7EEF3;
  font-family: "Tinos", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #14242E;
  margin-bottom: 8px;
}
.widget_archive .widget-title::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 22px;
  background: url("images/new/svg/Group%2027.svg") no-repeat center/contain;
}
.widget_archive .archive-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.widget_archive .archive-toggle::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23018cc2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: transform 0.2s ease;
}
.widget_archive.archive-enhanced .archive-toggle {
  display: inline-flex;
}
.widget_archive.is-expanded .archive-toggle::before {
  transform: rotate(180deg);
}
.widget_archive .archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive .archive-list li {
  margin: 0;
}
.widget_archive .archive-list a {
  display: block;
  padding: 9px 0;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  color: #4A5963;
  text-decoration: none;
}
.widget_archive .archive-list a:hover,
.widget_archive .archive-list a:focus {
  color: #018CC2;
}
.widget_archive.archive-enhanced:not(.is-expanded) .archive-list li:nth-child(n+13) {
  display: none;
}

.widget_categories {
  border: 1px solid #E7EEF3;
  border-radius: 11px;
  padding: 4px 24px 12px;
}
.widget_categories .widget-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 32px 0;
  border-bottom: 1px solid #E7EEF3;
  font-family: "Tinos", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #14242E;
  margin-bottom: 8px;
}
.widget_categories .widget-title::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23018cc2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_categories .children {
  padding-left: 16px;
}
.widget_categories li {
  margin: 0;
}
.widget_categories li a {
  display: block;
  padding: 9px 0;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  color: #4A5963;
  text-decoration: none;
}
.widget_categories li a:hover,
.widget_categories li a:focus {
  color: #018CC2;
}

.home-banner {
  background: #F8FCFD;
  box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, 0.05);
}
.home-banner__inner {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.home-banner__content {
  flex: 1 1 50%;
  min-width: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 600px;
}
.home-banner__media {
  flex: 1 1 50%;
  min-width: 0;
}
.home-banner__media img {
  display: block;
  width: 100%;
  height: auto;
}
.home-banner__subheading {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 500;
  color: #018CC2;
}
.home-banner__heading {
  margin: 0 0 24px;
  font-family: "Tinos", serif;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 700;
  color: #14242E;
}
.home-banner__heading span {
  color: #018CC2;
  font-style: italic;
}
.home-banner__text {
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 1.6;
  color: #4A5963;
}
.home-banner__text p {
  margin: 0 0 1em;
}
.home-banner__text p:last-child {
  margin-bottom: 0;
}
.home-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  background: #018CC2;
  border-radius: 8px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0px 10px 25px rgba(1, 140, 194, 0.3529411765);
  transition: all 0.2s ease-in-out;
}
.home-banner__button-arrow {
  flex-shrink: 0;
}
.home-banner__button:hover, .home-banner__button:focus {
  box-shadow: 0px 14px 30px rgba(1, 140, 194, 0.3529411765);
  background-color: white;
}

@media (max-width: 900px) {
  .home-banner__heading {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .home-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .home-banner__content,
  .home-banner__media {
    flex-basis: auto;
  }
}
@media (max-width: 600px) {
  .home-banner__heading {
    font-size: 34px;
  }
}
.home-posts-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin-bottom: 48px;
}
.home-posts-head__eyebrow {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
  color: #018CC2;
}
.home-posts-head__heading {
  margin: 0;
  font-family: "Tinos", serif;
  font-size: 49px;
  font-weight: 700;
  color: #14242E;
}
@media (max-width: 600px) {
  .home-posts-head__heading {
    font-size: 32px;
  }
}

.home-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-categories__item a {
  display: block;
  padding: 16px 16px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 400;
  color: #14242E;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
@media (max-width: 1200px) {
  .home-categories__item a {
    font-size: 14px;
    padding: 12px 16px;
  }
}
.home-categories__item a:hover, .home-categories__item a:focus, .home-categories__item.is-active a {
  background: #EAF6FB;
  color: #018CC2;
}

.short__wrapper {
  margin-top: 80px;
}

.cta-banner {
  background: #018CC2;
  border-radius: 16px;
  padding: 64px 24px;
  text-align: center;
  color: #fff;
}
.cta-banner * {
  text-align: center;
}
.cta-banner__inner {
  max-width: 580px;
  margin: 0 auto;
}
.cta-banner__subheading {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.cta-banner__heading {
  margin: 0 0 24px !important;
  font-family: "Tinos", serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff !important;
}
.cta-banner__text {
  margin: 0 0 36px;
  font-size: 17px;
  line-height: 1.55;
  color: #fff;
}
.cta-banner__text p {
  margin: 0 0 1em;
}
.cta-banner__text p:last-child {
  margin-bottom: 0;
}
.cta-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  background: #fff;
  border-radius: 6px;
  color: #018CC2;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none !important;
}
.cta-banner__button:hover, .cta-banner__button:focus {
  transform: translateY(-2px);
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.16);
}
.cta-banner__arrow {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .cta-banner {
    padding: 44px 16px;
  }
  .cta-banner__heading {
    font-size: 32px;
  }
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #018CC2;
  outline-offset: 2px;
  border-radius: 3px;
}

.header__bar :focus-visible,
.navigation :focus-visible,
.mobile-navigation :focus-visible,
.bg-dark :focus-visible,
.home-banner__button:focus-visible {
  outline-color: #fff;
}

.nav-toggle,
.search-toggle {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.search-toggle {
  padding: 0;
  line-height: 0;
}

.search-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: 0;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
