/*!
Theme Name: Basingstoke Canal Society
*/
body { background-color: #f8f9fa; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 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%; }

/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); 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; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; 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; }

.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; }

.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; }

.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

.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; }

.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/* 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; }

.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; }

.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; }

.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; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body { -ms-word-wrap: break-word; word-wrap: break-word; -webkit-font-smoothing: auto; text-rendering: optimizeLegibility !important; -moz-osx-font-smoothing: grayscale; font-smoothing: auto; }

a, button, input { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

blockquote { font-size: 1.25rem; padding: 1.25rem 1.75rem; }

table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

table th, table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

table tbody + tbody { border-top: 2px solid #dee2e6; }

table table { background-color: #fff; }

figcaption { padding-top: 0; padding-bottom: .75rem; color: #6c757d; text-align: left; }

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; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; padding: 0.5rem 1.25rem; color: #fff; background-color: #007bff; border-color: #007bff; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; cursor: pointer; }

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 { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

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: #495057; background-color: #fff; border-color: #80bdff; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote { font-style: italic; font-size: 1.15rem; border-left: 3px solid rgba(33, 37, 41, 0.25); padding: 0.5rem 1.75rem; background: rgba(33, 37, 41, 0.05); }

blockquote p { font-size: 1.15rem; }

blockquote p:last-child { margin-bottom: 0; }

.navbar-dark .navbar-nav .dropdown-menu a { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.site-footer { padding-top: 3rem; padding-bottom: 3rem; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }

.post-thumbnail { margin-top: 1.5em; display: inline-block; }

.card-title.entry-title { margin-bottom: .25rem; }

.entry-meta { font-size: .9rem; }

.entry-footer { font-size: .9rem; margin-top: 1rem; }

.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 90%; padding-top: 0.2em; }

.cat-links .badge, .tags-links .badge { font-size: 90%; font-weight: normal; border: 1px solid rgba(0, 0, 0, 0.125); margin: 4px 10px 4px 0; padding: 0.4em .9em; }

.cat-links a, .tags-links a { color: #6c757d; }

.cat-links a:hover, .tags-links a:hover { text-decoration: none; color: #212529; }

.entry-meta a, .comments-link a, .edit-link a { color: #6c757d; }

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover { text-decoration: none; color: #007bff; }

.entry-title a:hover { color: #007bff !important; }

.content-area.wp-bp-404 .card-body { padding: 2.5rem 4rem; }

.sidebar-1-area .widget, .footer-widgets .widget { margin-bottom: 0; padding: 2rem; }

.sidebar-1-area .widget ul, .footer-widgets .widget ul { padding-left: 20px; color: #6c757d; margin-bottom: 0; }

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li { padding-top: 3px; padding-bottom: 3px; list-style: square; }

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a { color: #6c757d; }

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover { color: #212529; text-decoration: none; }

.footer-widgets .widget { padding: 0.5rem; }

#wp-calendar #next { text-align: right; }

#wp-calendar #prev a, #wp-calendar #next a { color: #6c757d; }

#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }

#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }

.hentry.card .card-body { padding: 1.5rem; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.entry-title a:hover { text-decoration: none; }

.mt-3r { margin-top: 3rem; }

.wp-bs-4-jumbotron { margin-bottom: 0; }

.wp-bs-4-jumbotron .jumbotron-heading { font-weight: 600; }

.wp-bs-4-jumbotron .container { max-width: 40rem; }

.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .media-body { overflow: auto; }

.comments-area .comment-list { list-style: none; padding-left: 0; }

.comments-area .comment-list > li { border-bottom: 1px solid #dee2e6 !important; padding: 2.5rem 4rem; }

.comments-area .comment-list ul.children { list-style: none; padding-left: 2rem; }

.comments-area .comment-list ul.children li { padding: 2.5rem 0 0; }

.comments-area .comment-list .comment-respond { padding: 2.5rem 4rem; }

.comments-area .comments-title { padding: 2.5rem 4rem; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .comment-navigation { padding: 1rem 4rem 0; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-comment-form { padding: 2.5rem 4rem; }

.comments-area .wb-cancel-reply { margin-left: 2rem; }

.comments-area .logged-in-as { padding-left: 15px; font-size: .9rem; }

.comments-area .logged-in-as a { color: #6c757d; }

.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }

.comments-area .wb-comment-notes { font-size: .9rem; }

.comments-area .no-comments { padding: 1rem 4rem; }

.comments-area small { font-size: .9rem; }

.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link { margin-right: 1rem; color: #6c757d; }

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover { color: #212529; text-decoration: none; }

.comments-area .comment-author a:hover { text-decoration: none; color: #212529; }

.wp-bp-sticky { position: absolute; top: 0; right: 1rem; }

.single .post-navigation .nav-links a { color: #6c757d; margin-bottom: 2rem; display: inline-block; }

.single .post-navigation .nav-links a:hover { color: #212529; text-decoration: none; }

.navbar { padding: 1rem; }

#wp-bp-posts-slider { border: 1px solid rgba(0, 0, 0, 0.125); }

#wp-bp-posts-slider .carousel-item img { width: auto; height: 400px; -o-object-fit: cover; object-fit: cover; }

#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }

.custom-logo-link { margin-right: 1rem; }

.site-title a, .navbar-dark .navbar-brand, .site-description { color: #fff; margin-bottom: 0; }

.navbar-brand { font-size: 1.5rem; }

.navbar-dark .navbar-nav .nav-link { color: #fff; opacity: 0.5; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; opacity: 0.75; }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; opacity: 1; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link { color: #212529; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus { color: #212529; }

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 { margin-top: 0 !important; }

.wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: none; }

.navbar-toggler { background-color: #343a40; }

.site-header { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

body.custom-background .wp-bp-main-content .col-md-8 { background: #f8f9fa; padding: 2rem; border: 1px solid rgba(0, 0, 0, 0.125); }

.site-footer a:hover { text-decoration: none; }

.admin-bar .site-header.sticky-top { top: 32px; }

.wb-bp-front-page .site-header { border-bottom: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron { padding: 0; background-size: cover; background-position: center; background-color: #343a40; border-radius: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay { padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */ }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead { opacity: .75; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading { font-weight: 600; font-size: 3rem; margin-bottom: 1rem; }

.wb-bp-front-page .wp-bp-services-section { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content p { font-size: 1.25rem; font-weight: 300; }

.wb-bp-front-page .wp-bp-main-content blockquote { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content blockquote p { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content .post-thumbnail { margin-bottom: 1rem; margin-top: 0.5rem; }

.wb-bp-front-page .wp-bp-feat-card-img { -o-object-fit: cover; object-fit: cover; height: 200px; width: 100%; }

.wp-caption .wp-caption-text { font-size: 0.95rem; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) { .hentry.card .card-body { padding: 2.5rem 4rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } }






.rl-gallery .rl-gallery-link .rl-gallery-caption {
  position:relative!important;
  text-align: center!important;
}

.rl-basicgrid-gallery {
  margin-top:3rem;
}




/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.motif {
    max-width: 25%;
    margin-bottom: 3rem;
    margin-top:3rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color:#379683;
}
.card-body h4 {
  color:#05386B!important;
}
.card-body h6 {
margin-bottom: 2rem;
  color:#379683!important;
}
h2 {
  margin-bottom:3rem;
}
b, strong {
    font-weight: 900;
}
h2, .h2 {
    font-size: 2rem;
}
body {
  font-size:1rem!important;
}
p {
  font-size:1rem!important;
}
.button {
    background-color: #379683;
    font-family: Roboto Slab;
    display: block;
    max-width: 300px;
    border-radius: 360px;
    padding-left: 15px;
    padding-right: 14px;
    text-transform: uppercase;
    color: #FFF!important;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.button:hover {
  background-color:#05386B;
  cursor:pointer;
}
.reveal {
  margin-top:3rem;
}
.line {
  width:100%;
  height:1px;
  background-color:#CCC;
  margin-top:3rem;
  margin-bottom:3rem;
}
.portals .parent {
  width:100%;
  height:25vh;
  overflow: hidden;
}
.portals .image {
  width:100%;
  height:25vh;
  background-size: cover;
  background-position: center;
  transition: all .5s;
}
.portal-item:hover .image {
  transform: scale(1.2);
}
.portals .portal-title {
    padding: 15px;
    background-color: #EAEAEA;
    color: #565656;
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: Roboto Slab;
    font-size: 1.4rem;
}
.footer-first {
  background-color:#2B5558;
}
footer .container {
  width:90%!important;
  max-width: 90%;
}
footer {
  padding-top:0px!important;
}
.footer-3-area p {
  font-size: 12px!important;
}
footer .logo {
    max-width: 250px;
  padding-top:1rem;
  padding-bottom:1rem;
width:100%;	
}
.textwidget {
  padding-top:1rem;
}
footer li {
    text-align: right;
    list-style-type: none;
    width: auto;
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
}
footer ul {
    text-align: right;
    padding-top: 1.6rem;
}
.social img {
  max-width: 25px;
margin-left: 3px;
	margin-top: -2px;
}
.footer-4-area {
  text-align: right;
  margin-top:1.4rem;
}
a img:hover {
  opacity:0.6;
}
.site-branding-text .logo {
  height:80px;
}
header {
    position: absolute;
    width: 100%;
    z-index:2;
}
header .container {
  width:90%;
  max-width:90%;
  margin:auto;
}
.item {
  background-color:#515151;
  background-size: cover;
}
.home-slider .container {
  width:90%;
  max-width:90%;
}
.slide-content {
  align-self: center;
}
.home-slider .full-height {
  height:100vh;
  min-height: 850px;
}
.home-slider h1 {
  font-size:4rem;
  color:#EDF5D1;
  margin-bottom:3rem;
}
.home-slider p {
    font-size: 1.2rem !important;
    color: #FFF;
    line-height: 1.5rem;
}
body, html {
  overflow-x: hidden;
}
.links {
  margin-top:6rem;
}
.links a {
  color:#EDF5D1!important;
  text-transform: uppercase;
  font-size:1rem;
  font-family: Roboto Slab;
}
.owl-nav {
  display:none!important;
}
.links .white a { 
  color:#FFFFFF!important;
}
a:hover {
  text-decoration:none;
}
.links a:hover {
  opacity: 0.6;
}
.relative {
  position:relative;
}
.accreditation {
  position:absolute;
  right:0;
  background-color:#FFFFFF;
  border-bottom-left-radius: 360px;
  border-top-left-radius: 360px;
  padding-right: 20%;
padding-left: 15%;
  top: -45px;
}
.accreditation img {
    padding-top: 9px;
    padding-bottom: 9px;
    max-width: 80px;
}
.row.indent {
  margin-left:15px;
  padding-left: 5%;
  margin-right:0px;
}
.nav-area .links {
  margin-top:0px;
  text-align: right;
  margin-bottom: 1rem;
}
.nav-link {
  text-transform: uppercase;
  color:#FFFFFF!important;
} 
.nav-link:hover {
  opacity:0.6;
}
.active .nav-link {
  font-weight:900;
}
.navbar {
  padding-top:3rem;
}
.dash {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
    margin-top: -4px;
}
.links .social {
    display: inline-block;
    width: 25px;
}
.top-book-now {
    margin-right: 10px;
    display: inline-block;
}
.dropdown-menu {
	background:rgba(255,255,255, 0.9);
	color:#222222!important;
}
.dropdown-menu .nav-link {
    color: #222 !important;
  padding:8px;
  font-size:14px;
}
.overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background:rgba(0,0,0, 0.4);
}
.moreinfo {
	display:none;
}

.portal-item {
  display:block;
}
a:hover {
  cursor: pointer!important;
}

h4.alt-style {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #2B5558;
}
body {
  color:#585858;
}


#nf-label-field-29 {
  font-size:14px;
}
#nf-label-field-29-0 {
  font-size:12px;
}

#nf-label-field-30 {
  font-size:14px;
}
#nf-label-field-30-0 {
  font-size:12px;
}

