/*
Theme Name: SAVE Theme
Theme URI: http://www.woolymammothdesign.com/
Author: Sally Wolleat of Wooly Mammoth Design
Author URI: http://www.woolymammothdesign.com/
Description: Custom theme SAVE.
Version: 4.0.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: custom
Text Domain: wooly
*/

/*

<--- Table of Contents --->

1. Resets
2. General
3. Basic Structure
4. Header
5. Body
6. Footer
7. Mobile Menu (Slideout.js)
8. Slick Slider9
9. Tabs
10. Featherlight jQuery Lightbox
11. Accordion/Toggle
12. Media Queries

*/

/*-- 1. Resets--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

blockquote, q {
    quotes: none
}

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

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

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

.clear {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail, img {
    max-width: 100%;
    height: auto;
}

a:hover, input[type=submit]:hover, button:hover {
    cursor: pointer
}

aside, section, div {
    -webkit-box-sizing: -moz-border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/*-- 2. General--*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #484848;
}

#wrapper {
    background-color: #fff;
    overflow: hidden;
}

/*text*/
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    line-height: 1.2em;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: .9em;
}

p {
    margin-bottom: 1.6em;
    line-height: 1.4em;
}

small {
    font-size: .55em;
}

medium {
    font-size: .8em;
}

large {
    font-size: 1.15em;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

.medium {
    font-size: .8em;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fancy-underline:after {
    content: "";
    display: block;
    padding: 20px 0;
    width: 30%;
    border-top: solid 2px;
}

hr {
    margin: 30px 0;
    border: none;
    border-top: solid 1px #eee;
}

hr.add_space {
    background-color: transparent;
    background-color: transparent;
    border: none;
    height: 20px;
    margin: 0;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 25px;
    padding-left: 40px;
    line-height: 1.5em;
    overflow: hidden;
}

.entry-content li {
    margin-bottom: 10px;
}

/*links and buttons*/
a, a:visited {
    color: #0066CC;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.entry-content p a {
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #484848;
}

.button.large,
a.button.large {
    padding: 15px 30px;
    font-size: 1.2em;
}

.button.small,
a.button.small {
    padding: 7px 15px;
    font-size: .9em;
}

.button,
a.button {
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 1.6em;
    color: #fff !important;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    background-color: #0066CC;
    border: none;
}

.button:hover,
a.button:hover {
    background-color: #0092C7;
}

a.button.secondary {
    color: #0066CC;
    background-color: #ffffff;
    border: solid 2px #0066CC;
}

a.button.secondary:hover {
    background-color: #0066CC;
    color: #ffffff;
}

a.button.ghost {
    color: #FFF04F;
    background-color: transparent;
    border: solid 2px #FFF04F;
}

a.button.ghost.large {
    border-width: 6px;
}

a.button.ghost.dark-blue {
    color: #002a78;
    border-color: #002a78;
}

a.button.ghost.dark-blue:hover {
    background-color: #002a78;
}

a.button.ghost.light-blue {
    color: #0066cc;
    border-color: #0066cc;
}

a.button.ghost.light-blue:hover {
    background-color: #0066cc;
}

a.button.ghost.teal {
    color: #149176;
    border-color: #149176;
}

a.button.ghost.teal:hover {
    background-color: #149176;
}

a.button.ghost.green {
    color: #6fb520;
    border-color: #6fb520;
}

a.button.ghost.green:hover {
    background-color: #6fb520;
}

a.button.ghost.yellow {
    color: #fff04f;
    background-color: transparent;
    border-color: #fff04f;
}

a.button.ghost.yellow:hover {
    background-color: rgba(255, 189, 0, 0.7);
}

a.button.ghost.red {
    color: #e82c1b;
    border-color: #e82c1b;
}

a.button.ghost.red:hover {
    background-color: #e82c1b;
}

a.button.ghost:hover {
    color: #fff !important;
}

/*breadcrumbs*/
#breadcrumbs {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    font-size: .9em;
    line-height: 1.2em;
    overflow: hidden;
}

.single #breadcrumbs {
    margin-bottom: 0;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}

@media screen and (max-width: 380px) {
    #breadcrumbs {
        font-size: .8em;
    }

    #breadcrumbs li {
        margin: 0 5px 0 0;
    }
}

