/*!
Theme Name: Inspiral
Theme URI: http://www.purplenetwork.co.uk/
Author: Purple Network
Author URI: http://www.purplenetwork.co.uk/
Description: Theme by Purple Network
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pnfolio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pnfolio is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import 'css/grid.css';
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');

/*@font-face {
    font-family: 'motorway';
    src: url('fonts/motorway_permanent-webfont.woff2') format('woff2'),
         url('fonts/motorway_permanent-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.motorway {
    font-family: 'motorway', sans-serif;
}


@font-face {
    font-family: 'transport';
    src: url('fonts/transport_heavy-webfont.woff2') format('woff2'),
         url('fonts/transport_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.transport {
    font-family: 'transport', sans-serif;
}
*/
/*--------------------------------------------------------------
# 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: 15px 0;
}

hr {
    box-sizing: content-box;
    height: 1px;
    margin: 30px 0;
    border: none;
    background: #d1d1d1;
}

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"] {
	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;
}

img {max-width: 100%; height: auto;}

ul { margin: 0 0 15px 0; padding: 0 0 0 30px;}
ul li { margin: 0 0 0.5em 0;}
.single-entry ul li { margin: 0 0 0.5em 0;     max-width: 738px;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
    body,
    html {
        height: 100%;
    }
    html {
        font-family: 'Merriweather', serif;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        color: #fff;

    }
    body {
        margin: 0;
                background-color: #fff;
    color: #141414;
    }

.whitebg {
    background-color: #fff;
    color: #1d4f4f;
}


    body,
    button,
    input,
    select,
    textarea {
        font-size: 17px;
        
        line-height: 1.3;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 900;
        clear: both;
        margin: 0 auto 15px auto;

    }



h1 {font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase;}
h2 {letter-spacing: 0.2em; text-transform: uppercase;}
    h1,
    h2,
    h3 {
color: #269f58;
        
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        max-width: 880px;

    }
    p {
        font-size: 17px;
        line-height: 1.5em;
        max-width: 880px;
        font-weight: 300;
        margin: 0 0 0.6em 0 ;
        letter-spacing: 0.01em;
    }
    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%;
    }


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
   button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
    border: solid 2px #279F58;
    background: #fff;
    color: #279F58;
        font-size: 17px;
        line-height: 1;
        padding: 8px;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        margin: 0;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        vertical-align: bottom;
        letter-spacing: 1px;
    }
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    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 {
        background: #279F58;
        border: solid 2px #279F58;
        color: #fff;
    }
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    textarea {
        color: #666;
border: 1px solid #bfbfbf;
        border-radius: 3px;
                padding: 7px;
}
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        color: #111;
    }

    textarea {
        padding-left: 3px;
        width: 100%;
    }
    fieldset.searchbox {
        margin: 0;
        padding: 0;
    }
    .searchfield {
        margin: 0 6px 0 0;
    }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-image: url(images/dropdown.png);
    /* add custom arrow */
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background-position: right 5px center;
    background-repeat: no-repeat;
    color: #414141;
    background-size: 22px;
    padding: 10px 50px 10px 10px;
    font-size: 17px;
    letter-spacing: 0.025em;
    font-family: 'raleway-light';
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    -webkit-appearance: none;
    background-color: #d5d6dc;
    border: NONE;
    padding: 10px;
    border-radius: 0;
    display: inline-block !important;
    position: relative;
    vertical-align: top;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #e4e4e4;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
    background-color: #e4e4e4;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 7px;
    height: 14px;
    border: solid 3px #177875;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #279F58;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #F6B638;
    text-decoration: underline;    
}
a:focus {
    outline: none;
}
a:hover,
a:active {
    outline: 0;
}



    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        text-decoration: none;
        color: #269f58;  
    }

    ul li a, .entry-meta a  {
        color: #141414;  
    }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover,
    h1 a:focus,
    h2 a:focus,
    h3 a:focus,
    h4 a:focus,
    h5 a:focus,
    h6 a:focus,
    h1 a:active,
    h2 a:active,
    h3 a:active,
    h4 a:active,
    h5 a:active,
    h6 a:active {
        text-decoration: none;
    }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Effect 4: bottom border enlarge */

