@charset "UTF-8";
button.search-btn:hover, button.search-btn:focus {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 1.2em;
  border-radius: 12px;
}

html {
  font-size: 16px;
}

body {
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  color: #878787;
  line-height: 1.75em;
  outline-color: #4394d6;
  margin: 0;
  word-wrap: break-word;
}

#page {
  padding-left: 15px;
  padding-right: 15px;
}

#content {
  margin-bottom: 2em;
}

#primary {
  padding-top: 2em;
}

#secondary {
  padding-top: 2em;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  #secondary {
    border-left: solid 1px #eee;
  }
}

input[type=submit] {
  width: auto;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.9em;
  background-color: #4394d6;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: #2e88d1;
  text-decoration: none;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
  text-transform: uppercase;
}

h6 {
  font-size: 1em;
}

blockquote {
  border-left: solid 0.2rem #4394d6;
  margin: 4rem 0 1.25rem 0;
  padding: 0.5rem 0 0.5rem 1.2rem;
}
blockquote:before, blockquote:after {
  content: "";
}
blockquote p:last-child {
  margin: 0;
}

ul {
  margin-top: 0.25em;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

li {
  margin-bottom: 0.8em;
}

pre, fieldset, input, textarea, table, table *, hr {
  border-color: #e6e6e6;
}

th, td {
  border: solid 1px #e6e6e6;
  padding: 1em 0.5em;
  line-height: 1.4;
  margin: 0;
}

ul, ol {
  padding-left: 0.1em;
}
ul li, ol li {
  margin: 0.5em 0;
}

address {
  margin-bottom: 1rem;
  color: #999999;
}

cite {
  font-size: 1em;
  color: #4394d6;
}

.entry-title, .page-title, .widget-title {
  margin-top: 0;
}

.entry-content {
  /*
  	form[class*="wp-block"] {
  		display: flex;
  		align-items: center;
  	}
  */
  /*
  	label[class*="wp-block"] {
  		width: 100%;
  	}
  */
}
.entry-content ul[class*=wp-block] {
  list-style: none;
}
.entry-content ul[class*=wp-block] li {
  margin-bottom: 1.2em;
}
.entry-content ul[class*=wp-block] li:before {
  content: "";
  font-family: "Dashicons";
  font-size: 0.8em;
  margin-right: 0.5em;
}
.entry-content input[type=search][class*=wp-block] {
  width: 100%;
  border-radius: 3px;
  padding: 0.5em;
}
.entry-content input[type=submit][class*=wp-block], .entry-content button[type=submit][class*=wp-block] {
  margin-left: 0.5em;
  border: 0;
  background: none;
  color: #4394d6;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.entry-content select[class*=wp-block] {
  padding: 0.5em;
  border-radius: 3px;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

#header-wrapper {
  margin: 2em auto;
}
#header-wrapper button {
  padding: 0;
  border: 0;
  background: none;
  margin-left: auto;
  color: #4394d6;
}
#header-wrapper button span {
  font-size: 2em;
  width: 100%;
  height: auto;
}
#header-wrapper .site-title a {
  text-decoration: none;
}
#header-wrapper .site-description {
  margin: 0;
  color: #4394d6;
}

#masthead {
  text-align: center;
  background-color: transparent;
  padding: 3em 30px 0 30px;
  color: #4394d6;
}
@media (min-width: 767px) {
  #masthead {
    padding: 3em 15px 0 15px;
  }
}
#masthead img {
  width: 100%;
}

button.search-btn {
  position: fixed;
  left: 4vh;
  top: 4vh;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 300ms ease-out;
  -webkit-transition: box-shadow 300ms ease-out;
  -moz-transition: box-shadow 300ms ease-out;
  -ms-transition: box-shadow 300ms ease-out;
  -o-transition: box-shadow 300ms ease-out;
  z-index: 99;
  outline: none;
}
button.search-btn span {
  transition: transform 300ms ease;
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -ms-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
}
button.search-btn:hover span, button.search-btn:focus span {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
button.search-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  font-size: 36px;
  height: 60px;
  width: 60px;
  color: #4394d6;
}

button.hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

#search-screen {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  z-index: 9;
}

#gally_search {
  position: relative;
  text-align: center;
  width: 85%;
  margin-bottom: 2em;
}
#gally_search label {
  width: 100%;
}
#gally_search input[type=search] {
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  font-size: 1.8em;
  border-bottom: solid 3px #4394d6;
  width: 100%;
}
#gally_search input[type=search]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  #gally_search {
    width: 40%;
  }
  #gally_search input[type=search] {
    font-size: 2.2em;
  }
}
#gally_search input[type=submit] {
  display: none;
}

