/*!
Theme Name: KeepShades
Theme URI: https://www.refocusmarketing.com.au/
Author: Refocus Marketing
Author URI: https://www.refocusmarketing.com.au/
Description: KeepShades WordPress Theme
Version: 1.0.0
Text Domain: keepshades
Tags: keepshades, eye care, eyewear, sunglasses, contact lens

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Header
	## Posts and pages
	## 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 {
	-webkit-box-sizing: content-box;
	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"] {
	-webkit-box-sizing: border-box;
	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-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,
optgroup,
textarea {
	color: #53595e;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
}

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

h2 {
    color: #294969;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

h3 {
    color: #294969;
}

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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background-color: transparent;
    border: 2px solid #1b439b;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1b439b;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 48px;
    letter-spacing: .1rem;
    margin: 10px 0;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background-color: #1b439b;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.button.button-ghost-light,
button.button-ghost-light,
input[type="submit"].button-ghost-light,
input[type="reset"].button-ghost-light,
input[type="button"].button-ghost-light {
    border-color: #fff;
    color: #fff;
}

.button.button-ghost-light:hover,
button.button-ghost-light:hover,
input[type="submit"].button-ghost-light:hover,
input[type="reset"].button-ghost-light:hover,
input[type="button"].button-ghost-light:hover,
.button.button-ghost-light:focus,
button.button-ghost-light:focus,
input[type="submit"].button-ghost-light:focus,
input[type="reset"].button-ghost-light:focus,
input[type="button"].button-ghost-light:focus {
    background-color: #fff;
    color: #1b439b;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    background-color: #1b439b;
    border-color: #1b439b;
    color: #FFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    background-color: #416fd7;
    border-color: #416fd7;
    color: #FFF;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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: #7e8890;
	border: 1px solid #dde3e4;
	border-radius: 5px;
    font-size: 14px;
    height: 46px;
    margin-bottom: 20px;
	padding: 10px 15px;
    width: 100%;
}

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;
}

select {
	border: 1px solid #ccc;
	
	color: #7e8890;
	border: 1px solid #dde3e4;
	border-radius: 5px;
    font-size: 14px;
    height: 46px;
    margin-bottom: 20px;
	padding: 10px 12px;
    width: 100%;
}

textarea {
	height: inherit;
	width: 100%;
}

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

a:visited {
	color: #1b439b;
}

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: inline-block;
	float: right;
    font-size: 15px;
    margin-top: 25px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    -webkit-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
    margin: 0 20px;
	position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
    color: #2c3e50;
	display: block;
    font-weight: 600;
	text-decoration: none;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.main-navigation a:hover {
    color: #1b439b;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	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;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
    background-color: #fff;border-bottom: 1px solid #ecf0f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    height: 150px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
            will-change: transform;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s;
}

@media (min-width: 300px) {
    .site-header {
/*         display: none; */
    }
    
    .content-area {
        margin-top: 0;
    }
}

@media (min-width: 550px) {
    .site-header {
        display: flex;
    }
    
    .content-area {
        margin-top: 0px;
    }
}

/* Header Top Bar */
.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #ecf0f1;
    color: #3a5769;
    display: block;
    font-size: 14px;
    padding: 13px 0;
    width: 100%;
}

@media ( min-width: 300px ) {
    .top-bar .contact-details {
        font-size: 12px;
        text-align: center;
    }
}

@media ( min-width: 480px ) {
    .top-bar .contact-details {
        font-size: 14px;
        text-align: center;
    }
}

@media ( min-width: 640px ) {
    .top-bar .contact-details {
        text-align: right;
    }
}

.top-bar .contact-details .top-links {
    margin: 0;
    padding: 0;
}

.top-bar .contact-details .top-links li {
    border-right: 2px solid #81d8d0;
    display: inline-block;
    margin-left: 10px;
	margin-bottom: 0;
    padding-right: 12px;
}

.top-bar .contact-details .top-links li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.top-bar .contact-details a {
    color: #3a5769;
    font-weight: 400;
	text-decoration: none;
}

