/*



Theme Name: Mindsprings



*/

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

body {
    line-height: 1.9em;
    font-family: "open sans", arial, sans-serif;
    font-size: 14px;
    color: #2f414f;
}
em {
    font-style: italic;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%!important;
    height: 100%!important;
}

img,
a.review-submit,
a.book-a-room,
a.sidecart-contents{
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

a,
a:visited {
    color: #5b8b93;
    text-decoration: none;
}

a:hover {
    color: #5b8b93;
    text-decoration: underline;
}

#footer ul,
#header ul,
.cat-item li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

strong {
    font-weight: bold;
}

i {
    font-style: italic
}

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

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

.clear {
    clear: both
}
h1, h2.entry-title {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 300;
    color: #5b8b93;
    margin-bottom:15px;

}
h2,
h3 {
    font-size: 20px;
    color: #5b8b93;
    margin-bottom: 10px;
}

h1.title {
    color: #5b8b93;
    margin-bottom: 30px;
}

h4 {
    color: #5b8b93;
    font-size: 16px;
    margin-bottom: 10px;
}

.fluid-img {
    max-width: 100%;
    height: auto;
    display: block;
}


#container-home {
    padding-top: 30px
}

#container {}

#breadcrumbs,
#breadcrumbs a {
    color: #183254;
    font-size: 12px;
    padding: 10px 0;
}


/* Header */

#logo {
    display: block;
}

#header {
    padding: 5px 0 0;
}
.header-banner {
    position: relative;
    background-image:url('/wp-content/uploads/2018/03/home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
        -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: right;
    margin-bottom:30px;
}

.logo {
    padding: 10px 10px 40px;
}




/* Homepage */

.content {
    margin-bottom: 20px
}
.cat-item {
    position: relative;
    margin-bottom: 20px;
}
.feature-box {
    overflow: hidden
}
a h3.feature-head{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background: #bbbca6;
    color:#fff;
    padding:5px 15px;
    font-size:16px;
    text-transform: uppercase;
    margin:0;    
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.feature-box {
    background-color: #e3e4e4;
}
.facebook-feed {
    overflow-y:scroll; 
}
.inner {
    padding:30px;
    background-color: #bbbca6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
img.featureimg {
    width: 100%;
    height:auto;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
}
.featureimg-wrap {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}
.home-text {
    margin:30px 0;
}

.home-text a {
    text-decoration: underline;
}

#footer .social-icons {
    float:none;
    margin:20px 0;
}

.white {
    background-color: #e3e4e4;
    overflow: hidden;
}


.inner p {
    margin-bottom: 20px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.excerpt {
    padding: 0 0 5px;
}


/* Menus */

.menu-item-has-children a:after {
    content: ' ▾';
}

.menu-item-has-children ul a:after,
a.wprmenu_parent_item:after {
    content: '';
}

li#menu-item-601 a{
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}
/* Bar */

#menu {
    position:absolute;
    bottom: 0;
    left:0;
    width:100%;
    background-color: rgba(255,255,255,0.9);

}

#menu ul {
    list-style: none;
}

#menu li {
    float: left;
    background: url(images/navdiv.png) no-repeat right;
    text-align: center;
    position: relative;
    width:11.11%;
}
li#menu-item-433 {
	background: none;
}

li#menu-item-433 a{
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
}
#menu li a {
    color: #5b8b93;
    display: block;
    padding: 8px 0;
    transition: background-color 0.5s ease;
    margin-right: 1px;
    margin-left: 1px;
    text-transform: uppercase;
    font-size:14px
}

#menu li a:hover,
li.current-menu-item a {
    background-color: #e7e7e7;
    color:#777777;
    text-decoration: none;
}


/* Drop Down */
@media (min-width:992px) {
li.current-menu-item .sub-menu a {
    background-color: #E3E4E4;
}

#menu ul.sub-menu:after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #e3e4e4;
    position: absolute;
    top: -11px;
    left: 35px;
}

ul.sub-menu {
    display: none;
    background-color: #e3e4e4;
    position: absolute;
    width: 190px;
}

