/*!
Theme Name: WalkNI_child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: walkni
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.

WalkNI 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body, button, input, select, optgroup, textarea {
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 13px;

}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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%;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-Regular.woff2') format('woff2'),
         url('fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neuethin';
    src: url('fonts/bebasneue-thin-webfont.woff2') format('woff2'),
         url('fonts/bebasneue-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f1efef;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 15px;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #618B4A;
}

a:visited {
	color: #618B4A;
}

a:hover, a:focus, a:active {
    color: #505261;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 220px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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%;
	width: 100%;
    height: 280px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* ////WALKNI//// */



::selection{background:#618B4A;color:#fff}::-moz-selection{background:#618B4A;color:#fff}


body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

.blue_bg{
	background: #618B4A;
	color: #fff;
}

.green_bg{
	background: #10ad74

; 
	color: #fff;
}

h1 {
    font-size: 33px;
    font-weight: 100;
    letter-spacing: -1px;
    margin: 50px 0 50px 0;
    line-height: 33px;
    color: #fff;
    text-shadow: 1px 2px 5px #262626;
}

header.entry-header {
    text-align: center;
}

header#masthead {
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.site-branding {
    display: inline-block;
    padding-bottom: 0px;
    padding-top: 8px;
}

nav#site-navigation {
    display: inline-block;
    float: right;
    width: unset;
    margin-top: 25px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 400;
    opacity: 1.0;
    line-height: 16px;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}



.main-navigation a:hover {
    opacity: 0.5; 
    }
    
.row {
    padding: 0 24px;
    max-width: 1488px;
    margin: 0 auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.carousel {
    position: fixed;
    top: 0px;
    z-index: -1;
    width: 100%;
}
    
.carousel img{
	width: 100%;
}

.row.home {
    text-align: center;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff;
    width: 100%;
}

.search_box {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}

.search_box.home{
    margin-bottom: 50px;
	}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff;
}

.map_box {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}


.map_box h2{
	color: #fff;
	padding: 25px 0 25px 0;
}

h2 {
    padding: 50px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #618B4A;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff;
}


#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 50px!important;
    }

div.asl_w .probox .promagnifier {
    width: 50px!important;
    height: 50px!important;
    }


div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
    width: 50px!important;
    height: 50px!important;
}

div.asl_m .probox .proclose svg {
    background: #618B4A!important;
    }
    
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    padding-top: 10px;
}

.instagram_box {
    background: transparent;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 25px;
}

.instagram_box > row > h2 > a, .instagram_box >row > h2 > a:hover, .instagram_box > row > h2 > a:visited{
	color: #618B4A;
}

.instagram_box h2{
	padding-bottom: 25px;
}

.instagram_box h2 a {
    color: #618B4A;
    text-decoration: none;
    border-bottom: 0px solid #618B4A;
    }

a:visited.insta{
	color: #618B4A;
}

.blog_home_box {
    background: transparent;
    text-align: center;
    padding-bottom: 0px;
        padding-top: 0px;
}

.blog_home_box h2{
	color: #fff;
}


.blog_box {
    width: 24%;
    float: left;
    margin-right: 1%;
    position: relative;
	opacity: 1;
	transition: all 0.5s ease;
	margin-bottom: 10px;
}

.blog_box:last-child{
	margin-right: 0%;
}

p.blog_tag, p.comp_tag {
    position: absolute;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    text-align: left;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    margin: 0;
    z-index: 10;
        letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
}

.blog_btm {
    position: absolute;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 10px;
    text-align: left;
    margin: 0;
    left: 0;
    right: 0;
    padding-bottom: 30px;
}

p.blog_title {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 15px;
}

a.read_more {
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 7px 14px;
    margin: 10px 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 7px 14px;
    margin: 10px 0;
        background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
    opacity: 0.5;
    }

a.read_more.vote {
    color: #505261;
    border: 1px solid #505261;
    opacity: 1.0;
}

a:hover.read_more {
    background: #fff;
    color: #618B4A;
    border: 1px solid #618B4A;
    opacity: 1.0;
}

a.read_more.visit {
    border: 1px solid #618B4A;
    color: #618B4A;
}

a:hover.read_more.visit {
    border: 1px solid #618B4A;
    color: #fff;
}

.row.visit_blog{
	padding: 35px 0 35px 0;
}

.row.visit_blog.insta {
    padding: 5px 0 0px 0;
}

.competition_box {
    background: transparent;
    padding-bottom: 25px;
    padding-top: 0;
}

.competition{
	position: relative;
}



p.comp_text {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 30px;
}

p.comp_title {
    font-size: 39px;
    font-weight: 100;
    margin: 0;
    line-height: 40px;
    padding-bottom: 25px;
}

a.read_more.visit.selected {
    color: #fff;
    background: #618B4A;
}

img.preview_map {
    padding-top: 80px;
}

.social_box {
    width: 100%;
    float: left;
    padding: 15px;
}

.social_btm {
    background: transparent;
    padding-bottom: 25px;
}

.social_box p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    opacity: 0.5;
}

.social_box > a, .social_box > a:hover, .social_box > a:visited{
	color: #fff;
	opacity: 1.0;
}



.social_box > a:hover{
	background: #fff;
    color: #618B4A;
}

.social_box.green_bg > a:hover, .social_box.green_bg > a:visited{
	background: transparent;
    color: #fff;
    opacity: 0.5;

}

.social_box > a > i.fa {
    font-size: 20px;
    padding-right: 10px;
}

.wni_footer {
    padding: 25px 0;
    background: #505261;
    color: #fff;
    text-align: center;
}

img.logos {
    opacity: 0.5;
    vertical-align: middle;
    padding: 0 15px;
    transition: all 0.5s ease;
}

img.logos:hover{
	opacity: 1.0;
}

img.logos.orni:hover{
	opacity: 1.0;
}

p.footer {
    font-size: 13px;
    margin: 0;
    padding-bottom: 0px;
    opacity: 0.5;
    padding-bottom: 15px;
}

.orni_logo {
    display: block;
    width: 210px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
}

.other_logos {
    text-align: center;
}

img.logos.orni {
    padding-left: 0;
    width: 135px;
}

img.logos.outmore {
    width: 120px;
    padding-left: 0;
}

img.logos.out_ni{
	width: 110px;
}

img.logos.mbni{
	width: 120px;
}

img.logos.canoe{
	width: 100px;
}

img.logos.cycle{
	width: 90px;
}

.btm_logos{
	width: 556px;
	margin: 0 auto;

}


footer#colophon {
    text-align: left;
    padding: 15px;
    color: #505261;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }


.post, .page {
    margin: 0;
}


.walk_container{
    width: 1000px;
    margin: 0 auto;
}

.walk_head_bg {
    background: #618B4A;
    margin-bottom: 0px;
}

header.entry-header {
    text-align: center;
    padding: 50px 0 25px 0;
    background: #618B4A;
}

header.entry-header.events {
    text-align: center;
    padding: 25px 0 25px 0;
    background: #7b8faf;
    margin-top: 15px;
}

header.page-header {
    text-align: center;
    padding: 50px 0 50px 0;
    background: #618B4A;
    margin-bottom: 25px;
}

h1.entry-title {
    color: #fff;
    text-shadow: none;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 30px;
    line-height: 30px;
}

p.review {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
}



#breadcrumbs{
    list-style:none;
    margin:20px 0;
    overflow:hidden;
        padding-left: 0;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    font-size: 13px;
    font-weight: 500;
    
}
  
#breadcrumbs .separator{
    color:#618B4A;
}

a.bread-link.bread-home {
    background-image: url(img/home.svg);
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 0 9px 0 9px;
    color: #fff;    
}

#breadcrumbs a{
	text-decoration: none;
	color: #618B4A;
}

#breadcrumbs a:visited{ 
	color: #618B4A;
	
} 

a.bread-link.bread-home {
    background-image: url(img/home.svg);
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 0 9px 0 9px;
    color: #fff;    
}

#breadcrumbs a.bread-home:visited{
	color: #fff;
}

.bread-current{
    color: #618B4A;
}

p, li {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

ul {
    list-style: disc;
    margin: 0;
    margin-bottom: 25px;
    padding-left: 15px;
}

.walk_intro {
    padding: 0;
	margin: 0;
}

.walk_intro p{
	margin-bottom: 15px;
	width: unset;
	margin-top: 0px;
}


.walk_info {
    color: #000;
    display: inline-block;
    width: 50%;
    margin-left: 0%;
    float: left;
    padding-right: 5px;
}

.walk_info:nth-child(2n+2) {
    margin-left: 0px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
}

p.title{
	text-transform: uppercase;
}

span.title {
    opacity: 1;
    font-weight: 500;
    color: #618B4A;
    letter-spacing: 0;
    display: inline-block;
}

label.upload {
    margin-bottom: 10px;
}

p.walk_info_text > span.title {
    opacity: 0.5;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    display: block;
}

p.walk_info_text {
    width: unset;
    padding: 15px;
    margin-bottom: 0px;
    color: #fff;
    background: #505261;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.walk_info.terrain {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

/* ////ACCORDIAN//// */


.half {
  float: left;
  width: 50%;
  padding: 0 1em;
}

.tab {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.tab2 {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab2 input.check_box {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #618B4A;
    font-weight: 400;
    line-height: 3;
    cursor: pointer;
    text-transform: unset;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.tab label:hover{
	    background: #505261;
}

.tab.downloads label {
    background: #505261;
}


.blue label {
  background: #505261;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}

.tab2 .tab-content{
	background: transparent;
}

.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
    max-height: unset;
}

.tab2 input:checked ~ .tab-content {
  max-height: 100%;
}

/* Icon */
.tab label::after {
  position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 25px;
}

.tab2 label::after {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 25px;
}

.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


.tab2 input[type=checkbox] + label::after {
  content: "+";
}
.tab2 input[type=radio] + label::after {
  content: "\25BC";
}
.tab2 input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab2 input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

.tab2 input#comment_post_ID {
    opacity: 1;
}


a.map_button{
	text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10px 15px;
    margin: 10px 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.4px;
    transition: all 0.5s ease;
}

a:hover.map_button{
	background: #fff;
	color: #618B4A;
}

a.map_button.view{
	background: #fff;
	color: #618B4A;
}

a.visit_blog {
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 7px 14px;
    margin: 10px 0;
    background: #618B4A;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
}

a.visit_events {
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #618B4A;
    padding: 7px 14px;
    margin: 10px 0;
    background: #618B4A;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
}

a:hover.visit_blog{
	background: #fff;
	color: #618B4A;
	border: 1px solid #618B4A;
}

a:hover.visit_events {
    background: #fff;
    color: #618B4A;
}

.visit_events {
    text-align: center;
    margin-bottom: 25px;
}

a.thumbnail {
    box-sizing: border-box;
    border: 0px solid #ddd;
    padding: 0px;
    margin: 0;
    width: 50%;
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 10px;
    vertical-align: top;
    float: left;
}

a.thumbnail:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}

a.thumbnail > img{
	width: 100%;
}

.gallery {
    margin-bottom: 0px;
    padding-left: 0px;
}

a.thumbnail {
	text-decoration: none;
}

.slick-prev, .slick-next {
    z-index: 1000;
}

.tab-content p {
    margin: 0px;
    padding: 0px;
}

.tab-content h4 {
    margin: 15px 0 20px 0;
    font-size: 13px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #618B4A;
}

.tab-content h4:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -4px;
    left: 0%;
    border-bottom: 2px solid #618B4A;
}

.tab-content h4.report:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -2px;
    left: 0%;
    border-bottom: 0px solid #618B4A;
}

.tab-content h4.entry-title:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -2px;
    left: 0%;
    border-bottom: 0px solid #618B4A;
}