/*clearing*/
.clearfix:after,
header:after,
.container:after,
.tabs-holder:after,
ul:after,
ul.tabs:after,
.acc-body:after,
.col:after,
.lightbox-inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*forms*/
form.wpcf7-form h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #2C3E50;
    text-align: center;
}

form.wpcf7-form h4 {
    margin-bottom: 25px;
    text-align: center;
}

form.wpcf7-form p {
    margin-bottom: 5px;
}

form.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

form.wpcf7-form .wpcf7-form-control {
    display: inline-block;
    margin-bottom: 20px;
}

form.wpcf7-form span.wpcf7-list-item {
    display: block;
    margin: 10px 0 0 15px;
}

form.wpcf7-form input[type=text],
form.wpcf7-form input[type=textarea],
form.wpcf7-form textarea,
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type="button"] i,
form.wpcf7-form input[type=submit] {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form.wpcf7-form input[type=text],
form.wpcf7-form input[type=textarea],
form.wpcf7-form textarea,
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel] {
    width: 100%;
}

form.wpcf7-form input[type="checkbox"],
form.wpcf7-form input[type="radio"] {
    display: inline-block;
    position: absolute;
    left: 0;
    width: auto;
    margin: 5px 0 0 0;
}

form.wpcf7-form input[type="button"],
form.wpcf7-form input[type="submit"],
form.wpcf7-form .action-button {
    background: #0066cc;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px 5px;
}

form.wpcf7-form input[type="button"]:hover,
form.wpcf7-form input[type="button"]:focus,
form.wpcf7-form input[type="submit"]:hover,
form.wpcf7-form input[type="submit"]:focus,
form.wpcf7-form .action-button:hover,
form.wpcf7-form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0066cc;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #f00;
    font-size: .9em;
    font-weight: 600;
    font-style: italic;
}

form.wpcf7-form div.wpcf7-response-output {
    margin: 20px 10% 0;
    padding: 10px;
}

form.wpcf7-form div.wpcf7-mail-sent-ok {
    border: none;
    color: #0066cc;
    font-style: italic;
    font-size: 1.1em;
}

/*gravity forms*/
.gform_confirmation_message {
	padding: 20px 30px;
    font-size: 1.4em;
    line-height: 1.4em;
    color: #ffffff;
    background-color: #3284d6;
    border: solid 3px #3284d6;
    border-radius: 10px;
    text-align: center;
}
.gform_confirmation_message:before {
	content: url(img/Checked-50.png);
    display: block;
    width: 70px;
    height: 70px;
    padding: 10px;
    margin: 10px auto 20px;
    background: #fff;
    border-radius: 100%;	
}

/*helpers*/
.text-right {
    text-align: right;
}

.desktop-hide {
    display: none;
}

/*preset colors*/
a.button.navy,
.icon-block.navy {
    background-color: #171d35;
}

a.button.medium-blue,
.icon-block.medium-blue {
    background-color: #002a78;
}

a.button.light-blue,
.icon-block {
    background-color: #0066cc;
}

a.button.teal,
.icon-block.teal {
    background-color: #149176;
}

a.button.green,
.icon-block.green {
    background-color: #6fb520;
}

a.button.yellow,
.icon-block.yellow {
    background-color: #ffbd00;
}

a.button.red,
.icon-block.red {
    background-color: #e82c1b;
}

h1.navy,
h2.navy,
h3.navy,
h4.navy,
h5.navy,
h6.navy,
p.navy,
.icon.navy {
    color: #171d35;
}

h1.medium-blue,
h2.medium-blue,
h3.medium-blue,
h4.medium-blue,
h5.medium-blue,
h6.medium-blue,
p.medium-blue,
.icon.medium-blue {
    color: #002a78;
}

h1.light-blue,
h2.light-blue,
h3.light-blue,
h4.light-blue,
h5.light-blue,
h6.light-blue,
p.light-blue,
.icon.light-blue {
    color: #0066cc;
}

h1.teal,
h2.teal,
h3.teal,
h4.teal,
h5.teal,
h6.teal,
p.teal,
.icon.teal {
    color: #149176;
}

h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
p.green,
.icon.green {
    color: #6fb520;
}

h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow,
p.yellow,
.icon.yellow {
    color: #ffbd00;
}

h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red,
p.red,
.icon.red {
    color: #e82c1b;
}

/*scrolltop button*/
#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: #03266B;
    z-index: 5;
}

