/*
Theme Name: Bloodhound Home Inspectors
Author: Createscape Design Studio
Author URI: http://www.createscape.ca
Version: 1.0
Text Domain: bloodhound

*/
/*variables*/
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased;
  background: #fff;
}
body p {
  text-align: justify;
}
body.home #bg {
  background: #231f20 url(img/bg-desktop.jpg) no-repeat top center;
  background-size: 1920px 500px;
  border-top: 2px solid #959595;
}
body.page-template-test-front-page #bg {
  background: #231f20 url(img/bg-desktop.jpg) no-repeat top center;
  background-size: 1920px 500px;
  border-top: 2px solid #959595;
}
body.page-template-test-front-page #header-bg {
  display: none;
}
body.page-template-whole-story-form #bg {
  background: #9d7b4d;
  border-top: 2px solid #959595;
}
#bg {
  background: #fff;
}
#header-bg {
  background: #e5c78b;
}
#header-bg h1 {
  margin-top: 10px;
  text-shadow: 1px 1px 1px #fff;
}
body #phone .textwidget,
body .home header #phone .textwidget,
body #phone .textwidget p {
  text-align: right;
}
header #phone h2 a {
  text-decoration: none;
  color: #222;
}
.home #phone .textwidget,
body.page-template-test-front-page #phone .textwidget {
  text-align: center;
}
.home #phone a,
body.page-template-test-front-page #phone a {
  color: #000;
}
#phone h1,
#phone-mobile h1 {
  color: #222;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 17px;
}
#phone h1 small,
#phone-mobile h1 small {
  color: #222;
  font-size: 22px;
}
#phone h1 {
  text-align: right;
  margin-top: 5px;
}
span.deeper {
  color: #fff;
}
#phone p,
#phone-mobile p {
  letter-spacing: .1ex;
}
.row {
  margin-bottom: 10px;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
img {
  width: inherit;
  /* Make images fill their parent's space. Solves IE8. */
  max-width: 100%;
  /* Add !important if needed. */
  height: auto;
  /* Add !important if needed. */
  display: block;
}
h1#logo {
  margin: 0;
}
.wp-caption {
  max-width: 100%;
}
/*~~~~~Image Floats~~~~~~*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  padding: 5px;
  border: solid 1px #E5E5FF;
  background: #efefef;
  font-size: 90%;
  color: black;
  text-align: center;
}
/*Simple Image Lightbox*/
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px!important;
}
.gallery-caption {
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
}
.gallery-item img {
  border: 1px solid #cfcfcf!important;
  padding: 4px;
  margin: 0 auto;
  display: block;
}
.gallery-item {
  min-height: 220px;
}
/*blog images*/
img.blog-single-image,
img.blog-thumbnail {
  border: 1px solid #cfcfcf;
  padding: 4px;
  float: left;
  margin: 5px 5px 5px 0;
}
.entry-meta {
  width: 100%;
  float: left;
}
/*responsive video*/
.video-container {
  position: relative;
  padding-bottom: 53.25%;
  /*   padding-top: 30px;*/
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*~~~~~~~nav~~~~~~~~~~~*/
#nav-container .row {
  margin-bottom: 0;
}
.nav {
  /* position: relative;*/
  z-index: 1;
  text-transform: uppercase;
  margin-top: 10px;
}
.ie8 .nav {
  margin-top: 15px;
}
.navbar-header,
.navbar-nav {
  float: right;
}
header .nav a {
  letter-spacing: .1ex;
  font-size: 15px;
  font-weight: bold;
  color: #9e7f43;
}
header .nav > li > a:hover,
.nav > li > a:focus,
nav a:hover,
.nav .open > a,
.nav .open > a:focus {
  color: #222;
  background-color: #fff;
}
header .navbar-collapse {
  position: static;
}
header .nav > li {
  z-index: 1;
}
.navbar-nav > li > a {
  padding: 0 13px;
}
.dropdown-menu {
  z-index: 1001;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #fff;
  color: #9e7f43;
}
.dropdown-menu > .active > a:hover {
  color: #222;
  background-color: #f5f5f5;
}
.menu-item-129 .dropdown-menu {
  left: -100px;
}
header .social-icons-widget {
  float: right;
  margin-top: 30px;
}
/*home video testimonial*/
body.home #main,
body.page-template-whole-story-form #main {
  position: relative;
}
#video-link {
  width: 450px;
  height: 320px;
  position: absolute;
  right: -630px;
  top: -20px;
  background: url(img/video-play-text-mack.png) no-repeat bottom center;
  text-indent: -9999px;
  opacity: .7;
}
.page-template-test-front-page #video-link {
  background: url(img/video-play-text-mack.png) no-repeat bottom center;
}
#video-link:hover {
  opacity: 1;
}
/*~~~~~~~Features ~~~~~~~~~~~*/
#feature-col {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
#feature-col .row {
  margin-left: 0;
  margin-right: 0;
}
.col-md-3.feature {
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.feature-inside {
  padding: 0 0 5px 0;
  height: 410px;
  background: #fff;
  float: left;
}
.hidden-desktop {
  display: none;
}
.feature-inside img {
  width: 100%;
  max-width: 100%!important;
  display: block;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/*  .ie8 .feature-inside img {max-width: 283px;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */
/*  .feature-inside img {max-width: 283px;
}

}*/
.feature h2 {
  font-size: 25px;
  margin: 6px 8px;
}
.feature h2 a {
  color: #bfa166;
}
.feature h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 5px;
}
.feature p {
  margin: 6px 8px;
}
.feature-inside button,
.feature-inside a.btn,
#main a.btn {
  background: #f78f1e;
  color: #fff;
}
.feature-inside button:hover,
.feature-inside a.btn:hover,
#main a.btn:hover {
  color: #f78f1e;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#main a.btn {
  margin-top: 5px;
}
#main a.btn span {
  margin: 0 0 0 5px;
  top: 3px;
}
#booking {
  max-width: 360px;
  background: #7a99ac;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
}
#booking a:hover {
  text-decoration: none;
}
#booking h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
#booking h2 a {
  color: #fff;
}
#booking h3 {
  font-size: 15px;
  margin: 5px 0 10px 0;
}
#booking h3 a {
  color: #222;
}
#sidebar-prices {
  background: #f78f1e;
  padding: 15px;
  margin-top: 12px;
}
#sidebar-prices h2 {
  color: #fff;
}
#main #sidebar #booking h3 a {
  color: #222;
}
#seller-to-buyer {
  background: #bfa166;
  padding: 15px;
  margin-top: 12px;
}
#seller-to-buyer h2 {
  font-size: 25px;
}
/*~~~~~~~ Main ~~~~~~~~~~~*/
#main a {
  color: #F78F1E;
}
.row#main {
  margin-bottom: 0;
  margin-top: 30px;
}
.home h1.entry-title,
.page-template-whole-story-form h1.entry-title,
body.page-template-test-front-page h1.entry-title {
  display: none;
}
.home h1.entry-title-2,
.home h1.entry-title,
.page-template-whole-story-form h1.entry-title-2,
.page-template-whole-story-form h1.entry-title,
body.page-template-test-front-page h1.entry-title-2,
body.page-template-test-front-page h1.entry-title {
  font-weight: bold;
  color: #242021;
}
.home #main p,
.page-template-whole-story-form #main p,
.page-template-test-front-page #main p {
  color: #242021;
  font-size: 19px;
  font-weight: 600;
}
.list-group span.glyphicon {
  color: #88a950;
  font-size: 15px;
  margin-right: 5px;
}
.list-group-item {
  border: none;
}
/*Whole Story Form*/
.page-template-whole-story-form h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
input[type=date] {
  line-height: 20px;
}
.page-template-whole-story-form input[type=submit],
.page-template-whole-story-form .btn-primary,
.page-template-whole-story-form .wpdevbk .btn-primary {
  width: 100%;
  max-width: 340px;
  background: #7a99ac;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
}
.page-template-whole-story-form .wpdevbk .btn-primary:hover {
  background: #7a99ac;
}
.page-template-whole-story-form .wpcf7-form-control-wrap {
  margin: 0;
}
.page-template-whole-story-form span.wpcf7-not-valid-tip {
  color: #fff;
}
.quote-image {
  margin-top: 26px;
}
.page-template-whole-story-form blockquote {
  font-size: 18px;
  background: #b8976c;
  padding: 10px;
  margin: 20px 0 10px 0;
}
.author {
  text-align: right;
}
.page-template-whole-story-form textarea {
  height: 30px;
}
.page-template-whole-story-form input {
  padding: 0px 3px;
  border: 0;
}
.page-template-whole-story-form #main p {
  font-size: 16px;
  margin: 10px 0 0 0;
}
.page-template-whole-story-form h3 {
  color: #000;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
.page-template-whole-story-form select {
  width: 340px;
}
/*~~~~~~~Fancy List ~~~~~~~~~~~*/
ol.labels-list {
  list-style-type: none;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 0;
  margin-left: 1em;
  padding: 0;
  counter-reset: li-counter;
}
ol.labels-list > li {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em;
  border-radius: 8px;
  border: 1px solid #bfa166;
}
ol.labels-list > li:before {
  position: absolute;
  top: -0.3em;
  left: -0.5em;
  width: 1.8em;
  height: 1.2em;
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #bfa166;
  transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  z-index: 99;
  overflow: hidden;
  content: counter(li-counter);
  counter-increment: li-counter;
}
/*~~~~~~~Sidebar ~~~~~~~~~~~*/
#sidebar {
  padding: 15px;
}
#sidebar #booking {
  padding: 15px;
  border: none;
  margin-bottom: 10px;
}
#sidebar-bottom {
  padding-bottom: 15px;
  text-align: center;
}
.bx-controls {
  display: none;
}
#main #sidebar a {
  color: #fff;
}
#sidebar-bottom h2 a:hover {
  text-decoration: none;
}
#sidebar-bottom h2 {
  text-align: center;
}
blockquote {
  border-left: none;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  font-style: italic;
  text-align: center;
}
body blockquote.quotescollection-quote {
  padding: 0;
  margin: 10px 0;
}
body blockquote.quotescollection-quote footer.attribution cite {
  font-size: 14px;
}
.widget_quotescollection h2.widget-title {
  color: #fff;
}
.widget_quotescollection {
  text-align: center;
  font-style: italic;
}
/*~~~~~~~Contact Page~~~~~~~~~~~*/
#inspection-form {
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#contact-bottom,
#contact-prices {
  border-top: 1px solid #eee;
}
#contact-bottom blockquote {
  text-align: left;
}
#contact-bottom h2,
#contact-prices h2 {
  font-size: 26px;
}
#contact-prices p {
  text-align: left!important;
}
.wpcf7-form-control-wrap {
  margin: 0 10px;
}
/*~~~~~~~~~~~~Blog~~~~~~~~~~~~`*/
article.post {
  margin-bottom: 75px;
}
/*~~~~~~~Footer~~~~~~~~~~~*/
#footer-bottom {
  background: #bfa166;
}
#footer-bottom ul li {
  list-style: none;
  display: inline-block;
  float: right;
}
#footer-bottom img {
  max-width: 130px;
  margin: 10px 0 0 0;
}
footer .social-icons-widget {
  float: right;
  margin-top: 15px;
}
#footer-container {
  background: #231f20;
}
footer h1 {
  color: #fff;
}
footer .nav li {
  display: inline-block;
}
.ie8 footer .nav li {
  display: block;
  float: left;
}
.ie8 footer .nav li a {
  font-size: 14px;
}
footer .nav li a {
  letter-spacing: .1ex;
  font-size: 15px;
  font-weight: bold;
  color: #9e7f43;
  padding: 2px 10px 10px 10px;
}
footer .nav > li > a:hover,
.nav > li > a:focus,
nav a:hover {
  color: #fff;
  background-color: #231F20;
}
footer .navbar-collapse {
  position: static;
}
footer .nav > li {
  z-index: 1;
}
#footer-bottom p {
  color: #222;
  font-size: 13px;
  padding-left: 7px;
  margin: 10px 0;
  font-weight: bold;
}
#footer-bottom p a {
  color: #fff;
}
#footer-bottom p a:hover {
  color: #222;
  text-decoration: none;
}
#footer-bottom .textwidget ul {
  padding-left: 0;
}
/*~~~~~~~FAQ~~~~~~~~~~~*/
#accordion .ui-widget-content {
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #000;
  height: auto!important;
}
#accordion h3 {
  font-size: 18px;
}
/*~~~~~~~Buttons ~~~~~~~~~~~*/
#ctas .cta-box {
  background: #bfa166;
  text-align: center;
  border-radius: 15px;
  border: 10px solid #fff;
  padding: 10px 0;
}
#ctas .cta-box:hover {
  background: #231f20;
}
#ctas a {
  color: #fff;
  font-size: 19px;
}
#ctas a:hover {
  text-decoration: none;
}
#ctas span {
  font-size: 60px;
  color: #fff;
  margin: 8px auto 0 auto;
  width: 100%;
}
/*~~~~~~~Thank You Page ~~~~~~~~~~~*/
#thank-you-social td a {
  margin: 5px;
}
#thank-you-social img {
  width: 80%;
  height: auto;
}
/*~~~~~~~Responsive media queries ~~~~~~~~~~~*/
@media (min-width: 1200px) {
  header .nav {
    margin-top: -20px;
  }
}
/*Ipad*/
@media (max-width: 1199px) {
  .container {
    min-width: 1150px;
  }
  header .nav {
    margin-top: 4px;
  }
  footer .nav li a {
    padding: 6px;
  }
  #ctas .cta-box {
    min-height: 170px;
  }
  .feature h2 {
    font-size: 24px;
  }
}
@media (max-width: 1185px) {
  .container {
    min-width: 1100px;
  }
}
@media (max-width: 1150px) {
  .container {
    min-width: 1090px;
  }
}
@media (max-width: 1149px) {
  .container {
    min-width: 970px;
  }
  .nav {
    margin-top: 10px;
    float: left;
  }
  #video-link {
    right: -580px;
  }
}
@media (max-width: 1135px) {
  #video-link {
    right: -530px;
  }
}
@media (max-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .home h1.entry-title,
  .page-template-whole-story-form h1.entry-title {
    font-size: 32px;
  }
  #booking h2 {
    font-size: 22px;
  }
  footer .nav li a {
    padding: 5px 3px;
  }
  .appendLink {
    font-size: 30px;
    font-weight: bold;
    width: 15px;
  }
}
@media (max-width: 991px) {
  #logo {
    max-width: 300px;
  }
  .navbar-nav {
    float: left;
    margin-left: 8px;
  }
  footer .col-sm-4 {
    text-align: center;
  }
  .container {
    width: 100%;
  }
  header .nav a {
    font-size: 16px;
    margin: 5px 7px;
    letter-spacing: 0;
  }
  .feature-inside {
    height: 440px;
  }
  #footer-menu li {
    width: 45%;
    margin-left: 10px;
  }
  .page-template-whole-story-form h2 {
    font-size: 24px;
  }
  /*--*/
}
@media (max-width: 972px) {
  h1#logo {
    margin: 0 auto;
    text-align: center;
  }
  .container {
    min-width: 0;
  }
  body.home #bg {
    background: #ffffff url(img/bg-tablet.jpg) no-repeat top center;
  }
  body.page-template-test-front-page #bg {
    background: #ffffff url(img/bg-tablet.jpg) no-repeat top center;
  }
  #video-link {
    width: 450px;
    height: 360px;
    position: absolute;
    right: -470px;
    top: -20px;
    background: url(img/video-play-text-mack.png) no-repeat bottom center;
    text-indent: -9999px;
    opacity: .7;
  }
  /*--*/
}
@media (max-width: 930px) {
  header .nav a {
    font-weight: normal;
    margin: 5px 5px;
  }
  /*--*/
  .gallery-item {
    width: 50%!important;
  }
}
@media (max-width: 892px) {
  header .social-icons-widget {
    margin-top: 15px;
  }
  .dropdown-menu > li > a {
    padding: 7px 12px;
  }
  .nav > li > a {
    margin: 0;
  }
  .nav-pills > li + li {
    margin-left: 0;
  }
  /*--*/
}
@media (max-width: 841px) {
  #feature-col .col-md-3 {
    width: 50%;
  }
  .feature-inside {
    height: 480px;
  }
  #video-link {
    right: -450px;
  }
  /*--*/
}
@media (max-width: 816px) {
  header .nav a {
    font-size: 15px;
    margin: 4px 0px;
  }
  .navbar-collapse {
    padding-left: 5px;
    padding-right: 5px;
  }
  /*--*/
}
@media (max-width: 807px) {
  #video-link {
    right: -400px;
  }
}
@media (max-width: 796px) {
  header .nav a {
    font-size: 14px;
    margin: 2px 0px;
    padding: 5px 7px;
  }
  .home h1.entry-title,
  .page-template-whole-story-form h1.entry-title {
    font-size: 28px;
  }
  .home #main p {
    font-size: 17px;
  }
  footer .nav li a {
    padding: 5px 0;
  }
  footer .social-icons-widget ul li {
    margin: 0 7px 10px 0;
  }
  /*--*/
}
@media (min-width: 768px) {
  .container {
    min-width: 750px;
  }
  h1#logo {
    max-width: 300px;
  }
  /*--*/
}
@media (max-width: 767px) {
  body.home .row#main,
  body.page-template-whole-story-form .row#main {
    margin-top: 10px;
  }
  .feature-inside {
    height: 440px;
  }
  body #click-menu.admin-bar-showing {
    margin-top: 45px;
  }
  body #click-menu.admin-bar-showing.click-menu-active,
  body #click-menu.click-menu-active {
    margin-top: 0;
  }
  body #responsive-menu.admin-bar-showing,
  body #responsive-menu {
    padding-top: 60px;
  }
  body #click-menu {
    right: 1%;
  }
  body #click-menu.click-menu-active {
    background: #222;
    top: 2px;
  }
  #phone h1,
  #phone-mobile h1 {
    font-size: 30px;
    margin-top: 7px;
    letter-spacing: .1ex;
  }
  #phone p,
  #phone-mobile p {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: none;
  }
  /*nav*/
  .navbar-header,
  .navbar-nav,
  .nav {
    float: none;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
  .navbar-nav li.menu-item-52 a {
    padding-left: 5px;
  }
  .navbar-toggle {
    margin: 0px 7px 0 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #bfa166;
    color: #fff;
    padding: 6px 10px;
    display: block;
  }
  h1#logo {
    max-width: 300px;
    text-align: left;
    margin: 0;
  }
  .logged-in .navbar-toggle {
    margin-top: 50px;
  }
  .navbar-nav > li > a {
    border-top: 1px solid #C8B18B;
    width: 97%;
    max-width: 320px;
    padding: 8px 5px;
    font-weight: normal;
    font-size: 17px;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    border-color: #C8B18B;
  }
  .nav {
    text-transform: none;
  }
  .col-md-9,
  .col-sm-4,
  .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 8px 10px;
    font-weight: normal;
    text-indent: 10px;
    font-size: 17px;
  }
  /*end nav*/
  #booking {
    max-width: 300px;
  }
  .home #phone .textwidget {
    text-align: left;
  }
  footer .nav li a {
    text-align: center;
    font-size: 17px;
  }
  footer .social-icons-widget {
    float: none;
  }
  footer .social-icons-widget ul li {
    float: none;
    display: inline-block;
  }
  footer .social-icons-widget ul.icons-medium {
    padding: 0;
    text-align: center;
  }
  #footer-bottom p {
    text-align: center;
  }
  #footer-bottom ul li {
    float: none;
  }
  #footer-bottom ul {
    margin: 0 auto;
    padding-left: 0;
  }
  #footer-bottom {
    text-align: center;
  }
  .gallery-item {
    float: none;
    width: 100%;
    text-align: center;
  }
  .gallery-item img {
    margin: 0 auto;
  }
  .gallery-item .gallery-caption {
    text-align: center;
  }
  #sidebar-bottom {
    border-radius: 8px;
  }
  #video-link {
    width: 450px;
    height: 321px;
    position: absolute;
    right: 10px;
    top: -5px;
    background: url(img/video-play-text-mack.png) no-repeat bottom center;
    text-indent: -9999px;
    opacity: .7;
    z-index: 5;
  }
  /*--*/
}
@media (max-width: 711px) {
  #video-link {
    right: -30px;
  }
}
@media (max-width: 667px) {
  h1#logo {
    max-width: 300px;
    text-align: left;
    margin: 0;
  }
  .logged-in .navbar-toggle {
    margin-top: 50px;
  }
  .navbar-toggle {
    margin: 0px 7px 0 10px;
    float: none;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .hidden-desktop {
    display: block;
    background: #C8B18B;
  }
  body.home #bg,
  body.page-template-test-front-page #bg {
    background: #fff;
  }
  .hidden-desktop h2 {
    padding: 5px 15px;
    font-weight: bold;
    margin-top: 0;
    background: #C8B18B;
  }
  body.home .row#main,
  .page-template-test-front-page .row#main,
  body.page-template-whole-story-form .row#main {
    margin-top: 0;
  }
  #video-link {
    display: none;
  }
  span.deeper {
    color: #bfa166;
  }
  /*--*/
}
@media (max-width: 563px) {
  #ctas .cta-box {
    width: 100%;
    min-height: 0;
  }
  #sidebar #booking {
    max-width: 100%;
  }
  /*--*/
}
@media (max-width: 480px) {
  input,
  button,
  select,
  textarea {
    max-width: 100%;
  }
  body.home #bg,
  body.page-template-test-front-page #bg {
    background: #fff;
  }
  h1#logo {
    max-width: 300px;
    text-align: left;
    margin: 0;
  }
  .logged-in .navbar-toggle {
    margin-top: 50px;
  }
  .navbar-toggle {
    margin: 0px 7px 0 10px;
    float: none;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #feature-col .col-md-3 {
    width: 100%;
  }
  #feature-col {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .feature-inside img {
    border: 0;
  }
  .feature-inside h1 {
    margin: 0;
  }
  .feature h2 {
    font-size: 24px;
  }
  .feature h2,
  .feature p {
    margin: 8px;
  }
  .feature {
    padding-bottom: 0;
    padding-top: 0;
  }
  .feature-inside {
    padding-bottom: 10px;
    height: auto;
  }
  .col-md-3.feature {
    border-left: none;
    border-right: none;
  }
  .home .primary,
  .page-template-whole-story-form .primary {
    text-align: center;
  }
  footer .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .home .entry-meta,
  .page-template-whole-story-form .entry-meta {
    display: none;
  }
  .gallery-item {
    width: 100%!important;
    text-align: center;
  }
  img.alignleft,
  img.alignright {
    float: none;
    margin: 0 auto;
  }
  .page-template-whole-story-form input[type=submit] {
    font-size: 20px;
  }
  /*--*/
}
@media (max-width: 370px) {
  #sidebar-bottom {
    max-width: 100%;
    overflow-x: scroll;
  }
  #phone h1 small,
  #phone-mobile h1 small {
    width: 100%;
    display: block;
  }
}
/*Iphone*/
@media (max-width: 340px) {
  h1#logo {
    max-width: 75%;
    text-align: left;
    margin: 0;
  }
  header .social-icons-widget {
    display: none;
  }
  .home h1.entry-title,
  .page-template-whole-story-form h1.entry-title {
    font-size: 28px;
    margin-top: 10px;
  }
  .home #main p,
  .page-template-whole-story-form #main p {
    font-size: 17px;
  }
  #booking h2 {
    font-size: 20px;
  }
  #footer-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #bfa166;
    margin: 0 1px;
  }
  footer .nav li a {
    font-weight: normal;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
  }
  #footer-bottom ul li {
    width: 100%;
    text-align: center;
  }
  #footer-bottom img {
    margin: 0 auto;
  }
  .page-template-whole-story-form input[type=submit] {
    font-size: 18px;
  }
  /*--*/
}
@media (max-width: 240px) {
  /*--*/
}