.tab-content .tab_box h4.destinations_tab:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -2px;
    left: 0%;
    border-bottom: 0px solid #618B4A;
}

.image_gallery h2{
	text-align: center;
    padding: 50px 0 25px 0;
}

.comments_bg {
    padding-top: 15px;
    padding-bottom: 0px;
}

.other_logos a{
	text-decoration: none;
}

h2.comments-title {
    color: #fff;
}

li.comment {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
    list-style: none;
    position: relative;
}

ol.comment-list {
    padding: 0;
    margin: 0;
    display: none;
}

.comment-author.vcard {
    display: inline-block;
    float: left;
}

i.fa.fa-quote-left, i.fa.fa-quote-right {
    font-size: 30px;
    color: #dadad9;
}

.comment-quote.left {
    padding-right: 15px;
    display: inline-block;
    float: left;
}

.comment-quote.right {
    bottom: 40px;
    float: right;
    position: absolute;
    right: 15px;
}

.comment_text {
    padding-left: 50px;
    padding-right: 50px;
}

.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
    padding-bottom: 0px;
}

p.comment-form-comment > label {
    color: #000;
    padding-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
}


.comments-rating label {
	display: inline-block;
}

p.form-submit {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
    font-size: 16px;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
	color: transparent;
}

.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #000;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\f154";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #10ad74

;
	text-shadow: 0 0 1px #10ad74

;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}

form#commentform {
    background: #fff;
    padding: 0px;
    padding-top: 0px;
}

form#commentform > .tab-content p{
	margin: 10px 15px 10px 15px;
}

p.average-rating {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.ratings{
	margin: 0;
	margin-bottom:10px;
}

.ratings > label {
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
    
}

p.comment-form-author {
    padding-bottom: 0;
    margin-bottom: 0;
    }
    
p.comment-form-author > label, p.comment-form-email > label {
    padding-bottom: 0;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}

.dashicons-star-filled {
    color: #10ad74;
    font-size: 16px;
    line-height: 16px;
}

.dashicons, .dashicons-before:before {
    display: inline-block;
    width: 15px!important;
    height: 15px;
}

.comments_box, .report_box {
    width: 49.2%;
    margin-top: 0px;
}

.report_box {
    float: right;
    color: #000;
    background: #fff;
}


.comments_box{
	float: left;
	margin-right: 0;
	background: #fff;
}

.report_content.form {
    padding-top: 0;
}

.report_content {
    padding: 0 15px;
}

.report_content p {
    padding-bottom: 0px;
    padding: 0;
    margin: 15px 0;
}

.report_content.form p {
    padding-bottom: 0px;
}


p.comment-form-url {
    display: none;
}

p.comment-notes {
    display: none;
}

.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before {
    content: "\f155";
    color: #10ad74

;
    text-shadow: 0 0 1px #10ad74

;
}



h3.comments-title {
    position: relative;
    display: none;
    padding: 0 0 0 1em;
    background: #10ad74

;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
	margin-top: 0px;
	padding: 15px;
}

label {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19px;
    display: block;
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}

h3#reply-title {
    display: none;
}

textarea#comment {
    margin-bottom: 15px;
}

input#author, input#email {
    margin-bottom: 15px;
    width: 100%;
}

span.dashicons.dashicons-star-empty {
    color: transparent;
}

input[type="submit"] {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    background: #10ad74;
    border-radius: 0;
    border: 1px solid #618B4A;
    padding: 12px 18px;
    font-weight: 500;
    transition: all 0.5s ease;
    letter-spacing: 0;
}


input[type="submit"]:hover {
    background: #fff;
    color: #618B4A;
    
}

.reply{
	display: none;
}

p.comment_details {
    text-transform: uppercase;
    font-size: 13px;
    border-top: 1px solid #d2d1d1;
    padding-top: 10px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}

li.comment p {
    margin-bottom: 15px;
}

li.comment p.comment_details {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

li.comment p.stars {
    margin-bottom: 0;
}

.grey{
	opacity: 0.5;
}



.walk_container > .row{
	padding: 0;
}

h4.report {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 15px;
    display: block;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    color: #000;
}

h4.entry-title {
    margin: 0;
    background: #505261;
    color: #fff;
    padding: 10px;
    font-size: 15px;
	margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

pre.language-php {
    background: #fff;
    padding: 0;
    font-size: 13px;
    overflow: unset;
        margin-top: 0;
}



textarea {
    width: 100%;
    font-size: 13px;
}

textarea.wpcf7-form-control.wpcf7-textarea{
    width: 98%;
}

input..wpcf7-file {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    background: #10ad74

;
    border-radius: 0;
    border: none;
    padding: 12px 18px;
    font-weight: 500;
    transition: all 0.5s ease;
}


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: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 3px;
    width: 100%;
}


div#respond {
    margin-bottom: 0px;
}

form.wpcf7-form > p > label {
    padding-top: 0px;
    padding-bottom: 0px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin-top: 5px;
}

/*
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    color: #fff;
    width: 110px;
    overflow: hidden;
    background: #10ad74

;
}
*/

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: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 3px;
    width: 100%;
    margin-top: 5px;
}



/* Style wrapping span as button */
/*
span.wpcf7-form-control-wrap.file-resume {//FILE-REsume == your name of file input
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #11b28e;
    background: gray;     
    color: #FFF;
    overflow:hidden;
}
*/

/* Made input big and move it left and top inside wrapper to hide actual control but leave input clickable */
/*
input.wpcf7-form-control.wpcf7-file {
    position: absolute;
    width: 1500px;
    height: 40px;
    right: -130px;
    bottom: 0;        
    outline: none !important;
}
*/


/* Add button text */
/*
.wpcf7-file:before {
    content: "UPLOAD PHOTO";
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: -16px;
    bottom: 0;
    color: #FFF;
    font-size: 13px;
    background: #10ad74

;
}
*/

label.problem {
    margin-top: 15px;
}

/*
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    color: #fff;
    width: 130px;
    overflow: hidden;
    background: #10ad74

;
    padding: 0 20px;
}
*/

form.wpcf7-form > p > input[type="submit"] {
	    margin-top: 15px;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}



ul.sub-menu {
    margin-top: 0px;
    padding: 0;
}


.overview {
    background: #618B4A;
}

.overview:after {
  content: "";
  display: table;
  clear: both;
}

.tab_box:after {
  content: "";
  display: table;
  clear: both;
}

.overview_half {
    width: 50%;
    float: left;
    padding: 0px;
}

.overview_half > img{
	width: 100%;
}

.overview_half.right {
    float: right;
    color: #000;
    padding: 0;
    padding-left: 25px;
}

.overview_half.right h2{
	color: #fff;
	padding-bottom: 15px;
	
}

/*
.page-template-template-destinations p {
    padding-bottom: 15px;
    font-size: 12px;
}
*/

.page-template-template-destinations h3 {
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 0;
}

#destinations_details h3{
	margin-top: 0;
}

.main_body {
    width: 55.5%;
    float: left;
}

.side_body{
	width: 44.5%;
	float: right;
}

.main_body.map {
    margin-top: 4px;
    height: 323px;
    overflow: hidden;
}

.tab_col {
    padding-top: 0px;
}

.tab_col.left {
    float: left;
    width: 100%;
}


.share-buttons {
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 25px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.share-buttons li {
    height: auto;
    flex: 3;
    width: 33%;
    margin-right: 10px;
    }
    
.share-buttons li:last-child {
    width: 25%;
    margin-right: 0;
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.share-googleplus svg {
    width: 20px;
    height: 16px;
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}

.share-buttons li:first-child a {
    border-radius: 0;
}

.share-buttons li:last-child a {
    border-radius: 0;
}

.share-twitter	{
    background: #1da1f2;
}

.share-facebook	{
    background: #3b5998;
}

.share-googleplus	{
    background: #000;
}

.share-pinterest	{
    background: #b5071a;
}

ul.share-buttons_new {
    text-align: center;
    padding-left: 0;
}

ul.share-buttons_new > li{
	display: inline-block;
	list-style: none;
}

a.share_new > i.fa{
	font-size: 20px;
}

a.share_new {
    background: transparent;
    color: #618B4A;
    margin: 0;
    font-size: 25px;
}

a.share_new.twitter {
    margin: 0 15px;
}

a.footer_icons {
    font-size: 25px;
    opacity: 0.5;
    transition: all 0.5s ease;
    color: #fff;
}

a.footer_icons.twitter {
    padding: 0 15px;
}

a.footer_icons:hover,  a.footer_icons:visited {
    background: transparent;
    color: #fff;
    opacity: 1.0;
}



#destinations_home{
    height: 100vh;
    background-image: url(img/mournes.jpg);
    background-repeat: no-repeat;
}

#destinations_details{
	padding: 50px 0;
	
}



#destinations_details {
    background: #10ad74

;
    padding: 50px 0;
    color: #fff;
}


.third {
    float: left;
    width: 33%;
    padding: 0;
    padding-right: 25px;
}

.two_thirds {
    float: left;
    width: 66%;
}

div#walkers_guide {
    background: #fff;
    padding: 50px 0;
}

#itinerary {
    background: #fff;
}

#itinerary h2 {
    padding: 0;
    padding-bottom: 15px;
    padding-left: 0px;
}

#walkers_guide h2 {
    padding-left: 2%;
    padding: 0;
    padding-bottom: 15px;
}


#destinations_details h2 {
    padding-left: 2%;
    color: #fff;
    padding-top: 0;
    padding-bottom: 15px;
}

#destination_walks{
	background: #99aac4;
    padding: 50px 0;
}

#destination_walks h2 {
    padding: 0;
    text-align: center;
    padding-bottom: 15px;
    color: #fff;
}

.third.walks {
    background: transparent;
    padding: 0px;
    margin: 0;
    margin-bottom: 1%;
    position: relative;
    margin-right: 1%;
    width: 32%;
}

.third.walks.news {
    color: #fff;
    padding: 0;
    opacity: 1.0;
    transition: all 0.5s ease;
    width: 24%;
}



.walks_thumb {
    width: 100%;
    float: left;
}

#destination_walks #ajaxsearchlite1 {
	margin: 20px;
}

.walks_text p.average-rating {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 12px;
    padding-left: 0;
}

.page-template-template-destinations .walks_text p{
	display: none;
}

.page-template-template-destinations .walks_text p.average-rating{
	display: block;
    padding-bottom: 0px;
    color: #b1b0b0;
}

.walks_text {
    width: 100%;
    float: right;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
    position: absolute;
    padding: 10px;
    bottom: 0;
    background: rgba(80, 82, 97, 0.8);
    letter-spacing: 0;
}



	 

.third.walks > article.category-walks a, .third.walks > article.category-walks a:visited{
	color: #000;
	opacity: 1.0;
	
}

.third.walks > article.category-walks a:hover{
	opacity: 0.8;
}

.walks_text h4 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    padding-bottom: 3px;
    line-height: 17px;
    color: #FFF;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#destination_walks #ajaxsearchlite1 {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

#destination_events {
    background: #618B4A;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

#destination_events .events_calendar {
    width: 29%;
    margin-right: 1%;
    float: left;
    background: #618B4A;
    padding: 25px;
    padding-top: 0;
} 