#scroll-top:before {
    display: block;
    font-size: 28px;
    padding: 4px 0 0;
    color: #fff;
}

/*tables*/
table {
    width: 100%;
    margin: 0 0 30px;
}

table th {
    padding: 20px 10px;
    font-weight: bold;
    color: #fff;
    background: #6A96AE;
}

table td {
    padding: 10px;
    border: solid 1px #eee;
}

/*wp-styles*/
.wp-caption {
    max-width: 100%;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

/*-- 3. Basic Structure--*/
div,
main {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content {
    margin: 60px 0;
}

#content.content-nomargin,
.home #content {
    margin: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container.container-small {
    width: 960px;
}

.entry-content,
.intro {
    margin-bottom: 60px;
}

article header.intro {
    margin-bottom: 50px;
}

.sidebar-left,
.sidebar-right {
    margin: 60px 0;
}

.content-right {
    width: 72%;
    float: right;
    padding-left: 30px;
    margin: 60px 0;
}

.content-left {
    width: 72%;
    float: left;
    padding-right: 30px;
}

.sidebar-left {
    float: left;
    width: 28%;
    padding-right: 30px;
    border-right: solid 1px #eee;
}

.sidebar-right {
    width: 28%;
    float: right;
    padding-left: 30px;
    border-left: solid 1px #eee;
}

.full-width-content {
    margin: 0px -4000px;
    padding: 50px 4000px;
}

/*columns*/
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row:last-child,
.row:last-of-type {
    margin-bottom: -30px;
}

.row.row-centered {
    -webkit-justify-content: center;
    justify-content: center;
}

.col {
    margin: 0 30px 30px 0;
}

.row-centered .col {
    margin-right: 30px;
}

.col.flex-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.col.one-child-stretch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.col.last,
.col:last-of-type {
    margin-right: 0;
}

.col :last-child {
    margin-bottom: 0 !important;
}

.col.padded {
    padding-right: 20px;
}

.full {
    float: none;
    width: 100%;
}

.half {
    width: calc(50% - 15px);
}

.third {
    width: calc(33.3% - 20px);
}

.two-thirds {
    width: calc(66.6% - 20px);
}

.fourth {
    margin-right: 20px;
    width: calc(25% - 20px);
}

.three-fourths {
    width: calc(75% - 20px);
}

.fifth {
    width: calc(20% - 20px);
}

.sixth {
    width: calc(16.66% - 20px);
}

.three-tenths {
    width: calc(30% - 20px);
}

/*-- 4. Header--*/
#header {
    padding: 0;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
    -webkit-transition: padding ease-in-out .3s;
    -moz-transition: padding ease-in-out .3s;
    transition: padding ease-in-out .3s;

}
/*logo/branding*/
#branding {
    float: left;
}

h1.site-logo {
    display: block;
    margin: 10px 0;
    width: 236px;
    height: 120px;
    overflow: hidden;

    background-size: contain;
    background-repeat: no-repeat;

    -webkit-transition: height ease-in-out .3s;
    -moz-transition: height ease-in-out .3s;
    transition: height ease-in-out .3s;
}

h1.site-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -300px;
}

/*header top right*/
.header-top-right {
    position: absolute;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: right;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 70%;
    color: #FFF;
    text-transform: uppercase;
}

.header-top-right h2 {
    margin-bottom: 10px;
}
.header-top-right h2 a{
    color: inherit;
    text-decoration: none;
    font-family:inherit;
    font-size:inherit;

}
.header-top-right .searchform {
    margin: 0;
    width: 100%;
}

.header-top-right .searchform input[type="search"]
{
    display: inline-block
;
    float: left
;
    padding: 8px 10px 7px
;
    width: calc(100% - 40px)
;
    outline: 1px solid #03266B;
;
    background-color: #fff
;
    border: none
;
    color: #03266B;
}
.header-top-right .searchform button.search-submit {
    position: relative;
    padding: 0 0 0 8px;
    top: -1px;
    width: 38px;
    border: none;
    background: transparent;
}

.header-top-right .searchform button.search-submit:before {
    font-size: 32px;
    color: #FFF04F;
}

