<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Seja Design Framework V2.12
Description: Customise styles - This is where you style your theme. 
This style sheet should load last (although some plugins may load later), so anything 
written here should be final, without the need for the !important call. 
*/

body {	
	background:url(../images/robs-reefs-background.jpg) no-repeat fixed bottom center / 100% auto;
	font-size:16px;
	/* set a background colour here if required */
}

/* =Fonts
-------------------------------------------------------------- */


/* header fonts */
h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
	font-family: 'Open Sans', sans-serif;
}
/*content fonts */
p,
ol,
ul,
dd,
pre,
td,
input,
textarea,
address,
form,
#copyright-wrapper  {
	font-family: 'Open Sans', sans-serif;
}

pre,
#respond .form-allowed-tags
{
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code,
kbd {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Default Font Colours
-------------------------------------------------------------- */

/*main highlight colours */
h1,
h2,
h3,
h4,
h5,
h6,
legend,
th,
address,
.entry-title,
.entry-title a:link,
.entry-title a:visited,
h3#comments-title,
h3#reply-title,
.widget-title,
#wp-calendar caption {
	color:#a4fee5;
}
/* highlight colours */
.highlight {
	color:#f9bd70;
}
.alt-colour {
	color:#23df46;
}
/* default link colours  */
a:link {
	color: #77bcf7;
}
a:visited {
	color: #77bcf7;
}
/*menu colours */

#seja-framework-menu a {
	color:#fff;
}
#seja-framework-menu ul a {
	color:#6FF;
}
#seja-framework-menu li:hover &gt; a {
	color: #8adec7;
}
#seja-framework-menu ul :hover &gt; a {
	color:#8adec7;
}
/*default colour */
p,
ol,
ul,
dd,
pre,
td,
.comment-body p,
.custom-block,
.wpcf7 {
	color:#fff;
}
ins {
	color:#000;
}
#footer-widget-area p,
#footer-widget-area ol,
#footer-widget-area ul,
#footer-widget-area dd,
#footer-widget-area pre,
#footer-widget-area td {
	color:#fff;
}
/*
/* light colour */
.entry-meta,
.entry-meta a:link,
.entry-meta a:visited,
.entry-utility,
.entry-utility a:link,
.entry-utility a:visited,
.navigation a:link,
.navigation a:visited,
p.logged-in-as,
p.logged-in-as a:link,
p.logged-in-as a:visited,
p.form-allowed-tags,
p.comment-meta,
.comment-meta a:link,
.comment-meta a:visited {
	color:#031619;
}

/* dark colour */
input,
textarea,
.category-title {
	color:#999;
}

/* link hover colours */

a:active,
a:hover,
.entry-title a:active,
.entry-title a:hover,
.entry-meta a:active,
.entry-meta a:hover,
.entry-utility a:active,
.entry-utility a:hover,
.navigation a:active,
.navigation a:hover,
#comments .comment-meta a:active,
#comments .comment-meta a:hover,
p.logged-in-as a:active,
p.logged-in-as a:hover,
.site-info a:active,
.site-info a:hover,
.copyright a:active,
.copyright a:hover {
	color: #77eff7;
}

/* background colours 
-------------------------------------------------------------- */

#header-shell {
}
#navigation {
	background: rgb(30,67,135);
	background: -moz-linear-gradient(top,  rgba(30,67,135,1) 0%, rgba(20,50,105,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(30,67,135,1) 0%,rgba(20,50,105,1) 100%);
	background: linear-gradient(to bottom,  rgba(30,67,135,1) 0%,rgba(20,50,105,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4387', endColorstr='#143269',GradientType=0 );
	position:fixed;
	height:50px;
	width:100%;
	z-index:100;
}
#header {
	padding-top:50px;
}
#top-content-block {}
#content-shell {
	background:url(../images/robs-reefs-main-content-bg.png) repeat;
	min-height:70vh;
}
.home #content-shell {
	min-height:40vh;
}
#alt-content-block {}
#content {
}
#footer {
	background:rgba(30,67,135,0.6);
}
#colophon {
}
#wp-calendar td {
	background:#1f98d5;
	border:1px solid #1e397f;
}
/* header 
-------------------------------------------------------------- */ 