#destination_events h2{
	color: #fff;
	text-align: center;
}

#destination_plan {
    background: #fff;
    color: #000;
}

#destination_plan h2{
	color: #618B4A;
	text-align: center;
}

#destination_tours {
    background: #c3d7ac;
        padding-bottom: 40px;
}

#destination_tours h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

#destination_operators{
	background: #10ad74

;
}

#destination_operators h2{
	color: #fff;
	text-align: center;
}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
 
    width: 100%;
    background: #618B4A;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.3} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.3} 
  to {opacity: 1}
}

.image_gallery {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.embed-container {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    /* z-index: 10000000; */
    height: 290px;
}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


.all_walk_info {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.side_body > .post-thumbnail {
    padding-left: 10px;
    padding-bottom: 10px;
}

.downloads_map{
	padding-left: 10px;
}

a.downloads{
	color: #fff;
	text-decoration: none;
	position: relative;
	opacity: 1.0;
	
}

a:hover.downloads{
	opacity: 0.5;
}

a.downloads > p {
    background: #506e9a;
    padding: 15px;
}

a.downloads >p:before {
    font-family: FontAwesome;
    content: "\f019";
    font-size: 16px;
    float: left;
    margin-left: 0px;
    padding-right: 15px;
}

ul.slides {
    margin: 0;
    list-style: none;
    padding: 0px;
}


ul.slides > li.slide > a {
    width: 100%;
    font-size: 13px;
}

.tab.downloads li.slide {
    margin-top: 1px;
    margin-bottom: 0px;
}

li.slide a{
	background: rgba(80, 82, 97, 0.8);
	color: #fff;
	text-decoration: none;
	padding: 15px;
	display: block;
	opacity: 1.0;
	transition: all 0.5s ease;
}

li.slide a:before {
    font-family: FontAwesome;
    content: "\f019";
    font-size: 16px;
    float: left;
    margin-left: 0px;
    padding-right: 10px;
}

.overview p{
	padding-bottom: 15px;
}

.overview h3 {
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    opacity: 1;
    padding-top: 0px;
    text-transform: uppercase;
    color: #618B4A;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
    }
    
.overview h3:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -5px;
    left: 0%;
    border-bottom: 2px solid #618B4A;
}    

.download_guide {
    margin-top: 15px;
}



#destinations_details h3 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0;
    opacity: 0.5;
    text-transform: uppercase;
}

#destinations_details p{
		padding-bottom: 15px;

}

#itinerary h3 {
    margin-top: 0;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #618B4A;
    opacity: 1;
}

#itinerary p{
	padding-bottom: 15px;
}


.entry-meta {
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.entry-meta a{
	color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
	}

main#blog .entry-meta a	{
	color: #618B4A;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.blog_main, .event_main{
	width: 70%;
	float: left;
}

.side_body.blog {
    padding: 0px;
    width: 28%;
    background: #505261;
        margin-bottom: 50px;
}

.side_body.blog h2 {
    padding: 10px;
    color: #fff;
    margin: 0;
    opacity: 1;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}


h2.blog, .entry-content > h2 {
    padding: 0 0 15px 0;
}

.entry-content > p > img{
	width: 100%;
}

.entry-content > p {
	padding-bottom: 25px;
}

a.details_link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    opacity: 1.0;
    transition: all 0.5s ease;

}

article.blog {
    padding: 10px;
    border-top: 1px solid #fff;
    background: #618B4A;
}

article.category-blog a,  {
    color: #618B4A;
} 

article.category-blog a:hover{
	color: #10ad74

;
} 

article.category-blog a.read_more {
    color: transparent;
    background: #10ad74

;
    transition: all 0.5s ease;
}

article.category-blog a:hover.read_more{
	color: #fff;
	background: #618B4A;
}

article.category-blog a:hover.visit_blog{
	color: #618B4A;
	background: #fff;
}

/*
a:hover.details_link{
	opacity: 0.5;
}
*/

.side_body.blog .search_box {
    padding: 10px;
    border-top: 1px solid #fff;
}

.wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
    border: 1px solid #99aac4!important;
    background-color: #FFFFFF;
}

.wdi_feed_theme_1 .wdi_feed_wrapper {
    width: 100%;
    background-color: #99aac4!important;
    text-align: left;
}

.wdi_feed_thumbnail_1 .wdi_feed_container {
    width: 100%;
    background-color: #99aac4!important;
    border-bottom: 5px solid #99aac4!important;
}

.third.walks.blog {
    padding: 0;
    min-height: unset;
}

.walks_thumb.blog {
    width: 100%;
}

.walks_thumb.blog img{
	width: 100%;
}

.walks_text.blog {
    width: 100%;
}

.walks_text.blog {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: left;
    background: rgba(80, 82, 97, 0.8);
    color: #fff;
    padding: 10px;
}

.third.walks.blog article{
	position: relative;
}

.walks_text.blog h4 {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.walks_text.blog p{
	padding-bottom: 15px;
}

.walks_text.blog p {
    padding-bottom: 15px;
    opacity: 0.75;
    font-weight: 400;
    font-size: 12px;
}

.blog_page_box {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 0px;
    padding-top: 50px;
}

p.blog_intro{
	margin: 25px 0;
	}
	
#all_walks {
    padding: 25px 0;
    margin-top: 0;
}

#all_walks > .row > #ajaxsearchlite1 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px!important;
	
}

.spacer_box {
    height: 500px;
}


#news, #events {
    padding: 25px 0 15px 0;
    margin-top: 0px;
}


.third.walks.news .walks_text h4{
	color: #fff;
}

.news_thumb{
	width: 100%;
}

.news_text {
    width: 100%;
    float: left;
    padding-left: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 17px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    background: rgba(80, 82, 97, 0.8);
}

.news_text h4{
	margin-top: 0;
	margin-bottom: 0px;
}

.news_text > .entry-meta.news > a.details_link{
	font-size: 12px;
}

.news_text > .entry-meta.news > a{
	font-size: 12px;
}

a.details_link.news {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    opacity: 1.0;
    line-height: 1;
    transition: all 0.5s ease;
}

a:hover.details_link.news{
	opacity: 0.5;
}

footer.entry-footer {
    display: none;
}

.tab.clubs {
    width: 100%;
    float: left;
    padding-right: 0px;
}



.tab.clubs label {
    position: relative;
    display: block;
    padding: 15px;
    background: #618B4A;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab.clubs label:hover{
	background: #505261;
	} 


.tab.clubs .tab_left {
    width: 50%;
    float: left;
    padding: 0 0 15px 15px;
}

.tab_right {
    width: 50%;
    float: right;
    padding: 0 15px 15px 0;
}

.info_main {
    width: 70%;
    float: right;
    padding-top: 25px;
    border-bottom: 1px solid #c7c7c7;
}

#access h2{
	padding-top: 25px;
}

.info_side {
    width: 28%;
    margin-right: 2%;
    float: left;
    background: #618B4A;
    margin-bottom: 50px;
    margin-top: 50px;
}

ul.info_menu{
	list-style: none;
	padding-left: 0;
}

ul.info_menu > li{
	padding: 10px;
    border-top: 1px solid #fff;
}

ul.info_menu > li > a{
	color: #fff;
    text-decoration: none;
    font-size: 13px;
    opacity: 1.0;
    line-height: 1;
}

ul.info_menu > li > a:hover{
	opacity: 0.5;
}

.info_main > h2, .info_main > p{
	padding: 0 0 25px 0;
}

.info_img{
	padding-bottom: 25px;
}

.all_event_info {
    padding: 15px;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    border: 1px solid #eee;    
}

#events {
    padding: 25px 0;
}

.single_event{
	padding: 85px 0 10px 0!important;
	}

.event_info {
    display: inline-block;
    width: 100%;
    margin-left: 0%;
}

.event_info:nth-child(2n+2) {
    margin-left: 0px;
    margin-right: 0;
}

article.category-events > .entry-content, article.category-expired-events > .entry-content{
	margin: 0;
}

.event_about {
    padding: 15px;
    margin-bottom: 0px;
    background: #fff;
    margin-top: 15px;
    border: 1px solid #eee;
}

.event_about h2 {
    padding: 0px 0 0px 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.event_about h2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -4px;
    left: 0%;
    border-bottom: 2px solid #618B4A;
}

.event_about p{
	padding-bottom: 15px;
}

.side_body.blog.events {
    margin-bottom: 10px;
}


.third.walks.news.events {
    min-height: 80px;
}

.social_box.blue_bg {
    text-align: right;
    
}

.green_bg.walks {
    padding: 50px 0;
    background: #99aac4;
}

.social_box.green_bg{
	background: #618B4A;
	}

header.entry-header > p.average-rating{
	padding-top: 10px;
}

/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }


div.today { color: red !important; }


div.day-number	 { 
	background:#999; 
	position:absolute; 
	z-index:2; 
	top:-5px; 
	right:-25px; 
	padding:5px; 
	color:#fff; 
	font-weight:bold; 
	width:20px; 
	text-align:center; 
}
td.calendar-day, td.calendar-day-np { 
	width:120px; 
	padding:5px 25px 5px 5px; 
	border-bottom:1px solid #999; 
	border-right:1px solid #999; 
}

.row.suggest {
    max-width: 700px;
}

.site-main.suggest{
	border: 1px solid #eee;
}

.row.suggest > div#primary {
	background: #fff;
}

#suggest{
    padding: 25px 0;
    margin-top: 0;
}

h1.entry-title.suggest {
    padding-bottom: 25px;
    color: #618B4A;
}

div#wpcf7-f2060-p1614-o1 {
    padding-top: 0px;
    padding-bottom: 25px;
}

div#wpcf7-f2060-p1614-o1 h2{
	    padding: 0 0 25px 0;
}

div#wpcf7-f2060-p1614-o1 p.event_info {
	padding-bottom: 25px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-top: 5px;
    margin-bottom: 10px;
}

form.wpcf7-form > p > label.start{
	width: 49%;
	float: left;
}

form.wpcf7-form > p > label.end{
	width: 49%;
	float: right;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding-bottom: 0px;
}

span.area {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 13px;
    display: block;
}

form.wpcf7-form > p > label.link {
    margin-top: 15px;
}

p.event_images {
    padding-bottom: 25px;
}

