 /*!
Theme Name: GDO 2018
Theme URI: http://underscores.me/
Author: Timothy Davis
Author URI: http://tcdwebdesign.co.uk
Description: 2018 WordPress theme for the Great Days Out Directory. 100s of Days Out for all the family!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gdo-2018
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.

GDO 2018 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
# Colors
# 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 {
  margin: 0; }

/**
 * 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: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1.05rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: Lato, sans-serif; }

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; 
	scroll-behavior: smooth;
}

*,
*: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: #fff;
  /* 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: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  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: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  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: 200px; }
    .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%; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Make blog page images full width. */
.blog article img {
    width: 100%;
}

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

.navbar {
  background-color: #0d4d98; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(239, 239, 239, 0.83);
  font-size: 18px; }

#menu-main-menu .dropdown-menu {
  padding: 0; }

#menu-main-menu .dropdown-item {
  padding: .55rem .75rem;
  font-weight: 500; }

#menu-main-menu .dropdown-item.active,
#menu-main-menu .dropdown-item:active {
  background-color: #0d4d98;
  font-weight: 600;
  color: #fff; }

#menu-main-menu .dropdown-item:hover,
#menu-main-menu .dropdown-item:focus {
  color: #fff;
  background-color: #0d4d98; }

body .main-image {
  background-image: url(images/optimized/gdo-background.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;}

.main-image {
  background: transparent;
  height: 65vh; }

.county-page-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }

.gdo-tagline {
  background-color: #5582b6;
  color: #fff;
  padding: 30px; }

.gdo-tagline h1 {
  margin-top: .5rem;
  font-size: 2rem; }

.gdo-tagline-county {
  background-color: rgba(85, 130, 182, 0.7);
  padding: 60px 30px 60px 30px; }

a {
  color: #7ea3cf; }

a:hover {
  color: #5988c1; }

a:visited {
  color: #5988c1; }

.btn-outline-gdo-primary {
  color: #0d4d98;
  background-color: transparent;
  background-image: none;
  border-color: #0d4d98;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s; }

.btn-outline-gdo-primary:hover {
  color: #ffffff;
  background-color: #0d4d98;
  border-color: #0d4d98; }


.btn-gdo-primary {
  color: #fff !important;
  background-color: #0d4d98;
  background-image: none;
  border-color: #0d4d98;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s; }

.btn-gdo-primary:hover {
  color: #ffffff;
  background-color: #0d4d98;
  border-color: #0d4d98; }

.btn-gdo-secondary {
    color: #fff !important;
    background-color: #5582b6;
    background-image: none;
    border-color: #5582b6;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s;
}

.btn-gdo-secondary:hover {
    color: #fff !important;
    background-color: #5582b6;
    border-color: #5582b6;
}

.btn-gdo-access {
    color: #fff !important;
    background-color: #763cba;
    background-image: none;
    border-color: #763cba;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s;
}


.btn-gdo-access:hover {
    color: #fff !important;
    background-color: #2f184a;
    border-color: #2f184a;
}


.btn-outline-gdo-white {
  color: #ffffff !important;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s; }

.btn-outline-gdo-white:hover {
  opacity: 0.8; }

@media only screen and (max-width: 1200px) {

.btn-lg-block {
    display: block;
    width: 100%;
}
}


section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff; }

.hr {
  border: 2px solid #5582b6;
  margin-bottom: 25px;
  width: 70px; }
  .hr-light {
    border-color: #fff; }

.section-blue {
  background-color: #0d4d98;
  color: #fff; }

.section-grey {
  background-color: #efefef; }

@media only screen and (max-width: 768px) {
  .f-county {
    margin-bottom: 10px; }

  .post-box-title {
    color: #fff;
    padding: 0.2em;
    font-size: 1.5rem; }
}

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

	.mobile-show {
		display: none;
	}
}

@media only screen and (max-width: 425px) {
  .section-title {
    font-size: 160%; } }
#myFooter {
  background-color: #072e5b;
  color: white; }

#myFooter .row {
  margin-bottom: 20px; }

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
  margin-left: 0; }

.widget-container {
  margin-bottom: 35px; }

#myFooter .widget-title {
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
  margin-bottom: 15px; }

#myFooter .logo {
  margin-top: 10px; }

#myFooter a {
  color: #d2d1d1;
  text-decoration: none; }

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: #b9b7b7; }

#myFooter .copyright {
  padding-bottom: 20px; }

#myFooter .copyright p {
  margin: 0; }

#myFooter .copyright a {
  color: #d2d1d1; }

#myFooter .copyright a:hover {
  text-decoration: none;
  color: #b9b7b7; }

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center; }

  #myFooter .info {
    text-align: center; } }
