/*

Theme Name: FlyWear Theme
Theme URI: http://flywear.com.au
Author: Refocus Marketing dev team
Author URI: http://www.refocusmarketing.com.au

Description: FlyWear Theme is the official wordpress theme of FlyWear. FlyWear is a locally owned and independently operated store that provide great range of frames and sunglasses in Northam, Western Australia. They offer eye examination and contact lens fitting services.

Version: 1.0.0
Text Domain: flywear
Tags: flywear, optometrist, contact lens, eyeglasses, australia, yellow, blue, opticare

*/

/* CSS Properties Order: Alphabetical */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
    ## Floating Menu
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Header
    ## Footer
    ## Banners
    ## Strips
	## 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;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.column,
.columns {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

/* For devices larger than 400px */
@media (min-width: 320px) {
  .container {
    padding: 0;
    width: 85%;
    }
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    padding: 0;
    width: 85%;
    }
}

/* For devices larger than 640px */
@media (min-width: 641px) {
  .container {
    width: 80%;
    }
    
  .column,
  .columns {
    margin-left: 4%;
    }
    
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
    }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #434343;
	font-family: "Hind", Arial, sans-serif;
	font-size: 17px;
    letter-spacing: 0.01em;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    color: #434343;
    font-weight: 500;
}

h1,
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
    letter-spacing: 0.01em;
    line-height: 1.8em;
	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 http://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. */
}

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

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

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

/* Colors */
.yellow {
    color: #ffae00;
}

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

/* For devices larger than 320px */
@media (min-width: 320px) {
    .button {
        font-size: 12px;
    }
}

/* For devices larger than 480px */
@media (min-width: 480px) {
    .button {
        font-size: 16px;
    }
}

.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 {
    border-color: #ffae00;
    color: #fff;
    outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    background-color: #ffae00;
    border-color: #ffae00;
    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: #f7911a;
    border-color: #f7911a;
    color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 50px;
    background: #ffae00;
    color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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 {
	border: 1px solid #bdc3c7;
	border-radius: 3px;
	color: #434343;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
	padding: 3px 20px;
    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 #bdc3c7;
    border-radius: 3px;
	color: #434343;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}

textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 249px;
    font-size: 15px;
    padding: 15px 20px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ffae00;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
}

a:hover {
    text-decoration: none;
}

a:visited {
	color: #ffae00;
}

a:hover, a:focus, a:active {
	color: #ffae00;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
    font-size: 14px;
    font-weight: 600;
    height: 53px;
    padding-top: 17px;
    text-transform: uppercase;
    
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
}

.main-navigation li {
    display: inline-block;
    letter-spacing: .1em;
}

.main-navigation a {
    color: #434343;
	display: block;
    height: 20px;
	text-decoration: none;
    border: none;
    
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.main-navigation a:hover {
    -webkit-box-shadow: 0 2px 0 0 #ffae00;
    box-shadow: 0 2px 0 0 #ffae00;
    color: #ffae00;
	display: block;
    height: 30px;
}

@media ( min-width: 320px ) {
    .main-navigation {
        height: 0;
    }
    
    .page-banner {
        margin-top: 115px !important;
    }
}

@media ( min-width: 480px ) {
    .main-navigation {
        height: 53px;
    }
    
    .page-banner {
        margin-top: 156px !important;
    }
}

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

/*--------------------------------------------------------------
## Floating Menu
--------------------------------------------------------------*/
/* Floating Navigation Toggle */
.toggle-icon {
    height: 35px;
    margin-top: 3px;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 30px;
}

.toggle-icon a,
.toggle-icon a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

@media ( min-width: 320px ) {
    #primary-menu {
        display: none;
    }
}

/* Showing and hiding the Toggle Menu icon */
@media ( min-width: 550px ) {
    .toggle-icon {
        display: block;
    }
    
    .main-navigation li {
        padding-left: 15px;
    }
}

@media ( min-width: 1100px ) {
    .toggle-icon {
        display: none;
    }
    
    #primary-menu {
        display: block;
    }
}

@media ( min-width: 1280px ) {
    
    .main-navigation li {
        padding-left: 40px;
    }
}