.top-bar .contact-details .divider {
    color: #81d8d0;
    margin: 0 10px;
}

/* Auto Hide Header */
.auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}
.auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
    .auto-hide-header {
        height: 150px;
    }
}
.auto-hide-header .nav-trigger {
    bottom: auto;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.auto-hide-header .nav-trigger {
    /* vertically align its content */
    border-left: 1px solid #f2f2f2;
    color: #25283d;
    display: table;
    font-size: 1.2rem;
    font-weight: bold;
    height: 100%;
    padding: 0 1em;
    right: 0;
    text-transform: uppercase;
}
.auto-hide-header .nav-trigger span {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
}
.auto-hide-header .nav-trigger em,
.auto-hide-header .nav-trigger em::after,
.auto-hide-header .nav-trigger em::before {
    /* this is the menu icon */
    background-color: #25283d;
    display: block;
    height: 2px;
    position: relative;
    width: 22px;
    
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.auto-hide-header .nav-trigger em {
    /* this is the menu central line */
    margin: 6px auto 14px;
    
    -webkit-transition: background-color .2s;
            transition: background-color .2s;
}
.auto-hide-header .nav-trigger em::before,
.auto-hide-header .nav-trigger em::after {
    content: '';
    left: 0;
    position: absolute;
    
    -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s;
}
.auto-hide-header .nav-trigger em::before {
    /* this is the menu icon top line */
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px);
}
.auto-hide-header .nav-trigger em::after {
    /* this is the menu icon bottom line */
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
    .auto-hide-header .nav-trigger {
        display: none;
    }
}

.auto-hide-header.nav-open .nav-trigger em {
    /* transform menu icon into a 'X' icon */
    background-color: rgba(255, 255, 255, 0);
}
.auto-hide-header.nav-open .nav-trigger em::before {
    /* rotate top line */
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.auto-hide-header.nav-open .nav-trigger em::after {
    /* rotate bottom line */
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}


.site-branding {
    display: inline-block;
}

.site-title {
    font-size: 24px;
}

.site-title a {
    color: #333c4e;
    font-weight: 600;
    text-decoration: none;
}

.site-description {
    color: #5e636f;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.header-cta {
    background-color: #f87b4f;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    
    -webkit-transition: 0.2s all ease-in-out;
    
    transition: 0.2s all ease-in-out;
}

.header-cta:hover {
    background-color: #ff9966;
    color: #fff;
    text-decoration: none;
}

.header-status {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5e636f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 1px;
    padding: 0 20px;
    text-decoration: none;
    
    -webkit-transition: 0.2s all ease-in-out;
    
    transition: 0.2s all ease-in-out;
}

.header-status .indicator {
    font-size: 10px;
    line-height: 30px;
    margin: 0 5px 0 10px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    align-items: center;
    border-top: 1px solid #dde3e4;
    display: flex;
    color: #95a5a6;
    font-size: 14px;
    height: 100px;
}

.site-footer p {
    margin: 0;
}

.site-footer a {
    color: #95a5a6;
    text-decoration: none;
}

.site-footer a:hover {
    color: #1b439b;
    text-decoration: underline;
    text-decoration-skip: ink;
}

.site-info a {
    color: #1b439b;
}

.site-info,
.site-links {
    display: inline-block;
}

@media (min-width: 300px) {

    .site-footer .site-links {
        display: none;
    }
}

@media (min-width: 1200px) {

    .site-footer .site-links {
        display: inline-block;
    }
}

.site-footer .site-links .footer-navigation ul {
    margin: 0;
    padding: 0;
}

.site-footer .site-links .footer-navigation li {
    display: inline-block;
    margin: 0 15px;
}

.site-footer .site-links .footer-navigation li:first-child {
    margin-left: 60px;
}

.site-footer .agency {
    color: #b1b6ba;
    display: inline-block;
    font-size: 13px;
}

.site-footer .agency a {
    color: #b1b6ba;
}

.site-footer .agency .icon {
    color: #f26c4f;
    font-size: 11px;
}

@media ( min-width: 300px ) {
    .site-footer .agency {
        text-align: center;
    }
}

@media ( min-width: 992px ) {
    .site-footer .agency {
        text-align: right;
    }
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ddd;
    background-image: url(images/home-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 578px;
    position: relative;
}

@media (min-width: 300px) {
    .banner:before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .banner .banner-content h1 {
        color: #fff;
    }

    .banner .banner-content p {
        color: #dde3e4;
    }
}

@media (min-width: 550px) {
    .banner:before {
        background-color: rgba(0, 0, 0, 0.3);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .banner .banner-content h1 {
        color: #fff;
    }

    .banner .banner-content p {
        color: #fff;
        opacity: 0.7;
    }
}

@media (min-width: 768px) {
    .banner:before {
        background-color: transparent;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .banner .banner-content h1 {
        color: #fff;
    }

    .banner .banner-content p {
        color: #fff;
        opacity: 0.5;
    }
}

/* Banner Height */
@media (min-width: 320px) {
    .banner {
        height: 430px;
    }

    .medium.home.banner {
        background-position: 67% center;
        height: 430px;
    }

    .medium.product-services.banner {
        background-position: 70% center;
        height: 430px;
    }
}

@media (min-width: 480px) {
    .banner {
        height: 578px;
    }

    .medium.home.banner {
        height: calc(100vh - 217px);
    }
}

@media (min-width: 780px) {
    .medium.home.banner,
    .medium.product-services.banner {
        background-position: center;
    }
}

.banner.position-top-mid {
    background-position: center top;
}

.banner-content h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 300;
    line-height: 50px;
    margin: 0;
}

@media (min-width: 320px) {
    .banner-content {
        text-align: center;
    }
    
    .banner-content h1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
    }
    
    .banner-content p,
    .banner-content p.trial-note {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 480px) {
    .banner-content h1 {
        font-size: 38px;
        font-weight: 300;
        line-height: 47px;
    }
    
    .banner-content p,
    .banner-content p.trial-note {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (min-width: 640px) {
    .banner-content {
        text-align: inherit;
    }
}

@media (min-width: 992px) {
    .banner-content h1 {
        font-family: "Montserrat", "Open Sans", sans-serif;
        font-size: 45px;
        font-weight: 400;
        line-height: 60px;
    }
    
    .banner-content p {
        color: #7e8890;
        font-size: 16px;
        line-height: 26px;
    }

    .banner-content p.trial-note {
        font-size: 16px;
        margin-top: 30px;
    }
}

.banner-content form {
    margin-top: 44px;
}

.banner-content form .search-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 0 0 25px;
    position: relative;
}

.banner-content form .text-input {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    height: 50;
    margin: 0;
    padding: 0;
    width: 95%;
}

.banner-content form .text-input:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.banner-content form .search-submit {
    background-image: url(images/assets/icon-sm-search.png);
    background-position: center 49%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    margin: 0;
    padding: 0 0;
    width: 50px;
}

.banner-content form .search-submit:hover {
    background-color: transparent;
}

.banner-content.dark h1,
.banner-content.dark p {
    color: #fff;
}

.medium.banner {
    height: 451px;
}

.small.banner {
    height: 348px;
}

.banner.dark,
.small.banner.dark {
    background-color: #1abfd5;
    position: relative;
}

.banner.dark:before,
.small.banner.dark:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.site-main {
    padding-top: 20px;
}

.trust-logos {
    align-items: center;
    background-color: #1b439b;
    display: flex;
    margin: 0 auto;
    padding-top: 26px;
    text-align: center;
}

/* WP Logo Slideshow */
.wpls-logo-showcase-slider-wrp {
    margin: 0 auto;
}

/* Sections */
section {
    margin: 64px 0 74px;
}

.section-title h2 {
    color: #294969;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.section-title p {
    color: #7e8890;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

/* Section Banner */
.section-banner {
    align-items: center;
    display: flex;
    padding: 100px 0;
}

@media (min-width: 300px) {
    
    .section-banner.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-8-1 {
        background-image: none !important;
    }
    
    .section-banner .icon {
        color: #1b439b;
    }
}

@media (min-width: 992px) {
    
    #pg-8-1> .panel-row-style {
        background-image: url(https://staging.refocusmarketing.com.au/samissaoptometrist/wp-content/uploads/2023/12/home-section-banner-3-1.webp) !important;
		background-position: 50% center;
    }
    
    .section-banner .icon {
        color: #a6b0b9;
    }
}

.section-banner h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 40px;
}

.section-banner .icon {
    font-size: 36px;
    text-align: center;
}

.section-banner p {
    font-size: 16px;
    margin: 5px 0 20px;
}

/* Section Boxes */
.box {
    border: 3px solid #dde3e4;
    padding: 30px;
    margin-bottom: 20px;
}

@media (min-width: 300px) {
    .box {
        min-height: none;
    }
}

@media (min-width: 1200px) {
    .box {
        min-height: 446px;
    }
}

.box .icon {
    color: #1b439b;
    font-size: 48px;
    margin-bottom: 20px;
}

.box .title {
    color: #294969;
    font-size: 18px;
    font-weight: 600;
}

.box .content p {
    color: #7e8890;
    font-size: 14px;
    font-weight: 400;
}

/* Section Features */
.feature-item .icon {
    color: #294969;
    font-size: 36px;
    margin-bottom: 20px;
}

.feature-item .title {
    color: #294969;
    font-size: 18px;
    font-weight: 600;
}

.feature-item .content p {
    color: #53595e;
    font-size: 14px;
    font-weight: 400;
}

/* Section Features */
.cta-strip {
    align-items: center;
    background-color: #1b439b;
    color: #fff;
    display: flex;
    padding: 50px 0;
}

.cta-strip h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;;
}

.cta-strip p {
    font-size: 15px;
    margin: 0 0 10px;
}

/* CTA Button */
@media (min-width: 300px) {
    .cta-button {
        text-align: center;
    }
}

@media (min-width: 780px) {
    .cta-button {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .cta-button {
        text-align: right;
    }
}

/* Contact */
.contact h3 {
    color: #294969;
    font-size: 18px;
    font-weight: 600;
}

.contact p {
    color: #53595e;
    font-size: 14px;
}

.contact .social-link {
    color: #294969;
    font-size: 24px;
    margin-left: 10px;
}

.contact .social-link:hover {
    color: #1b439b;
}

/* Newsletter Form */
.newsletter-form input[type="email"] {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 46px;
    margin-right: 6px;
    width: 250px;
}

.newsletter-form input[type="submit"] {
    background-color: #294969;
    border: 0;
    border-radius: 5px;
    color: #fff;
    height: 46px;
}

.newsletter-form input[type="submit"]:hover {
    background-color: #1b439b;
}

.wpcf7-form-control-wrap.newsletters-97.wpcf7-newsletters-wrap input[type="checkbox"] {
    display: none;
}

/* Business Hours */
.business-hours {
    color: #7e8890;
    font-size: 14px;
    line-height: 40px;
}

.appointment .title {
    color: #1b439b;
    font-size: 16px;
    font-weight: 600;
}

/* Services */
.services .inner-content .icon {
    color: #1b439b;
    font-size: 48px;
    margin-bottom: 10px;
}

.services .inner-content .title {
    color: #294969;
    font-size: 18px;
    font-weight: 600;
}

.services .inner-content ul {
    margin: 20px 0 0;
    padding: 0;
}

.services .inner-content li {
    list-style: none;
    margin-bottom: 5px;
}

.services .inner-content .content .fa-check {
    color: #294969;
    font-size: 12px;
    margin-right: 5px;
}

/* Products */
.product-item {
    margin-bottom: 100px;
}

@media (min-width: 300px) {
    .section-banner,
    .cta-strip,
    .about,
    .services,
    .products,
    .features .feature-item,
    .contact,
    .site-footer {
        text-align: center;
    }
}

@media (min-width: 780px) {
    .section-banner,
    .cta-strip,
    .about,
    .services,
    .products,
    .features .feature-item,
    .contact,
    .site-footer {
        text-align: inherit;
    }
}

.product-item .title {
    color: #294969;
    font-size: 18px;
    font-weight: 600;
}

/* FAQs */
.faqs .topics ul {
    margin: 0 0 0 30px;
    padding: 0;
}

.faqs .topics li {
    list-style: none;
    margin-bottom: 15px;
}

.faqs .topics li .icon {
    color: #294969;
    margin-right: 10px;
}

.faqs .topics li a {
    color: #294969;
    text-decoration: none;
}

.faqs .topics li a:hover {
    color: #1b439b;
}

.faqs .topic-answers h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.faqs .topic-answers .title {
    display: inline-block;
    position: relative;
}

.faqs .topic-answers .title:hover > .totop {
    visibility: visible;
}

.faqs .answer {
    margin-bottom: 30px;
}

.faqs .answer .totop {
    color: #294969;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
    visibility: hidden;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* WP Sponsors */
div#wp-sponsors {
    display: inline-block;
}

#wp-sponsors div.sponsor-item.default {
    max-width: none;
    width: auto;
}

#wp-sponsors div.sponsor-item {
    background-color: #fff;
    border: 1px solid #ecf0f1;
    display: inline-block;
    height: 115px;
    margin: 0 10px 20px 10px;
    min-width: 257px;
    position: relative;
    vertical-align: top;
    width: 255px;
}

#wp-sponsors div.sponsor-item.ghost {
    background-color: transparent;
}

#wp-sponsors div.sponsor-item img {
    position: relative;
    top: 50%;
    transform: translateY(-52%);
}

#wp-sponsors div.sponsor-item.default p,
#wp-sponsors div.sponsor-item.default a img {
    width: auto;
}

