/*
Theme Name: proteus
Theme URI: http://www.codexdigital.com.au/
Author: Codex Digital
Author URI: http://www.codexdigital.com.au/
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proteus
Tags:


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
}

@media (min-width:992px)
{
	.main-navigation {
		clear: none;
		display: block;
		float: right;
		width: auto;
		font-size: 12px;
	}
}

@media (min-width:1200px)
{
	.main-navigation {
		font-size: 14px;
	}
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;

	max-height: 0;
	overflow: hidden;
	
	-webkit-transition: max-height 0.6s ease-in-out;
	-moz-transition: max-height 0.6s ease-in-out;
	-ms-transition: max-height 0.6s ease-in-out;
	transition: max-height 0.6s ease-in-out;
}


@media (min-width:992px)
{
	.main-navigation li
	{
		float: left;
		position: relative;
	}
}

@media (min-width:992px)
{
	
	
	.main-navigation li {
		
		
		margin: 0 10px;
		height: 90px;
		line-height: 90px;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #9898a1;
	border-bottom:6px solid #ffffff;
	border-top:1px solid #ccc;
	height: 70px;
	line-height: 70px;
	outline: 0;
	text-align: center;
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.main-navigation a:hover
{
	border-color:rgba(0, 169, 157, 0.4);
}


.main-navigation a.active
{
	color:#252161;
	border-color:#00a99d;
}

@media (min-width:992px)
{
	.main-navigation a
	{

		border-top:none;
		height: 90px;
		line-height: 90px;
	}
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */

.main-navigation.toggled ul {
	display: block;

	max-height: 100%;
}
.menu-toggle
{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
	background-color: #fff;
	color: #00a99d;
}
@media screen and (min-width: 768px) {
	.menu-toggle {
		position: absolute;
		right: 20px;
		top: 20px;
		width: 70px;
		height: 50px;
	}

}
@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		max-height: 90px;
		
		-webkit-transition: max-height 0s;
		-moz-transition: max-height 0s;
		-ms-transition: max-height 0s;
		transition: max-height 0s;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
## Proteus
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------*/

html
{
	font-size: 16px;
	
}

h1
{
	font-size: 2em;
	font-weight: 600;
}

h2
{
	font-size: 1.3em;
	line-height: 1.3em;
}

h3
{
	font-size: 17px;
	font-weight: bolder;
}
@media (min-width:420px)
{
	h3
	{
		font-size: 24px;
		font-weight: lighter;
	}
}




.site-footer
{
	font-size: 12px;
	background-color: #292e2e;
	text-align: center;
	padding: 50px 0;
	color: #87878e;
}
.site-footer a,
.site-footer a:hover,
.site-footer a:visited
{
	color: #a8b6bf;
	font-weight: bolder;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}
.site-footer a:hover
{
	color: white;
}
.site-footer .sep
{
	display: none;
}
@media (min-width:500px)
{
	.site-footer a,
	.site-footer a:hover,
	.site-footer a:visited
	{
		display: inline;
	}

	.site-footer .sep
	{
		display: inline;
		margin: 0 0.5em;
	}
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*-------------------------------*/


.site-branding
{
	padding: 20px 0;
	text-align: center;
}

@media (min-width:992px)
{
	.site-branding
	{
		
		float: left;
		text-align: left;
	}
}

.site-branding img
{
	height: 50px;
}
.site-branding a
{
	outline: 0;
}

.site-header .container
{
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: relative;
}

@media (min-width:768px)
{
	.site-header
	{
		position: fixed;
		top:40px;
		left:0;
		width: 100%;
		z-index: 200;
		
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-ms-transition: 0.6s;
		transition: 0.6s;
	}
	
	.site-header.sticky
	{
		top:0;
	}
	
	
}


/*-------------------------------*/

.showhide .title
{
	background-color: #dfdfe4;
	color: #4f4f53;
	font-weight: bolder;
	padding: 5px 10px;
	cursor: pointer;

}

.showhide .title:after
{
	content: "\f067";
	float: right;
	font-family: fontAwesome;
	color: white;
	font-size: 1.2em;
}
.showhide.open .title:after
{
	content: "\f068";
	
}
.showhide.open .title
{
	background-color: #4ec1bb;
	color: white;
}

.showhide.open .title:hover
{
	background-color: #6fdbd5;
}
.showhide.closed .title:hover
{
	background-color:#FBFBFB;
}


.showhide.closed .hideme
{
	
}


/*-------------------------------*/
.pro-download
{
	padding: 15px;
}

@media (min-width:600px)
{
	.pro-download
	{
		display: inline-block;
		width: 50%;
		vertical-align: top
	}
}
@media (min-width:992px)
{
	.pro-download
	{
		width: 33.333333%;
	}
}
@media (min-width:1200px)
{
	.pro-download
	{
		width: 25%;
	}
}

.pro-download .icon
{
	height: 60px;
	color: #00a99d;
	font-size: 60px;
	line-height: 60px;
}

.pro-download-button
{
	padding: 24px 40px;
	min-height: 235px;
	background-color: white;
	color: #555555;
	display: block;
	border: 8px solid white;
}

.pro-download-button:hover
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	border: 8px solid #6cc7eb;
}

.pro-download-button:hover .icon
{
	color: #00aeef;
}

.pro-download-button h2
{
	font-size: 18px;
}

/*-------------------------------*/
.cd-banner
{
	text-align: center;
	color: white;
	padding: 100px 0 100px 0;
	background-position: center center;
	background-size:  cover;
}
.cd-banner h1
{
	font-size: 2.2em;
}