.no-bullet {} /* remove the bullet - this needs to move to a different location */
.header-contact { margin-left:20px; float:left; width:500px;} /* this is the wrapper for the header and will need to be calculated - therefore it should move to the header-styles file*/
.header-contact h3.widget-title {}
.header-image {
	position:relative;
	width:100%;
	background:url(../images/headers/robs-reefs-header-large.jpg) no-repeat 0 0 / 100% auto;
}
.home .header-image {
	background:url(../images/headers/robs-reefs-homepage-header-large.jpg) no-repeat 0 0 / 100% auto;
}
.header-image img {
	width:100%;
	height:auto;
	max-height:200px;
}
.home .header-image img {
	max-height:70vh;
}
.logo {
	position:absolute;
	top:20px;
}
@media (min-width:1241px) {
	.logo {
		/*width:1200px; */
		left:50%;
	}
}
.logo img {
	width:620px;
	height:auto;
}
@media (max-width:1240px) {
	.header-image {
		background:url(../images/headers/robs-reefs-header-medium.jpg) no-repeat 0 0 / 100% auto;
	}
	.home .header-image {
		background:url(../images/headers/robs-reefs-homepage-header-medium.jpg) no-repeat 0 0 / 100% auto;
	}
	.logo {
		right:20px;
	}
	.logo img {
		width:50vw;
		height:auto;
	}
}
@media (max-width:800px) {
	.logo img {
		width:70vw;
		height:auto;
	}
}
@media (max-width:600px) {
	.header-image {
		background:url(../images/headers/robs-reefs-header-small.jpg) no-repeat 0 0 / 100% auto;
	}
	.home .header-image {
		background:url(../images/headers/robs-reefs-homepage-header-small.jpg) no-repeat 0 0 / 100% auto;
	}
}
@media (max-width:480px) {
	.logo {
		top:8px;
		right:8px;
	}
	.logo img {
		width:90vw;
		height:auto;
	}
}
/* parallex 
-------------------------------------------------------------- */ 

.site-header {
    background-color: #fafafa;
    position: relative;
}
body.has-header-image .custom-header-media {
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
}
body.has-header-image.admin-bar  .custom-header-media {
    height: calc(100vh - 32px);
}
.has-header-image .custom-header-media {
    height: 0;
    position: relative;
}
.custom-header-media::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.has-header-image .custom-header-media::before {
    height: 33%;
}
.has-header-image .custom-header-media img, 
.has-header-video .custom-header-media video, 
.has-header-video .custom-header-media iframe {
    height: 100%;
    left: 0;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100vw;
    padding-bottom: 1px;
    position: fixed;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    width:  100%;
	object-fit: cover;transform: none;
}
.top-nav-bar,
.scroll-nav-bar {
	top:0;
	display:block;
	height:80px;
	padding-top:0;
	position:fixed;
	width:100%;
	vertical-align:top;
	z-index:5;
}
.top-nav-bar {
	background:rgba(18,41,108,0.5);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}
.scroll-nav-bar {
	background:rgba(18,41,108,1);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}
