/*
Theme Name: ggstyle
Theme URI: http://www.greengraphics.com.au
Author: Greengraphics
Author URI: http://www.greengraphics.com.au
Description: Awesome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ggstyle
Tags:

*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;

    vertical-align: baseline;
}

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

    height: 0;
}

[hidden],
template {
    display: none;
}

:focus,
:active {
    outline: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;

    margin: 0.67em 0;
}

mark {
    color: #000000;
    background: #ffff00;
}

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) {
    display: block;
    height: auto;
    overflow: hidden;
    max-width: 100%;
}

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 {
    font: inherit;

    margin: 0;

    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

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

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

    border: 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 {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;

    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;

    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

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

    color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 600;
    line-height: 1.2;
}

h5 {
	font-weight: 400;
	font-size: 0.9em;
	margin: 1.2em 0;
	}


h6 {
	font-weight: 400;
	font-size: 0.8em;
	margin: 1.2em 0;
	}

.page-title,
.entry-title {
    color: #00A65E;
    font-size: 2rem;
    text-align: center;
    text-transform: capitalize;
    margin: 2rem 0;
}
.page-template-template-services .page-title {
    color: #00AAE7;
}

.section-title {
    color: white;
    font-size: 2rem;
    text-align: left;
    text-transform: capitalize;
    margin: 0 0 2rem;
}

body:not(.single) .post .entry-title {
    color: inherit;
    font-size: 1rem;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
}

body:not(.single) .post .entry-title a {
    color: inherit;
}

p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

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

blockquote {
    border-bottom: 6px solid white;
    color: inherit;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    margin: 32px 0;
    padding-bottom: 16px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;

    overflow: auto;

    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;

    background: #eeeeee;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    cursor: help;

    border-bottom: 1px dotted #666666;
}

mark,
ins {
    text-decoration: none;

    background: #fff9c0;
}

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: #ffffff; /* Fallback for when there is no custom background color defined. */
}

:focus,
:active {
    outline: none;
}

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

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

hr {
    clear: both;
    height: 6px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;

    border: 0;
    background-color: #00A65E;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

.list-unstyled,
.unstyled-list {
    list-style-type: none;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;

    padding: 8px;

    color: rgba(0, 0, 0, 0.8);
    border: 1px solid;
    border-color: #cccccc #cccccc #bbbbbb;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #e6e6e6;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #cccccc #bbbbbb #aaaaaa;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
    border-color: #aaaaaa #bbbbbb #bbbbbb;
}

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: #666666;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 8px;
}

select {
    border: 1px solid #cccccc;
}

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: #111111;
}

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;

    color: black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover
 {
	 text-decoration:none;
    color: #333333;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    margin: 0;
}

nav a {
    display: block;
    font-size: 15px;
    font-weight: 300;

    margin: 0;
    padding: 8px 0;

    text-decoration: none;
    text-transform: capitalize;

    color: white;
}



.top-navigation {
    padding: 16px 0;
}

.top-navigation li {
    display: inline-block;
}

.top-navigation a {
    margin: 0 8px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.main-navigation {
    position: relative;

    display: block;
}

.main-navigation .menu {
    background: rgba(0,168,230,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,168,230,1)), color-stop(100%, rgba(15,124,193,1)));
    background: -webkit-linear-gradient(left, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,168,230,1)), to(rgba(15,124,193,1)));
    background:         linear-gradient(to right, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#0f7cc1', GradientType=1 );
    position: fixed;
    overflow-y: auto;
    z-index: 9999;
    top: 0;
    right: -250px;
    bottom: 0;
    text-align: left;
    width: 250px;
    padding: 56px 0;

    -webkit-transition: right 0.3s ease;
            transition: right 0.3s ease;
}

.main-navigation.toggled .menu {
    right: 0;
}

.main-navigation ul {
    display: block;

    margin: 0;
    padding-left: 0;

    list-style: none;
}


.main-navigation li {
    position: relative;

    display: block;
}

.main-navigation a {
    display: block;

    text-decoration: none;
    margin: 0;
    padding: 8px 32px;

    color: white;
    font-weight: 400;
}