.cd-banner .content
{
	font-size: 18px;
	width:90%;
	margin: 0 auto;
}

@media (min-width:540px)
{
	.cd-banner .content
	{
		width:540px;
		font-size: 27px;
	}
}


@media (min-width:768px)
{
	.cd-banner 
	{
		padding: 200px 0 100px 0;
	}
}


/*-------------------------------*/
.cd-section
{
	background-position: -240px center;
	background-size: cover;
}

@media (min-width:768px)
{
	.cd-section
	{
		background-position: center center;
	}
}
.cd-section
{
	padding: 50px 0;
}
.cd-section.about
{
	padding: 100px 0;
}
.cd-section.invert
{
	color: white;
}
.cd-section.col1
{
	text-align:  center;
}
.cd-section h1:after
{
	content: "";
	border-bottom: 6px solid #00a99d;
	display: block;
	width: 60px;
	margin: 15px auto;
}

@media (min-width:992px)
{
	.cd-section .column2
	{
		padding-left: 35px;
	}
}

.cd-section .column2 a
{
	color: #00a99d;
}
.cd-section.col2 h1
{
	text-align:  center;
}


@media (min-width:992px)
{
	.cd-section.col2 h1
	{
		text-align:  right;
		border-right: 6px solid #00a99d;
		padding: 0 25px 0 50px;
		margin: 0;
	}
	.cd-section.col2 h1:after
	{
		display: none;
	}
}
.cd-section.invert
{
	color: white;
}
.cd-section.invert a
{
	color: white;
}
.cd-section.invert.col2 h1
{
	border-color: white;
	padding: 25px;
}
.cd-section.invert h1:after
{
	border-color: white;
}

.cd-section.contact
{
	text-align: center;
}

@media (min-width:992px)
{
	.cd-section.contact
	{
		text-align: inherit;
	}
}

.slickslide
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: -100;
}

.slickslide,
.slickslide .item
{
	height: 630px;
	background-position: center center;
	background-size: cover;
}


.alert-banner {
	background-color: #00a99d;
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	z-index: 999;
	line-height: 1em;
	font-size: 0.9em;
}

.alert-banner p {
	margin: 0;
	line-height: 1em;
}

.alert-banner a {
	color: inherit;
	text-decoration: underline;
}

.alert-banner a:hover {
	 text-decoration: none;
	color: #5bfff3;
}

.alert-banner .fa {
	margin-right: 0.5em;
}

body.alert-active {
	padding-top: 90px;
}

body.alert-active .slickslide {
	top: 90px;
}

@media (min-width:768px)
{
	.alert-banner {
		height: 60px;
	}

	body.alert-active {
		padding-top: 0;
	}

	body.alert-active .slickslide {
		top: 60px;
	}

	body.alert-active .site-header {
		top:100px;
	}

	body.alert-active .site-header.sticky {
		top:60px;
	}

	body.alert-active .cd-banner {
		padding: 260px 0 100px 0;
	}

}

.blog-archive-banner,
.blog-post-banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0 100px 0;
	text-align: center;
	position: relative;
}

@media (min-width:992px) {
	.blog-archive-banner,
	.blog-post-banner {
		padding: 200px 0 100px 0;
	}
}

.blog-archive-banner::before,
.blog-post-banner::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}

.blog-archive-banner h1,
.blog-post-banner h1,
.blog-archive-banner p,
.blog-post-banner p {
	color: #fff;
	position: relative;
	z-index: 2;
}

.blog-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	padding: 30px 0;
}

.blog-posts .blog-post {
	background-color: #fafafa;
	width: 100%; /* (100% - total gap width) / number of columns */
	display: flex;
	flex-direction: column;
}

.blog-posts .blog-post:active,
.blog-posts .blog-post:focus,
.blog-posts .blog-post:hover {
	text-decoration: none;
	border: none;
	outline: none;
}

@media (min-width:420px) {
	.blog-posts .blog-post {
		width: calc((100% - 30px) / 2); /* (100% - total gap width) / number of columns */
	}
}

@media (min-width:992px) {
	.blog-posts .blog-post {
		width: calc((100% - 60px) / 3); /* (100% - total gap width) / number of columns */
	}
}

.blog-posts .blog-post .featured-image {
	aspect-ratio: 16 / 9;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #333;
}

.blog-posts .blog-post .text-container {
	padding: 20px;
}

.blog-posts .blog-post .text-container h3 {
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #333;
}

.blog-posts .blog-post .text-container p {
	font-size: 14px;
	color: #333;
}

.blog-posts .blog-post .text-container .btn {
	background-color: #00a99d;
	color: white;
}

.blog-post-meta {
	color: #fff;
	font-size: 14px;
}

.blog-post-content {
	padding: 60px 0;
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
	font-weight: 700;
}

.blog-post-content a,
.blog-post-content a:hover,
.blog-post-content a:active {
	color: #00a99d;
}

.blog-post-content .blog-full-width-image {
	background-color: #f1f1f1;
}

.blog-post-content .blog-full-width-image img,
.blog-post-content .blog-full-width-image .caption {
	display: block;
	width: 100%;
}

.blog-post-content .blog-full-width-image .caption {
	padding: 10px;
	text-align: center;
}

.blog-posts-navigation {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 60px;
}

.blog-posts-navigation a {
	font-weight: bold;
	color: #00a99d;
}