.main-navigation {
    display: inline-block;
    float: right;
        text-align: right;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 7.5px 0 0 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;

    margin: 0;
    text-transform: uppercase;
    font-size: 17px
}
.main-navigation a {
        padding: 9px;
    text-decoration: none;
    letter-spacing: 3px;
    position: relative;
    color: #Fff;
    display: block;
}

.sub-menu {
    padding-left: 30px;
}

.main-navigation a:hover {
    color: #F6B638;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.main-navigation.toggled ul {
    clear: both;
    text-align: left;
}
button.menu-toggle {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    letter-spacing: .124em;
    font-size: 40px;
    padding: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    float: right;
    outline: none;  
    color: #fff;
}

button.menu-toggle:hover, button.menu-toggle:active, button.menu-toggle:focus  {
    outline: none;  
}


.toggled .menu-toggle .fa-bars,
.menu-toggle .fa-times {
    DISPLAY: NONE !important;
}
.toggled .menu-toggle .fa-times,
.menu-toggle .fa-bars {
    DISPLAY: INLINE-BLOCK !important;
}
button.menu-toggle span {
    display: none;
}
.main-navigation li {
    display: block;
}
.main-navigation li ul li {
    border-bottom: none;
}



@media screen and (max-width: 900px) {
    
    .menu-home-container {
            position: absolute;
    right: 0;
    width: 100vw;
    top: 100%;
    background-color: #289e58;
    padding: 30px;
    z-index: 2;
            display: none;
    }
.toggled     .menu-home-container {
    display: block;
    }
.main-navigation ul ul li {
    display: inline-block;
    margin-left: 30px;
}    
    .main-navigation {
        position: relative;
    }
.site-header    .main-navigation>ul.menu {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100vw;
    padding: 15px;
    box-sizing: border-box;
    background-color: #289e58;
    z-index: 999;
    }    

    
    
   
    
    
}