#nf-label-field-31 {
  font-size:14px;
}
#nf-label-field-31-0 {
  font-size:12px;
}

/*--------------------------------------------------------------
# Default Page
--------------------------------------------------------------*/

.top-area-page {	
    padding-top: 145px;
    padding-bottom: 3rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27a383+0,2b5558+100 */
    background: #27a383; /* Old browsers */
    background: -moz-linear-gradient(left,  #27a383 0%, #2b5558 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #27a383 0%,#2b5558 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #27a383 0%,#2b5558 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a383', endColorstr='#2b5558',GradientType=1 ); /* IE6-9 */
}
.top-area-page h1 {
    padding-top: 6rem;
    font-size: 2.8rem;
    color: #EDF5D1;
    max-width: 60%;
}
.page-template-default .site-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.page-template-donate .site-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.page-template-no-sidebar .site-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.page-template-left-sidebar .site-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.page-template-right-sidebar .site-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.top-area-page .container {
    width: 90%;
    max-width: 90%;
    margin: auto;
}
body {
    background-color: #FFF;
}
.card {
  border:0px;
}
.page-template-default .page-content, .page-template-default .entry-content, .page-template-default .entry-summary {
    margin: 0em 0 0;
}
.page-template-no-sidebar .page-content, .page-template-no-sidebar .entry-content, .page-template-no-sidebar .entry-summary {
    margin: 0em 0 0;
}
.page-template-left-sidebar .page-content, .page-template-left-sidebar .entry-content, .page-template-left-sidebar .entry-summary {
    margin: 0em 0 0;
}
.page-template-right-sidebar .page-content, .page-template-right-sidebar .entry-content, .page-template-right-sidebar .entry-summary {
    margin: 0em 0 0;
}
h3 {
	margin-bottom:2rem;
	margin-top:3rem;
}
.featured-image {
  max-width: 560px;
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 1;
}

.featured-image .post-thumbnail {
  margin-top: 2em;
}

.wp-block-media-text {
  background-color: #efefef;
}
.wp-block-media-text p {
  color:#2B5558;
}
nav button {
	float:right;
}

/* .top-area-page .motif-overlay {
  background-image: url('http://d2844338.u89.pipeten.co.uk/wp-content/themes/TreefrogTheme/assets/images/header-motif.svg');
  background-size:cover;
  background-position:left;
} */



/*--------------------------------------------------------------
# Members Page
--------------------------------------------------------------*/

.logged-in .ihc-user-page-content-wrapper .ich_level_wrap.ihc_level_template_5 {
  display:none!important;
}
select.iump-form-select  {
  height:50px;
}
.margin-bottom-form {
  margin-bottom:3rem!important;
}
.ihc-tos-wrap input {
  margin-left:0px!important;
}
.iump-form-checkbox label {
  padding-left:0px!important;
  font-weight: bold;
}
.iump-labels-register {
  padding-left:0px!important;
}
.iump-form-checkbox .iump-form-checkbox-wrapper {
  padding-left:0px!important;
}

.ich_level_wrap {
  margin-top: 3rem!important;
}
.ihc-level-item {
  width: 33%!important;
  min-width: 33%!important;
  max-width: 33%!important;
}
.ihc-level-item-content {
  display:none;
}
.ihc_level_template_5 .ihc-level-item-bottom {
    position: relative;
    height:auto;
}
.ihc_level_template_5 .ihc-level-item-wrap {
  margin:0px!important;
  margin-right:3%!important;
  background-color:#057FA6!important;
  margin-bottom:1rem!important;
}
.ihc_level_template_5 .ihc-level-item-price {
  font-family: Roboto Slab!important;
}
.ihc_level_template_5 .ihc-level-item-title {
  font-family: Roboto Slab!important;
}
.ihc-level-item-link {
  background-color: #05386B!important;
    font-family: Roboto Slab!important;
    display: block!important;
    max-width: 300px!important;
    border-radius: 360px!important;
    padding-left: 15px!important;
    padding-right: 14px!important;
    text-transform: uppercase!important;
    color: #FFF!important;
    font-weight: 700!important;
    font-size: 1rem!important;
    line-height: 1rem!important;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}
.impu-form-submit input {
  background-color: #05386B!important;
    font-family: Roboto Slab!important;
    display: block!important;
    max-width: 300px!important;
    border-radius: 360px!important;
    padding-left: 15px!important;
    padding-right: 14px!important;
    text-transform: uppercase!important;
    color: #FFF!important;
    font-weight: 700!important;
    font-size: 1rem!important;
    line-height: 1rem!important;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
    border:0px!important;
  text-align:left!important;
}
.impu-form-submit input:hover {
  background-color: #379683!important;
}
.ihc-level-item-link:hover {
  background-color: #FFFFFF!important;
  color: #05386B!important;
}
.iump-register-form.ihc-register-9 {
  padding: 0px!important;
  min-width: 100%!important;
  max-width: 100%!important;
}
.iump-register-form.ihc-register-9 {
    margin: 0px!important;
}
.ihc-register-9 .iump-form-line-register {
    padding: 0px!important;
}
.ihc-register-9 .iump-form-line-register input[type="text"], .ihc-register-9 .iump-form-line-register input[type="password"], .ihc-register-9 .iump-form-line-register input[type="number"], .ihc-register-9 .iump-form-line-register textarea, .ihc-register-9 .iump-form-line-register select, .ihc-register-9 .iump-form-line-register .select2-selection  {
  border-radius: 0px !important;
  background-color: #efefef;
  padding: 15px;
  font-size: 1rem;
  line-height: 1rem;
}
.ihc-login-template-11 .impu-form-line-fr input[type="text"]{
  border-radius: 0px !important;
  background-color: #efefef!important;
  padding: 15px!important;
  font-size: 1rem!important;
  line-height: 1rem!important;
  padding-left:40px!important;
}
.ihc-login-template-11 .impu-form-line-fr input[type="password"]{
  border-radius: 0px !important;
  background-color: #efefef!important;
  padding: 15px!important;
  font-size: 1rem!important;
  line-height: 1rem!important;
  padding-left:40px!important;
}
.iump-form-upload_image {
  display:none!important;
}
.ihc-strength-wrapper {
  display:none!important;
}
.ihc-register-9 .iump-submit-form input {
  background-color: #05386B!important;
    font-family: Roboto Slab!important;
    display: block!important;
    max-width: 300px!important;
    border-radius: 360px!important;
    padding-left: 15px!important;
    padding-right: 14px!important;
    text-transform: uppercase!important;
    color: #FFF!important;
    font-weight: 700!important;
    font-size: 1rem!important;
    line-height: 1rem!important;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
  background-image:none!important;
  text-align: left!important;
}
.ihc-login-template-11 {
  width:100%;
  margin:0px;
  padding:0px;
}
.ihc-login-template-11 .impu-remember-wrapper {
    padding-left: 0px!important;
}
.ihc-login-template-11 .impu-form-links-pass a {
    color: #379683!important;
}
.ihc-login-template-11 .impu-form-links a {
  color: #379683!important;
}
a:hover {
  opacity:0.8;
  cursor: pointer!important;
}
.ihc-edit-top-ap-banner {
  display:none!important;
}
.ihc-left-side {
  display:none!important;
}
.ihc-ap-top-theme-4 .ihc-middle-side {
    margin-top: 0px!important;
    margin-left: 0px!important;
}
.ihc-ap-theme-3 .ihc-account-subscr-list .ihc-level-name-wrapp {
    padding-left: 0px!important;
}
.iump-form-line-register.iump-form-checkbox {
  width:100%!important;
}
.ihc-login-template-11 .impu-form-links div {
    display: inline-block;
    float: left;
}
.navbar-toggler {
	background-color: transparent;
	padding:0px;
}
.navbar-toggler-icon { 
	width:35px;
	height:3px;
	background-color:#FFFFFF;
	margin-bottom:5px;
	display: block;
}





/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/
.sidebar-1-area .textwidget p em {
	color:red;
}
.event-portal {
	margin-bottom:1rem;
	padding-right: 0px;
}
#em-wrapper {
	display:none;
}
h5 {
    font-size: 15px;
    color: #565656;
	opacity:0.7;
}
.page-numbers {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background-color: 
    #EAEAEA;
    border-radius: 360px;
    font-size: 13px;
}
.em-pagination {
    margin-left: 15px;
    margin-top: 2rem;
}
.sidebar-1-area .widget, .footer-widgets .widget {
    padding: 0rem;
}
.sidebar-1-area h6, .sidebar-1-area .h6 {
    font-size: 1.3rem;
    margin-top: 2rem;
}
.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    padding-left: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid 
    #CCC;
}