.main-navigation ul ul {
    background: -webkit-gradient(linear, left top, right top, from(#0f7cc1), to(#0c5a8c));
    background: -webkit-linear-gradient(left, #0f7cc1 0%, #0c5a8c 100%);
    background: linear-gradient(to right, #0f7cc1 0%, #0c5a8c 100%);
}

.main-navigation ul ul ul {}

.main-navigation ul ul a {
    background-color: transparent;
    padding-left: 48px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    background-color: rgba(15,124,193,1);
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    background-color: rgba(15, 124, 193, 1);
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a {
    background-color: #0c5a8c;
}

/* Small menu. */
.menu-toggle {
    font-size: 1.4rem;
    font-weight: 400;

    display: block;
    float: right;
    overflow: visible;

    margin: 0;
    padding: 12px;

    cursor: pointer;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
            transition-property: opacity, -webkit-filter;
            transition-property: opacity, filter, -webkit-filter;
            transition-property: opacity, filter;
    text-transform: uppercase;

    color: white;
    border: none;
    background-color: #00AAE7;
    /*    background: -webkit-gradient(linear, left top, right top, from(rgba(0,168,230,1)), to(rgba(15,124,193,1)));
    background: -webkit-linear-gradient(left, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);
    background: linear-gradient(to right, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%); */
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}
.menu-toggle:active,
.menu-toggle:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.menu-toggle-text {
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 6px;
    vertical-align: middle;
}

.menu-toggle-box {
    position: relative;
    vertical-align: middle;

    display: inline-block;

    margin-right: 6px;

    width: 24px;
    height: 24px;
}
.menu-toggle-inner {
    top: 50%;

    display: block;

    margin-top: -2px;

    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
}
.menu-toggle.toggled .menu-toggle-inner {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu-toggle-inner,
.menu-toggle-inner::before,
.menu-toggle-inner::after {
    position: absolute;

    width: 24px;
    height: 4px;

    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;

    background-color: white;
}
.menu-toggle-inner::before,
.menu-toggle-inner::after {
    display: block;

    content: '';
}
.menu-toggle-inner::before {
    top: -10px;

    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
            transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.menu-toggle.toggled .menu-toggle-inner::before {
    top: 0;

    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
            transition: top 0.1s ease, opacity 0.1s 0.14s ease;

    opacity: 0;
}
.menu-toggle-inner::after {
    bottom: -10px;

    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-toggle.toggled .menu-toggle-inner::after {
    bottom: 0;

    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: initial, 0.14s, 0.14s;
            transition-delay: initial, 0.14s, 0.14s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: ease, cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-duration: 0.1s, 0.1s, 0.1s;
            transition-duration: 0.1s, 0.1s, 0.1s;
    transition-property: bottom, transform, -webkit-transform;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    overflow: hidden;

    margin: 0 0 1.5em;
}

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

    width: 50%;

    text-align: right;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;

    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;
}

.screen-reader-text:focus {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;

    z-index: 100000; /* Above WP toolbar. */
    top: 5px;
    left: 5px;

    display: block;
    clip: auto !important;

    width: auto;
    height: auto;
    padding: 15px 23px 14px;

    text-decoration: none;

    color: #21759b;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #f1f1f1;
    -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);
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;

    margin: 10px 1.5em 10px 0;
}

.alignright {
    display: inline;
    float: right;
	margin: 10px 0 10px 1.5em;
}

.aligncenter {
    display: block;
    clear: both;

    margin-right: auto;
    margin-left: 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 {
    display: table;

    table-layout: fixed;

    content: '';
}

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

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

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

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

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

.page-links {
    clear: both;

    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

input.search-field {width: 78%;}

form.search-form input[type='submit'] {width: 20%;}

select#archives-dropdown-2 {width:100%;}

h2.widget-title {
	font-size: 1.3em;
	color: #00AAE7;
	margin-bottom: 8px;
}



.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

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

.bypostauthor {
    display: block;
}

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

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

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

    border: none;
}

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

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

.wp-caption img[class*='wp-image-'] {
    display: block;

    margin-right: auto;
    margin-left: 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;

    width: 100%;

    text-align: center;
    vertical-align: top;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

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

.margin {
    margin: 1em 0;
}

.container {
    position: relative;

    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
}
.container::before,
.container::after {
    display: table;
    clear: both;

    content: '';
}

.row {
    position: relative;

    margin: 0 -16px;
}
.row::before,
.row::after {
    display: table;
    clear: both;

    content: '';
}

[class*='col-'] {
    float: left;

    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
}
[class*='col-']:last-child {
    margin-bottom: 0;
}

.col-1,
.col-xs-1 {
    width: 8.333%;
}
.col-2,
.col-xs-2 {
    width: 16.667%;
}
.col-3,
.col-xs-3 {
    width: 25%;
}
.col-4,
.col-xs-4 {
    width: 33.333%;
}
.col-5,
.col-xs-5 {
    width: 41.667%;
}
.col-6,
.col-xs-6 {
    width: 50%;
}
.col-7,
.col-xs-7 {
    width: 58.333%;
}
.col-8,
.col-xs-8 {
    width: 66.667%;
}
.col-9,
.col-xs-9 {
    width: 75%;
}
.col-10,
.col-xs-10 {
    width: 83.333%;
}
.col-11,
.col-xs-11 {
    width: 91.667%;
}
.col-12,
.col-xs-12 {
    width: 100%;
}

.tweets {
	font-size: 
	width: 
}

.ctf-tweet-text {
	font-size: 90%;
}

@media screen and (min-width: 560px) {
    .col-sm-1 {
        width: 8.333%;
    }
    .col-sm-2 {
        width: 16.667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.333%;
    }
    .col-sm-5 {
        width: 41.667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333%;
    }
    .col-sm-8 {
        width: 66.667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.333%;
    }
    .col-sm-11 {
        width: 91.667%;
    }
    .col-sm-12 {
        width: 100%;
    }
}

@media screen and (min-width: 650px) {
    .col-md-1 {
        width: 8.333%;
    }
    .col-md-2 {
        width: 16.667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 30%;
    }
    .col-md-5 {
        width: 41.667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333%;
    }
    .col-md-8 {
        width: 66.667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.333%;
    }
    .col-md-11 {
        width: 91.667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-auto {
        width: auto;
    }
}

@media screen and (min-width: 769px) {
    .col-lg-1 {
        width: 8.333%;
    }
    .col-lg-2 {
        width: 16.667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.333%;
    }
    .col-lg-5 {
        width: 33.333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 33.333%;
    }
    .col-lg-8 {
        width: 66.667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.333%;
    }
    .col-lg-11 {
        width: 91.667%;
    }
    .col-lg-12 {
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .col-xl-1 {
        width: 8.333%;
    }
    .col-xl-2 {
        width: 16.667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.333%;
    }
    .col-xl-5 {
        width: 41.667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.333%;
    }
    .col-xl-8 {
        width: 66.667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.333%;
    }
    .col-xl-11 {
        width: 91.667%;
    }
    .col-xl-12 {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.btn {
    border: 3px solid #00A65E;
    color: #00A65E;
    display: inline-block;
    font-weight: 400;
    padding: 8px 12px;
    text-align: center;
}
.btn:hover {
    border-color: #333333;
    color: #333333;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
}

.btn-white {
    border-color: white;
    color: white;
}

.btn-blue {
    border-color: #00a8e6;
    color: #00a8e6;
}

#page {
    background-color: white;
    overflow-x: hidden;
    position: relative;
    right: 0;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

#page::after {
    content: '';
    display: block;
    background-color: white;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 999;
}


#page.menu-toggled {
    right: 250px;
}

#page.menu-toggled::after {
    opacity: 0.5;
}

.site-header {
    text-align: right;
}

.top {
    background: rgba(0,168,230,1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,168,230,1)), color-stop(100%, rgba(15,124,193,1)));
    background: -webkit-linear-gradient(left, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,168,230,1)), to(rgba(15,124,193,1)));
    background:         linear-gradient(to right, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e6', endColorstr='#0f7cc1', GradientType=1 );

    text-align: right;
}

.top-navigation {
    display: inline-block;
}

.site-social {}

.top .site-social {
    display: inline-block;
    color: white;
    margin-left: 16px;
    border-left: 1px solid white;
    padding-left: 16px;
}

.site-social > * {
    margin-left: 6px;
    vertical-align: middle;
}

.social-link {
    background-color: rgba(0, 0, 0, 0.568);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    padding: 6px;
    height: 28px;
    width: 28px;
}

.social-link svg > * {
    fill: white;
}


.site-branding {
    margin-top: -58px;
    margin-bottom: 12px;
    max-width: 290px;
    float: left;
}

.site-branding a,
.site-branding img {
    display: block;
}

.site-logo {}

.site-branding .site-logo-sml {
    display: none;
}

.site-phone {
    color: #00AAE7;
    font-weight: 600;
}

.site-phone-number {
    color: #7B7C7F;
}

.site-phone,
.main-navigation {
    display: inline-block;
    font-size: 1.25rem;
    margin-left: 32px;
    margin-top: 48px;
    vertical-align: middle;
}

.site-banner {
    overflow-x: hidden;
    position: relative;
}

.site-banner-img {
    display: block;
    min-height: 150px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.site-slideshow {}

.slideshow-item {
    position: relative;
}

.slideshow-img {
    display: block;
}

.slideshow-text {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 16px;
    position: absolute;
    bottom: 0;
    right: 16px;
    max-width: 50%;
    font-size: 13px;
    font-weight: 600;
}

.slideshow-text h3 {
    color: #00AAE7;
    font-size: 18px;
    margin-top: 0;
}

.slideshow-link {
    float: right;
    margin-left: 6px;
}

.slick-prev,
.slick-next {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 16px;
    text-align: center;
    height: 40px;
    width: 40px;
    z-index: 20;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.site-slideshow:hover .slick-prev,
.site-slideshow:hover .slick-next {
    opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, 1.0);
}

.slick-prev::after,
.slick-next::after {
    font-size: 28px;
    color: white;
    content: '\000AB';
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.slick-next {
    left: auto;
    right: 16px;
}
.slick-next::after {
    content: '\000BB';
}

.page-header,
.entry-header {}

.our-focus,
.our-services {
    border-bottom: 6px solid #00A65E;
    margin: 32px 0;
}

.our-services {
    border-bottom-color: #00AAE7;
    position: relative;
    text-align: center;
}

.our-focus .page-title {
    text-transform: lowercase;
}

.our-services .page-title {
    color: #00AAE7;
    text-transform: lowercase;
}


.our-services .btn {
    background-color: rgba(0, 170, 231, 0.9);
    border: none;
    color: white;
    margin: 16px 0;
}

.our-services .btn:hover {
	background: #00A65E;
}

.service-item {}

.service-link,
.service-img {
    display: block;
    position: relative;
    width: 100%;
}

.service-title {
    color: white;
    background-color: rgba(0, 166, 94, 0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 8px 16px;
    position: absolute;
    text-align: center;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
}
.service-link:hover .service-title {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    padding: 16px;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 50%, 0);
            transform: translate3d(-50%, 50%, 0);
}
.our-services .service-title {
    background-color: rgba(0, 170, 231, 0.9);
}

.entry-content h2 {
    color: #00AAE7;
    margin-top: 0;
}

.entry-content h3 {
    color: #00A65E;
}

.section-intro {
    background-attachment: fixed;
    background-image: url(img/bg-grey.jpg);
    background-position: center;
    color: white;
    margin-bottom: 32px;
    padding: 32px 0;
    position: relative;
}
.home .section-intro {
    margin-bottom: 0;
}

/* Postion the elements above the background colour overlay */
.section-intro > * {
    position: relative;
    z-index: 2;
}

.section-intro::after {
    background-color: rgba(0, 166, 94, 0.5);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.intro-text {
    text-align: left;
}

.intro-text h2 {
    margin-top: 0;
    font-size: 1.2em;
    text-align: left !important;
}

.home .intro-logo {
    margin-bottom: 32px;
}

.intro-logo img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}
.home .intro-logo img {
    margin: 0;
    max-width: none;
}

.entry-content {}

body.home .entry-content {
    font-size: 13px;
}

.content-row {
    border-bottom: 4px solid #00A65E;
    margin-bottom: 32px;
    padding-bottom: 24px;
}
.content-row:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}


.news-link {
    display: block;
    margin-right: -20px;
}

.news-img {
    display: block;
}

.single .news-img {
    float: left;
    margin: 0 16px 16px 0;
}


.readmore {
    color: #fff;
    display: block;
    text-align: right;
    font-weight: 600;
    font-style: italic;
}

.entry-content a.readmore {
	color: #fff;
}

.blog .entry-content a.readmore {
	color: #00AAE7;
}

.blog .entry-content a.readmore:after {
	content: ' \000BB';
}

a.bluebutton {
	color: white;
    border: none;
    padding: 15px;
    background-color: #00AAE7;
    font-weight: 600;
}

.entry-content a.bluebutton {
	color: white;
	padding: 12px;
	}

.entry-content a.bluebutton:after {
	content: ' \000BB';
}

a.bluebutton:hover {
	background-color: #00A65E;
}

.entry-content a.bluebutton:hover {
	color: white;
	background-color: #00A65E;
	text-decoration:none;
}

a.bluebutton.full {
	width: 100%;
	display: block;
	text-align: center;
	}

.site-main .post-navigation {
    margin: 2rem 0;
}

.post-navigation a {
    color: inherit;
}

.nav-previous a::before {
    content: '\000AB';
    display: inline-block;
    margin-right: 8px;
}

.nav-next a::after {
    content: '\000BB';
    display: inline-block;
    margin-left: 8px;
}

.page-numbers {
	    display: inline-block;
    text-decoration: none;
    color: #474747;
    padding: .334em .875em;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: .875em;
    background: #eaeaea;
}

.page-numbers.current {
	background: #474747;
    color: #f7f7f7;
}

a.page-numbers:hover {
	background: #d5d5d5;
}



.footer-contact {
    background-color: rgba(0,168,230,1);
    background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,168,230,1)), color-stop(100%, rgba(15,124,193,1)));
    background-color: -webkit-linear-gradient(left, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);
    background-color: -webkit-gradient(linear, left top, right top, from(rgba(0,168,230,1)), to(rgba(15,124,193,1)));
    background-color:         linear-gradient(to right, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);
    color: white;
    font-size: 14px;
    padding: 32px 0;
}

.footer-contact .container {
    background-image: url(img/leaf.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.footer-contact a {
    color: white;
    font-weight: 600;
}

/* Gravity Forms */
.gform_wrapper {
    margin: 0;
}

.gform_fields {
    position: relative;
    margin: 0 -8px;
}
.gform_fields::before, .gform_fields::after {content: '';; clear: both; display: table;}

body .footer-contact .gform_wrapper ul li.gfield,
body .footer-contact .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.footer-contact .gform_wrapper .top_label .gfield_label {
    display: none;
}

.gform_wrapper textarea {
    display: block;
}

.footer-contact .gform_wrapper .top_label input.medium {
    width: 100%;
}

.footer-contact .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-contact .gform_wrapper .gform_footer input.button {
    margin-right: 8px;
    border: 3px solid white;
    background-color: transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: white;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-align: center;
    text-transform: lowercase;
}

#field_1_1,
#field_1_2,
#field_1_3,
#field_1_4 {
    clear: none;
    float: left;
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
}

#field_1_1 {
    width: 100%;
}

#field_1_2,
#field_1_3,
#field_1_4 {
    width: 33.33%;
}

/* Diet Manual price fields from old site 

    #gform_5 #field_5_9, #gform_5 #field_5_16 {
    position: fixed;
    right: 30px;
    padding: 0 10px 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    text-shadow: 1px 1px 1px #daf2b6;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
    
    }
    
    #gform_5 #field_5_9 { bottom: 150px; z-index 999;}
    #gform_5 #field_5_16 { bottom: 30px; z-index 999;}
    #gform_5 input#input_5_16 {background: #fff; border: none; text-align:right;}
    #gform_5 #field_5_16 {text-align:right;}
    #gform_5 #field_5_16 .gfield_description {width:100%;}

    #gform_confirmation_message_5 {color: rgb(0, 161, 222); font-weight: bold; }

*/

#gform_5 #field_5_9 { 
	font-size: 130%; 
	border: 2px solid #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    max-width: 35%;}
    
    @media screen and (max-width: 960px) {
	    #gform_5 #field_5_9 { 
    max-width: 60%;
    }
    }
    
        @media screen and (max-width: 600px) {
	    #gform_5 #field_5_9 { 
    max-width: 100%;
    }
    }



.site-footer {
    background-color: #38BAEC;
    color: white;
    font-size: 0.8rem;
    padding: 16px 0 0;
}

.site-footer a {
    color: white;
}

.site-info {}

.site-address {
    color: black;
}

.entry-content a, .nav-links a {
	color: #00A65E;
}

.entry-content a:hover, .nav-links a:hover {
	color: #00AAE7;
	text-decoration:underline;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .container {
        padding: 0 32px;
    }
}

@media screen and (max-width: 960px) {
    .top-navigation {
        display: none;
    }

    .top .site-social {
        border-left: none;
        margin: 0;
        padding: 14px 16px;
    }

    .site-banner-img {
        height: auto;
		width: 100%;
		min-height: auto;
        /*height: 150px;
        max-width: none;
        width: auto; */
    }

    .news-link {
        margin-right: 0;
    }

    body:not(.single) .entry-content {
        float: none;
        padding: 0 16px;
        width: 100%;
    }
    a.bluebutton {display:block; width: 100%;}
}

@media screen and (max-width: 730px) {
    .site-phone, 
    .main-navigation {
        margin-left: 16px;
    }
}

@media screen and (max-width: 700px) {
    .container {
        padding: 0 16px;
    }

    .top {
        display: none;
    }

    .site-header .container {
        padding: 0;
    }

    .site-branding {
        margin: 16px;
        max-width: 200px;
    }

    .site-branding .site-logo {
        display: none;
    }

    .site-branding .site-logo-sml {
        display: block;
    }

    .site-phone {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0,168,230,1)), to(rgba(15,124,193,1)));
        background: -webkit-linear-gradient(left, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);
        background: linear-gradient(to right, rgba(0,168,230,1) 0%, rgba(15,124,193,1) 100%);
        clear: both;
        color: white;
        display: block;
        margin: 0;
        padding: 16px;
        text-align: center;
    }

    .site-phone-number {
        color: white;
    }

    .main-navigation {
        margin: 0;
        position: absolute;
        right: 16px;
        top: 32px;
    }

    .menu-toggle {
        background-color: transparent;
        color: #00AAE7;
        padding: 0;
    }

    .menu-toggle-inner,
    .menu-toggle-inner::before,
    .menu-toggle-inner::after {
        background-color: #00AAE7;
    }

    .site-slideshow {
        display: none;
    }

    .our-focus, 
    .our-services {
        border-bottom: none;
        margin: 0;
    }

    .our-focus .page-title, 
    .our-services .page-title {
        /* display: none; */
    }

    .service-item {
        margin-bottom: 20px;
        padding: 0;
    }

    .service-title {
        bottom: 0;
        width: 100%;
    }

    .our-services .btn {
        position: static;
        margin: 32px 0;
    }

    .section-intro .intro-logo,
    .section-intro blockquote {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .entry-content [class*='col-'] {
        margin-bottom: 32px;
    }

    #field_1_2, 
    #field_1_3, 
    #field_1_4 {
        width: 100%;
    }

    .site-footer {
        padding: 16px 0;
    }
}

@media screen and (max-width: 500px) {
    .post-navigation .nav-next,
    .post-navigation .nav-previous {
        clear: both;
        width: auto;
    }
}