/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,accessibility-ready,blog,portfolio,news
Version: 1.1.1691457015
Updated: 2023-08-08 01:10:15

*/


/*Header*/

.wp-site-blocks {
  padding-top: 0;
}

header {
  border-bottom: 5px solid #95BEFF;
  box-shadow: 0px 0px 10px #00000069;
  z-index: 999;
  position: relative;
}

.wp-site-blocks .wp-block-group.alignwide.is-content-justification-space-between.is-layout-flex.wp-container-3 {
  padding: 30px 0 !important;
}

.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained {
  margin-top: 0;
}

.wp-block-navigation-item.current-menu-item.wp-block-navigation-link .wp-block-navigation-item__label {
  color: #95BEFF;

}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  border-bottom: 2px solid #fff;
}

.wp-block-navigation a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
  color: #95BEFF !important;
  border-bottom: 2px solid #95BEFF;
}

/*Banner*/


#heroBanner .so-widget-sow-editor.so-widget-sow-editor-base {
  max-width: 900px;
  padding-left: 200px;
}

#heroBanner h1, #heroBanner h2, #heroBanner p, #heroBanner li {
  color: #fff;
  text-shadow: 2px 2px 10px #0006;
}

.subtitle {
  font-size: 150%;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
}

p, span, a, form, li { 
    font-family: 'Merriweather', serif;
}

.wp-block-post-title {
  display: none;
}

main {
  margin-top: 0 !important;
}

#heroBanner {
  padding: 100px 0;
}

/*Blog*/
.post .wp-block-post-title {
  display: block;
}

.wp-block-post-excerpt {
  display: none;
}

.wp-block-post.post {
  background: #DDEAFF;
  padding: 0px 20px;
}

.wp-block-post.post:nth-child(even) {
  background: #C4DBFF;
}

.blog .wp-block-heading {
  background: #ddd;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
  padding: 100px 0;
    max-width: 900px;
  padding-left: 200px;
    color: #fff;
  text-shadow: 2px 2px 10px #0006;
  background-image: url(https://hmasarmidale.kylestewart.com.au/wp-content/uploads/2023/07/HMAS-Armidale-crew.jpg);
  background-position: center center;
  background-size: cover;
}