/*main nav*/
.desktop-menu ul.menu {
    display: block;
    width: 100%;
    text-align: center;

    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.desktop-menu a {
    display: block;
    text-decoration: none;
}

.desktop-menu ul.menu > li {
    position: relative;
    display: inline-block;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    list-style: none;
}

.desktop-menu ul.menu > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: .7;

    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
}

.desktop-menu ul.menu > li.dark_blue:before {
    background-color: #002a78;
}

.desktop-menu ul.menu > li.blue:before {
    background-color: #0066cc;
}

.desktop-menu ul.menu > li.teal:before {
    background-color: #149176;
}

.desktop-menu ul.menu > li.green:before {
    background-color: #6fb520;
}

.desktop-menu ul.menu > li.yellow:before {
    background-color: #ffbd00;
}

.desktop-menu ul.menu > li.red:before {
    background-color: #e82c1b;
}

.desktop-menu ul.menu > li:hover:before {
    opacity: 1;
}

.desktop-menu ul.menu > li > a {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 1px;
}

/*sub-menus*/
.desktop-menu .menu li ul.sub-menu {
    position: absolute;
    width: auto;
    height: 0;
/*    margin: 0;*/
    overflow: hidden;
    font-size: .9em;
    background-color: #fff;
}

.desktop-menu .menu li:hover ul.sub-menu {
    height: auto;
    padding: 0px;
    border: solid 1px #eee;
}

.desktop-menu .menu li ul.sub-menu > li > a {
    padding: 10px 15px;
    -webkit-transition: padding ease-in .2s;
    -moz-transition: padding ease-in .2s;
    transition: padding ease-in .2s;
}

.desktop-menu .menu li ul.sub-menu > li > a:hover {
    padding-left: 18px;
}

/*--header image--*/
.has_header_image,
.banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.has_header_image .banner_text,
.banner .banner_text {
    margin: 0px;
    padding: 100px 0;
    font-size: 1.4em;
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
/*    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);*/
}


.banner_text :last-child {
    margin-bottom: 0px !important;
}

/*-- 5. Body--*/
.section-body {
    margin-bottom: 30px;
}

.section-body h2 {
    font-family: Georgia;
    font-size: 1.6em;
    color: #2F6780;
}

/*-- Single.php (Blog Page) --*/
article.post {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
}

article header {
    margin-bottom: 20px;
}

.entry-title a {
    text-decoration: none;
}

.entry-meta {
    font-style: italic;
    color: #A0A0A0;
}

.featured-image {
    margin-bottom: 20px;
}

/*comments*/
.comment-respond form label {
    display: block;
}

li.comment {
    margin-bottom: 20px;
    padding: 20px;
    list-style: none;
    background-color: #f5f5f5;
}

li.comment img {
    margin-right: 10px;
}

li.comment cite {
    font-weight: bold;
    font-size: 1.1em;
}

li.comment cite .says {
    display: none;
}

li.comment .comment-meta {
    margin: 10px 0;
    padding-bottom: 10px;
}

li.comment .comment-meta a {
    color: #A5A5A5;
    font-size: .8em;
    font-style: italic;
}

/*-- Sidebar--*/

/*widgets*/
aside ul li {
    list-style: none;
}

aside .widget-area > ul > li {
    margin-bottom: 30px;
}

.widget-list > li,
.widget-area > ul > li {
    margin-bottom: 30px;
}

.widget-list > li h3,
.widget-area > ul > li h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

/*widgets - menus*/
.widget-list ul,
.widget-area ul {
    line-height: 1.4em;
    font-weight: 600;
}

.widget-list ul.product-categories li,
.widget-area ul.product-categories li {
    margin-bottom: 12px;
}

.widget-list ul.product-categories li ul.children,
.widget-area ul.product-categories li ul.children {
    margin-top: 0px;
    margin-left: 20px;
    font-weight: 100;
}

.widget-list ul.product-categories li ul.children li,
.widget-area ul.product-categories li ul.children li {
    margin-bottom: 0px;
}

.widget_recent_entries ul li {
    margin-bottom: 10px;
}

.widget-list li ul li a,
.widget-area li ul li a,
.widget_recent_entries ul li a {
    display: inline-block;
    padding-left: 12px;
    text-decoration: none;
}

.widget-list li ul li:before,
.widget-area li ul li:before {
    content: ">";
    display: inline-block;
    position: absolute;
    font-size: .9em;
    color: #0066cc;
}