.footer-container {
  padding-top: 50px; }

/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */
body {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%; }

.content {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-height: 200px; }

#myFooter {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto; }

.cat-card {
  background-color: #0d4d98;
  transition-duration: 0.5s;
  border-color: transparent;
  border-width: 0px; }

.business-listing {
  background-color: #efefef;
  transition-duration: 0.5s;
  border-color: transparent; }

.business-listing img {
  width: 100%; }

.business-listing .featured {
  position: absolute;
  top: 10px;
  bottom: auto;
  right: 10px;
  left: auto; }

.business-listing .featured img {
  width: 65px; }

.business-listing .card-title {
  color: #0d4d98;
  font-size: 18px;
  font-weight: bold; }

.business-listing .card-subtitle {
  color: #072e5b !important;
  font-size: 16px; }

.business-listing .card-body {
  padding: 1rem 1.25rem 1rem 1.25rem; }

.business-name {
  margin-top: auto;
  margin-bottom: auto; }

.card a {
  text-decoration: none;
  color: #fff; }

.cat-card .card-body {
  padding: 0.75rem; }

.cat-card .card-title {
  margin-bottom: 0px;
  font-size: 1.15rem; }

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

#custom-search-input {
  padding: 5px;
  border: solid 1px transparent;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: .5rem;
  margin-top: .5rem; }

#custom-search-input input {
  border: 0;
  box-shadow: none; }

#custom-search-input .input-group-btn {
  width: 15%; }

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  float: right;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px; }

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc; }

#custom-search-input .glyphicon-search {
  font-size: 23px; }

.location-container {
  position: relative; }

.image {
  display: block;
  width: 100%;
  height: auto; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  transition: .5s ease;
  background-color: #000000; }

.location-container:hover .overlay {
  opacity: 0.6; }

.location-text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

@media screen and (max-width: 767px) {
  .main-image {
    height: 300px; }

  body .main-image {
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll; }

  .county-page-image {
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover; } 

	.mobile-hide {
		display: none;
	}

}
@media screen and (max-width: 420px) {
  .main-image {
    height: 200px; } }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-color: #0d4d98;
  background: transparent;
  color: #0d4d98; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #0d4d98;
    background-color: #0d4d98;
    color: #fff; }
  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; }

.navbar-nav > li > a {
  border-right: 0px; }

@media screen and (max-width: 767px) {
  .home-image {
    margin-top: 30px; } }

img.link {
  max-width: 60px !important;
  float: right; }

img.cat-icon {
  max-width: 40px !important;
  float: right; }

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block; }

  .dropdown-menu {
    margin-top: 0; }

  .dropdown-toggle {
    margin-bottom: 2px; }

  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin-bottom: 0; }
}
.container-wide {
  max-width: 90%; }

#breadcrumbs a {
  color: #dee7f1; }