h2.your_details {
    margin-top: 25px;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.terms > span.wpcf7-list-item{
	width: 100%;
}

h2.when_finished {
    margin-top: 15px;
}

ul.dates {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

li.date {
    display: inline-block;
    text-align: center;
    width: 41px;
    background: #618B4A;
    border-radius: 0;
    height: 41px;
    padding-top: 3px;
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
}

.month {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    opacity: 0.5;
    letter-spacing: -0.5px;
        color: #fff;
}

.date {
    font-size: 20px;
    line-height: 16px;
        color: #fff;
}

p.walk_info_text.date{
	font-size: 13px;
	margin-bottom: 10px;
}



.page-template-template-events .news_text {
    font-weight: 400;
    position: absolute;
    bottom: 0;
    background: rgba(33, 92, 146, 0.8);
}

span.event {
    opacity: 0.5;
}

.page-template-template-events .news_text h4 {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 400;
}

.events_calendar {
    width: 28%;
    margin-right: 2%;
    float: left;
}

.events_list {
    width: 70%;
    float: right;
}

.events_list.destinations{
	width: 100%;
	float: left;
	
}


.third.walks.news.events {
    min-height: 80px;
    width: 47%;
    position: relative;
    }


.events_calendar {
    width: 28%;
    margin-right: 0%;
    float: left;
    margin-bottom: 25px;
    margin-left: 2%;
}


.calendar_holder{
	background: #618B4A;
    padding: 25px;
}

.select_month {
    background: #10ad74
;
    padding: 25px;
}

.select_month h2 {
    color: #fff;
    padding: 0;
    font-size: 15px;
}

.fc-toolbar h2 {
    margin: 0;
    color: #fff;
}

.fc-content {
    overflow: hidden;
    color: #fff;
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    height: 42px;
    overflow: hidden;
}

.eo-fullcalendar .fc-view>table>thead {
    background: transparent!important;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
    background: #618B4A;
    color: #fff;
}

fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    background: #618B4A;
    border: 1px solid #fff;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
    background: #fff!important;
    color: #618B4A;
}

.fc-day-grid-event{
	margin: 0!important;
    padding: 2px!important;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
    padding: 5px!important;
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 400!important;
}

.fc-state-default {
    background-color: transparent!important;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.0) rgba(0,0,0,.0) rgba(0,0,0,.0);
    color: #fff!important;
    text-shadow: 0 0px 0px rgba(255,255,255,.0);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.0), 0 0px 0px rgba(0,0,0,.0);
    font-weight: 400!important;
    border-radius: 0px!important;
    width: 30px;
    height: 30px!important;
    padding: 0 0 3px 3px!important;
    text-align: center;
    border: 1px solid #7a93b3!important;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    border-radius: 0!important;
    width: unset;
    text-transform: uppercase;
    padding: 4px;
    font-size: 11px;
    opacity: 1.0;
    margin-right: 0px;
    text-align: center;
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin: 0;
    padding-top: 3px!important;
    font-weight: 400!important;
}

.eo-fullcalendar .fc-view>table>tbody {
    background: #618B4A!important;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


.clubs_left {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.clubs_right {
    width: 50%;
    float: right;
    padding-left: 5px;
}

.tab.clubs {
    width: 100%;
    float: left;
    padding-right: 0px;
}

.tab.clubs > .tab-content > ul{
	padding-left: 30px;
	}


.page-template-template-home header.large, .page-template-template-destinations_b header.large, .page-template-template-destinations_c header.large, .page-template-template-destinations_f header.large, .page-template-template-destinations_m header.large, .page-template-template-destinations_sp header.large, .page-template-template-destinations_st header.large  {
    background-image: linear-gradient(rgba(0, 0, 0, .8), transparent);
}


.logo_box2 {
    position: relative;
    top: -50px;
}	
	 
.row.home.walks {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
    
}

.row.home.destinations {
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
}

.row.home.blog {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
    top: 0;
}

.row.home.destinations.events {
    padding-top: 60px;
}

#full-screen-search form div input {
    width: 100%;
    height: 50px!important;
    background: #fff!important;
    padding: 10px!important;
    font-size: 20px!important;
    line-height: 20px!important;
    color: #666!important;
    border: 1px solid #ccc!important;
        text-transform: uppercase!important;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 400!important;
}

#full-screen-search-container ::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase!important;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 400!important;
}

#full-screen-search-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase!important;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 400!important;
}

#full-screen-search-container ::placeholder {
  text-transform: uppercase!important;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 400!important;
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

@media screen and (max-width: 1100px){
	
	.walk_container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
	}
	p.comp_title {
    font-size: 30px;
        padding-bottom: 10px;
    }
	
	}
	
@media screen and (max-width: 1024px){	
	
	.blog_box, .third.walks.news {
    margin-bottom: 10px;
    width: 49%;
    float: left;
    margin-right: 1%;
    position: relative;
}

.spacer_box {
    height: 480px;
}

.third.walks {
    width: 49%;
}

.row.destinations > .third.walks {
    width: 49%;
}
	}
	
@media screen and (max-width: 630px){	
	.blog_box, .third.walks.news {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    margin-right: 0%;
    position: relative;
	}
	
	.social_box {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
}
	
	}	

@media screen and (max-width: 1000px){
	
	.row.home.destinations {
    padding: 240px 0;
}

p.comp_title {
    font-size: 20px;
    line-height: 20px;
}

p.comp_text {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 30px;
}

.third.walks.news.events {
    min-height: 80px;
    width: 100%;
}


	}
	
@media screen and (max-width: 920px){
	#destinations_details .third {
    float: left;
    width: 50%;
    padding: 0 2%;
}

#walkers_guide > .row > .third{
	width: 100%;
	text-align: center;
	
}

#walkers_guide > .row > .two_thirds {
    float: left;
    width: 100%;
    padding-top: 50px;
}


}

	
@media screen and (max-width: 700px){
	#destinations_details .third {
    float: left;
    width: 100%;
    padding: 0 15px;
}

	#destinations_details .third > img{
		padding-bottom: 15px;
	}

}


@media screen and (max-width: 768px){
	
	.gallery {
    margin-bottom: 0px;
    padding-left: 0px;
}

.downloads_map {
    padding-left: 0px;
}
	
	.tab_box > .third {
    float: left;
    width: 100%;
    padding: 0;
    padding-right: 0;
    
}

.two_thirds {
    float: left;
    width: 66%;
    padding-top: 25px;
}

.walks_text {
    width: 100%;
    float: right;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
    position: absolute;
    padding: 10px;
    }

.tab_box > .third img{
	width: 100%;
	margin-bottom: 15px;
}
	
	.row {
    padding: 0 15px;
    }
	
	.comments_box, .report_box {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
	}
	
.report_box {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
	}	
	
	.spacer_box {
    display: none;
}


	.overview_half {
    width: 100%;
    float: left;
}

.overview_half.right {
    float: left;
    padding: 0;
}

.row.home.destinations {
    padding: 180px 0;
}

.main_body {
    width: 100%;
    float: left;
}

.side_body {
    width: 100%;
    float: left;
}

.side_body > .post-thumbnail {
    padding-left: 0px;
    }

.blog_main {
    width: 100%;
    float: left;
}

.side_body.blog {
    padding: 0px;
    width: 100%;
    background: #618B4A;
    margin-bottom: 25px;
    margin-top: 25px;
}

.tab.clubs {
    width: 100%;
    float: left;
    margin-right: 0%;
}

.info_side {
    display: none;
}

.info_main {
    width: 100%;
    }
    
.comp_btm {
    position: relative;
    left: 0;
        padding-bottom: 25px;    

}




.tab_right {
    width: 100%;
    float: right;
    padding: 0 15px 15px 15px;
}

.tab.clubs .tab_left {
    width: 100%;
    float: left;
    padding: 0 15px 0px 15px;
}

.clubs_left {
    width: 100%;
    float: left;
    padding-right: 0px;
}

.clubs_right {
    width: 100%;
    padding-left: 0;
}

.event_main {
    width: 100%;
    float: left;
}

.events_calendar {
    width: 100%;
    margin-left: 0%;
}

}




@media screen and (max-width: 890px){
	
	.orni_logo {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}


	}
	
@media screen and (max-width: 991px){
	
	h1 {
    margin: 110px 0 70px 0;

}

	.search_box.home {
    max-width: 500px;
}

}


	
@media screen and (max-width: 1157px){
	
	.main-navigation ul {
    display: none;
	}
	.menu-toggle, .main-navigation.toggled ul {
    display: block;
    padding-top: 0px;
    box-shadow: none;
    background: #618B4A;
}

ul.sub-menu > li.menu-item{
	display: block;
}

.main-navigation ul ul a {
    width: 100%;
}

ul.sub-menu {
    width: 100%;
}

.main-navigation ul ul.sub-menu > li > a {
    color: #fff;
    padding: 10px;
    border-bottom: 0px solid rgba(37, 73, 129, 0.5);
    background: #618B4A;
}



 
.menu-toggle {
    float: right;
    margin-right: auto;
    margin: 0%;
    background-color: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

button.menu-toggle{
	position: absolute;
    right: 15px;
    top: 15px;
}

i.fa.fa-bars {
    font-size: 26px;
    opacity: 1.0;
}

i.fa.fa-bars:hover{
	opacity: 0.5;
}

button.menu-toggle {
    outline: none;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    opacity: 1.0;
    line-height: 12px;
    transition: all 0.5s ease;
}

header.large .main-navigation a {
    font-size: 15px;
    line-height: 15px;
    padding: 15px;
    font-weight: 400;
}

header.small .main-navigation a {
    font-size: 15px;
    line-height: 15px;
    padding: 15px;
    font-weight: 400;
}

.page-template-template-home header.large, .page-template-template-destinations_b header.large, .page-template-template-destinations_c header.large, .page-template-template-destinations_f header.large, .page-template-template-destinations_m header.large, .page-template-template-destinations_sp header.large, .page-template-template-destinations_st header.large {
    background-image: linear-gradient(rgba(0, 0, 0, .0), transparent);
}

.logo_box2 {
    position: relative;
    top: -70px;
}

.row.home.blog {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0px;
    top: 0;
}

.row.home.blog {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0px;
    top: 0;
}




}

@media screen and (max-width: 714px){
	
	h1 {
    margin: 70px 0 30px 0;
    line-height: 25px;
}
	.search_box.home {
    max-width: 300px;
    margin-bottom: 70px;
}


.map_box h2 {
    padding: 25px 0 25px 0;
}

}

@media screen and (max-width: 614px){
	
	img.logos {
    padding-bottom: 15px;
}
	
	.btm_logos {
    width: 300px;
    margin: 0 auto;
}	
}


@media screen and (max-width: 414px){
	
	h1 {
    font-size: 20px;
    margin: 40px 0 15px 0;
    line-height: 25px;
    padding: 0;
	
	}
	
	.search_box.home {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
	}

.row.home.destinations {
    padding: 90px 0 50px 0;
}

.row.home.destinations > h1.entry-title {
    font-size: 30px;
    }
    
#destinations_details {
    background: #10ad74

;
    padding: 50px 0;
    color: #fff;
    margin-top: 0px;
}

#destination_walks {
    background: #99aac4;
    padding: 50px 0;
    margin-top: 0px;
}

span.wpcf7-list-item {
    width: 100%;
}
    
	
}

@media screen and (max-width: 700px){
	
	.third.walks, .row.destinations > .third.walks {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}

#all_walks > .row > #ajaxsearchlite1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}
	}





body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1{
	letter-spacing: 1px;
}

p.footer {
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 13px;
}

.event_box {
    position: relative;
}

.event_box > .all_event_info {
    padding: 15px;
    background: rgba(37, 73, 129, 0.8);
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

li.eo-event-cat-all-events {
    list-style: none;
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0px 15px 15px 0px;
    position: relative;
    background: #618B4A;
}

li.eo-event-cat-all-events > a > .post-thumbnail {
    width: 20%;
    display: inline-block;
}

li.eo-event-cat-all-events .event_info {
    display: inline-block;
    width: 78%;
    margin-left: 2%;
    padding: 10px 10px 0 10px;
    color: #fff;
    float: right;
}

li.eo-event-cat-all-events .event_info > h4{
	margin: 0;
	font-weight: 400;
}

span.fc-title {
    display: none;
}

.qtip-eo .qtip-titlebar {
    background-color: #215c92!important;
    color: #fff;
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0!important;
    background: #fff;
}

.qtip-content {
    position: relative;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
    }

.eo-fullcalendar-loading {
    background: #618B4A!important;
    position: absolute;
    z-index: 5;
    color: #fff!important;
    padding: 5px;
}

.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #7a93b3!important;
}