#menu ul ul {
    z-index: 9999
}


#menu li:hover ul.sub-menu {
    display: block;
}

#menu ul ul li {
    width: 100%;
}

#menu ul.sub-menu li a {
    color: #444;
    border-bottom: 1px solid #a1b9c7;
    margin: 0 20px;
    transition: all 0.5s;
    font-size: 12px;
    padding: 10px 0;
}

#menu ul.sub-menu li a:hover {
    color: #869ca8;
    background-color: #e3e4e4;
}

.sub-menu li.current-menu-item a {
    background-color: #e3e4e4;
}

#menu li.current_page_ancestor > a,
#menu li.current-menu-ancestor > a {
    background-color: #5b8b93;
    color:#fff;
}

/* 3rd level */

ul.sub-menu li ul {
    display: none!important;
    position: absolute;
    width: 100%;
}
ul.sub-menu li:hover ul.sub-menu {
    display: block!important;
    position: absolute;
    left: 100%;
    top: 0;
}

ul.sub-menu li.menu-item-has-children:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #fff;
    position: absolute;
    right: 10px;
    top: 48%;
}
ul.sub-menu li.menu-item-has-children ul li a:after {
    border: none!important;
}
#menu ul.sub-menu ul:after {
    border: none!important;
}
}

#wprmenu_menu.wprmenu_levels ul {
    background-color: #a1b9c7;
}

#wprmenu_menu.wprmenu_levels .sub-menu li.current-menu-item a {
    background-color: #869ca8
}
.last {
    margin-right: 0;
    padding-right: 0;
}

.first {
    margin-left: 0;
    padding-left: 0;
}



#menu:after,
.content-wrap:after,
#header:after,
.wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.cat-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.widget-container li.cat-item {
    margin: 0;
}
.widget-container{
    margin-bottom: 30px;
}

/* Top Banner */

.top-banner {
    position: relative;
    margin-bottom: 20px
}
.top-banner img {
    width: 100%;
    height: auto;
    padding:0;
    margin:0;
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background:#bbbca6;
    color:#fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding:5px 20px;
    text-align: right;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}


/* Contact Form */
.ui-accordion .ui-accordion-header {
    background: #5b8b93;
    color: #fff;
}
#accordion {
    margin:20px 0;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 30px;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    border: 1px solid #bdcfd9;
    width: 95%;
    border-radius: 2px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}

select.wpcf7-form-control.wpcf7-select {
    width: 99%;
    padding: 5px;
    border: 1px solid #ddd;
}

#wpcf7-f77-o1 p {
    font-size: 12px;
    margin-top: 5px;
}

.wpcf7-submit, a.btn, input#submit, a.tribe-events-read-more {
    background-color: #5b8b93;
    padding: 10px 20px;
    display: block;
    text-align: center;
    width: 150px;
    border: 0;
    color: #fff;
    transition: background-color 0.5s ease;
}

.wpcf7-submit:hover, a.btn:hover, input#submit:hover, a.tribe-events-read-more:hover{
    background-color: #436e75;
    color: #fff;
    cursor: pointer;
}

#wpcf7-f3129-p1761-o1 {
    border: 1px solid #5b8b93;
    padding: 20px;
    margin: 30px 0;
    background: #fafafa;
}

.entry-content table {
    width: 100%;
}

.entry-content table td {
    border: 1px dashed #ccc;
    padding: 5px;
}

.entry-content li {
    list-style: initial;
}
.entry-content ul,.entry-content ol {
    margin: 0 0 20px 40px;
}

.attachment-wrap {
    margin:15px 0;
}
.attachment-wrap p {
    font-weight: bold;
    margin:0;
}
.attachment-wrap a {
    padding-left:20px;
    background:url(/wp-content/themes/mindsprings/images/application-pdf.png);
    background-repeat: no-repeat;
}
/* Sidebar*/


/* Gallery */

.ngg-galleryoverview {
    text-align: center !important;
}

.ngg-gallery-thumbnail-box {
    display: inline-block !important;
    *display:inline;
}