@media screen and (min-width: 900px) {

.main-navigation.toggled ul {
    text-align: right;
}
    
    .main-navigation ul ul a {
    color: #82817a;
    margin-right: -9px;
}
    .main-navigation {
    }
    .main-navigation li {
        padding: 2.2% 0;
        border-bottom: none;
          line-height: 1em;
    }
    .main-navigation li a {
    
    padding-left: 15px;
     padding-right: 15px;    
        line-height: 1em;
    }
    .main-navigation ul ul li {
        display: block;
    }
    .main-navigation ul ul a {
        color: #82817a;
        margin-right: 9px;
    }

    .main-navigation ul ul li {
        display: block;
    }

    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation ul ul {
        float: left;
        position: absolute;
        top: 75%;
        left: -999em;
        z-index: 99999;
        opacity: 0;
    }
    .main-navigation ul ul a:hover::before,
    .main-navigation ul ul a:focus::before {
        opacity: 0;
    }
    .main-navigation ul > li ul li a {
        opacity: 0;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        transition-duration: 0.3s;
    }
    .main-navigation ul > li:hover ul li a {
        opacity: 1;
    }
    .main-navigation ul ul li a:hover {
        color: #F6B638;
    }
    .main-navigation ul li.menu-item-has-children a:after {
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 6px;
    }
    .main-navigation ul li.menu-item-has-children ul a:after {
        content: "";
    }
    .main-navigation ul ul li {
        overflow: hidden;
        background-color: #f5f5f5;
        margin: 0;
        display: block;
        padding: 0;
    }
    .main-navigation ul > li:hover ul li {
        opacity: 1;
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul a {
        width: 250px;
        padding: 15px;
        line-height: 1.4em;
        display: block;
    }
    .main-navigation ul ul li {}
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {}
    .main-navigation ul ul:hover > a,
    .main-navigation ul ul .focus > a {}
    .main-navigation ul ul a:hover,
    .main-navigation ul ul a.focus {}
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
        opacity: 1;
        transform: scale(1);
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
    }
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-ancestor > a {}
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.entry-footer {
    width: 100%;
    margin: 1em auto;
    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%;
}

.footer-menu ul {margin: 0; padding: 0; list-style: none; text-align: center;}
.footer-menu ul li {margin: 15px; padding: 0; display: inline-block;}

.main-navigation li.current-menu-ancestor a,
.main-navigation li.current-menu-parent a,
.main-navigation li.current_page_ancestor a,
.main-navigation li.current-menu-item a {color: #002e23;}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

.widget select {
	max-width: 100%;
}
.widget-area ul {margin: 0; padding: 0; list-style: none;}
.widget-area ul ul {margin: 0.5em 0 0 0.5em;}
ul.list-portfolio {margin: 0 0 30px 0; padding: 0; list-style: none;}
ul.list-portfolio li {margin-bottom: 15px;}

h2.widget-title {font-size: 17px;}

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

.site-branding a {color: #fff;}

#news .post { padding-bottom: 30px; border-bottom: solid 1px #151515; margin-bottom: 30px;}

.site-content {min-height: 736px;}

#main-header {background-color: #279F58; padding: 15px;}

.header-left i {padding-left: 5px;}

.content-area, .main-navigation ul ul li {text-align: left;}
li.product, .single-image {text-align: center;}

#page {
    overflow: hidden;
    margin: 0 auto;
}
.not-blank {
    padding: 0 15px;
}
.site-header {
    margin-bottom: 0;
}
.open-search.mobile {
    font-size: 26px;
    float: right;
    color: #564219;
}
#news .post {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.site-content {
    min-height: 736px;
}
.header-right,
.header-right a,
.header-left,
.header-left a,
.site-footer,
.site-footer a {

font-weight: 300;
}




.header-right a:hover,
.header-left a:hover,
.site-footer a:hover {
text-decoration: none;
    color: #FBC768;
}

.header-left,
.site-header .header-right ul.menu {
    text-align: center;
}
.preheader{
        padding: 15px;
}

    .preheader, .site-footer  {
       /*background: #1d4f4e;*/
    }
.mobhead {
padding-top:  15px;
}
.preheader .widget {
  margin: 0 0 0;
}
.search-mob {
text-align: right;
    display: block;
    width: 100%;
}
.header-left p {
	font-size: 14px;
}


@media screen and (min-width:768px) {
    .open-search.mobile {
        display: none;
    }
    .header-left {
        text-align: left;
    }
    .site-header .header-right ul.menu {
        text-align: right;
    }

    .hold-mast {
        min-height: 200px;
    }
    #masthead {
        top: -100px;
        transition: top 1s;
    }
    #masthead.scrolled .not-fixed {
        display: none;
    }
    #masthead.scrolled {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }
    .admin-bar #masthead.scrolled {
        padding-top: 32px;
    }
}
.footer-sidebar .footer-widget {
    text-align: left;
}
.footer-sidebar .footer-widget h2 {
    font-size: 17px;
    line-height: 29px;
    color: #333333;
}
.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-right,
.header-left {
    font-size: 14px;
}
.site-header .header-right ul.menu li {
    display: inline-block;
}
.site-header .header-right ul.menu li {
    line-height: 1.5em;
    margin: 0.6em 0 0.6em 0.6em;
}
.row.no-margin {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.site-info {
    padding: 30px 15px;
    font-size: 12px;
        text-align: center;

}
.site-info a {

}
.site-info a:hover {
       color: #916bd6;
}

.site-footer {padding: 30px 15px 15px 15px;}
.header-left p {margin-top: 0.6em;}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.padded {
    padding: 30px;
}

.sticky {
	display: block;
}



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

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

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

.entry-image img {display: block;}

.entry-image {margin-bottom: 15px; }
 
.excerpt {margin-bottom: 30px;}

.read-more {display: block;  margin-bottom: 15px;}
.search-result {
    padding-bottom: 30px;
    margin-bottom: 30px;
border-bottom: solid 1px #151515;
}

h1.portfolio-excert-header {
font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
}

h1.portfolio-excert-header a:hover {
text-decoration: underline;
}

.single-entry {padding: 15px;}
.single-entry h1, .single-entry h2, .single-entry h3, .single-entry h4 {text-align: center; }
.post, .widget-area, .type-location, .type-projects { padding: 30px 15px;}



.full-width {margin: -15px;}

.page .single-entry p {margin: 10px auto}
.single-image img {margin: 0 auto; width: 100%;}
.entry-image a img  {
       backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}



.entry-image a:hover img  {
    
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
        -webkit-animation: flicker-in 2s;
        -moz-animation: flicker-in 2s;
        -o-animation: flicker-in 2s;
        animation: flicker-in 2s;
        opacity: 0.75;
}

.gridbox {
    background-color: #fff;
    color: #000;
-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
    text-align: center;
}
.gridbox .box-copy {padding: 15px; margin: 0;}

.gridbox .gridbox-image a {width: 100%; display:block; text-align:center; overflow:hidden;}
.gridbox .gridbox-image a img {    -webkit-transition:  -webkit-transform 2s ease;
    transition: transform 2s ease;
display: block;
}
.gridbox:hover .gridbox-image a img {  
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);}