footer .sidebar-1-area .widget ul li, footer .footer-widgets .widget ul li {
  border-bottom:0px;
}

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child {
    border-bottom: 0px solid #CCC;
}
.widget.border-bottom {
    border-bottom: 0px solid 
    #dee2e6 !important;
}
.sidebar-1-area .widget ul, .footer-widgets .widget ul {
    padding-left: 0px;
}

.event-portal h4, .event-portal .h4 {
    font-size: 1.3rem;
    margin-top: 0.5rem;
}
.event-portal img {
    border: 1px solid 
    #CCC;
}
.wp-bp-sidebar-width h3 {
	margin-bottom: 0px;
	color: #2B5558;
	margin-top: 0rem;
	border-top: 1px solid #CCC;
	padding-top: 2rem;
}
.event-portal h4 a {
	color:#565656;
}
.event-portal h4 a:hover {
	opacity: 0.8;
}
.wp-bp-sidebar-width {
    border-top: 0px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.submit-wrap input[type="button"] {
	background-color:
#379683!important;
font-family: Roboto Slab;
display: block;
max-width: 300px;
border-radius: 360px;
padding-left: 15px;
padding-right: 14px;
text-transform: uppercase;
color:
#FFF;
font-weight: 700;
font-size: 1rem;
line-height: 1rem;
padding-top: 7px;
padding-bottom: 7px;
margin-top: 2rem;
margin-bottom: 3rem;
width: 100% !important;
text-align: left;
height: auto !important;
}
.submit-wrap input[type="button"]:hover {
	background-color:#05386B!important;
	color:#FFFFFF!important;
}

.wp-block-button__link {
	background-color:
#379683!important;
font-family: Roboto Slab;
display: block;
min-width: 300px;
max-width: 300px;
border-radius: 360px;
padding-left: 15px;
padding-right: 50px;
text-transform: uppercase;
color:
#FFF;
font-weight: 700;
font-size: 1rem;
line-height: 1rem;
padding-top: 7px;
padding-bottom: 7px;
margin-top: 2rem;
margin-bottom: 3rem;
width: 100% !important;
text-align: left;
height: auto !important;
}
.wp-block-button__link:hover {
	background-color:#05386B!important;
	color:#FFFFFF!important;
}

.comments-area {
  display: none!important;
}
.event-template-default.single .card-body h4 {
text-transform: uppercase;
line-height: 1.6rem;
font-size: 1.2rem;
color:#222;
}
.post-thumbnail {
  width:100%;
}
.post-thumbnail img {
  width:100%;
}
.em-booking {
  background-color: #efefef;
  width: 100%;
  padding: 20px;
  margin-top:2rem;
}
.em-booking-form-details {
  width:100%!important;
}
.input-field-booking_comment {
  display:none!important;
}
.em-booking-submit {
  background-color: #379683!important;
  font-family: Roboto Slab!important;
  display: block!important;
  max-width: 300px!important;
  border-radius: 360px!important;
  padding-left: 15px!important;
  padding-right: 14px!important;
  text-transform: uppercase!important;
  color: #FFF!important;
  font-weight: 700!important;
  font-size: 1rem!important;
  line-height: 1rem!important;
  padding-top: 7px!important;
  padding-bottom: 7px!important;
  margin-top: 2rem!important;
  margin-bottom: 3rem!important;
  width:100%!important;
  text-align: left!important;
}
#em_wp-submit {
  background-color: #379683!important;
  font-family: Roboto Slab!important;
  display: block!important;
  max-width: 300px!important;
  border-radius: 360px!important;
  padding-left: 15px!important;
  padding-right: 14px!important;
  text-transform: uppercase!important;
  color: #FFF!important;
  font-weight: 700!important;
  font-size: 1rem!important;
  line-height: 1rem!important;
  padding-top: 7px!important;
  padding-bottom: 7px!important;
  margin-top: 2rem!important;
  margin-bottom: 3rem!important;
  width:100%!important;
  text-align: left!important;
}
.em-booking-submit:hover {
  background-color:#05386B;
  cursor:pointer;
}
div.em-booking-login {
    padding: 10px;
    margin: 0px 0px 0px 0px;
    border-left: 0px solid 
    black;
    clear: both;
    border-top: 1px solid
    #CCC;
}
#em_wp-submit {
  display: block;
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}
div.em-booking-login label {
    width: 50%;
}
.event-template-default.single .post-thumbnail {
    margin-top: 1rem;
}
.event-template-default.single .wp-bp-sidebar-width {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 2rem;
}
.ufaq-faq-categories {
  display:none;
}
.ufaq-faq-title-text h4 {
  font-size: 1.2rem;
}
.ewd-ufaq-post-margin-symbol span {
display: inline-block;
font-size: 22px;
margin: 0 auto;
margin-top: 4px;
}
.ufaq-faq-category-title h4 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #222;
}
.em-booking-form label {
    display: inline-block;
    width: 100%;
}
.motif {
  max-width:135px!important;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
    width: 100%;
}
.event-portal img {
  display:block;
  width:100%;
}
.ufaq-faq-body {
    padding-left: 45px;
}
.reset {
  font-size:14px;
  margin-bottom:4rem;
  margin-top:1rem;
  display: block;
}
.ticket-desc {
  font-size:13px;
  line-height: auto;
}
.em-cart-summary .em-cart-info .em-cart-info-values label {
  width:auto;
}
.em-bookings-ticket-table-price {
  display:none;
}

