/*
Theme Name: At Peace Floatation Therapy
Description: Bespoke theme for APF
Author: Diana Nichols
Author URI: http://diananichols.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lavender

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.

This theme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*variables */
/*#453629;*/
/*#dbc8b7;*/
/* h1 etc */
/* page title */
.greygradient {
  background-color: #ededed;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
  background-image: -moz-linear-gradient(top, #ffffff, #ededed);
  background-image: -ms-linear-gradient(top, #ffffff, #ededed);
  background-image: -o-linear-gradient(top, #ffffff, #ededed);
}
.bluegradient {
  background-color: #7db3d8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4cae4), to(#7db3d8));
  background-image: -webkit-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -moz-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -ms-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -o-linear-gradient(top, #a4cae4, #7db3d8);
}
.tealgradient {
  background-color: #61a7ad;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#83babe), to(#61a7ad));
  background-image: -webkit-linear-gradient(top, #83babe, #61a7ad);
  background-image: -moz-linear-gradient(top, #83babe, #61a7ad);
  background-image: -ms-linear-gradient(top, #83babe, #61a7ad);
  background-image: -o-linear-gradient(top, #83babe, #61a7ad);
}
/*-------------------------------------------------------------------------*/
html,
body {
  font-family: "Raleway", "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  color: #666666;
  line-height: 1.6;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Raleway", "Ubuntu", "Raleway", "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  color: #0ab1b5;
}
table {
  table-layout: fixed;
  box-sizing: border-box;
}
/*fix for Chrome*/
a,
a:hover,
a:focus {
  color: #0ab1b5;
}
.center {
  text-align: center;
}
.align-right {
  text-align: right;
}
hr {
  width: 80%;
  border-top: 1px solid #d0e5f5;
}
.roundimg {
  border-radius: 5px;
  -moz-border-radius: 5px;
}
/* header */
.navbar-brand {
  height: auto;
  overflow: hidden;
  padding: .5em 0;
}
.headlogo {
  height: 90px;
  overflow: visible;
}
.headmenu {
  vertical-align: middle;
}
header {
  margin-bottom: 2.5em;
}
.home header {
  margin-bottom: 0;
}
.tophead {
  background: #61a7ad;
  color: #fff;
  padding: .5em 0;
}
.tophead img {
  float: left;
}
.tophead a {
  margin: .5em;
  color: #fff;
}
.tophead a i {
  color: #fff;
}
/* navigation */
.navbar {
  margin-bottom: 0;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-default {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  border: 0 none;
  border-bottom: 10px solid #7db3d8;
}
.navbar-default .navbar-nav > li > a {
  color: #339999;
  font-size: 1.2em;
  padding: 1em .8em ;
  text-shadow: 0 0 0 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  box-shadow: 0 0 0 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #444;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle {
  background: #4b8b90;
  color: #fff;
}
.navbar-default li.loginbutton a {
  margin: 0.8em 0.5em;
  padding: 0.2em 1.5em;
  background: #4b8b90;
  border-radius: 15px;
  -moz-border-radius: 15px;
}
.navbar-default li.rfmenu a {
  padding: .5em 1.2em;
}
.navbar-default .dropdown-menu li a {
  text-align: left;
}
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
  background: #61a7ad;
  background-image: none;
}
#subnav {
  background: #666;
  padding-top: 1em;
}
#subnav p {
  color: #fff;
}
#subnav .button {
  margin: 0;
}
.navigation {
  text-align: center;
}
.home .navbar-default {
  border-bottom: 0 none;
}
/**walker************************************************************/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/******************************************************/
/* alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.navigation {
  text-align: center;
}
/* meta */
.byline {
  margin-left: 1em;
}
.byline i,
.posted-on i,
.posted-on .fa,
.byline .fa,
.entry-footer .fa,
.comments-link .fa,
.post-edit-link .fa {
  color: #999;
}
.comments-link,
.edit-link {
  padding-left: .5em;
  border-left: 1px solid #ddd;
  margin-left: 1em;
}
#post-meta,
#post-meta-cats {
  font-size: .8em;
}
#post-meta-cats,
.entry-footer {
  clear: both;
}
/* sidebar */
.apsidebar {
  padding: 2em 1em;
  background: #7db3d8;
}
/* widgets */
.widget {
  margin: 1em 0;
  background: #fff;
  padding: .5em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 5px 10px #3d7fad;
}
.widget h4.widget-title {
  font-size: 1.6em;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}
.widget ul {
  list-style-type: none;
  padding-left: 1em;
  font-size: .9em;
}
/* home page */
.home .choices {
  background: #7db3d8;
  padding: 3em;
  background-color: #7db3d8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4cae4), to(#7db3d8));
  background-image: -webkit-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -moz-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -ms-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -o-linear-gradient(top, #a4cae4, #7db3d8);
}
.home .choice {
  background: #fff ;
  text-align: center;
  margin: 1em;
  padding: .5em 0;
  box-shadow: 0px 5px 10px #3d7fad;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
.home .choice .button {
	background: #61a7adb8 !important;
	border-radius: 20px !important;
}
.home .choice h3 {
  margin: .2em 0 1em 0;
}
.home #primary {
  background: transparent url('/wp-content/uploads/2017/05/cover_splatter-border.jpg') repeat-y top left;
}
.home #main {
  background: #fff;
  margin-left: 10em;
  padding: 2em 1em;
  font-size: 1.2em;
  /*h1 { margin-bottom:.5em; }*/
}
#homeblog {
  background: #e0ecf5;
  padding: 2em 0;
}
#homeblog img {
  max-height: 250px;
  width: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
#homeblog h3 {
  padding: .5em;
  margin-bottom: 1em;
  font-style: italic;
  background: #f8f8f8;
  border-radius: 10px;
}
#homestatement {
  background: #61a7ad;
  color: #fff;
  padding: 3em 0;
}
#homestatement h3 {
  color: #fff;
  line-height: 1.6em;
  margin: 2em;
}
.testimonials {
  font-style: italic;
  background: #f8f8f8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 1em;
  margin-top: 2em;
}
.testimonials .slick-slide img {
  float: left;
  border-radius: 50px;
  height: 100px;
  width: auto;
  margin-right: 2em;
  border: 5px solid #7db3d8;
}
.testimonials .fa {
  color: #61a7ad;
  float: left;
  margin-right: 1em;
}
.testimonials .title {
  text-align: right;
}
.testimonials h2 {
  margin-bottom: 1em;
}
/* pages & posts */
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
  padding-bottom: 1em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