.box-header {background-color: #269f58;}

.box-header {padding: 15px;}

.gridbox h1 {font-size: 17px; letter-spacing: 0.2em; margin: 0;}
.gridbox h1 a {color: #Fff;}

.gridbox h1 a:hover {    color: #f7ee50;}



.list-partners {
list-style: none;    
    margin: 0; padding: 0;
    text-align: center; 
}

.list-partners .partner { 
display: inline-block;
    height: 80px; 
    width: auto;
    padding: 7px;
    position: relative;
}
.single-entry .single-image {padding: 15px 0;}

h1.single-header {margin-bottom: 30px;}


.grey {background-color: #D1D1D1; padding: 0 15px;}

.grey:after {
    content: " ";
    display: table;
    clear: both;
}

.more-posts {clear: both; width: 100%; padding: 15px; box-sizing: border-box;}

.post-navigation, .comments-area {
padding: 15px;    
}
/*--------------------------------------------------------------
## Map
--------------------------------------------------------------*/
      #map {
        height: 460px;
      }

@media screen and (min-width: 768px) {
      #map {
        height: 768px;
      }
}

@media screen and (min-width: 1280px) {
      #map {
        height: 100vh;
      }
}

      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }  

.map-wrapper {position: relative; width: 100%; overflow: hidden;}
.map-wrapper #btnAction {position: absolute;
bottom: 30px;
    left: 15px;
}

/*--------------------------------------------------------------
## 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;
    font-weight: lighter;
    font-size: 0.8em;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.cycle-slideshow { width: 100%; margin: 0 0 15px 0; padding: 0; position: relative; }
.cycle-slideshow img { 
    position: absolute; 
    top: 0; 
    left: 0;
    max-width: 100%; 
    padding: 0; 
    display: block;
}


#adv-custom-pager {
margin-bottom: 30px;
}
#adv-custom-pager a {display: inline-block; margin: 0 10px 0 0; height: 60px;}
#adv-custom-pager img {
max-height: 100%;
}


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


/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/

.shop {padding: 30px;}




@media screen and (min-width: 992px) {
.woocommerce .products ul, .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

}

.woocommerce .quantity .qty {
    padding: 5px;
}
    
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #141414;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #279F58;
   color: #fff;    
}





.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
background-color: #fff;
    padding: 2px 2px 15px 2px;
    margin: 0 2.5% 2.992em 0;
    width: 23%;
    box-sizing: border-box;
    

}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 31.65%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button
{margin-left: 15px;
margin-right: 15px;
}

.woocommerce ul.products li.product .button {
    margin-top: 5px;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

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

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #289e58;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #e5e5e5;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #57d88c;
    border-color: #57d88c;
}

#payment input[type="radio"]:checked {
    background-color: #fff;

}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
.hide-desktop {
    display: none;
}
}
@media screen and (max-width: 991px) {
.hide-mobile {
    display: none;
}
}


/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
.tribe-events-page-title {margin-top: 30px;}
h2.tribe-events-list-separator-month, .single-tribe_events .tribe-events-event-meta {background-color: transparent; border: solid 2px #269f58;}
.tribe-bar-filters {
        background-color: #fff;
    color: #269f58;
}
.gm-style {    font: inherit !important;}


@media screen and (max-width: 768px) {
    .sip-wrapper .sip-point.sip-point-icon-text {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
}

@media screen and (max-width: 992px) {
    .sip-wrapper .sip-point.sip-point-icon-text {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
}
}

@media screen and (max-width: 552px) {
.sip-wrapper .sip-point.sip-point-icon-text {
    width: 10px !important;
    height: 10px !important;
    font-size: 5px !important;
    margin: 10px 0 10px 0;
}
.sip-point .sip-popup .sip-popup-title {
    white-space: nowrap;
    font-size: 10px;
}	
	
}