body .fc {
    font-size: 11px!important;
        font-weight: 400!important;
}

.eo-fullcalendar .fc-view>table>thead {
    background: #f2f2f2;
    font-weight: 400!important;
    }

th.fc-day-header {
    padding: 10px!important;
    height: 20px!important;
    vertical-align: middle!important;
}

.fc-toolbar h2 {
    margin: 0;
    color: #fff;
    font-size: 15px!important;
}


.fc-day-grid-event .fc-time {
    font-weight: 400!important;
    font-size: 11px!important;
    line-height: 11px!important;
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: 5px!important;
    margin-right: 0!important;
}
    
.fc-left h2{
	margin-left: 0!important;
}   

button.fc-today-button.fc-button {
    text-transform: uppercase;
    border-radius: 0!important;
    width: unset;
    text-transform: uppercase;
    padding: 4px;
    font-size: 11px;
    opacity: 1.0;
    margin-right: 0px;
    text-align: center;
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin: 0;
    padding-top: 3px!important;
    font-weight: 400!important;
}
    
.fc-toolbar .fc-left {
    float: left;
    margin-top: 8px!important;
}  

.fc-left h2{
	margin-left: 0;
}  
    
#destination_events li.eo-event-cat-all-events {
    list-style: none;
    width: 30.4%;
    float: left;
    display: inline-block;
    margin: 0px 15px 15px 0px;
    position: relative;
    text-align: left;
}

#destination_events li.date {
    display: inline-block;
    text-align: center;
    width: 32px;
    background: #10ad74
;
    border-radius: 20px;
    height: 32px;
    padding-top: 5px;
    margin-right: 5px;
    margin-top: 10px;
}   

#walking_providers > .tab.clubs {
    width: 100%;
    float: left;
    margin-right: 0%;
}

#destinations_details a{
	color: #fff;
} 

.itinerary_box {
    float: left;
    text-align: left;
    flex: 1;
    background: #fff;
    margin-bottom: 25px;
    margin-right: 25px;
}

.itinerary_box:last-child{
    margin-right: 0px;
    }

.itinerary_details {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(33, 92, 146, 0.8);
    padding: 10px 10px 0 10px;
    color: #fff;
}

.itinerary_img_details {
    position: relative;
}

.itinerary_details {
    width: 100%;
    margin-left: 0%;
    position: absolute;
    bottom: 0;
    background: rgba(80, 82, 97, 0.8);
    padding: 10px;
    color: #fff;
}



.itinerary_details h4{
	padding: 0;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 400;
}

.itinerary_details h4:before{
	border-bottom: 0px solid #618B4A;
}

.itinerary_details > p.itinerary{
	padding-bottom: 0px!important;
}

.itinerary_text {
    background: #fff;
    padding: 10px;
}

.itinerary_number {
    color: #fff;
    position: absolute;
    top: 0;
    background: #618B4A;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    padding: 3px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 20px;
}

.itinerary_read_more {
    padding-top: 10px;
    padding-bottom: 10px;
}

.itinerary_read_more > a.read_more {
    background: #fff;
    border: 1px solid #618B4A;
    color: #618B4A;
    opacity: 1.0;
}

.itinerary_read_more > a:hover.read_more{
	background: #618B4A;
	color: #fff;
}

.row.itinerary {
    display: flex;
    padding: 0;
}

.itinerary_img_details img{
	width: 100%
}

img.home_logo {
    margin-top: 0px;
    position: relative;
    z-index: 100;
height: 180px;
}

i.dashicons-before.dashicons-calendar {
    display: none;
}

img.attachment-thumbnail.wp-post-image.event_thumbnail.wp-post-image {
    width: 120px;
}

.fc-time {
    color: #10ad74
!important;
}

ul.eo-events {
    padding-left: 0;
}

li.eo-event-cat-all-events:nth-child(2n+2){
	margin-right: 0;
}

header.entry-header > p.average-rating:nth-child(3){
	display: none;
}

    
	
	
div#content {
    position: relative;
}	

.row.home {
    text-align: center;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 0px;
    padding-bottom: 10px;
}

.row.home h1 {
    margin: 25px 0 25px 0;
} 	
	
div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 100%;
    margin: 0px auto!important;
    max-width: 310px;
}

.slideshow-container {
    width: 100vw;
    height: 100vh;
    background: #f1efef;
    position: relative;
    overflow: hidden;
    }	
    
.mySlides img{ 
	height: 100%;
	width: 100%;
	max-width: unset;
}


img.sml_logo {
    height: 45px;
}



@media screen and (max-width: 737px){
	

	.row.home h1 {
    margin: 25px 0 25px 0;
	}
	}    

/*
.slideshow-container.home {
    height: 85vh;
}
*/
	
.search_box.home {
    margin-bottom: 25px;
}	
	
img.preview_map {
    padding-top: 35px;
}	

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0;
    background: #618B4A;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .1s ease-in;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}	
	
.comp_btm {
    background: #fff;
    color: #fff;
    padding: 15px;
}


	
p.comp_title {
    font-size: 39px;
    font-weight: 100;
    margin: 0;
    line-height: 40px;
    padding-bottom: 12px;
}	
	
.competition {
    position: relative;
    background: #fff;
}	
	
.comp_half{
	width: 50%;
	float: left;
}	

.comp_half.right {
    float: right;
    padding-bottom: 15px;
}
	 
.competition{ 
overflow: auto;
}


.destinations_home {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}	

a.box_arrow.home {
    color: #fff;
    opacity: 1.0;
    transition: all 0.5s ease;
    text-shadow: 1px 2px 2px #26262647;
}
 
a:hover.box_arrow.home {
    opacity: 0.5;
} 

i.fa.fa-arrow-down {
    font-size: 30px;
    margin-top: 20px;
}

i.fa.fa-angle-down {
    font-size: 40px;
}

.tab.destinations{    
	width: 100%;
    float: left;
    margin-right: 0%;
}

.tab.destinations > .tab-content {
    background: #fff;
    }

.tab.destinations > .tab-content p {
    margin: 0;
}

.tab_box {
    padding: 20px;
}

a.download {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    background: #618B4A;
    border-radius: 0;
    border: 1px solid #618B4A;
    padding: 7px 14px;
    font-weight: 400;
    transition: all 0.5s ease;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

a:hover.download {
    background: #fff;
    color: #618B4A;
}

.overview {
    background: transparent;
    padding: 25px 0;
}

.tab input:checked ~ .tab-content.walks {
    max-height: unset;
}

.all_events:before{
	content: "";
	display: table;
	table-layout: fixed;
}

.tab_box.events {
    padding: 20px;
}

.tab-content .tab_box h4 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
        margin-bottom: 15px;
}

.tab-content .tab_box .walks_text.event > h4{
	padding-top: 0px;
	margin-bottom: 0;
	
	}

.tab-content .tab_box .walks_text.event > h4:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -2px;
    left: 0%;
    border-bottom: 0px solid #618B4A;
    }
	



header.large {
    height: 100px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background-color: transparent;
}

header.small {
    height: 55px;
    background-color: #618B4A;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

header.large .site-branding{
	opacity: 0;
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

header.small .site-branding{
	opacity: 1;
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

header.large .main-navigation a {
    font-size: 15px;
    line-height: 15px;
}

header.small .main-navigation a {
    font-size: 13px;
    line-height: 13px;
}

header.large nav#site-navigation {
    margin-top: 2px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

header.small nav#site-navigation {
    margin-top: 0px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}



.site-branding a{
	opacity: 1.0;
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.site-branding a:hover{
	opacity: 0.5;
}

.main-navigation ul ul.sub-menu > li > a {
    color: #618B4A;
    padding: 10px;
    border-bottom: 1px solid rgba(37, 73, 129, 0.5);
    background: rgba(255, 255, 255, .8);
}

.main-navigation ul ul.sub-menu > li > a:hover{
	color: #fff;
    background: rgba(37, 73, 129, 0.8);
}

.main-navigation ul ul.sub-menu > li > a:hover {
    color: #fff;
    background: #618B4A;
    opacity: 1.0;
}

.blog_read_more {
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog_read_more > a.visit_blog{
	background: transparent;
	}
	
.blog_read_more > a.visit_blog:hover{
	background: #fff;
	}	

.blog_read_more.news {
    margin-top: 20px;
    margin-bottom: 10px;
}

li.choose_month {
    padding: 5px 10px 0px 0px;
}

li.choose_month a {
    color: #618B4A;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
    padding-left: 0;
}

li.choose_month a:hover{
	color: #10ad74;
} 

ul.slides.choose_month {
    padding-bottom: 10px;
    padding-top: 0px;
    margin-left: 15px;
}

@media screen and (max-width: 800px){
	
	#destination_events li.eo-event-cat-all-events {
    list-style: none;
    width: 46.4%;
    float: left;
    display: inline-block;
    margin: 0px 15px 15px 0px;
    position: relative;
    text-align: left;
}	

.comp_half {
    width: 100%;
    float: left;
}

.comp_half.right{
	float: left
}

	}   
	
	
@media screen and (max-width: 610px){
	
	#destination_events li.eo-event-cat-all-events {
    list-style: none;
    width: 100%;

	}	
	
	li.eo-event-cat-all-events {
    list-style: none;
    width: 100%;
    }
	
	
}	

@media screen and (max-width: 420px){
	
	.mySlides img {
    height: 100vh;
    width: unset;
    max-width: unset;
}



li.eo-event-cat-all-events > a > .post-thumbnail {
    width: 100%;
    display: inline-block;
}

li.eo-event-cat-all-events .event_info {
    display: inline-block;
    width: 100%;
    margin-left: 0%;
    padding: 10px 10px 0 10px;
    color: #fff;
    float: right;
}

.walk_info {
    color: #000;
    display: inline-block;
    width: 100%;
    margin-left: 0%;
    padding-right: 0;
}

.walk_info:nth-child(2n+2) {
    margin-left: 0px;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0;
}



}

/*
@media screen and (max-width: 375px){
	
	div#sb_instagram {
    max-height: 1010px;
    overflow: scroll;
}
	
	}
*/

.row.home h3{
	color: #fff;
}

a.share-googleplus, .share-buttons a {
    color: #fff;
}

a:hover.share-googleplus, .share-buttons a:hover {
    color: #fff;
}

h2.share {
    padding: 10px 0 15px 0;
    text-align: center;
}

.refine_search {
    margin: 37px 0;
}



.row.destinations {
    padding-top: 25px;
    padding-bottom: 15px;
}

.page-template-template-info .tab-content{
	background: #fff;
}

.page-template-template-info .tab-content p {
    margin: 15px;
}


.page-template-template-events .events_list h2 {
    padding: 10px;
    background: #505261;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 15px;
}

.walks_text.event {
    width: 70%;
    position: relative;
    bottom: 0;
    text-align: left;
    background: #fff;
    color: #000;
    padding: 15px;
    
}

.walks_text.event > h4 {
    color: #fff;
    line-height: 24px;
    display: inline-block;
    padding: 0px;
    margin-bottom: 5px;
    color: #505261;
    text-align: left;
    background: #fff;
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
}

.walks_thumb.event {
    width: 30%;
    }

p.event_text {
    width: unset;
    padding: 0;
    margin-bottom: 0px;
    color: #505261;
    text-transform: unset;
    font-size: 13px;
    line-height: 16px;
    padding-left: 0px;
    font-weight: 500;
}

.row.useful_info, .row.walk_dest {
    max-width: 1200px;
}

#useful_info{
	    padding: 25px 0;
	    margin-top: 0;
}

div#wpcf7-f6244-p6242-o1 {
    padding-bottom: 25px;
}