article {
  overflow: hidden;
}
article img {
  margin: 0 .5em .5em;
}
.entry-title {
  position: relative;
  text-align: center;
  margin-bottom: 1.4em;
}
.entry-title span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.entry-title:before {
  background: #d0e5f5;
  content: url('img/flowerline3.png');
  display: block;
  height: 1px;
  position: absolute;
  top: 80%;
  width: 100%;
  left: 0;
}
.entry-title2 h1, .entry-title2 h2 {
  /*position: relative;*/
  text-align: center;
  margin-bottom: .4em;
}
.entry-title2 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.entry-title2 h1:before, .entry-title2 h2:before {
  background: #d0e5f5;
  content: url('img/flowerline3.png');
  display: block;
  height: 1px;
  position: absolute;
  top: 80%;
  width: 100%;
  left: 0;
  z-index: 1;
}
/*massage page */
.download-form {
  background: #7db3d8;
  padding: 2em;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 2em;
}
.download-form div {
  padding: 1em;
  background: #fff;
  box-shadow: 0px 5px 10px #3d7fad;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.float-tabs #slides {
  background: transparent url(/wp-content/uploads/2017/05/cover_splatter.png) no-repeat center center;
  background-size: cover;
  margin: 2em 0;
}
.float-tabs #slides img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}
/*services page */
.leftsidebar {
  background-color: #7db3d8;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4cae4), to(#7db3d8));
  background-image: -webkit-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -moz-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -ms-linear-gradient(top, #a4cae4, #7db3d8);
  background-image: -o-linear-gradient(top, #a4cae4, #7db3d8);
}
.leftsidebar .catbutton {
  background: #fff;
  margin: 1em 0;
  padding: .7em;
  text-align: center;
  font-size: 1.2em;
  box-shadow: 0px 5px 10px #3d7fad;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
.service-content img {
  max-width: 160px;
  max-height: 160px;
  border-radius: 100px;
  border: 10px solid transparent;
  background: transparent url(/wp-content/uploads/2017/05/cover_splatter-vert.png) no-repeat center center;
}
.service-content .service-price {
  float: right;
  background: #61a7ad;
  padding: .5em;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.service-content .service-item {
  margin-bottom: 4em;
}
.service-content .service-img {
  text-align: right;
}
.service-content h2 {
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 1em 0;
  padding: .5em;
}
.service-content h3 {
  margin: 0;
}
/* floatation page */
.floatbutton {
  text-align: center;
  padding: 2em;
}
.floatbutton div {
  padding: 1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1.2em;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 5px 10px #3d7fad;
}
.float-tabs {
  padding: 2em 1em;
}
.float-tabs .nav-tabs > li {
  background: #83babe;
  border-left: 1px solid #339999;
}
.float-tabs .nav-tabs > li a {
  color: #fff;
}
.float-tabs .nav-tabs > li a:hover {
  background: #83babe;
}
.float-tabs .nav-tabs > li.active a {
  border: 1px solid #339999;
}
.float-tabs .nav-tabs > li.active a {
  color: #fff;
  background-color: #61a7ad;
}
.float-tabs .tab-content iframe {
  margin: 3em 0;
}
.float-tabs .tab-pane.first {
  background: transparent url('/wp-content/uploads/2017/05/cover_splatter-40-vert.png') no-repeat center center;
}
.float-content {
  margin-top: 2em;
}
/* float cabin design page */
.float-tabs .tab-pane.second {
  background: transparent url('/wp-content/uploads/2017/05/cover_splatter-40-vert.png') no-repeat center center;
}
/* about us page */
.story-mission {
  background: transparent url(/wp-content/uploads/2016/02/Studio18_1423px.png) no-repeat center center fixed;
  font-size: 2em;
  text-align: center;
  color: #fff;
  background-size: cover;
  padding: 3em;
  font-weight: bold;
}
.story-mission h2 {
  color: #fff;
}
.story-quote {
  padding: 3em;
  background: #61a7ad;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}
/* gallery page */
#gallery {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
  margin-top: 1em;
}
#gallery img {
  -webkit-column-span: all;
  column-span: all;
  width: 100%;
}
#gallery .pic {
  background-color: #fff;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  text-align: center;
}
/* pricing page */
.pricing-tab {
  background: #f8f8f8;
  border: 2px solid #61a7ad;
  margin-top: 2em;
  padding: 1em;
}
.roundwater {
  border-radius: 50%;
  max-height: 240px;
  max-width: 240px;
  border: 10px solid #7db3d8;
}
/* first time page */
.leaf {
  list-style-type: none;
  list-style-position: outside;
}
.leaf i {
  margin-right: .3em;
}
.leaf li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
}
.fa.fa-leaf {
  color: #61a7ad;
  font-size: 1.3em;
}
/*  Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/* form elements */
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input[type="text"],
textarea,
input[type="tel"],
input[type="email"],
input[type="password"] {
  padding: .25em  .5em;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1em;
  line-height: 1.618em;
  font-family: inherit;
  outline: none;
  margin: 0 .5em;
  background: #fff;
}
input[type="checkbox"] {
  height: 1.618em;
  width: 1.618em;
  cursor: pointer;
  position: relative;
  -webkit-transition: .15s;
  border-radius: 2em;
  margin-right: 1em;
  margin-top: .53em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #999;
}
input[type="radio"] {
  height: 1.618em;
  width: 1.618em;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #999;
}
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type="submit"],
input.button,
button.button,
.button {
  display: inline-block;
  padding: .5em 1.5em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Raleway", "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 1.618em;
  margin: .2em .327em;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  background: #61a7ad;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type="submit"]:hover,
input.button:hover,
button.button:hover,
.button:hover {
  background: #086668;
  color: #fff;
}
p.button a {
  color: #fff;
}
select {
  border: 1px solid #ddd;
}
a.darkbutton {
  display: inline-block;
  padding: .5em 1.5em;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Raleway", "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 1.618em;
  margin: .2em .327em;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  background: #61a7ad;
  border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  background: #444;
  padding: 1em 2em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 1.2em;
}
a.darkbutton:hover {
  background: #086668;
  color: #fff;
}
a.darkbutton:hover {
  background: #51361f;
}
a.litebutton {
  display: inline-block;
  padding: .5em 1.5em;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Raleway", "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 1.618em;
  margin: .2em .327em;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  background: #61a7ad;
  border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  background: #988857;
  padding: 1em 3em;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
a.litebutton:hover {
  background: #086668;
  color: #fff;
}
a.litebutton:hover {
  background: #786b44;
}
/*  Comments */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-content a {
  word-wrap: break-word;
}
.comments-title,
.comment-reply-title {
  padding-bottom: 9px;
  margin: 40px 0 20px 0;
  border-bottom: 1px solid #eee;
}
ol.comment-list {
  list-style: none;
  padding-left: 0;
}
.comment-author .avatar {
  margin-right: 25px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4px;
}
.comment-meta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.comment-details {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.comment-details .reply {
  margin-top: 10px;
}
.comment-date a {
  font-size: 11px;
  color: #777;
  margin-right: 10px;
}
#commentform #comment {
  width: 100% !important;
}
#commentform #submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#commentform #submit:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/*  Infinite scroll */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
/*  Media */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object,
img {
  max-width: 100%;
}
/*   Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*  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;
}
/* footer */
#colophon {
  font-size: .9em;
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
#colophon aside {
  text-align: center;
}
#colophon h4 {
  text-align: center;
  font-size: 2em;
}
.footer-menu {
  margin-left: 0;
  padding: 0 0 30px 0;
}
.footer-menu li {
  display: inline;
  list-style-type: none;
}
.footer-menu li a {
  border-left: 1px solid #ddd;
  padding: 0 8px;
}
.footer-menu > li:first-child > a {
  border-left: none;
  padding: 0 8px 0 0;
}
/* ninja forms */
.profile_pass-wrap input,
.text-wrap.label-above input,
.text-wrap.label-below input,
.text-wrap.label-inside input,
.textarea-wrap.label-above textarea,
.textarea-wrap.label-below textarea,
.textarea-wrap.label-inside textarea,
.list-dropdown-wrap.label-above select,
.list-dropdown-wrap.label-below select {
  width: 90% !important;
}
/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .post-thumbnail {
    float: left;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  .navbar-nav > li {
    padding-top: 1em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block;
  }
  .navbar-header,
  .navbar-toggle {
    display: none;
  }
}
/* Large Devices, Wide Screens */


.book-button { background: #4a8ab6; border-radius: 15px; padding:0 10px !important; margin:8px 0 !important; line-height: 1; }
.book-button a, .book-button a:hover { padding:5px !important; color: #fff !important; }
.headmenu { padding-right:0 !important; padding-left: 0 !important; }