.admin-bar .top-nav-bar {
	top:32px;
}
.site-branding {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    padding-top: 0;
    position: absolute;
    width: 100%;
	vertical-align: bottom;
	z-index:3;
}
.site-branding a {
    text-decoration: none;
    transition: opacity 0.2s ease 0s;
	transition: margin-bottom 0.2s ease 0s;
    z-index: 3;
}
.site-branding a:hover,
.site-branding a:focus {
	opacity:0.7;
}
#header-shell .wrap {
    position: relative;
}
.wrap {
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
	margin-left: auto;
    margin-right: auto;
}
.wrap::after {
    clear: both;
    content: "";
    display: block;
}
.site-branding-text {
    display: inline-block;
    vertical-align: middle;
}
.site-title {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
}
.site-title a {
    color: #ffffff;
	opacity: 1;
}
.site-description {
    font-size: 1rem;
}
body.has-header-image .site-description, 
body.has-header-video .site-description {
    color: #ffffff;
    opacity: 0.8;
}
.site-header .menu-scroll-down .icon {
    transform: rotate(90deg);
}
.menu-scroll-down .icon {
    height: 18px;
    width: 18px;
}
svg:not(:root) {
    overflow: hidden;
}

/* parallax - other elements */

.has-header-image .site-logo {
	float:left;
	width:250px;
	position:relative;
	top:0;
	padding:0 0 0 50px;
}
.has-header-image #navigation{
	width:900px;  /* let's make this dynamic, based on the logo image width */
	position:relative;
	clear:none;
	margin-top:20px;
}
.has-header-image #content-shell {
	position:relative;
	background:#fff;
}
.seja-parallax-scroll-icon {
	fill:#e6e7e8; 
	fill-rule:evenodd;
	clip-rule:evenodd;
}

/* Navigation 
-------------------------------------------------------------- */


.menu-header {
	width:1200px;
	margin:0 auto;
}
@media (max-width:1200px) {
	.menu-header  {
		width:100%;
	}
}
.header-menu {
	width:100%; 
	/* add float right if you want a right justified menu (NOTE: Right float menu is not suitable if you're going to add drop down elements (especially if they are at the right hand side) */
}
#navigation #seja-framework-menu {
}
#navigation #seja-framework-menu li {
}
#navigation #seja-framework-menu a {
}
#navigation #seja-framework-menu ul {
	top: 50px; /* change this to adjust the drop-down's position */
	background: rgb(30,67,135);
	background: -moz-linear-gradient(top,  rgba(30,67,135,1) 0%, rgba(20,50,105,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(30,67,135,1) 0%,rgba(20,50,105,1) 100%);
	background: linear-gradient(to bottom,  rgba(30,67,135,1) 0%,rgba(20,50,105,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4387', endColorstr='#143269',GradientType=0 );
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#navigation #seja-framework-menu ul {
}
#navigation #seja-framework-menu ul ul {
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}
#navigation #seja-framework-menu ul li {
}
#navigation #seja-framework-menu ul a:hover {
	background: rgb(237,68,51);
	background: -moz-linear-gradient(top,  rgba(237,68,51,1) 0%, rgba(206,45,45,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(237,68,51,1) 0%,rgba(206,45,45,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,68,51,1) 0%,rgba(206,45,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4433', endColorstr='#ce2d2d',GradientType=0 );
}
#navigation #seja-framework-menu ul li:first-child &gt; a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
/* navigation arrow colours */

#navigation #seja-framework-menu ul li:first-child &gt; a::after {
	border-bottom-color: #1e4387;
}
#navigation #seja-framework-menu ul li:first-child &gt; a:hover::after {
	border-bottom-color: #ed4433;
}
#navigation #seja-framework-menu ul ul li:first-child a:after{
	border-right-color: #1e4387;
}
#navigation #seja-framework-menu ul ul li:first-child a:hover:after {
	border-right-color: #ed4433;
}
/*responsive menu */
#navigation nav select {
	border: 1px solid #000;
	background:url(../images/bar-light.svg) rgb(30,67,135) no-repeat 8px 16px;
	color:#fff;
}
#navigation nav select option::before,
#sidebar-navigation nav select option::before {
	font-family:'FontAwesome';
	font-size:0.4em;
	content: "\f1db";
	padding-right:12px;
	position:relative;
	top:-5px;
}