/*widgets-search*/
aside input[type="search"] i
{
    float: left
;
    margin: 0
;
    padding: 10px
;
    width: 70%
;
    border: none
;
    background-color: #eee
;
}
aside .searchform input[type="search"] i
{
    border-radius: 3px
;
}
aside input[type=submit] {
    width: 30%;
    padding: 10px;
    margin: 0;
    border: none;
}

aside .searchform button[type=submit] {
    border: none;
    margin: -2px 0 0 5px;
    padding: 0;
    font-size: 36px;
    color: #00aae8;
    height: 35px;
    background: transparent;
}

aside input[type=submit]:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*-- 6. Footer--*/
#footer {
    background-color: #000033;
    color: #ffffff;
}

#footer a,
#footer a:visited {
    color: #488dca;
}

#footer .menu {
    list-style: none;
}

/*footer-top*/
#footer .footer-top {
    padding: 50px 0 20px;
    color: #ffffff;
    background-color: #00aae8;
}

#footer .footer-top h3 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 1.2em;
}

#footer .footer-top p {
    font-size: .9em;
}

#footer .newletter-signup form p {
    margin: 0;
}

#footer .newletter-signup form input[type="email"] {
    float: left;
    padding: 12px;
    width: 70%;
    line-height: 1rem;
    border-radius: 0;
    border: none;
}

#footer .newletter-signup form input[type=submit] {
    float: left;
    margin: 0;
    padding: 12px 20px;
    width: 30%;
    color: #00aae8;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1rem;
    background-color: #fff04f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer .social-media-links {
}

#footer .social-media-links a {
    font-size: 1.2em;
    margin-right: 15px;
    color: #fff;
}

#footer .social-media-links a:hover {
    color: #488dca;
}

#footer .social-media-links a.icons8-youtube,
#footer .social-media-links a.icons8-flickr {
    position: relative;
    font-size: 2em;
    top: 3px;
}

/*footer-middle*/
#footer .footer-middle {
    padding: 30px 0;
}

#footer .footer-middle h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
}

#footer .footer-middle .menu li {
    line-height: 1.6em;
    font-size: .95em;
    font-weight: 100;
}

.charities {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.charities img {
    margin: 0 20px 0px 0;
    max-height: 100px;
    height: auto;
    max-width: 100px;
}

/*footer-bottom*/
#footer .footer-bottom {
    padding: 30px 0;
    font-size: .9em;
    font-weight: 100;
}

#footer .footer-bottom a {
    font-weight: 600;
}

.footer-menu-bottom {
    text-align: right;
}

.footer-menu-bottom ul li {
    display: inline-block;
    list-style: none;
}

.footer-menu-bottom ul li a {
    padding: 0 10px;
    border-right: solid 1px;
}

.footer-menu-bottom ul li:last-child a {
    border-right: none;
}

/*-- 7. Mobile Menu (Slideout.js)--*/
.toggle-button {
    display: none;
}

.mobile-menu {
    color: #fff;
    background: #1d1d46;
}

.mobile-menu h3 {
    font-size: 1.2em;
    line-height: 60px;
    text-align: center;
    padding: 0 20px;
    margin: 0;
}

.mobile-menu ul.menu {
    border-top: solid 1px rgba(255, 255, 255, 0.13);
}

.mobile-menu ul.menu li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.13);
}

.mobile-menu ul.menu li a {
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.mobile-menu {
    display: none;
}

.slideout-open .slideout-menu {
    display: block;
}

.mobile-menu li.menu-item-has-children > a:after {
    content: '\f104';
    float: right;
    font-family: 'Genericons';
    color: white;
    -webkit-transition: transform ease-in-out .3s;
    -moz-transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s;
}

.mobile-menu li.menu-item-has-children.open-sub > a:after {
    transform: rotate(90deg);
}

.mobile-menu li ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out .3s;
    -moz-transition: max-height ease-in-out .3s;
    transition: max-height ease-in-out .3s;
}

.mobile-menu li ul.sub-menu li a {
    padding: 10px 20px 10px 30px;
}

.mobile-menu ul.menu li.open-sub {
    border-bottom: none;
}

.mobile-menu li.open-sub ul.sub-menu {
    max-height: 500px;
    border-top: solid 1px rgba(255, 255, 255, 0.13);
}