#custom_html-3 .textwidget {
  padding-top:0px;
}
#custom_html-3 {
    margin-top: 9.9rem;
}

.input-field-data_privacy_consent input {
    float: right;
    margin-top: 5px;
}
.input-field-data_privacy_consent {
  font-size:0.9rem!important;
}
.em-booking-form label {
  float:none;
  width:auto;
}
.input-field-terms input {
    margin-top: -8px;
    margin-left: 20px;
}
.input-field-terms {
    margin-bottom: 5px;
    margin-top: 3rem;
    font-size:0.9rem!important;
}

.breadcrumbs {
  display:none;
}

.page-child .breadcrumbs {
  display:block;
}
.single .breadcrumbs {
  display:block;
}
.breadcrumbs {
text-align: right;
margin-top: 4.5rem;
  color:#777777;
  text-transform: uppercase;
}
.single .breadcrumbs {
  margin-top:2.5rem;
} 
.breadcrumbs a {
  color:#05386b;
}
.breadcrumbs a:hover {
  opacity:0.7;
}
.page-template-booking .motif {
  max-width: 50%;
}
.single .motif {
  max-width: 25%;
}

.textwidget .fc-today-button {
  display:none!important;
}

.full-cal-link {
  font-weight:bold;
  font-size:1.1rem;
}