/* Contact Form 7 */
span.wpcf7-not-valid-tip {
    color: #f86b4f;
    font-size: 14px;
/*     font-weight: 700; */
    display: block;
    margin-bottom: 30px;
/*     letter-spacing: 0.03em; */
/*     text-transform: uppercase; */
    margin-top: -10px;
}

div.wpcf7-response-output {
    border-radius: 3px;
    margin: 0;
    padding: 8px 18px;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    background-color: #f86b4f;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

div.wpcf7-mail-sent-ok {
    background-color: #17B978;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* PACE Progressive Bar */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #1b439b;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.ri-grid {
    margin: 0;
}

.ri-shadow:before,
.ri-shadow:after {
    display: none;
}

/* Email Subscribers */
.es_textbox {
    display: inline-block;
}

.es_textbox,
#es_txt_email_pg input[type="text"] {
    border-radius: 5px;
    height: 46px;
    margin-right: 10px;
    width: 250px;
}

.es_button {
    display: inline-block;
}

#es_txt_button_pg,
.es_textbox_button {
    background-color: #294969;
    border: 0;
    border-radius: 5px;
    color: #fff;
    height: 46px;
    width: auto;
}

.es_lablebox {
    display: none;
}

/* Newsletters */
#wpml-1email {
    box-shadow: none;
    border-radius: 5px;
    height: 46px;
    margin-right: 10px;
    width: 250px;
}

#newsletters-1-form .btn .btn-primary {
    background-color: #294969;
    border: 0;
    border-radius: 5px;
    color: #fff;
    height: 46px;
    width: auto;
}

.newsletters .btn {
    border: 0;
    height: 46px;
    font-weight: 600;
    padding: 0 30px;
    text-transform: uppercase;
}

.newsletters .alert-danger {
    color: #f86b4f;
    background-color: #f86b4f;
    border-color: #f86b4f;
}

.newsletters .alert > p, .newsletters .alert > ul {
    color: #fff;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: none;
}

.newsletters .has-error .form-control {
    border-color: #f86b4f;
}