.breadcrumb_last {
  color: #dee7f1; }

#breadcrumbs a:hover,
#breadcrumbs a:focus {
  color: #ffffff; }

.post-box {
  background: #efefef; }

.post-box-title {
  background: #5582b6;
  color: #fff;
  padding: 0.5em;
  margin: 0; }

.post-box-entry {
  padding: 0em 1.5em; }

.post-box-footer {
  padding: 1.5em 1.5em; }

.posts-navigation {
  padding: 0 15px;
  width: 100%; }

.dropdown-menu {
  padding: 0; }

.dropdown-item {
  padding: .50rem 1.5rem; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #0d4d98; }

.pre-footer-bottom {
  padding: 13px 0;
  border-bottom: 1px solid #fff;
  background: #072e5b; }

.footer-link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  float: none !important; }

.footer-link a {
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 3; }

.bottom_ul {
  list-style-type: none;
  margin-bottom: 0px;
  margin: 0;
  padding: 0; }

.bottom_ul li {
  display: inline;
  margin: 5px; }

.bottom_ul li:after {
  color: #FFF;
  margin-right: 8px;
  margin-left: 8px; }

.bottom_ul li a {
  color: #FFF; }

.footer-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 10px; }

@media screen and (min-width: 768px) {
  #menu-footer {
    float: right; } }
/* Font */
.aa-dropdown-menu {
  font-size: 14px !important; }

.aa-dropdown-menu a {
  font-size: 14px !important; }

.wpgmza_map {
  margin-bottom: 50px; }

/*# sourceMappingURL=style.css.map */

.gdo-nav-menu {
	background-color: #072e5b;
}



/* # Locations page
---------------------------------------------------------------------------------------------------- */
.locations-page .site-inner {
	padding: 0;
}
 
.acf-map {
	width: 100%;
	height: 600px;
}
 
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
 
.locations {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
 
#newdiv {
    display: none;
}
 
.linkage {
    cursor: pointer;
    border-bottom: 1px dashed;
    margin: 40px 40px 0 20px;
}
 
.linkage:nth-last-of-type(1) {
	border: none;
}
 
.fa-map-marker {
    color: #0d4d98;
}
 
.fa-desktop {
    color: #0d4d98;
}

img.infowindow-image {
    width: 100%;
}

.infowindow-address {
    font-size: 16px;
    margin-bottom: 10px;
}

.infowindow-website {
    font-size: 16px;
}

 
@media only screen and (max-width: 1024px) {
	.linkage {
		margin: 0;
		padding: 40px 40px 0 20px;
	}
 
	.linkage:nth-last-of-type(2) {
		border-bottom: none;
	}
}
 
@media only screen and (max-width: 640px) {
 
	.linkage:nth-last-of-type(2) {
		border-bottom: 1px dashed;
	}
	
	.gdo-tagline h1 {
	  font-size: 1.8rem; }
	

}


.page-id-16202 .card p {
    display: block !important;
	margin-bottom: 0;
}

.wp-pagenavi {
    padding: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px; margin-right: 10px;
	font-size: 16px; color: #03719c; text-decoration: none;
	border: 3px solid #efefef; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #0d4d98;
	color: #fff;
	border: 3px solid #efefef;
	}
.wp-pagenavi span.current { font-weight: bold; }

@media only screen and (max-width: 640px) {

.wp-pagenavi span.pages {
    display: none;
}

}

.show-map:hover {
	cursor: pointer;
}

.premium-pricing-list {
	padding: 0;
}


ul.ubermenu-content-block {
    list-style: none;
}

.social-icons {
    list-style: none;
    padding: 8px 20px;
}

.social-icons i {
    margin: 0 2px;
}
.social-icons a {
    color: #fff !important;
}

img.mobile-hide.show-map {
    width: 100%;
}

h2.section-title:after {
	background: #5582b6;
	bottom: -10px;
	margin-bottom: 30px;
   content: "";
   display: block;
   height: 4px;
   position: relative;
   width: 70px;
}


h2.section-title.hr-light:after {
	background: #fff;
	bottom: -10px;
	margin-bottom: 30px;
   content: "";
   display: block;
   height: 4px;
   position: relative;
   width: 70px;
}

.btn-style-two {
    background-color: #5582b6;
}




#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



.featured-circle {
	border-radius: 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
	margin-right: 5px;
	background-size: contain;
}

.slider-sub-cats .badge-pill, .badge-pill {
	margin: 0 5px;
	background: #efefef;
}

.slider-sub-cats .badge-pill a:hover, .badge-pill a:hover  {
	text-decoration: none;
}

.pill-title {
	display: inline-block;
	font-size: 18px
}


.homepage-quicknav .pill-title {
	display: inline-block;
	font-size: 26px
}


.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #d5122f;
    border: 0;
    background: none;
    z-index: 1;
	width: 40px !important;
	height: 40px !important;
}



.slick-prev:before {
	  content: "\f104" !important;
    font: 40px/1 'FontAwesome' !important;
}

.slick-next:before {
	   content: "\f105" !important;
     font: 40px/1 'FontAwesome' !important;
}


.business-gallery .slick-prev:before, .business-gallery .slick-next:before {
	color: #ffffff;
	opacity: 0.7;
}

.slider-sub-cats .slick-prev:hover:before,
.business-gallery .slick-next:hover:before {
    color: #ffffff !important;
}


.slider-sub-cats .slick-prev {
	left: 10px;
}

.slider-sub-cats .slick-next {
	right: 10px;
}

.slider-sub-cats .slick-prev {
	right: auto;
	top: 20px;
	left: 0px;
}

.slider-sub-cats .slick-next {
	right: 0px;
	top: 20px;
}

.slider-sub-cats .slick-prev:before, .slider-sub-cats .slick-next:before {
	color: #404040;
	opacity: 1;
}

.slider-sub-cats .slick-prev:hover:before, .slider-sub-cats .slick-next:hover:before {
	color: #000000;
	opacity: 1;
}


/* Custom CSS styles */
.overlay-container {
  position: relative;
  width: 100%;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 130, 182, 0.7);
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-content button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 2rem
}