/*--------------------------------------------------------------
# News & Archive
--------------------------------------------------------------*/
.card-body header {
  position:relative;
}
.blog .card-body, .archive .card-body, .single .card-body {
  padding:0px!important;
}
.comments-link {
  display:none;
}
.tags-links {
  display:none;
}
.entry-footer {
    font-size: .9rem;
    margin-top: 1rem;
    background-color: 
    transparent;
    padding: 0px;
    padding-top: 10px !important;
}
.blog .button, .archive .button {
  margin-bottom:1rem!important;
}

.breadcrumbs {
  font-size:13px;
}
.no-padding {
  padding:0px!important;
}

.em-coupon-success {
  margin-left:0px!important;
  margin-top:15px;
}
html {
  background-color:#2b2b2b;
}

.searchform button { width: auto;
background: transparent;
border: 0px;
display: block;
}



/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

.woocommerce-products-header__title.page-title {
  display:none;
}
.product img {
  border:1px solid #CCC;
  margin-bottom:15px;
}
ul.products li.product .woocommerce-loop-product__title {
font-size: 0.9rem;
font-weight: normal;
margin-bottom: 10px;
}
.products .add_to_cart_button {
  display:none;
}
.woo_pp_cart_buttons_div {
  display:none;
}


.related.products .button {
  display:none!important;
}
.woocommerce .sidebar-1-area {
  display:none;
}
.related.products h2 {
  margin-bottom: 1rem;
margin-top: 3rem!important;
}
.related.products h2.woocommerce-loop-product__title {
  font-size: 13px!important;
margin-top: 0px!important;
}
.archive .product .add_to_cart_button {
  display:none;
}

.archive .search-form-block {
  display:none;
  background-color: #efefef;
padding: 20px;
}

.archive .search-form-block a.button {
margin-top: 15px;
margin-bottom: 0px!important;
  background-color:#05386B!important;
  display: block;
min-width: 200px;
text-align: left;
}

.archive .search-form-block a.button:hover {
  background-color:#379683!important;
}


.archive.category-society-news .search-form-block {
  display:block;
  margin-top:2rem;
}
.byline {
  display:none;
}

.search .hentry.card .card-body {
padding: 0rem 0rem;
}
.search .hentry.card .card-body .button {
margin-bottom:1rem;
}

.ihc-level-payment-via {
  display:none;
}



/*--------------------------------------------------------------
# Friends
--------------------------------------------------------------*/
#mc_embed_signup form {
padding: 0px 0 0px 0%!important;
}
input#mc-embedded-subscribe {
  background-color: #379683!important;
font-family: Roboto Slab!important;
display: block!important;
max-width: 300px!important;
width:100%!important;  
border-radius: 360px!important;
padding-left: 15px!important;
padding-right: 14px!important;
text-transform: uppercase!important;
color: #FFF!important;
font-weight: 700!important;
font-size: 1rem!important;
line-height: 1rem!important;
padding-top: 7px!important;
padding-bottom: 7px!important;
margin-top: 2rem!important;
margin-bottom: 3rem!important;
  text-align: left!important;
}
input#mc-embedded-subscribe:hover {
  background-color: #05386B!important;
}




.sidebar-news-area .textwidget a:first-child {
  margin-top:0px!important;
}
.sidebar-news-area .textwidget a.button {
  margin-top:1rem;
  background-color:#05386B;
}
a.button:hover {
  cursor: pointer!important;
}
.category-society-news .latest-active {
  opacity:0.4;
}
.category-society-bulletins .bulletin-active {
  opacity:0.4;
}

.keeping-alive {
  padding-top: 30px;
  max-width: 250px;
}
.footer-4-area .textwidget p {
  font-size:11px!important;
}