article {
  margin: 0px;
  padding-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
article .article-wrapper {
  width: 95%;
  margin: auto;
}
article .post-thumb img {
  width: 100%;
}
article .entry-title {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
article .entry-title a {
  font-weight: 600;
  text-decoration: none;
  color: #4394d6;
}
article .entry-meta {
  display: flex;
  margin-bottom: 0.5em;
}
article .entry-meta a {
  color: black;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 0.5em;
}
article .entry-meta img {
  margin-right: 0.5em;
}
article .entry-meta .posted-on, article .entry-meta .byline {
  display: flex;
  align-items: center;
}
article .entry-meta img {
  margin-left: 0.5em;
  border-radius: 50%;
}
article .entry-excerpt {
  margin-bottom: 0.8em;
  font-size: 0.9em;
}
article .more-link {
  position: relative;
  text-decoration: none;
  color: #4394d6;
}
article .more-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #4394d6;
  opacity: 0;
  transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
}
article .more-link:hover:before {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  width: 100%;
  opacity: 1;
}
article:not(.classic) .entry-title {
  margin-top: 0.6em;
}

.gally-load-more {
  text-align: center;
}
.gally-load-more a {
  text-decoration: none;
  padding: 0.4em 0.8em;
  background-color: #4394d6;
  color: white;
  display: inline-block;
}

.post-navigation span.dashicons {
  position: relative;
  top: 2px;
}

.main-navigation {
  text-align: center;
  margin: 0.5em auto;
  padding: 0.5em 0;
}
.main-navigation .nav-jumper {
  display: none;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  color: #4394d6;
}
.main-navigation a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.main-navigation .current_page_item a {
  font-weight: 600;
}
.main-navigation ul ul {
  backdrop-filter: blur(4px);
}
@media (min-width: 992px) {
  .main-navigation ul#primary-menu {
    flex-direction: column;
    align-items: flex-end;
  }
  .main-navigation ul#primary-menu li:hover > ul, .main-navigation ul#primary-menu li:focus-within > ul {
    left: 100%;
  }
  .main-navigation ul#primary-menu .dropdown-arrow {
    display: none;
  }
  .main-navigation ul#primary-menu > li {
    position: relative;
    float: left;
    margin: 0;
  }
  .main-navigation ul#primary-menu > li > a {
    padding: 0.5em;
    text-transform: uppercase;
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children > a:after {
    position: relative;
    content: "";
    font-family: "Dashicons";
    padding-left: 3px;
    top: 3px;
  }
  .main-navigation ul#primary-menu ul {
    flex-direction: column;
    text-transform: none;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    text-align: left;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul#primary-menu ul li {
    position: relative;
    float: none;
    display: block;
    margin: 0;
  }
  .main-navigation ul#primary-menu ul li a {
    padding: 1em;
    color: #4394d6;
  }
  .main-navigation ul#primary-menu ul li.menu-item-has-children > a:after {
    position: relative;
    content: "";
    font-family: "Dashicons";
    float: right;
  }
}

button.menu-toggle {
  width: auto;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.9em;
  background-color: #4394d6;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  margin: auto;
  margin-bottom: 1em;
  cursor: pointer;
}
button.menu-toggle:hover, button.menu-toggle:focus {
  background-color: #2e88d1;
  text-decoration: none;
}

#mobile-navigation {
  display: none;
}

@media (max-width: 991px) {
  #mobile-navigation {
    display: inline-block;
    top: 0;
    right: 30px;
    text-align: right;
    z-index: 99;
  }
  #mobile-navigation .nav-jumper {
    display: block;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
  }
  #mobile-navigation ul#mobile-menu {
    display: none;
  }
  #mobile-navigation.toggled ul#mobile-menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    z-index: 99;
  }
  #mobile-navigation .mobile-menu-container .dropdown-arrow {
    cursor: pointer;
    color: #4394d6;
    margin: 3px 0 0 3px;
  }
  #mobile-navigation .mobile-menu-container li {
    padding: 0.5em 0.8em;
    margin: 0;
    list-style: none;
  }
  #mobile-navigation .mobile-menu-container li .dashicons {
    float: right;
  }
  #mobile-navigation .mobile-menu-container a {
    background: none;
    text-decoration: none;
    color: #4394d6;
  }
  #mobile-navigation .mobile-menu-container ul {
    text-align: left;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  #mobile-navigation .mobile-menu-container ul ul.sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    float: none;
    left: 0;
    box-shadow: none;
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0);
    margin: 0;
  }
  #mobile-navigation .mobile-menu-container ul ul.sub-menu a {
    width: auto;
  }
}
#footer-sidebar {
  background-color: #4394d6;
  padding-top: 2em;
}
#footer-sidebar h2.widget-title {
  color: white;
}
#footer-sidebar a {
  color: white;
}
#footer-sidebar li:before {
  color: white;
}

#colophon {
  background-color: #4394d6;
  text-align: center;
  color: white;
}
#colophon .site-info {
  display: inline-block;
}
#colophon a {
  color: white;
  font-weight: 600;
}

/**
 *	Styling for the Pagination
 */
.gally-pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 1em auto;
  color: #aaaaaa;
  margin: 1em auto;
}
.gally-pagination a {
  text-decoration: none;
  font-size: 1.2em;
  color: #4394d6;
  font-weight: 600;
}
.gally-pagination .nav-links > * {
  margin: 0.8em;
}
.gally-pagination .nav-links span.current {
  position: relative;
  font-weight: 400;
}