/*
@media screen and (max-width: 737px){
	    
    .slideshow-container.home {
    height: 300px;
	}
		
	}
*/


@media screen and (max-width: 768px){
	
	.row.itinerary {
    display: block;
    }
    
    .itinerary_box {
    margin-right: 0px;
}
    }

@media screen and (max-width: 530px){
	.clubs_left {
    width: 100%;
    float: left;
    padding-right: 0px;
}

.walks_thumb.event {
    width: 100%;
}

.walks_text.event {
    width: 100%;
    }

}

.walk_container.search.not_found {
    margin-top: 25px;
    padding: 0 25px;
}



button.print {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    background: #505261;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 12px 18px;
    font-weight: 400;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

button.print:hover {
    background: #fff;
    color: #618B4A;
    border: 1px solid #618B4A;
}

.print_page {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.wow {
  visibility: hidden;
}

main#blog, main#event {
    margin-top: 85px;
}

h1.page-title {
    color: #fff;
    text-shadow: none;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 300;
}


h1.page-title.walk_category {
    text-align: center;
    padding-bottom: 25px;
    color: #618B4A;
}

.row.all_walks {
    padding-bottom: 25px;
    text-align: left;
}

.row.all_walks.archive{
	padding-top: 25px;
}

h1.page-title.walk_category {
    color: #618B4A;
    text-align: center;
}


.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.destination_arrow {
    margin-top: 30px;
}

label.review {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #10ad74

;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    text-transform: unset;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 15px;
    transition: all 0.5s ease;
}

label.review:hover{
	background: #505261;
}

li.reviews {
    list-style-type: none;
    background: #fff;
    color: #000;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.comment-content.entry.clr {
    margin-left: 50px;
    margin-right: 50px;
}

.comment-meta {
    margin-left: 50px;
    margin-right: 50px;
    text-transform: uppercase;
    margin-top: 10px;
    border-top: 1px solid #dbdada;
    padding-top: 10px;
}

.comment-meta {
    margin-left: 50px;
    text-transform: uppercase;
    margin-top: 10px;
    border-top: 1px solid #dbdada;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #a3a3a3;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
}

cite.fn {
    color: #000;
    font-style: normal;
    font-weight: 400;
}

p.stars {
    margin-top: 10px;
}

.better_comments {
    margin-top: 15px;
    position: relative;
}

nav#site-navigation.main-navigation.toggled {
    background: #618B4A;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 37px;
    z-index: 1;
    text-align: center;
    height: 100vh;
}

.walks_text.destinations {
    top: 0;
    text-align: center;
    bottom: 0;
    padding: 0;
    background: transparent;
        transition: all 0.5s ease;

}

.walks_text.destinations:hover{
    background: rgba(80, 82, 97, 0.5);
}

.walks_text.destinations h4{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;    
  line-height: 20px;
  transition: all 0.5s ease;
  width: 100%;
  text-shadow: 1px 2px 2px #26262647;
} 

.walks_text.destinations h4:hover{
	font-size: 25px;    
  line-height: 25px;
}

.all_walk_info {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

h2.share {
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
        font-size: 15px;
    letter-spacing: 0.5px;
    color: #505261;
}


.all_tabs .tab-content p {
    margin: 15px;
}

.comment-content.entry.clr p{
	padding-bottom: 15px;
}

.comment-content.entry.clr p.stars{
	padding-bottom: 0;
    margin-top: 0;
    padding-top: 5px;
} 

.tab_box.walks_map {
    background: #fff;
    padding-right: 0;
}


.tab-content .tab_box .itinerary_details > h4 {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

li.eo-event-cat-all-events > a.post-thumbnail > img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 20%;
}

.festival_half {
    width: 50%;
    float: left;
    padding: 25px 12px 25px 12px;
}

.festival_half p{
	margin-bottom: 15px;
}

@media screen and (max-width: 768px){
	.festival_half {
    width: 100%;
    float: left;
    padding: 25px 0 0 0;
}

.tab_box.walks_map{
	padding-left: 15px;
}
}


.row.festivals {
    padding-top: 25px;
    padding-bottom: 15px;
}

p.comp_title {
    color: #505261;
    padding: 0px 0 25px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 24px;
}

div#map_box{
	display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

div#overview{
	display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

div#review{
	display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

h6 {
    text-transform: uppercase;
    color: #fff;
    background: #505261;
    padding: 15px;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 15px;
}


 .map_box h2, h1.entry-title, .instagram_box h2, .blog_home_box h2 {
 	padding-top: 0px;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 24px;
}

h1.entry-title.mobile {
    color: #618B4A;
    padding-top: 25px;
        display: none;
}


h1.entry-title.shadow {
    text-shadow: 1px 2px 2px #26262647;
}

h1.entry-title.shadow > a{
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
}

h1.entry-title.shadow > a:hover{
	color: #fff;
	opacity: 0.5;
}

h1.entry-title.shadow > a:visited{
	color: #fff;
}
    
  .map_box h2{
	  padding-top: 15px;
  }   

p.comp_title {
	padding-bottom: 15px;
	    line-height: 24px;
}

p.comp_text {
    padding-bottom: 15px;
    color: #505261;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}


header.entry-header.walks {
    text-align: center;
    padding: 0;
    background: #618B4A;
}

header.entry-header.walks > h1.entry-title {
    padding: 0;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1px;
}

.destinations_home h1.entry-title {
    padding-top: 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
    text-shadow: 1px 2px 5px #262626;
}

h1.entry-title.suggest {
    padding-bottom: 25px;
}

.logo_left {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: right;
    
}

.logo_right {
    width: 50%;
    display: inline-block;
    text-align: left;
}

.logo_box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow_box {
    text-align: center;
    padding-top: 100px;
}

.logo_box.all_pages {
    position: relative;
}

.logo_box.all_pages.no_title {
    padding-bottom: 10px;
}

.row.destinations.single_walks {
    padding-bottom: 0;
}

header.entry-header.single_walks {
    padding-top: 25px;
}

.row.blog {
    padding-top: 25px;
    padding-bottom: 25px;
}

.news_text h4 {
    margin-top: 0;
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

footer a, footer a:visited {
    color: #505261;
    opacity: 1;
    transition: all 0.5s ease;
    border-bottom: 1px solid #505261;
    text-decoration: none;
}

footer a:hover{
	opacity: 0.5;
	text-decoration: none;
    border-bottom: 0px;
}

a.month_arrow {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
}

.eventpost_calendar tbody td {
    vertical-align: top;
    width: 14.2857%;
    border: 1px solid #7992b3;
    border-spacing: 0;
    padding: 0;
    height: 40px;
    text-align: right;
    padding-top: 3px;
    padding-right: 3px;
}

.eventpost_calendar {
    width: 100%;
    min-height: 100px;
    border: #7992b3 0px solid;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    background: #fff;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.calendar_holder {
    background: transparent;
    padding: 0px;
}

.eventpost_calendar table {
    width: 100%;
    border-spacing: 1px;
}

.eventpost_calendar tbody td {
    vertical-align: middle;
    width: 14.2857%;
    border-spacing: 0;
    padding: 0;
    height: 40px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    margin: 0;
    background: #618B4A;
    border: 0;
}

.eventpost_calendar tbody td.event_post_day_now {
    border: #8C4 0px solid;
    background: #fff;
    color: #618B4A;
}

.eventpost_calendar tbody button {
    padding: 0;
    background: #505261;
    border: transparent 0px solid;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 40px;
}

.eventpost_calendar table {
    width: 100%;
    border-spacing: 1px;
    margin: 0;
}

.eventpost_cal_list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #618B4A;
    padding: 10px;
    border: #fff 1px solid;
    top: 0;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    text-align: left;
}

.eventpost_cal_list > ul > li > a {
	color: #fff;
	text-decoration: none;
}

.eventpost_cal_list > ul > li > a > h4 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.eventpost_calendar button.eventpost_cal_close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 8px;
    background: #505261;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #fff;
}

.event_data {
    background: transparent!important;
}

.event_date {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
}

span.event_category {
    display: none;
}

.eventpost_cal_list li, .eventpost_calendar tbody ul li {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top:10px;
}

.event_data .date {
    font-size: 15px;
    opacity: 0.5;
}

span.linking_word{
    opacity: 0.5;
}

.event_data .time {
    font-size: 15px;
    opacity: .5;
}


.eventpost_calendar button.eventpost_cal_close:hover, .eventpost_calendar button.eventpost_cal_close:focus {
    background: #fff;
    color: #505261;
}


.eventpost_calendar button {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    background: transparent;
    font-weight: 400;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;

}

tr.event_post_cal_days {
    height: 30px;
    background: #618B4A;
}

.eventpost_calendar th {
    font-weight: 400;
    width: 14.2857%;
    height: 40px;
    background: #618B4A;
}


table.event-post-calendar-table > thead > tr > th > div {
    text-align: center;
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
}

.calendar_holder h2 {
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-align: left;
    background: #505261;
    font-weight: 400;
    line-height: 15px;
}

.event_box {
    width: 100%;
    float: left;
    margin-right: 0%;
    position: relative;
    opacity: 1;
    transition: all 0.5s ease;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eee;
}

.event_box:hover {
    opacity: 0.8;
}

.event_image {
    margin-top: 0px;
}

.darker {
    background: rgba(0, 0, 0, 0.5);
}

.blog_home_box h2 {
    color: #618B4A;
    padding-bottom: 25px;
}

@media screen and (max-width: 640px){
	
	.logo_box {
    width: 300px;
    margin: 0 auto;
}
	
	img.home_logo {
    margin-top: 0px;
    position: relative;
    z-index: 100;
    height: 110px;
}


    
header.entry-header.single_walks {
    padding-top: 15px;
}

header.entry-header > p.average-rating {
    padding-top: 0px;
}
}


.categories-filters{
	text-align: center;
}


.categories-filters li{
	display: inline-block;
}

.walks_nav {
    width: 23%;
    float: left;
    position: relative;
}

.walks_display {
    width: 73%;
    float: right;
}

.walks_nav h2 {
    padding: 0;
    padding-bottom: 0px;
    color: #fff;
}

li.slide.walks a:before{
	display: none;
}

li.walks_filter_list {
    display: inline-block;
    text-decoration: none;
    padding: 8px 1px 8px 0px;
    line-height: 12px;
    margin-bottom: 11px;
}

ul.walks_filter {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
}

li.walks_filter_list a {
    text-decoration: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 8px;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    line-height: 13px;
    font-weight: 400;
    transition: all 0.5s ease;
    color: #fff;
    background: transparent;
    margin-bottom: 10px;
}

li.walks_filter_list a:hover{
	color: #fff;
	background: #618B4A;
}

.walks_filter h3 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    margin-top: 0;
    opacity: 0.6;
}

header.page-header.archive.large{
	    height: 300px;
}

.walks_nav {
    width: 23%;
    float: left;
    position: relative;
    color: #fff;
}

.walk_head_bg.archive {
    text-align: center;
    padding: 60px 0 25px 0;
    margin-bottom: 25px;
}

h1.page-title.search {
    padding-bottom: 25px;
    padding-top: 25px;
    color: #618B4A;
    text-align: center;
}