/* form elements 
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="file"],
input[type="url"],
select,
textarea { 
	background: #f1f1f1;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}
input[type="submit"],
a.button{
	border: 1px solid #176ea8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
input[type="submit"],a.button,
.woocommerce #content input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt	{
	background: rgb(31,152,213);
	background: -moz-linear-gradient(top,  rgba(31,152,213,1) 0%, rgba(0,112,224,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(31,152,213,1) 0%,rgba(0,112,224,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,152,213,1) 0%,rgba(0,112,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f98d5', endColorstr='#0070e0',GradientType=0 );
}
input[type="submit"]:hover,a.button:hover,
.woocommerce #content input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover {
	background: rgb(237,68,51);
	background: -moz-linear-gradient(top,  rgba(237,68,51,1) 0%, rgba(206,45,45,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(237,68,51,1) 0%,rgba(206,45,45,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,68,51,1) 0%,rgba(206,45,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4433', endColorstr='#ce2d2d',GradientType=0 );
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
	background:#bdb7b8;
}
/* widget search submit button */
.widget_search input#searchsubmit {
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius:    0 15px 15px 0;
	border-radius:         0 15px 15px 0;
}
.ui-datepicker .ui-widget-header { /* add a background here if you're using the cf7 datepicker (jquery ui) */ }


/* WooCommerce - DELETE THIS SECTION IF NOT USING
-------------------------------------------------------------- */
/* pricing colour here */
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#8fae1b;}
/* GREEN colour here */
.woocommerce-message::before {
	color: #8fae1b;}
.woocommerce-message {
    border-top-color: #8fae1b;
}
/* RED colour here */
.woocommerce a.remove {
	color:#f00 !important;
}
.woocommerce a.remove:hover {
    background: #ff0000;
}

/* theme specific elements 
-------------------------------------------------------------- */

.separator {
	
}
.seja-link-div {
	background:#f1f1f1;
}
#bottom-content-block {
	width:100%;
}
.base-widget-area {
	width:1200px;
	max-width:100%;
	margin:0 auto;
	padding-top:20px;
}
.base-widget-area .block33 {
	padding-top:50px;
}
/* Pagenation THIS NEEDS SOME CORRECTING
-------------------------------------------------------------- */
.pagination span, .pagination a {
	background: #1f98d5; /* background colour of inactive pagination blocks */
}
.pagination .current,
.pagination a:hover{
	color:#000; /* font colour of current page block */
	/* background colour selected in Admin &gt; Seja Template &gt; Theme Settings &gt; Theme Content */
}
.pagination a:hover{
	background: #1f98d5; /* match both with the theme hover colour */
	border:1px solid #1f98d5;
}

/* Mosaic Styles
-------------------------------------------------------------- */
.mosaic-wrapper{
	/* to make responsive (but causes issues with overlay postion)width:calc( 33% - 25px); */
}
.mosaic-block {
	width:400px;
	/*fixed size */
	height:250px;
	/* responsive size
	padding-bottom:62.5%; /*maintains ratio */
}
.mosaic-block h3,
.mosaic-block p,
.mosaic-block a {
	color:#ffffff
}
.mosaic-backdrop {
	background:#111;
}
.mosaic-overlay {
	background:#fff;
}

/* new beta items @2.12
-------------------------------------------------------------- */
/* new weather icon */
.seja-current-weather {
	width:100px;
}
.seja-current-weather.has-apparent {
	width:250px;
}
.seja-weather-graph,
.seja-weather-output {
	float:left;
}
.seja-weather-graph {
	width:45px; /* in future versions we're going to allow different size icons so this will need to be dynamic */ 
}
.seja-weather-output {
	width:50px;
}
.has-apparent .seja-weather-output {
	width:200px;
}
.seja-weather-output p {
	color:#967a50;
	margin-bottom:0;
}
.seja-weather-location {
	clear:both;
}
.seja-weather-location h2 {
	font-size:0.9rem;
	font-weight:300;
	text-align:center;
}</pre></body></html>