.widget {
  margin: 0 0 3em;
}
.widget:not(.widget_rss):not(.widget_text) {
  color: #aaaaaa;
}
.widget a {
  color: #000;
}
.widget a:not(.widget_text) {
  text-decoration: none;
}
.widget a:not(.widget_text):hover {
  text-decoration: underline;
}
.widget .widget-title {
  color: initial;
  color: #4394d6;
  font-weight: 600;
}
.widget ul {
  position: relative;
  list-style: none;
  margin-top: 0.25em;
  margin-left: 0.7em;
  padding-left: 0.7em;
}
.widget li {
  margin-left: 1.4em;
  margin-bottom: 0.4em;
}
.widget li:before {
  position: absolute;
  content: "";
  font-family: "Dashicons";
  left: 0;
  font-size: 0.8em;
  color: #4394d6;
  line-height: 1.8em;
}
.widget > ul {
  margin-left: 0;
  padding-left: 0;
}
.widget.widget_search form {
  display: flex;
  align-items: center;
}
.widget.widget_search label {
  width: 100%;
}
.widget.widget_search input[type=search] {
  width: 100%;
  border-radius: 3px;
  padding: 0.5em;
}
.widget.widget_search input[type=submit] {
  margin-left: 0.5em;
  border: 0;
  background: none;
  color: #4394d6;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.widget select {
  padding: 0.5em;
  border-radius: 3px;
}

#respond input[type=submit] {
  width: auto;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.9em;
  background-color: #4394d6;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
#respond input[type=submit]:hover, #respond input[type=submit]:focus {
  background-color: #2e88d1;
  text-decoration: none;
}

.comment-body {
  border-bottom: solid 1px #eeeeee;
}

#comments ol, #comments ul {
  list-style: none;
}
#comments .comment-meta a {
  margin-right: 0.5em;
  text-decoration: none;
}
#comments .comment-author {
  display: flex;
  align-items: center;
}
#comments .comment-author img {
  border-radius: 50%;
  margin-right: 0.5em;
}
#comments .reply a {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.9em;
  background-color: #4394d6;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  margin-bottom: 1.4em;
  text-decoration: none;
}
#comments .reply a:hover, #comments .reply a:focus {
  background-color: #2e88d1;
  text-decoration: none;
}
#comments p {
  margin-left: 1em;
}

body.single .entry-content, body.page .entry-content {
  margin-bottom: 1em;
}
body.single .entry-title, body.page .entry-title {
  color: black;
}
body.single .singular-thumb, body.page .singular-thumb {
  margin-bottom: 1em;
}
body.single .entry-footer .dashicons, body.page .entry-footer .dashicons {
  color: #cacaca;
}
body.single .entry-footer a, body.page .entry-footer a {
  margin-left: 0.4em;
  font-weight: 600;
  color: #000;
}
body.single .entry-footer .edit-link a, body.page .entry-footer .edit-link a {
  color: #fff;
  width: auto;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.9em;
  background-color: #4394d6;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: inline-block;
}
body.single .entry-footer .edit-link a:hover, body.single .entry-footer .edit-link a:focus, body.page .entry-footer .edit-link a:hover, body.page .entry-footer .edit-link a:focus {
  background-color: #2e88d1;
  text-decoration: none;
}
body.single .nav-links a, body.page .nav-links a {
  text-decoration: none;
  color: #4394d6;
}

#gally-top-bar {
  display: inline-block;
  width: 100%;
}
#gally-top-bar #gally-social-icons {
  float: right;
}
@media (max-width: 991px) {
  #gally-top-bar #gally-social-icons {
    float: none;
    text-align: center;
    display: inline-block;
  }
  #gally-top-bar #gally-social-icons .icon span {
    font-size: 60px;
    height: 60px;
    width: 60px;
  }
}
#gally-top-bar #gally-social-icons .icon {
  float: left;
  margin-left: 0.4em;
}
#gally-top-bar #gally-social-icons span {
  font-size: 30px;
  height: 30px;
  width: 30px;
}
#gally-top-bar #gally-social-icons a {
  text-decoration: none;
}
#gally-top-bar #gally-social-icons a .dashicons-xing {
  color: #26a797;
}
#gally-top-bar #gally-social-icons a .dashicons-facebook-alt {
  color: #1335ef;
}
#gally-top-bar #gally-social-icons a .dashicons-twitter {
  color: #29a8e0;
}
#gally-top-bar #gally-social-icons a .dashicons-youtube {
  color: #f11527;
}
#gally-top-bar #gally-social-icons a .dashicons-instagram {
  color: #999;
}
#gally-top-bar #gally-social-icons a .dashicons-rss {
  color: #f3632e;
}
#gally-top-bar #gally-social-icons a .dashicons-twitch {
  color: #8b55ef;
}

body.error404 #primary {
  width: 100%;
  text-align: center;
}

.wpcf7 input:not([type=submit]), .wpcf7 textarea, .wpcf7 select {
  border-radius: 0;
  width: 100%;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input, .wpcf7 .wpcf7-radio .wpcf7-list-item input {
  width: auto;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.85em;
  font-weight: 600;
}