/*-- 8. Slick Slider Defaults--*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

.slick-slide:hover {
    cursor: default;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    list-style: none;
}

.slick-dots li {
    position: relative;
    display: block;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    margin-bottom: 0px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    border-radius: 20px;
    -webkit-transition: all ease-in .25s;
    -moz-transition: all ease-in .25s;
    transition: all ease-in .25s;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #fff;
}

/*logo slider*/
.logo-slide {
    float: left;
}

/* -- 9. Tabs --*/
.tabs-holder {
    margin-bottom: 60px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    width: 100%;
}

.tabs li {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.tabs li:first-child {
    margin-left: 5px;
}

.tabs li a {
    display: inline-block;
    padding: 12px 12px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    color: #0066cc;
    background-color: #fff;
    border-color: #f4f4f4;
    border: solid 1px #eee;
    border-bottom: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.tabs li a:hover,
.tabs li a.active {
    background-color: #f4f4f4;
}

.tabcontent {
    width: 100%;
    background-color: #f4f4f4;
}

.tabcontent > div {
    padding: 40px 30px;
}

.memorial-tabs .tabcontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* -- 10. Featherlight jQuery Lightbox --*/
.lightbox {
    display: none;
}

.featherlight-content .featherlight-inner {
    width: 600px;
    max-width: 100%;
    background-color: white;
    padding: 30px;
}

.featherlight-content .featherlight-inner .memorial-photo {
    float: right;
    margin: 0 0 20px 30px;
    max-width: 50%;
}

/* -- WooCommerce --*/
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #112E71;
    font-size: 1.25em;
}

.woocommerce ul.products li.product .price {
    color: #112E71;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #112E71;
}

.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
}

.woocommerce .quantity .qty {
    width: 3.731em;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #c6c3bf;
    background: #fff;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.type-product,
.woocommerce-page ul.products li.type-product {
    padding-bottom: 50px;
}

.woocommerce ul.products li.product a img {
    width: auto;
    height: 200px;
    display: block;
    margin: 0 auto 1em;
    box-shadow: none;
}

.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: 0 10% 0;
    left: 0;
}

.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button {
    color: #5b5b5b;
    white-space: normal;

    padding: 10px 15px 11px 15px;
    font-weight: bold;

    border: none;
    background-color: #0066cc;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all .1s ease-in-out;
}

.woocommerce button.button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button:hover {
    background-color: #03266b;
    color: #fff;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.1em;
    text-align: center;
}

/*woocommerce sidebar*/
.product-categories {
    font-size: .9em;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    padding-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    padding: 0 5px;
}

/*woocommerce product-single*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    background-color: transparent;
    border: none;
}

/*woocommerce cart and checkout*/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #0066cc;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #0066cc;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0066cc;
}

.woocommerce table.shop_table th {
    background-color: #0066cc;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #00aae8;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 10px 6px 9px;
    border-radius: 3px;
    margin: 0 10px 0 0;
    min-width: 100px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: .9em;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #0066cc;
}