.navigation-toggle {
    cursor: pointer;
    display: block;
    outline: 0;
    padding: 16px 30px 19px 0;
    position: relative;
    z-index: 999999;
}

.navigation-toggle span,
.navigation-toggle span::before,
.navigation-toggle span::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 100px;
    background-color: #000000;
    cursor: pointer;

    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.navigation-toggle.dark span,
.navigation-toggle.dark span::before,
.navigation-toggle.dark span::after {
    background-color: #34495e;
}

.navigation-toggle span:before {
    top: -10px;
}

.navigation-toggle span:after {
    bottom: -10px;
}

.navigation-toggle.active span {
    background-color: transparent;
}

.navigation-toggle.active span:before,
.nav-toggles.active span:after {
    top: 0;
}

.navigation-toggle.active span:before {
    background-color: #fff;
    
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-toggle.active span:after {
    background-color: #fff;
    top: 10px;
  
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
}

/* Float Navigation Menu */
.float-navigation-menu {
    width: 100%;
    height: 240px;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.float-navigation-menu.open {
    visibility: visible;
    opacity: 1;
    background-color: rgba(20, 27, 48, 0.9);

    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.float-navigation-menu .menu {
    position: relative;
    top: 45%;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .2em;
    right: 10%;
    text-align: right;
    text-transform: uppercase;

    -webkit-transform: translatey(-45%);
    transform: translatey(-45%);
}

.float-navigation-menu .menu-item {
    margin-bottom: 40px;
    display: block;

    -webkit-transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateY(-200%);

    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;

    transition: opacity 0.5s, -webkit-transform 0.5s;

    transition: transform 0.5s, opacity 0.5s;

    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transform: translateY(-200%);
}

.float-navigation-menu.open .menu-item {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.float-navigation-menu .menu-item a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff !important;
}

.float-navigation-menu .menu-item.active a,
.float-navigation-menu .menu-item a:hover {
    color: #ffae00 !important;
    font-size: 24px;
}


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

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
    clear: both;
    content: "";
    display: table;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header.home {
    background-color: transparent;
    color: #fff;
}

.site-header.home .main-navigation a {
    color: #fff;
}

.site-header {
    background-color: #fff;
    margin-top: 40px;
    padding: 30px 0 30px;
    position: fixed;
    width: 100%;
    z-index: 10;
    
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

/* For devices larger than 320px */
@media (min-width: 320px) {
    .site-header {
        margin-top: 0px;
        padding: 30px 0 18px;
    }
}

/* For devices larger than 480px */
@media (min-width: 480px) {
    .site-header {
        margin-top: 40px;
        padding: 30px 0 30px;
    }
}

.site-header.fixed {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.15);
    padding: 10px 0;
}

.site-header.home.fixed .main-navigation a {
    color: #434343;
}

/* Site Logo */
.logo {
    background-image: url(images/flywear-logo-dark-blue.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    width: 279px;
}

.logo.white {
    background-image: url(images/flywear-logo-white.png);
}

.logo.fixed {
    background-image: url(images/flywear-logo.png);
}

/* Header Top Bar */
.site-header-top-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    text-align: right;
    width: 100%;
    z-index: 11;
}

/* For devices larger than 320px */
@media (min-width: 320px) {
    .site-header-top-bar {
        display: none;
    }
}

/* For devices larger than 480px */
@media (min-width: 480px) {
    .site-header-top-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }
}

/* For devices larger than 768px */
@media (min-width: 768px) {
    .site-header-top-bar {
        text-align: right;
    }
}

.site-header-top-bar.home.fixed,
.site-header-top-bar.home.fixed a {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #434343;
}

.site-header-top-bar.home.fixed .item.phone.header-cta {
    color: #ffae00;
}

.site-header-top-bar.home.fixed .item {
    border-right: 1px solid rgba(180, 180, 180, 0.2);
}

.site-header-top-bar.home.fixed a:hover,
.site-header-top-bar.home.fixed .active {
    background-color: #ffae00;
    color: #fff !important;
}


.site-header-top-bar.home {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.site-header-top-bar.home .item.phone.header-cta,
.site-header-top-bar.home a {
    color: #fff;
}

.site-header-top-bar.home .item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.site-header-top-bar a {
    display: block;
    text-decoration: none;
}

.site-header-top-bar .active,
.site-header-top-bar a:hover {
    background-color: #ffae00;
    color: #fff !important;
}

.site-header-top-bar .item {
    border-right: 1px solid #ddd;
    display: inline-block;
    height: 40px;
    letter-spacing: 0.02em;
    line-height: 40px;
    padding: 0 20px;
}

.site-header-top-bar .header-cta {
    color: #434343;
    font-size: 15px;
    font-weight: 500;
}

.site-header-top-bar .item.phone.header-cta {
    color: #ffae00;
}

/* Site Branding */
.site-branding {
    display: inline-block;
}

/* For devices larger than 320px */
@media (min-width: 320px) {
    .site-branding {
        margin-top: 12px;
    }
    
    .site-branding img {
        width: 70%;
        height: 70%;
    }
}

/* For devices larger than 480px */
@media (min-width: 480px) {
    .site-branding {
        margin-top: 0;
    }
    
    .site-branding img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #141b30;
    font-size: 15px;
/*     color: #9197a3; */
    color: #fff;
}

.footer-logo {
    background-image: url('https://padstowoptometrist.com.au/wp-content/uploads/2025/11/Peter-Freeman-Optometrist-White.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    margin-bottom: 10px;
    width: 206px;
}

.footer-logo:hover,
.social-links a:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.social-links .svg-inline--fa {
    font-size: 18px;
    margin-right: 10px;
}

.social-links i:hover {
    color: #ffae00;
}

.site-links {
    padding: 100px 0;
}

.site-links p,
.footer-links li {
    line-height: 2em;
}

.site-links a {
    color: #e3ded8;
    font-weight: 500;
    letter-spacing: .02em;
    text-decoration: none;
    
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.site-links a:hover {
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
    font-weight: 500;
}

.site-links h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0 0 40px;
    text-transform: uppercase;
}

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

.footer-links li {
    display: block;
}

.site-info {
    background-color: #1d2645;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 40px 0;
}

.site-info .copy {
    color: #e3ded8;
    display: inline-block;
    padding: 0;
}

.site-info .theme-author {
    color: #6e84a9;
    float: right;
    padding: 0;
}

.site-info .theme-author .svg-inline--fa {
    color: #f86b4f;
    font-size: 10px;
}

.site-info .theme-author a {
    color: #6e84a9;
    text-decoration: none;
    
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.site-info .theme-author a:hover {
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff;
}

/* For devices larger than 320px */
@media (min-width: 320px) {
    .site-info .copy {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .site-info .theme-author {
        float: none;
        text-align: center;
    }
}

/* For devices larger than 992px */
@media (min-width: 992px) {
    .site-info .copy {
        display: inline-block;
        margin-bottom: 0;
        text-align: left;
    }
    
    .site-info .theme-author {
        text-align: right;
    }
}

/*--------------------------------------------------------------
## Banners
--------------------------------------------------------------*/
.home-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d2645;
    background-position: center 20%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 675px;
    position: relative;
    z-index: 2;
}

/* For devices larger than 320px */
@media (min-width: 300px) {
    .home-banner {
        background-position: 58% 70%;
        height: 550px;
        text-align: center;
    }
}

/* For devices larger than 480px */
@media (min-width: 480px) {
    .home-banner {
        background-position: 60% 70%;
        height: 688px;
        text-align: center;
    }
}

/* For devices larger than 640px */
@media (min-width: 640px) {
    .home-banner {
        background-position: 55% 70%;
    }
}

/* For devices larger than 768px */
@media (min-width: 768px) {
    .home-banner {
        background-position: 60% 70%;
        height: 675;
        text-align: inherit;
    }
}

/* For devices larger than 1024px */
@media (min-width: 1024px) {
    .home-banner {
        background-position: 55% 70%;
    }
}

/* For devices larger than 1280px */
@media (min-width: 1280px) {
    .home-banner {
        background-position: 70% top;
    }
}


.home-banner h1.headline {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* For devices larger than 320px */
@media (min-width: 320px) {
    .home-banner h1.headline {
        font-size: 30px;
    }
}

/* For devices larger than 768px */
@media (min-width: 768px) {
    .home-banner h1.headline {
        font-size: 32px;
    }
}

/* For devices larger than 1024px */
@media (min-width: 1024px) {
    .home-banner h1.headline {
        font-size: 36px;
    }
}

.home-banner .subheadline {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 26px;
    margin-bottom: 50px;
}

/* Subpage Banner */
.banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8a7a68;
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    margin-top: 116px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.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 h1.headline {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
}

.banner .subheadline {
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1.6em;
    margin-bottom: 50px;
}

/* Page Default Banner */
.page-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d2645;
    background-image: url(images/default-page-banners.png);
    background-position: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    margin-top: 156px;
    position: relative;
}

.page-banner h1 {
    background-image: url(images/icon-flywear.png);
    background-repeat: no-repeat;
    background-position: left 50%;
    color: #fff;
    margin: 0;
    padding-left: 30px;
}

/*--------------------------------------------------------------
## Customer Feedback
--------------------------------------------------------------*/
.customer-feedback {
    background-color: #1d2645;
    background-image: url('https://padstowoptometrist.com.au/wp-content/uploads/2025/11/peter-freeman-testimonial-bg.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    letter-spacing: .02em;
    padding: 64px 0;
    position: relative;
    text-align: center;
    z-index: 2;
}

.customer-feedback:before {
    background-color: rgba(202, 138, 0, 0.8);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.customer-feedback h2 {
    color: #fff;
}

.customer-feedback .feedback,
.testimonial-content p {
    font-size: 18px;
    font-weight: 300;
}

.customer-feedback .client-name,
.testimonial-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.customer-feedback .company,
.testimonial-company,
.testimonial-position {
    font-size: 16px;
    font-weight: 300;
}

.strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link:before {
    color: #ffae00 !important;
}

.strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link:hover:before {
    color: #ffae00;
}

/*--------------------------------------------------------------
## Strips
--------------------------------------------------------------*/
.footer-top-strip {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #ecf0f1;
    color: #434343;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    padding: 30px 0;
}

.footer-top-strip span {
    color: #ffae00;
    font-weight: 600;
}

.footer-top-strip .cta-button {
    text-align: right;
}

/* For devices larger than 320px */
@media (min-width: 300px) {
    .footer-top-strip .text {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .footer-top-strip .cta-button {
        text-align: center;
    }
}

/* For devices larger than 480px */
@media (min-width: 992px) {
    .footer-top-strip .text {
        font-size: 22px;
        margin-bottom: 0;
        text-align: left;
    }
    
    .footer-top-strip .cta-button {
        text-align: right;
    }
}

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

.hentry {
	margin: 0;
}

.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: 43px 0 0px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title::after {
    border-bottom: 3px solid #ffae00;
    content : "";
    display: block;
    padding-bottom: 20px;
    width: 75px;
}

.section-title.center {
    text-align: center;
}

.section-title.center::after {
    border-bottom: 3px solid #ffae00;
    content : "";
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 75px;
}

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

.services-section,
.services-section p,
.services-section h2 {
    color: #fff;
}

.services-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-section li {
    font-size: 16px;
    line-height: 2.6em;
    padding-left: 1.3em;
}

.services-section li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    margin-right: 5px;
    width: 1.3em; /* same as padding-left set on li */
}

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

/*--------------------------------------------------------------
## Plugin Styles
--------------------------------------------------------------*/

/* WP Sponsors */
div#wp-sponsors {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

#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: 130px;
    margin: 0 10px 20px 10px;
    min-width: 241px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 241px;
}

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

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

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

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

/* Business Hours Indicator */

.mabel-bhi-businesshours {
    color: #434343;
    font-size: 15px;
    line-height: 2.3em;
}

.site-links .mabel-bhi-businesshours {
    font-size: 15px;
    line-height: 2em;
}

/* Contact Form 7 */
span.wpcf7-not-valid-tip {
    color: #f86b4f;
    font-size: 12px;
    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: 40px 0 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;
}

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

.appointment p {
	margin-bottom: 0;
}

.strong-view.pager-style-buttons .wpmslider-pager-link:before {
	background: #000 !important;
}


.site-footer .mabel-bhi-businesshours {
	color: #fff;
}