.search_image {
    width: 25%;
    float: left;
}

.entry-header.search {
    width: 73%;
    float: left;
    padding-left: 2%;
}

.entry-header.search > h2.entry-title{
	padding: 0;
}

form.search-form > label {
    display: inline-block;
    width: 88%;
    padding-right: 5px;
    padding-bottom: 25px;
}


input[type="submit"] {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    background: #618B4A;
    border-radius: 0;
    border: 1px solid #618B4A;
    padding: 8px;
    font-weight: 400;
    transition: all 0.5s ease;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
}

form.search-form > label > input[type="search"] {
    color: #000;
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 9px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

form.search-form > button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 8px 8px 7px 8px;
    font-weight: 400;
    transition: all 0.5s ease;
    letter-spacing: 0;
}

form.search-form > button:hover{
	background: #618B4A;
}

.walks_nav_box {
    background: #7c8fb0;
    padding: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

form.search-form {
    margin-bottom: 10px;
    padding-bottom: 10px;
}


p.average-rating {
    color: #618B4A;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    display: block;
    font-family: 'Oswald', sans-serif;
    padding-left: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

h1.entry-title.walks {
    color: #505261;
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    padding: 15px 15px 5px 15px;
    line-height: 25px;
    text-align: left;
    text-shadow: none;
}

.walks_col_left, .walks_col_right{
	    width: 49%;
}
	
.walks_col_left{
	float: left;
    margin-right: 1%;
}

.walks_col_right{
	float: right;
    margin-left: 1%;
    }

.row.walk_info2 {
    padding: 0;
    display: flex;
}

.walk_tabs {
    padding:0;
}

li.reviews {
    list-style-type: none;
    background: #fff;
    color: #000;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

p.average-rating > a, p.average-rating > a:visited {
	color: #505261;
}

p.average-rating > a:hover {
	color: #618B4A;
}

.row.walk_info1 {
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}



.row.walk_info1.review_box {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.row.walk_info1.info_box {
    margin-bottom: 0;
    padding-bottom: 0;
}

.walks_col_left.intro {
    border: 1px solid #eee;
    padding: 15px;
    background: #fff;
}

.row.walk_info1.walk_title {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 90px;
}

.walks_col_left.map {
    border: 0px solid #dbdada;
    padding: 0px;
}

label.review {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #618B4A;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 15px;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tab-content {
    border: 1px solid #eee;
    border-top: 0px;
    padding: 0px;
}

div#comments {
    padding: 15px;
}

h1.entry-title.walks.events {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eee;
    text-shadow: none;
}

.events_left, .events_right{
	width: 49%;
}

.events_left{
	float:left;
	margin-right: 1%;
}

.events_right {
    float: right;
    text-align: right;
	margin-left: 1%;
}

.event_image {
    margin-top: 0px;
}

.event_image > img{
	width: 100%;
}

ul.months {
    list-style: none;
    padding: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}


ul.months > li > a {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.5px;
}

#suggest input[type="text"], #suggest input[type="date"], #suggest textarea, #suggest input[type="url"], #suggest input[type="email"]{
	margin-bottom: 10px;
}

header.large.no_logo {
    height: 60px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background-color: #618B4A;
}

header.large .site-branding.no_logo {
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
        width: 90px;
}

header.small .site-branding.no_logo {
    opacity: 1.0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
        width: 70px;
            padding-top: 5px;
}

header.large .site-branding.no_logo.logo_visible {
    opacity: 1.0;
}

.page-template-template-festivals h1.entry-title{
	color: #618B4A;
	padding-top: 25px;
}

main#festival {
    margin-top: 60px;
}

.festival_half > h1.entry-title{
	text-align: left;
	padding: 15px;
	background: #fff;
}

.festival_half > h1.entry-title {
    text-align: left;
    padding: 15px;
    background: #fff;
    color: #505261;
    line-height: 24px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    }

.festival_text{
	background: #fff;
	padding: 15px;
	border: 1px solid #eee;
}

.entry-content.blog {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.category-blog > h1.entry-title, main#blog h1.entry-title{
    color: #505261;
    text-align: left;
    background: #fff;
    padding: 15px;
    padding-bottom: 0;
}

main#blog h1.entry-title, main#event h1.entry-title {
    color: #505261;
    text-align: left;
    background: #fff;
    padding: 15px;
    padding-bottom: 0;
    border: 1px solid #eee;
    border-bottom: 0;
}

main#event h1.entry-title {
    padding-bottom: 5px;
    }

.category-blog > .entry-meta, main#blog .entry-meta {
    color: #618B4A;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    background: #fff;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
}

main#blog .entry-meta{
	 border: 1px solid #eee;
    border-top: 0;
}

#sb_instagram #sbi_load a.sbi_load_btn {
	margin-bottom: 10px!important;
    margin-top: 10px!important;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
}

#sb_instagram #sbi_load a.sbi_load_btn:hover {
    background: #fff!important;
    opacity: 1.0!important;
    color: #618B4A;
    border: 1px solid #618B4A;
    border-bottom: 1px solid #618B4A !important;
}

h2.entry-title.events {
    padding: 14px;
    background: #10ad74;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 15px;
}

.row.social {
    display: flex;
}

iframe.embed-responsive-item {
    border: 1px solid #eee;
}

div#comments p{
	padding: 0;
	}
	

.searchandfilter ul {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    padding-left: 0;
    width: 100%;
}

.all_walks_search {
    width: 26%;
    float: left;
    background: #fff;
    margin-right: 1%;
    border: 1px solid #eee;
    padding: 20px;
}

.all_walks_list {
    width: 73%;
    float: right;
}

.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

#all_walks > .row{
	position: relative;
	}
	
.flow{
	position: relative;
	}
	
/*
.stay {
    position: fixed;
    top: 82px;
    width: 19%;

}	
*/

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 10px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
}

.searchandfilter ul li li {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #618B4A;
}
	
.searchandfilter ul li.sf-field-submit > input[type="submit"] {
    margin-top: 10px;
    width: 100%;
}

.searchandfilter ul li.sf-field-search > label > input[type="text"]{
	font-size: 13px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 15px;
    }

.searchandfilter ul li.sf-field-search > label {
	width: 100%;
	}

	
h1.entry-title.walk_list {
    padding: 25px 0;
}

.walks_text.archive > .tab-content .tab_box h4 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    padding-bottom: 3px;
    line-height: 17px;
    color: #FFF;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.walks_text.archive p.average-rating {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 12px;
    padding-left: 0;
    padding: 0;
    margin: 0;
}

.tab-content .tab_box h4.destinations_tab{
	padding-top: 0px;
	margin-bottom: 3px;	
	}

.walks_text.event > h4:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    bottom: -2px;
    left: 0%;
    border-bottom: 0px solid #618B4A;
}	

a.visit_blog.walk_listings {
    color: #618B4A;
    border: 1px solid #618B4A;
    background: #fff;
}

a:hover.visit_blog.walk_listings{
	color: #fff;
	background: #618B4A;
	}
	
.row.visit_blog.walk_listings {
    padding: 35px 0 10px 0;
}

.walk_container.search{
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
	margin-bottom: 25px;
	}
	
p.akismet_comment_form_privacy_notice {
    padding-top: 20px;
    margin-top: 15px;
    font-size: 12px;
}

.error404 h1.page-title{
	color: #618B4A;
	}	

.grades{
	padding-top: 15px;
}	

span.grade_title {
    padding: 15px;
    margin-top: 15px;
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 0;
    color: #618B4A;
}

.grades .grade_list {
    visibility: hidden;
    display: none;
    padding: 0px 15px;
}

.grades:hover .grade_list{
	visibility: visible;
	display: block;
	}	
	
.grades p{
	padding-bottom: 0;
	color: #618B4A;
	font-weight: bold;
	text-decoration: underline;
	}

.grade_list > ul {
    padding-top: 0px;
}
	
.grade_list > ul > li{
	padding-top: 5px;
	}	
	
@media screen and (max-width: 1025px){
	
	.mySlides img {
    height: 100%;
    width: unset;
    max-width: unset;
}
	}	
	
@media screen and (max-width: 415px){
	
	.mySlides img {
    height: unset;
    width: 100%;
    max-width: unset;
}
	}		


@media screen and (max-width: 737px){
	
	.mySlides img {
    height: 100%;
    width: unset;
    max-width: unset;
}
	
	}
	


@media screen and (max-width: 768px){
	
	.row.walk_info2 {
    display: block;
	}
	
	.walks_col_left {
    float: left;
    margin-right: 0%;
	}
	
	.walks_col_left, .walks_col_right {
    width: 100%;
	}
	
	.walks_col_right {
    float: left;
    margin-left: 0%;
	}
	
	.walks_col_left.intro {
    margin-bottom: 25px;
	}
	
	.walks_col_left.map {
    margin-bottom: 25px;
	}
	
	.events_left, .events_right {
    width: 100%;
}

.events_left {
    float: left;
    margin-right: 0%;
}

.events_right {
    float: left;
    text-align: left;
    margin-left: 0%;
}

.event_image {
    margin-top: 25px;
}

	
}



@media screen and (max-width: 900px){

	.walks_nav {
    width: 100%;
}
	.walks_display {
    width: 100%;
    float: left;
}

}

@media screen and (max-width: 900px){
	li.sf-field-category {
    display: inline-block;
    width: 50%;
    float: left;
}
	
}

.all_walks_search.mobile{
    display: none;
}

@media screen and (max-width: 980px){
	
	.all_walks_search {
    width: 100%;
    }
    
    .stay {
    position: relative;
    width: 100%;
    top: 0px;
	}
	
	.all_walks_list {
    width: 100%;
    float: left;
    margin-top: 25px;
	}
	
	li.sf-field-category {
    display: inline-block;
    width: 100%;
    float: left;
	}
	
.all_walks_search.mobile{
    display: block;
}		

	
.all_walks_search{
	display: none;
}

.walks_display {
    width: 100%;
    float: left;
}

.all_walks_search.mobile{
    display: block;
    margin-top: 15px;
}

	
}


@media screen and (max-width: 650px){
    
    .all_walks_search{
	    padding: 10px;
	    }
}


/*  ////MAP////  */

.ol-overlaycontainer-stopevent {
    position: absolute;
    bottom: auto;
    left: 10px;
    top: 10px;
}

.ol-control button {
    background: #10ad74;
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    font-family: FontAwesome;
    border-radius: 0;
    color: #fff;
    border-color: #fff;
}

.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
    display: none;
}

.ol-scale-line.ol-unselectable {
    display: none;
}

iframe.map {
    border: 0;
    width: 100vw;
    height: 822px;
    padding-top: 25px;
}
	 
@media screen and (max-width: 815px){
	iframe.map {
    border: 0;
    width: 100vw;
    height: 960px;
}

}


@media screen and (max-width: 570px){
	
	.row.social {
    display: block;
	}
	
	.social_box {
    width: 100%;
    padding: 15px;
    text-align: center;
}
	}


@media screen and (max-width: 1025px){
	
	.print_page {
    display: none;
}
	}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px!important;
    height: 30px!important;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px!important;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#full-screen-search {
display:none !important;
}
#full-screen-search.open {
display:block !important;
}

button#searchsubmit {
    border: 0;
    padding: 0;
}

article#post-720 > a > .walks_text.archive {
	color: rgba(37, 73, 129, 0.8);
	}

.credit {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding: 15px;
    
}