@media screen and (max-width: 380px) {
    .woocommerce ul.products li.product a img {
        height: 100px;
    }
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0, 0, 0, 0)
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 0;
        border-bottom: 25px solid transparent;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        max-width: 90%;
        background: transparent;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 5px;
        right: 0px;
        font-size: 20px;
        line-height: 20px;
        width: 30px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        color: #000;
        border-radius: 40px;
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }

    .featherlight iframe {
        border: 0
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

/* -- 11. Accordion/Toggle --*/
.accordion {
    margin: 2rem auto;
    width: 100%;
    font-family: "Raleway", sans-serif;
    background: #f4f4f4;
}

.accordion > br {
    display: none;
}

.accordion__title {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem 1.5rem;
    background: #0066cc;
    color: white;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion__title i {
    float: right;
}

.accordion__title i.opened {
    display: none;
}

.accordion__title.active i.closed {
    display: none;
}

.accordion__title.active i.opened {
    display: inline-block;
}

.accordion__title:before {
    margin-right: 10px;
}

.accordion__title:after {
}

.accordion__title:hover {
    opacity: .9;
}

.accordion__copy {
    display: none;
    padding: 1rem 1.5rem 2rem 1.5rem;
    color: gray;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 500;
}

.accordion__copy--open {
    display: block;
}

/*-- 12. Media Queries */
@media screen and (max-width: 1366px) {
    /*general*/
    /*header*/
    .desktop-menu ul.menu > li > a {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 980px;
    }
}

@media screen and (max-width: 980px) {
    /*general*/
    body {
        font-size: 15px;
    }

    .container,
    .container.container-small {
        width: auto;
        margin: 0 5%;
    }

    #content {
        margin: 30px 0;
    }

    .row {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .col.half,
    .col.third,
    .col.fourth,
    .col.two-thirds,
    .col.three-fourths,
    .col.three-tenths,
    .col.fifth {
        float: none;
        -webkit-box-flex: 1 auto;
        -webkit-flex: 1 auto;
        -moz-box-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto;
        width: 100%;
        min-height: 1px !important;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .content-right,
    .content-left,
    .sidebar-left,
    .sidebar-right {
        width: 100%;
        float: none;
        padding: 0;
        border: none;
    }

    /*header*/
    #header {
        padding: 0;

    }
    .home #header{
        height: 400px;
    }

    #header .container {
        margin: 0;
    }

    .desktop-menu {
        display: none;
    }

    #header.sticky.scrolled {
        padding: 0;
        background-color: white;
    }

    #branding h1.site-logo {
        height: 50px;
        margin: 5px 0;
        max-width: 210px;
    }

    #header.sticky.scrolled h1.site-logo {
        height: 40px;
    }

    h1.site-logo {
        height: 40px;
        padding: 0;
    }

    .header-top .header-top-right {
        margin-right: 10px;
    }

    .header-top-right .searchform {
        display: none;
    }

    .toggle-button {
        display: block;
        float: left;
        padding: 20px;
        margin-right: 20px;
        border: none;
        color: #ffffff;
        border-right: solid 1px rgba(255, 255, 255, 0.2);
        font-size: 26px;
        line-height: 20px;
        background-color: #262651;
        outline: none;
    }

    .admin-bar .mobile-menu {
        top: 32px;
    }

    /*header-banner*/
    .has_header_image .banner_text {
        padding: 40px;
        font-size: 150%;
    }

    /*icon-block*/
    div.icon-block-static {
        width: 100%;
    }

    .home .banner_text h1 {
        margin-top:20px;
        margin-bottom: 40px;

    }

    /*tabs*/
    .tabs li {
        margin: 0 10px 0 0;
    }

    .tabs li a {
        padding: 10px 10px;
        font-size: 1em;
    }

    /*footer*/
    #footer .social-media-links {
        text-align: left;
    }

    #footer .social-media-links a {
        margin: 0 20px 0 0;
    }

    #footer .footer-top {
        padding: 30px 0 30px;
    }

    .footer-top .col.half {
        margin-bottom: 0;
    }

    #footer .footer-bottom {
        text-align: center;
    }

    .footer-menu-bottom {
        text-align: center;
    }

}

@media screen and (max-width: 783px) {
    /*general*/
    /*general*/
    body {
        font-size: 11px;
    }

    .hidden-mobile {
        display: none;
    }

    /*tabs*/
    .tab-content {
        background-color: transparent;
    }

    /*header*/
    .admin-bar #header.sticky.scrolled {
        top: 46px;
    }

    .admin-bar .mobile-menu {
        top: 45px;
    }

}

@media screen and (min-width: 784px) {
    .hidden-desktop {
        display: none;
    }

}

@media screen and (max-width: 380px) {
    /*general*/
    body {
        font-size: 12px;
    }

    .full-width-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*header*/
    .toggle-button {
        padding: 10px;
        margin-right: 10px;
        font-size: 29px;
        line-height: 20px;
    }

    #branding h1.site-logo {
        height: 30px;
    }

    .has_header_image .banner_text, .banner .banner_text {
        padding: 30px 0;
        font-size: .8em;
    }

    .home .banner_text h1 {
        margin-bottom: 20px;
        margin-top:100px;
    }

    a.button.ghost.large {
        border-width: 3px;
        padding: 10px;
    }

    /*nav*/
    .mobile-menu h3 {
        line-height: 40px;
    }

    .header-top .header-top-right {
        display: none;
    }

    /*footer*/
    #footer .footer-bottom {
        padding: 0px 0px 30px;
        font-size: .8em;
    }

    .footer-menu-bottom ul li a {
        padding: 0 5px;
    }

    /*templates*/
    .entry-content, .intro {
        margin-bottom: 30px;
    }

}