.button {
  background-image:url(https://basingstoke-canal.org.uk/bcs/wp-content/themes/TreefrogTheme/assets/images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
background-position: 94% 50%;
}
.button.more {
  background-image:url(https://basingstoke-canal.org.uk/bcs/wp-content/themes/TreefrogTheme/assets/images/button-plus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
background-position: 94% 50%;
}
.wp-block-button__link {
  background-image:url(https://basingstoke-canal.org.uk/bcs/wp-content/themes/TreefrogTheme/assets/images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
background-position: 94% 50%;
}

.wp-block-image img {
max-width: 100%;
border: 1px solid #efefef;
}
.wp-block-image .alignright, .wp-block-image .alignleft {
width: 50%; 
}
figcaption {
margin-top: 0px!important;
padding-top: 10px;
background-color: #efefef;
padding-left: 15px;
padding-right: 15px;
}
.site-header {
border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}


.single-product .summary.entry-summary .cart .quantity {
    margin-right: 10px;
    width: 100%;
    display: block;
}
.single-product .summary.entry-summary .button[type="submit"] {
    margin-top: 15px!important;
    border: 0;
    display: block;
    width: 100%;
    text-align: left;
    clear: both;
    float: left;
}
.single-product .summary.entry-summary .cart {
    display: block!important;
}
.single-product .summary.entry-summary .product_meta {
    font-size: .9rem;
    padding-top: 1rem;
    color: #6c757d;
    display: block;
    clear: both;
    width: 100%;
}
.woocommerce-tabs {
    display: none;
}
.woocommerce-message {
	margin-top:15px;
}
.woocommerce-message .button.wc-forward {
	margin-top: 0px;
    margin-bottom: 8px;
}
.shop_table.shop_table_responsive.woocommerce-cart-form__contents .coupon {
	
}
.coupon label {
	display:none;
}
.coupon input {
	max-width: 400px;
    margin-left: 0px;
    margin-right: 20px;
	margin-top:0px;
	margin-bottom:0px;
}
.coupon {
	background-color:#efefef;
	padding:20px;
	margin-bottom:20px;
}
.coupon button {
	margin-right:0px;
	margin-bottom: 0px;
    margin-top: 0px!important;
}
.woocommerce-error {
    padding: 0.75rem 2.25rem;
    border: 1px solid transparent;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-bottom: 1rem;
    border-radius: .25rem;
    display: block;
}
.form-row.place-order button[type="submit"], .shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"], .single-product .summary.entry-summary button[type="submit"] {
    background-color: #379683;
    border-color: #379683;
    width: 100%;
    text-align: left!important;
    float: left!important;
border-radius: 360px!important;
line-height:auto!important;
}
.btn-primary, .button.add_to_cart_button, .price_slider_amount button[type="submit"], .sp-services-section .sp-single-service .sp-service-icon, .wc-proceed-to-checkout .checkout-button.button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #379683;
    width: 100%;
    text-align: left;
    float: left;
border-radius: 360px!important;
line-height:auto!important;
}
.form-row.place-order button[type="submit"], .shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"], .single-product .summary.entry-summary button[type="submit"] {
background-color: #379683;
border-color: #379683;
border-radius: 360px!important;
line-height:auto!important;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    display: none!important;
}
.checkout.woocommerce-checkout .col2-set {
    display: block;
}
.checkout.woocommerce-checkout .col2-set .col-1 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
	padding:0px;
}
.col2-set .col-2 {
	-ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
	padding:0px;
}
.woocommerce-additional-fields {
	display:block;
  margin-top: 5rem;
}
.checkout.woocommerce-checkout label {
	display:block;
	width:100%;
}
ul.wc_payment_methods.payment_methods.methods {
	display:none;
}
.woocommerce-privacy-policy-text {
	text-align:left;
}
.woocommerce-input-wrapper {
	width:100%;
}
.page-numbers {
width: 25px;
height: 25px;
display: inline;
text-align: center;
line-height: 20px;
background-color: #FFF;
border-radius: 360px;
font-size: 13px;
}
.woocommerce-pagination .page-numbers li .page-numbers {
border: 0px!important;
}

.category-trip-news form.searchform button {
  width:100%;
  text-align: left;
}

.em-booking-form-details p.ticket-price label {
  margin-right:6px;
}

.guest-checkout-recaptcha {
  width:100%;
  display:block;
  text-align: left;
}
.login-checkout-captcha  {
  width:100%;
  display:block;
  text-align: left;
}
#refresh_captcha {
  text-align: left;
}
.woocommerce-form__label-for-checkbox {
  text-align: left;
}

.em-search-geo {
  display:none!important;
}
.em-search-country.em-search-field {
  display:none!important;
} 
.em-search-advanced {
  display:block!important;
}
.em-search-options {
  display:none!important;
}
div.css-search div.em-search-advanced label > span {
  width:100%;
}
.em-date-input-loc {
  margin-bottom:10px;
}
/* .em-events-search-category option:nth-child(3) {
  display:none!important;
  visibility: hidden!important;
  opacity:0!important;
}
.em-events-search-category option:nth-child(10) {
  display:none!important;
  visibility: hidden!important;
  opacity:0!important;
}
.em-events-search-category option:nth-child(11) {
  display:none!important;
  visibility: hidden!important;
  opacity:0!important;
} */
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
.mobile-nav {
  display:none;
}

@media screen and (max-width: 1364px) {
.hentry.card .card-body {
    padding: 2.5rem 0px;
}
.container {
    max-width: 90%!important;
}
}


@media screen and (max-width: 1296px) {
  .site-footer li a {
    font-size: 14px;
  }
  .site-footer li {
    margin-left:10px;
  }
.featured-image {
    max-width: 490px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 170px;
    z-index: 1;
}
.top-area-page h1 {
    max-width: 45%;
}
}

@media screen and (max-width: 1159px) {
  .site-branding-text .logo {
    height: 66px;
  }
  .top-area-page h1 {
    padding-top: 8rem;
  } 
}
@media screen and (max-width: 1048px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.9rem;
  }
}