@media (max-width: 767px) {
  .overlay-container {
    height: 350px;
  }
.overlay-content button {
  font-size: 1rem
}
}

p.fadv {
    display: none!important;
}

#fadv {
	display: none!important;
}

.row.equal {
  display: flex;
  align-content: flex-start;
  align-items: center;
}

.card .entry-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.card .post-meta-box a, .card .card-body {
  color: rgb(0 0 0 / 65%);
  font-size: 14px;
}

.card .post-meta-box {
  padding: 1rem;
  padding-top: 0;
  font-size: 14px;
}

/*.card .card-body {
  font-size: 14px;
  padding-top: 0;
  padding: 0rem 1rem 1rem 1rem;
} */

.card.cat-card .card-body {
  color: #ffffff;
  padding: 0.75rem;
}

.card .card-header.post-box-title {
  background: transparent;
  color: #0d4d98;
  border: none;
  padding: 1rem 1rem 0 1rem;
}

.card {
  overflow: hidden;
}

.card img {
  transition: all 0.3s ease;
}

.card:hover img {
  scale: 1.05;
}


.col-xl-3.col-lg-12 {
  /* background: #f5f5f5; */
  /* border-radius: 10px; */
}

#secondary section.widget {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 1rem;
}

#secondary section.widget ul {
  margin: 0;
  padding: 0;
  /* padding-top: 0; */
}

#secondary section.widget ul li {
  list-style: none;
  background: #ffffff;
  margin: 10px 0;
  padding: 0.5rem;
  border-radius: 5px;
  border: 2px solid #0d4d98;
  display: flex;
  flex-direction: column;
}

.widget-area .widget span.post-date {
  font-size: 14px;
}

#secondary section.widget ul li a {
  color: #0d4d98;
}

form#searchform {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

form#searchform input {
  border: 0;
  padding: 10px;
}

.article-title-container {
  background: #072e5b;
  padding: 1.5rem 1rem;
  color: #f5f5f5;
  border-radius: 5px 5px 0 0;
}

.article-title-container .entry-category a {
  color: #f5f5f5;
}

.article-title-container h1 {
  margin-top: 0;
  color: #ffffff;
}

@media (min-width: 576px) {
  .blog .card-columns {
    column-count: 2;
    column-gap: 1rem;
  }
}

.tagcloud a {
  padding: 0.5rem;
  font-size: 16px !important;
  background: #0d4d98;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0.5rem;
}


.post-box a {
  color: initial;
  text-decoration: none; 
  font-size: initial;
  overflow: hidden;
}


.post-box .post-box-image {
  position: relative;
  overflow: hidden;
}


.article-image-container img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.header-title-container.d-flex {
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.header-title-container h1, .header-title-container h2, .header-title-container h3, .header-title-container h4, .header-title-container h5, .header-title h6 {
  font-family: "Changa One", sans-serif; 
}


a.balloon-link img:hover  {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.n2-ss-slider .n2-ss-item-image-content {
  overflow: visible !important;
}

.gap-1 {
  gap: 10px;
}

.gap-2 {
  gap: 20px;
}

.gap-3 {
  gap: 30px;
}

.gap-4 {
  gap: 40px;
}

.gap-5 {
  gap: 50px;
}


.header-title-container a:hover {
  text-decoration: none;
}


.bg-grey {
  background: #efefef;
}


.hp-slider-container img {
  width: 100% !important;
}


#menu-homepage .slick-list li {
    padding: 0px 0px;
}

#menu-homepage .slick-list li .badge {
    padding: 10px 20px;
    /* font-size: 0px; */
}