.ngg-gallery-thumbnail-box {
    float: none !important;
}

/* Footer */
#footer {
	text-align: center;
}
#footer a {
	color: #5b8b93

}



/* Cart */

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}

.sidecart {
    background: #e3e4e4;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center
}
.sidecart-contents-count {
    margin-bottom: 15px;
}
a.sidecart-contents {
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    background: #5b8b93;
    text-align: center;
    margin-bottom: 10px
}
.book-a-room {
    padding: 10px 15px;
    color: #fff!important;
    display: inline-block;
    background: #a1b9c7;
    width: 150px;
    text-align: center;
    float:left;
    margin:30px 0 0 25px;
}
.booked-calendarSwitcher.calendar option {
    color:#000!important;
}
/*Blog */
#comments label {
    display: block;
    font-size: 13px;
}
#comments textarea, #comments input {
    display: block;
    width: 60%;
    padding: 5px 10px;
}
#comments {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #fff;
}
section#comments-list {
      border-bottom: 2px solid #fff;
      padding-bottom:20px;
      margin-bottom: 20px
  
}
textarea#comment {
    display: block;
}

#comments .comment-form-cookies-consent label {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}
input#wp-comment-cookies-consent {
    display: inline-block;
    width: auto;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.entry-date,
.entry-footer {
    font-size: 12px;
    font-weight: bold;
}
.entry-footer {
	margin:15px 0 0;
}
.entry-content.blog img {
    max-width: 100%;
    height: auto;
}
.nav-next {
    float:right;
}
.nav-previous {
    float:left;
}
#nav-below {
    margin-bottom: 30px;
}
#nav-below:after {
    content: '';
    display: block;
    clear: both;
}
.sidebar-section {
    margin-bottom: 30px;
}
li.comment {
    list-style: none;
}
h3.widget-title {
    color: #333;
    margin-bottom: 20px;
}
#archives-3,
#categories-3 {
    margin-top: 30px;
}

.comment-body {
    padding: 15px 0;
}
.input-group {
    position: relative;
}
span.input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    }
    span.input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #5b929b;
    color:#fff;
}
input.form-control.search-query {
    width: 100%;
    padding: 5px 50px 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #8b8c82;
}
button#searchsubmit {
    height: 100%;
    background: #5b929b;
    border: none;
    width: 40px;
}
@media (max-width:991px) {
    #header {
        padding: 0 10px;
    }
    .fluid-img,
    .btn-default {
        margin: auto;
    }

    .entry-content {
        text-align: left;
    }
        .pull-right {
        float: none!important
    }
    .banner-caption {
        position: relative;
        bottom: auto;
        left: auto;
    }
    .top-banner img {
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
    }
}

@media (max-width: 767px) {
    .icon {
        margin-left: 2px;
        width: 30px;
    }
    #branding {
        text-align: center;
    }
    #logo {
        float: none;
    }
    #comments textarea, #comments input {
    width: 100%;
}

}
/* Events */

.tribe-events-event-cost .tribe-out-of-stock, .tribe-events-event-cost .tribe-tickets-left {
	display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 6px;
-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.woocommerce-info a, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	color: #5b8b93
}

.tribe-events-list .type-tribe_events {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px;
}
/*Responsive Menu*/

#wprmenu_menu.wprmenu_levels ul li a {
    width: 100%;
}
/* Woocommerce */
.woocommerce a.remove {
    display: block;
    font-size: 1em;
    height: auto;
    width: auto;
    text-align: center;
    line-height: 1;
    border-radius: 0;
    color: #fff!important;
    text-decoration: none;
    font-weight: 400;
    border: 0;
}
.woocommerce a.remove:hover {
    text-decoration: underline;
    background: none
}
#waiting-list {
    background: #f8f8f8;
    padding: 20px;
    border: 1px solid #5b8b93;
    margin: 20px 0;
}
a.event-waiting-url {
    color: #fff;
    background: #5b8b93;
    padding: 15px;
    margin: 15px 0 30px;
    display: block;
    width: 200px;
    text-align: center;
}