@media screen and (max-width: 992px) {
	.nav-area {
		width:100%;
	}
  .top-book-now {
    float: left;
    margin-top: 0px;
  }
  .nav-area .links {
    margin-top:1rem;
  }
  .desktop-nav {
    display:none!important;
  }
  .mobile-nav {
    display:block;
    background-color:#2b2b2b;
  }
  .mobile-nav .navbar-collapse {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .nav-link {
    font-size: 1.2rem;
  }
  .dropdown-menu {
    background: rgba(255,255,255, 0.0);
    color: #222222 !important;
    display: block;
    padding: 0px;
    margin-bottom: 10px;
  }
  .dropdown-menu .nav-link {
    color: #CCC !important;
  }
  .dropdown-menu .nav-link {
    font-size: 0.9rem;
  }
  .menu-item {
    border-bottom: 1px solid #CCC;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .menu-item ul.dropdown-menu .menu-item {
    border-bottom: 0px solid #CCC;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
  }
  footer ul {
    text-align: left;
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
  .social img {
    max-width: 30px;
    margin-left: 0px;
    float: left;
    margin-right: 10px;
  }
  .featured-image {
    max-width: 100%;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 1;
    margin-top: 0rem;
  }
  .top-area-page {
    padding-bottom:0px;
  }
  .links .social {
    display: inline-block;
    width: 35px;
  }
  .social img {
    max-width: 35px;
    margin-left: 6px;
    float: left;
    margin-right: 0px;
}
  .portals .portal-title {
    font-size: 1.2rem;
}
#menu-footer {
    padding-top: 1rem;
    float: right;
}
.social img {
    float: none;
}
.top-area-page h1 {
    padding-top: 7rem;
    padding-bottom: 2rem;
}
.home-slider h1 {
  font-size: 3.4rem;
  padding-top:10rem;
  }
  .home-slider .full-height {
    height: auto;
    min-height: 800px;
}
  .owl-nav {
    display:none;
  }
  .wb-bp-front-page .wp-bp-main-content {
    padding: 0rem 0;
}
.top-area-page h1 {
	max-width: 100%;
	}	
}

@media screen and (max-width: 960px) {
.footer-4-area .textwidget p {
    font-size: 11px!important;
    width: 60%;
    float: right;
}
.site-footer li {
    margin-left: 5px;
}
.site-footer li a {
    font-size: 12px;
}	
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    text-align: left;
    margin-top: 0.5rem;
    color: 
    #777777;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }
  .top-area-page h1 {
    font-size: 2.2rem;
    }
  .wp-bp-sidebar-width {
    width:90%;
    margin:auto;
  }
  .wp-bp-sidebar-width .breadcrumbs {
    display:none;
  }
  #custom_html-3 {
    margin-top: 0rem;
  }
  .link-image {
    max-width:200px;
  }
  .accreditation {
    padding-right: 10%;
    padding-left: 10%;
    top: -100px;
}
.home-slider h1 {
    font-size: 2.4rem;
    padding-top: 10rem;
    padding-right: 5%;
}
	.event-search {
		display:block!important;
	}
	.event-search .em-search-wrapper {
		display:none!important;
	}
	.sidebar-1-area #custom_html-2 {
		display:none!important;
	}
	.sidebar-1-area #text-7 {
		display:none!important;
	}
	.page-template-event-search .site-main .event-search .em-search-wrapper {
		display:block!important;
	}
}

@media screen and (max-width: 480px) {
  .nav-area .links {
    display:none;
  }
  h2, .h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .top-area-page h1 {
    padding-top: 5rem;
    font-size: 2.8rem;
  }
  .site-branding-text .logo {
    height: 60px;
  }
  .motif {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .motif {
    max-width: 100px !important;
  }
  h3, .h3 {
    font-size: 1.4rem;
  }
}


.entry-content p a {
text-decoration: underline;
}
.iump-form-plain_text {
  text-align: left;
}
.breadcrumbs {
  display:none!important;
}


.archive.woocommerce-page .woocommerce-breadcrumb {
	display:none;
}

.ihc-ap-top-theme-4 {
padding-top: 20px;
}

.paging {
	margin-top:2rem;
}
.paging ul {
	padding:0px;
}
.paging ul li {
	list-style-type: none;
	display: inline-block;
}
.prev.page-numbers {
	margin-right:10px;
}
.next.page-numbers {
	margin-left:10px;
}



.card-body header {
position: relative;
z-index: 1;
}

#stripe-card-group {
	width:100%;
}
#stripe-exp-element {
	width:100%;
}
#stripe-cvc-element  {
	width:100%;
}
ul.wc_payment_methods.payment_methods.methods {
    padding-left: 15px;
}
.payment_method_stripe {
	display:inline;
}
.payment_method_paypal img {
	display:none!important;
}
.payment_method_paypal a  {
	display:none!important;
}
ul.wc_payment_methods.payment_methods.methods {
    display: block;
    margin-bottom: 3rem;
}
.checkout.woocommerce-checkout label {
    display: inline;
    width: 100%;
}
.shop_table {
	margin-bottom:3rem;
}
.stripe-card-group {
	width:100%;
}

li.wc_payment_method.payment_method_paypal {
	margin-bottom: 20px!important;
}
.payment_box.payment_method_stripe {
display: block;
background-color: #efefef;
padding: 20px;
margin-top: 15px;
}

.wp-block-button__link {
margin-bottom: 20px;
margin-top: 0px;
}
.sidebar-news-area .textwidget a.button {
background-color: #379683;
}
.sidebar-news-area .textwidget a.button:hover {
background-color: #05386B;
}


.woocommerce-cart .button {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.checkout-button {
   padding-top: 5px!important;
   padding-bottom: 5px!important;								
}

.em.em-calendar .em-cal-body.event-style-pill .em-cal-event {
height: 18px;
margin: 11px 0;
font-size: 11px;
}
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
width: 28px;
height: 28px;
font-size: 12px;
}
.em.em-calendar .em-cal-nav .month input, .em.em-calendar .em-cal-nav .month span.marker {
	font-size: 18px;
}
.em-calnav-today {
	background-image:none!important;
}
.em-cal-body.em-cal-days {
	margin-bottom:3rem!important;
}

.event .button {
width: 175px;
margin-left: 15px;
margin-top: 10px;
}