#menu-homepage .slick-list li .badge a span {
    font-size: 1.5rem;
}

@media (max-width: 768px) {  

#menu-homepage .slick-list li {
    padding: 0;
}

#menu-homepage.slider-sub-cats .slick-prev:before, #menu-homepage.slider-sub-cats .slick-next:before {
  font-size: 30px !important;
}

#menu-homepage .slick-list li .badge {
    padding: 5px 10px;
    /* font-size: 0px; */
}

#menu-homepage .slick-list li .badge a span {
    font-size: 1.4rem;
}

/* Arrows */
#menu-homepage .slick-prev,
#menu-homepage .slick-next
{
    top: 175% !important;
}
}


/* Arrows */
#menu-homepage .slick-prev,
#menu-homepage .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 150%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#menu-homepage.slider-sub-cats .slick-prev {
    right: 40px;
    left: auto;
}

#menu-homepage.slider-sub-cats .slick-prev:before, #menu-homepage.slider-sub-cats .slick-next:before {
  font-size: 50px !important;
  color: #5582b6;
}

#menu-homepage.slider-sub-cats .slick-prev:hover:before, #menu-homepage.slider-sub-cats .slick-next:hover:before {
  color: rgba(85, 130, 182, 0.85);
}

.homepage-quicknav {
    display: flex;
   flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 800px){
  .homepage-quicknav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}


.homepage-quicknav .badge {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.homepage-quicknav {
    list-style: none;
}

.homepage-quicknav li {
    padding: 0;
    /* margin: revert-layer; */
}


.homepage-quicknav .tp-button .badge {
    background: #ffb50e;
}

.homepage-quicknav .ta-button .badge {
    background: #02ccfe;
}

.homepage-quicknav .ado-button .badge {
    background: #cc9afe;
}

.homepage-quicknav .bba-button .badge {
    background: #8cd354;
}

.homepage-quicknav .bbl-button .badge {
    background: #ea5a9c;
}

.homepage-quicknav .h-button .badge {
    background: #4b53a2; 
}

.homepage-quicknav .badge:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.homepage-quicknav .badge a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.6rem;
}



/* Interactive map pagw */


path.st1[data-bg="#7f7acf"], .region[data-bg="#7f7acf"] .section-bar {
  fill: #7f7acf;
  background-color: #7f7acf;
}

path.st1[data-bg="#fee44f"], .region[data-bg="#fee44f"] .section-bar {
  fill: #fee44f;
  background-color: #fee44f;
}

path.st1[data-bg="#fda2c2"], .region[data-bg="#fda2c2"] .section-bar {
  fill: #fda2c2;
  background-color: #fda2c2;
}

path.st1[data-bg="#afd870"], .region[data-bg="#afd870"] .section-bar {
  fill: #afd870;
  background-color: #afd870;
}

path.st1[data-bg="#a6cef8"], .region[data-bg="#a6cef8"] .section-bar {
  fill: #a6cef8;
  background-color: #a6cef8;
}

path.st1[data-bg="#ceabeb"], .region[data-bg="#ceabeb"] .section-bar {
  fill: #ceabeb;
  background-color: #ceabeb;
}


.region[data-bg="#4b53a2"] .section-bar {
  background-color: #4b53a2;
}

.region[data-bg="#4b53a2"] ul li {
  background-color: #4b53a2;
  opacity: 0.8;
}



path.st1 {
  fill: #7ea3cf;
  transition: fill 0.5s;
}

path.st1:hover {
  opacity: 0.8;
  cursor: pointer;
}




#regions-counties {
  height: 500px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.section-bar {
  margin: 0;
  padding: 12px;
  background: #0d4d98;
  width: 100%;
}

.section-bar h2 {
  margin-bottom: 0;
  color: #ffffff; 
}

.region ul, .region ol {
  margin: 0;
  list-style: none;
  padding: 10px 0;
}

.region ul li {
  font-size: 18px;
  padding: 5px 5px 5px 20px;
  background-color: #7ea3cf;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 32px;
  transition: background-color 0.5s;
}

.region ul li:hover {
  opacity: 0.7;
}

.region ul a {
  color: #ffffff;
}

.region ul a:hover {
  text-decoration: none;
}