.credit p {
    font-size: 12px;
    line-height: 18px;
    opacity: 1;
    color: #505261;
    letter-spacing: 0.5px;
}

.credit a{
	text-decoration: none;
	color: #505261;
	opacity: 1;
	transition: all 0.5s ease;
	text-decoration: none;
	border-bottom: 1px solid #505261;
	}

.credit > p > a:hover{
	opacity: 0.5;
    border-bottom: 0px;
    	}


	
	
.page-header.search {
    background: transparent;
    padding: 25px 0 0 0;
    margin-bottom: 0;
}

.page-header.search > h1.page-title, section.error-404 > h1.page-title{
    color: #618B4A;
    text-align: center;
    padding-bottom: 25px;
	
}

.page-content.search {
    margin: 0 auto;
}

.not_found {
    background: #fff;
    padding: 20px 20px 0px 20px;
    border: 1px solid #eee;
    margin-bottom: 25px;
    margin-top: 0;
    max-width: 650px;
    margin: 0 auto 25px auto;
}

.not_found p{
	padding-bottom: 20px;
	}
	
.not_found form.search-form > label > input[type="search"] {
    color: #000;
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 9px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.paginate {
    text-align: center;
}
	

.page-numbers {
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #618B4A;
    padding: 11px 14px;
    margin:  0;
    background: #618B4A;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
    transition: all 0.5s ease;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}	

a.page-numbers{
	background: #fff;
	color: #618B4A;
	border: 1px solid #618B4A;
	transition: all 0.5s ease;
	display: inline-block;
	}
	
a:hover.page-numbers{
	background: #618B4A;
	color: #fff;
	border: 1px solid #618B4A;
	}	

a.prev.page-numbers, a.next.page-numbers{
	display: none;
	}	

span.page-numbers.current {
    padding: 7px 12px;
}


@media screen and (max-width: 935px){	
	
	footer#colophon {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    }
    
    .credit {
    display: block;
    float: none;
    text-align: center;
    padding-top: 0;
	}
	}
	
	
p.walk {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    font-weight: 400;
    text-shadow: 1px 2px 2px #26262647;
}

.new_logo_left {
    display: inline-block;
}

.logo_line {
    width: 6px;
    background: #505261;
    height: 165px;
    display: inline-block;
    position: relative;
    top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
	
.new_logo_right {
    display: inline-block;
    position: relative;
    top: 63px;
    text-align: left;
}	

.new_logo_right.blog {
    display: inline-block;
    position: relative;
    top: 36px;
    text-align: left;
}	


		
.new_logo {
    position: relative;
    width: 100%;
    text-align: center;
}

p.walk_sub {
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    line-height: 26px;
    padding-top: 10px;
    text-shadow: 1px 2px 2px #26262647;
}


p.social_box {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0.5;
    padding: 30px 0 0px 0;
    line-height: 13px;
    letter-spacing: 0.5px;
}

p.footer.join {
    padding-bottom: 25px;
}

p.social_box.follow {
    padding-bottom: 10px;
}

#full-screen-search.open {
    position: fixed;
    visibility: visible;
    opacity: 0.95!important;
}

#full-screen-search form div input {
    width: 100%;
    height: 60px;
    background: #eee;
    padding: 20px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}



#full-screen-search form div input {
    width: 100%;
    height: 60px;
    background: #6d6d6d;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
	
@media screen and (max-width: 650px){
	
	h1.entry-title.mobile {
        display: block;
}
	
	.new_logo_right, .new_logo_right.blog, .new_logo_right.blog.destinations {
    display: inline-block;
    position: relative;
    top: 0px;
    text-align: left;
}

	p.walk {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 85px;
    }
    
   .logo_line {
    width: 5px;
    background: #505261;
    height: 135px;
    display: inline-block;
    position: relative;
    top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

p.walk_sub {
    display: none;
}

p.walk_sub.holding {
    display: block;
}

.arrow_box {
    text-align: center;
    padding-top: 45px;
} 

.row.home.blog {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
    top: 0;
}

.logo_box2 {
    position: relative;
    top: -30px;
        padding-bottom: 20px;
    }

    
   	
	}
	
	
@media screen and (max-width: 1024px){
	
	.mySlides {
    position: relative;
    left: 0px;
    height: 100%;
}
	
	.mySlides img {
    height: 100vh;
    width: unset;
    max-width: unset;
}
	}

@media screen and (max-width: 823px){
	
	.mySlides {
    position: relative;
    left: 0px;
}
	
	.mySlides img {
    height: unset;
    width: 100%;
    max-width: 100%;
}
}

@media screen and (max-width: 768px){
	
	.mySlides {
    position: relative;
    left: -460px;
}
.mySlides img {
    height: 100vh;
    width: unset;
    max-width: unset;
}
	}
	
@media screen and (max-width: 736px){
	
	.mySlides {
    position: relative;
    left: 0px;
}

.mySlides img {
    height: unset;
    width: 100%;
    max-width: 100%;
}
}	

@media screen and (max-width: 414px){
	
	.mySlides img {
    height: 100vh;
    width: unset;
    max-width: unset;
}

.mySlides {
    position: relative;
    left: -360px;
    height: 100vh;
}
	}


.sb_instagram_header {
    float: unset;
    clear: both;
    margin: auto;
    padding: 0;
    line-height: 1.2;
    width: 100%;
    overflow: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 140px;
    margin: 0 auto;
}

.sbi_header_type_generic .sbi_header_img {
    background: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    position: relative;
}

.sbi_header_type_generic .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: 1;
    -webkit-transition: background .6s linear,color .6s linear;
    -moz-transition: background .6s linear,color .6s linear;
    -ms-transition: background .6s linear,color .6s linear;
    -o-transition: background .6s linear,color .6s linear;
    transition: background .6s linear,color .6s linear;
    background: #618B4A;
    width: 100%;
}

.sb_instagram_header h3 {
    font-size: 20px;
    line-height: 15px;
    -ms-word-wrap: break-word;
    word-break: break-word;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0 0 0 50px !important;
}

.sb_instagram_header {
    float: unset;
    clear: both;
    margin: auto;
    padding: 0;
    line-height: 1.2;
    width: 100%;
    overflow: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 140px;
    margin: 0 auto;
}

.sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
}


p.com_rev{
	padding: 0px 15px 15px 15px;
}

h2.entry-title.events {
    margin-bottom: 15px;
    padding: 0;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-align: left;
    background: #505261;
    font-weight: 400;
    line-height: 15px;
}

.event_details {
    background: #fff;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.event_about{
	background: #fff;
	padding: 15px;
}

.tab_box.events .walks_thumb.event {
    width: 20%;
}

.tab_box.events .walks_text.event {
    width: 80%;
    }
    
p.portal {
    padding-bottom: 15px;
}

label.name {
    margin-top: 15px;
}    

.walks_thumb > img{
	width: 100%;
}


@media print {
   header#masthead {
    display: none;
}

.walk_head_bg {
    background: #fff;
    margin-bottom: 0px;
}

header.entry-header {
    text-align: center;
    padding: 0;
    background: #fff;
}

h1.entry-title {
    color: #000;
    text-shadow: none;
    margin: 0;
}

div#page {
    margin: 15px;
}

h1, h2, h3, h4, p, a{
	color: #000;
}

.walk_container {
    padding: 0;
}

#breadcrumbs {
    display: none;
}

.walk_intro {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0px;
}

.main_body {
    width: 100%;
    float: left;
}

.embed-container {

    height: 500px;
}

all_walk_info {
    background: #fff;

}

tab label {
    background: #fff;

}

.tab-content {
    background: #fff;
    }

.side_body {
    display: none;
}

.walk_container.share{
	display: none;
}

.comments_bg {
    display: none;
}

.wni_footer {
    display: none;
}

footer#colophon {

    display: none;
}

p.walk_info_text {

    color: #000;
}

span.title {
    opacity: 0.5;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
}

.tab {
    color: #000;
    margin-bottom: 0px;
    }
    
   .tab-content p {
    margin: 0;
}

.tab label {
    position: relative;
    display: block;
    padding: 0;
    }
    
.all_walk_info {
    padding: 0px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.tab-content {
    max-height: unset;
    overflow: unset;
    }   
    
.tab label::after {
    display: none;  

}

.print_page {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
    display: none;
}

.footer_bg {
    display: none;
}

p.walk_info_text > span.title {
    opacity: 1;
    font-weight: 400;
    color: #505261;
    letter-spacing: 0;
    display: block;
}

.row.walk_info1.info_box > .walks_col_right{
	display: none;
}

.row.walk_info1.info_box > .walks_col_left{
	width: 100%;
	
} 

p {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 15px;
}

p.average-rating {
    display: none;
}

h1.entry-title.walks {
    color: #505261;
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    padding: 15px 15px 0px 15px;
    line-height: 25px;
    text-align: left;
    text-shadow: none;
}

.row.walk_info2 > .walks_col_left {
	width: 50%;
}

.row.walk_info2 > .walks_col_right{
	display: none;
}

.walks_col_left.intro {

    width: 100%;
}

body {
    background: #fff;
}

iframe.embed-responsive-item {
    border: 0px solid #eee;
}

.row.walk_info1.walk_title {
    background: #fff;
    border: 0px solid #eee;
    margin-top: 50px;
}

.walks_col_left.intro {
    border: 0px solid #eee;
    padding: 0px;
    background: #fff;
}

h1.entry-title.walks {
    padding-left: 0;
}

.row.walk_info2 {
    padding: 0;
    display: block;
}

.walks_col_left.map {
    border: 0px solid #dbdada;
    padding: 0px;
}

.tab-content {
    border: 0px solid #eee;
    }

.all_tabs .tab-content p {
    margin: 0px;
    padding-bottom: 0;
}
    
}

.search-results article.category-news, .search-results article.category-expired-events, .search-results article.category-events, .search-results article.category-blog{
	display: none;
}

.search-no-results .all_walks_search.mobile{
	display: none;
}

.useful_info p{
	padding: 10px;
	}

.page-template-template-clubs .useful_info p{
	padding: 0px;
	}

.tab.providers {
    width: 50%;
    padding-left: 10px;
    float: left;
}

.all_providers{
	padding-top: 10px;
	padding-right: 10px;
}

.tab.clubs .tab_left.providers {
    width: 50%;
    float: left;
    padding: 0 0 15px 10px;
}

.tab.clubs .tab_right.providers {
    width: 50%;
    float: left;
    padding:0 10px 15px 0px;
}

.tab.clubs .tab_left.providers > p{
	padding: 0;
}

.tab.clubs .tab_right.providers > p{
	padding: 0;
}


span.byline {
    display: none;
}

span.posted-on {
    background: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
    color: #618B4A;
    padding-top: 2px;
}

.posted-on a{
	text-decoration: none;
}

.posted-on article.category-blog a:hover {
    color: #618B4A;
    }

/*
div#search-filter-results-5594 {
    background: #fff;
    padding: 25px;
}
*/


@media screen and (max-width: 768px){
	
	.tab.providers {
    width: 100%;
    }
	
	}


@media screen and (max-width: 1157px){

.main-navigation ul ul.sub-menu > li > a:hover {
    color: #fff;
    background: #618B4A;
    opacity: 0.5;
}

li.menu-item-33 > ul.sub-menu, li.menu-item-32 > ul.sub-menu{
	display: none;
}

.main-navigation ul ul.sub-menu > li > a {
    padding: 15px;
}
}

.grecaptcha-badge {
    display: none!important;
}
