.em.em-modal .em-modal-popup header {
position: relative;
}
.em.em-list .em-item .em-item-info {
border-left: 1px solid #CCC;
padding: 0 10px 0 35px;
}
.em.em-list .em-item .em-item-info .button {
	margin-bottom: 0 !important;
	margin-top: 0px;
	border-radius: 360px!important;
	text-align: left!important;
	padding: 0px!important;
	padding-left: 20px!important;
	padding-right: 50px!important;
	color: #FFF!important;
	background-color: #379683!important;
	height: 30px!important;
	line-height: 28px!important;
	font-size: 11px!important;
}
.em.em-list .em-item .em-item-info .button:hover {
	border-color:#379683!important;
	opcaity:1!important;
}
.em.em-list .em-item .em-item-info .em-item-desc {
font-size: 14px;
margin: 20px 0;
margin-top:0px;
}
.em.em-list .em-item .em-item-info .em-item-meta {
margin-bottom: 10px;
}
.em-item-read-more.button, .em-event-book-now.button  {
	background-position: 94% 50%;
}
a.button .em-icon.em-icon-ticket {
	display:none!important;
}
.em.em-item .em-item-meta .em-item-meta-line, .em.em-list .em-item .em-item-meta .em-item-meta-line, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
	font-size:14px;
}
.event-portal p {
	font-size: 14px!important;
	margin-top: 18px;
}
.event-portal a.button {
	font-size:13px;
	margin-bottom:2rem;
}
.col-sm-12.col-md-8.event-portal {
	border-bottom:1px solid #CCC;
	margin-bottom:2rem;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-submit button, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-submit button {
padding: 0 20px !important;
line-height: 29px !important;
height: 30px !important;
margin: 0 !important;
margin-left: 20px!important;
border-radius: 360px!important;
background-color: #379683!important;
border-color: #379683!important;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-submit button:hover, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-submit button:hover {
opacity:0.5;
}

.page-template-booking .col-md-4.wp-bp-sidebar-width {
	display:none!important;
}

.single.single-event .em-item-image  {
	display:none!important;
}

.em.em-item.em-item-single .em-item-meta h3 {
font-size: 13px!important;
text-transform: uppercase;
font-weight: bold!important;
letter-spacing: 1px!important;
}
.em-event-add-to-calendar.em-tooltip-ddm.em-clickable.input {
	border-radius:360px!important;
}
.em-event-where {
	display:none!important;
}
.em-item-meta .button.input.with-icon-right {
	padding: 0 20px !important;
line-height: 29px !important;
height: 30px !important;
margin: 0 !important;
margin-left: 20px!important;
border-radius: 360px!important;
background-color: #379683!important;
border-color: #379683!important;
color:#FFF!important;
	text-align: left!important;
}
.em-event-location {
	display:none!important;
}
.em.pixelbones h2 {
font-size: 20px!important;
line-height: 30px!important;
}
.em-event-content p {
font-size: 14px!important;
}
.em.pixelbones h2 a {
	color:#379683!important;
}.em.pixelbones h2 a:hover {
	color:#379683!important;
	opacity:0.5;
}
.em-event-bookings h2 {
	display:none;
}
.em.em-event-booking-form .em-tickets {
border: 0;
margin: 0 0px;
padding: 0;
width: 0px;
}
.em.pixelbones th:first-child, .em.pixelbones td:first-child {
padding-left: 15px !important;
}
.em.pixelbones th:last-child, .em.pixelbones td:last-child {
padding-right: 15px !important;
}
.em.em-event-booking-form .em-tickets tr th {
	background-color: #379683!important;
}
.em.em-event-booking-form .em-booking-section {
width: auto;
float: none;
margin: 0px 0px;
padding: 15px;
background-color: #efefef;
margin-bottom: 2rem;
padding-top: 25px;
padding-bottom: 10px;
}
.em.em-event-booking-form h3.em-booking-section-title {
margin-bottom: 5px!important;
}
.em.pixelbones .input label, .em.pixelbones .input legend, .em.pixelbones.input label, .em.pixelbones.input legend {
font-size: 14px;
opacity: 0.8;
color:#222;
}
.em-booking-form a {
font-size: 14px;
opacity: 0.8;
color:#379683!important;
text-decoration: underline;
}
.em.pixelbones a {
	color:#379683!important;
}
.em.pixelbones .button.input, .em.pixelbones button.input, .em.pixelbones input[type=submit].input, .em.pixelbones input[type=reset].input, .em.pixelbones input[type=button].input, .em.pixelbones.input .button, .em.pixelbones.input button, .em.pixelbones.input input[type=submit], .em.pixelbones.input input[type=reset], .em.pixelbones.input input[type=button], .em.pixelbones .input .button, .em.pixelbones .input button, .em.pixelbones .input input[type=submit], .em.pixelbones .input input[type=reset], .em.pixelbones .input input[type=button] {
margin-top: 3rem!important;
border-radius: 260px!important;
font-size: 12px!important;
line-height: 28px!important;
text-align: left!important;
border-color: #379683!important;
background-color: #379683!important;
color: #FFF!important;
background-image: url(https://basingstoke-canal.org.uk/bcs/wp-content/themes/TreefrogTheme/assets/images/button-arrow.svg);
background-repeat: no-repeat;
background-size: 15px;
background-position: 94% 50%;
}

.em.pixelbones .button.input:hover, .em.pixelbones button.input:hover, .em.pixelbones input[type=submit].input:hover, .em.pixelbones input[type=reset].input:hover, .em.pixelbones input[type=button].input:hover, .em.pixelbones.input .button:hover, .em.pixelbones.input button:hover, .em.pixelbones.input input[type=submit]:hover, .em.pixelbones.input input[type=reset]:hover, .em.pixelbones.input input[type=button]:hover, .em.pixelbones .input .button:hover, .em.pixelbones .input button:hover, .em.pixelbones .input input[type=submit]:hover, .em.pixelbones .input input[type=reset]:hover, .em.pixelbones .input input[type=button]:hover {
border-color: #379683!important;
background-color: #379683!important;
color: #FFF!important;
opacity:0.5!important;
}
.em-event-content {
	width:95%;
}
.em-calendar {
	max-width:982px!important;
}
.em.em-calendar .em-cal-body.even-aspect .em-cal-day {
max-width: 140px;
}

.input-field-data_privacy_consent {
	margin-bottom:0px!important;
	padding:20px;
	background-color:#2B5558;
	
}
.input-field-data_privacy_consent label {
	color:#FFF!important;
	margin-bottom: 0px!important;
}
.input-field-data_privacy_consent br {
	display:none!important;
}
.em.pixelbones .input .input-field-data_privacy_consent label, .em.pixelbones.input .input-field-data_privacy_consent label {
	margin-bottom: 0px!important;
}

.em.pixelbones .input-field-data_privacy_consent label a {
	color:#FFF!important;
	opacity:0.8;
}

.em-tickets-single {
	width:100%!important;
	margin-top: 20px!important;
}
.em.em-event-booking-form .em-tickets {
    width: 100%!important;
}

.ays-pb-modal a {
	color:#efefef;
}