/*
Theme Name: Owen Architecture
Theme URI: https://www.owenarchitecture.co.uk
Author: Majik Websites
Author URI: http://www.majik-websites.co.uk
Version: 1.0
*/
/*--------Start - WordPress Core--------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  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;
}

.clear {
  clear: both;
}

/*--------End - WordPress Core--------*/
/*--------Start - Wesbite Styles--------*/
*, :after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #878a8f;
  font-family: 'Public Sans', sans-serif;
  font-weight: 400;
  background: #fff;
}

p {
  margin: 0 0 15px;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none;
  color: #3d596f;
}

a:hover {
  text-decoration: underline;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

hr {
  width: 80%;
  margin: 20px 10%;
  clear: both;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Public Sans', sans-serif;
  color: #1a1c1a;
  font-weight: 700;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3d596f;
  text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color:#6BD1F3}
h1 {
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 20px;
  color: #3d596f;
}

h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 15px;
  color: #6BD1F3;
}

h3 {
  color: #6BD1F3;
  margin: 0 0 20px;
  display: block;
  font-size: 22px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
  color: #1a1c1a;
}

h6 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
}

.page-content h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 10px;
}

.page-content h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 5px;
}

.post h2 {
  margin: 0 0 10px;
}

.centered {
  text-align: center;
}

#wpseo_sitemap ul {
  font-size: 16px;
}

blockquote {
  float: left;
  width: 100%;
  clear: both;
  padding: 10px 40px;
  margin: 10px 0 20px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  background: #1a1c1a;
  font-style: italic;
  position: relative;
}

blockquote:before {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 18px;
  font-family: 'FontAwesome';
  font-style: normal;
}

blockquote p {
  margin: 20px 0;
  padding: 0 20px;
  border-left: 3px solid #fff;
}

hr {
  width: 100%;
  border: none;
  height: 1px;
  display: block;
  background: #1a1c1a;
  margin: 30px 0;
}

hr.clear {
  background: none;
}

.wrapper {
  width: 1298px;
  margin: 0px auto;
  padding: 0;
}

.no-margin {
  margin: 0px !important;
}

#header {
  color: #1a1c1a;
  width: 100%;
  float: left;
  clear: both;
  padding: 0px 0;
  position: fixed;
  z-index: 999;
  background: none;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  top: 0px;
  left: 0px;
  background: #fff;

}
#header.home-header li a{color:#fff;}
#header.home-header, #header.slide-header {
  background: none;
}

#header.scroll {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(121, 121, 121, 0.75);
  box-shadow: 0px 0px 3px 1px rgba(121, 121, 121, 0.75);
}

#header.scroll .top-icons ul li a.phone, #header.slide-header.scroll .top-icons ul li a.phone {
  color: #fff;
}

.header-space {
  width: 100%;
  float: left;
  display: block;
  height: 200px;
}

.top-icons {
  display: block;
  width: 100%;
  background: #3d596f;
  float: left;
  padding: 8px 0;
  margin: 0px;
}

.scroll .top-icons {
  display: none;
}

.top-icons ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  float: right;
  display: block;
}

.top-icons ul li {
  float: left;
  display: inline-block;
  margin: 0;
  line-height: 22px;
  font-size: 16px;
  margin: 0 20px 0 0px;
  padding: 0px;
}

.top-icons ul li a {
  display: inline-block;
  color: #fff;
  padding: 0px;
  font-size: 16px;
  margin: 0px;
}

.top-icons ul li a.email {
  margin: 0px;
}

.top-icons .social {
  float: left;
}

.top-icons .fa-phone {
  margin-top: 4px;
}

.top-icons .social li {
  text-align: center;
  border-radius: 2px;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  display: inline-block;
  width: 26px;
  height: 26px;
  float: none;
  margin: 0px 0px 0 10px;
  background: #fff;
}

.top-icons .social li a {
  padding: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  display: inline-block;
  color: #1a1c1a;
}

.top-icons ul.social li a i {
  color: #3d596f;
}

.top-icons ul.social li:hover a i {
  color: #5fd1e2;
}

#header.slide-header .top-icons ul li a.phone {
  color: #fff;
}

#page-image {
  text-align: center;
}

#page-image img {
  display: inline-block;
  width: 100%;
  height: auto;
}

#page-image.full-img img {
  display: block;
}

.book-btn, input[type="submit"], input[type="button"], button, .button {
  padding: 7px 25px 6px;
  font-size: 15px;
  line-height: 20px;
  color: #53565a;
  display: inline-block;
  margin: 0;
  border: none;
  cursor: pointer;
  font-family: 'Public Sans', sans-serif;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  background: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
}

.book-btn.alt {
  border: 2px solid #5fd1e2;
  background: #5fd1e2;
  color: #fff;
}

.book-btn.alt:hover {
  border: 2px solid #3d596f;
  text-decoration: none;
  background: #3d596f;
  color: #fff;
}

.home-slider .book-btn.alt {
  margin-top: 20px;
}

#responsive-menu-additional-content .book-btn.alt {
  padding: 5px 20px !important;
  display: block !important;
  text-align: center !important;
}

#responsive-menu-additional-content .book-btn.alt:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #3d596f !important;
}

#responsive-menu-container .responsive-menu-search-box {
  height: 36px !important;
}

#responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-search-box {
  padding: 10px !Important;
}

input[type="submit"], input[type="button"], button {
  margin: 0px;
  background: #fff;
}

.book-btn:hover {
  background: #fff;
  color: #3d596f;
  text-decoration: none;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
  background: #D9D9D6;
}

.booking-bar input[type="submit"]:hover, .booking-bar input[type="button"]:hover, .booking-bar button:hover, .booking-bar .button:hover {
  color: #fff;
  background: #D9D9D6;
}

.icon-col {
  text-align: center;
}

.icon-col img {
  max-width: 200px;
  width: 80%;
  display: inline-block !important;
  height: auto;
}

.logo-holder {
  width: 100%;
  float: left;
  clear: both;
  margin: 0px;
}

.logo {
  padding: 0;
  width: auto;
  margin: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  float: left;
  height: 80px;
  display: block;
}

.logo .home-logo {
  display: none;
}

.home-header .home-logo {
  display: block;
}

.home-header .scroll-logo {
  display: none;
}

.home-header.scroll .home-logo {
  display: none;
}

.home-header.scroll .scroll-logo {
  display: block;
}

.scroll .logo {
  height: 64px;
  height: 64px;
}

.woocommerce .logo img, .woocommerce-page .logo img, .logo img {
  display: block;
  height: 100%;
  width: auto;
}

.tag-line h1 {
  font-size: 28px;
  line-height: 28px;
  text-transform: none;
}

.nav-row {
  background: #fff;
  width: 100%;
  float: left;
  margin: 20px 0 0;
}

#nav {
  padding: 0;
  position: relative;
  width: auto;
  margin: 32px 0 0;
  float: right;
  clear: right;
  max-width: 100% !important;
  font-size: 15px;

  line-height: 20px;
}

.scroll #nav {
  margin: 24px 0 0;
}

.home-header.scroll .top-icons {
  display: none;
}

#nav ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;

}

.home-header #nav ul li li, #header.slide-header #nav ul li li {
  border: none;
}

#nav ul li {
  display: inline-block;
  margin: 0px;
  padding: 10px 15px;
  position: relative;
}
#nav ul li a{position: relative; color:#878a8f}
#nav ul li.book-now {
  padding: 0 0 0 15px;
}

#nav ul li.book-now a {
  border: 2px solid #5fd1e2;
  background: #5fd1e2;
  border-radius: 2px;
  padding: 7px 25px 6px !important;
  color: #fff !important;
  font-size: 15px;
  line-height: 20px;
}

#nav ul li.book-now a:hover {
  color: #fff !important;
  text-decoration: none;
  background: #3d596f;
  border: 2px solid #3d596f;
}

.home-header.scroll #nav ul li a, #header.slide-header.scroll #nav ul li li a {
  color: #878a8f;
  padding: 5px;
}

#nav ul li a:hover {
  text-decoration: none !important;
	color: #3D596F;
}
.home-header.scroll #nav ul li:hover a:after , #nav ul li:hover a:after, .home-header.scroll #nav ul li.current_page_item a:after, #nav ul li.current_page_item a:after {
 position: absolute; display: block; width: 30px; height: 2px; background:#6bd1f3; content:""; left:50%; margin-left:-14px; bottom: -6px;
}
.home-header.scroll #nav ul li:hover a , #nav ul li:hover a, .home-header.scroll #nav ul li.current_page_item a, #nav ul li.current_page_item a{
color: #3D596F;}

.home-header #nav ul li:hover a:after, .home-header #nav ul li.current_page_item a:after {
background:#fff;
}


#nav ul li:first-child, #header.scroll #nav ul li:first-child, .scroll #nav ul li:first-child, #header.slide-header #nav ul li:first-child {
  border: none;
  margin: 0px;
}

#nav li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 38px;
}

#nav li ul.sub-menu {
  left: 20px;
  padding: 0px 0 0px;
  position: absolute;
  top: -9999px;
  z-index: 9999;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  min-width: 220px;
  margin: 0px;

}

#nav ul.sub-menu li,
#nav ul.sub-menu li:first-child {
  clear: both;
  display: block;
  margin: 0px;
  width: 100%;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  background: #3d596f;
  border: none;
}

#nav ul.sub-menu a,
#nav ul.sub-menu li:first-child a,
#header #nav ul.sub-menu a,
#header #nav ul.sub-menu li:first-child a {
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 7px 10px !important;
  width: auto;
  border: none;
  color: #fff;
  background: #3d596f;
}

#nav ul.sub-menu a:hover,
#nav ul.sub-menu li:first-child a:hover,
#nav ul.sub-menu li.current-menu-item>a {
  text-decoration: none !important;
  background: #326e8d !important;
}

.left-title, .center-title {
  margin-bottom: 50px;
}

.content-holder.left-title, .content-holder.center-title {
  margin: 100px 0 0px;
}

.content-holder.center-title.minus-twenty {
  margin: 100px 0 0px;
}

.home .content-holder.center-title.minus-twenty {
  margin: 0px;
  padding: 100px 0 0;
}

.home .content-holder.center-title.minus-twenty h2.sub-title {
  color: #5fd1e2;
  font-size: 20px;
  line-height: 26px;
}
.home .content-holder.center-title.minus-twenty.carousel.column-carousel{padding-bottom: 100px;}

.home h1 {
  margin: 0 0 10px;
}

.single .content-holder.center-title.minus-twenty {
  margin: 60px 0 0px;
}

.content-holder {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
}

.center-title .single-col {
  padding: 0px 15%;
}

.center-title.wide .single-col {
  padding: 0px;
  text-align: center;
}

.center-title.central .single-col {
  text-align: center;
}

.content-holder.grey {
  background: #d9d9d7;
  padding-bottom: 60px;
}

.text-content img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.top-border {
  padding: 0px;
}

.main-img {
  float: left;
  overflow: hidden;
  width: 100%;
  clear: both;
  margin: 0px;
}

.home-slider {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.page-slider {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 400px !important;
}
.page-slider .mc-cycle{height:100%!important;}
.page-slider .mc-image {
  background-position: 50% 50%;
  height: 100% !important
}

.home-panel {
  border: none;
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: auto;
  padding: 20px 20px 120px;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-slider .home-panel {
  padding: 20px 20px 60px;
}

body .mc-cycle {
  z-index: 2 !important;
}

.home-panel .table {
  display: table;
  height: 100%;
  width: 100%;
}

.home-panel h2 {
  font-size: 44px;
  line-height: 50px;
  color: #fff;
  margin-top:40px;
   text-shadow: 5px 5px 10px #000000;
}

.home-panel h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 0px;
  color: #fff;
}

.home-panel .cell {
  width: 1298px;
  margin: 0 auto;
}

.logo-holder {
  display: table;
  height: 100%;
  width: 100%;
}

.home-panel .slider-box {
  width: 100%;

}

.slide-next, .slide-prev {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  width: 30px;
  font-size: 30px;
  z-index: 999;
}

.page .slide-next, .page .slide-prev {
  top: 462px;
}

.slide-next {
  right: 20px;
}

.slide-prev {
  left: 20px;
}

.slide-next .fa {
  float: left;
}

.slide-prev .fa {
  float: right;
}

.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.logo-holder img {
  width: 50%;
  height: auto;
  display: inline-block;
  max-width: 320px;
}

.cell h2.caption-block {
  display: block;
  color: #fff;
  margin: 10px 0 0;
}

.cell h2.caption-block.yellow span {
  color: #fff;
}

.cell h2.caption-block.blue span {
  color: #3cdbc0;
}

.cell h2.caption-block span {
  padding: 15px;
  text-align: left;
  display: inline-block;
  font-size: 40px;
  line-height: 46px;
  background: rgba(0, 98, 125, 0.65);
  color: #fff;
  float: left;
  clear: both;
}

.cell h2.caption-block span em {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-transform: initial;
  font-style: normal;
  display: block;
}

.metaslider {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100% !important;
}

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

.main-img.single-col {
  margin-top: 30px;
  margin-bottom: 50px;
}
.project-detail{display:block; width:100%; margin: 20px 0 40px; padding:0px; list-style:none; text-align:center; float:left;color:#6BD1F3;}
.project-detail li{display:inline-block; float:none; padding: 0 10px; margin: 0 10px; position:relative;}
.project-detail li strong{color:#3d596f;}
.project-detail li:before{content:""; position:absolute; left:-10px; height: 10px; top: 8px; width:1px; background:#3d596f; display:block;}
.project-detail li:first-child:before{display:none!important;}

.center-align {
  text-align: center;
}

.content-section.main-article {
  margin: 50px 0 0;
}

.quote {
  background: url(images/quote-bg.jpg) no-repeat 0 50%;
  background-size: cover;
  color: #fff;
  padding: 120px 0;
}

.quote h2 {
  margin: 0 0 60px;
  color: #fff;
}

.content-holder.quote-holder {
  margin: 120px 0 0;
}

.quote .text-content {
  padding: 0 40px;
  position: relative;
  margin: 0px;
  font-size: 24px;
  line-height: 40px;
}

.quote .text-content p {
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
}

.quote .text-content span {
  color: #fff;
  margin: 40px 0 0;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.open-quote {
  background: url(images/open-quote.png) no-repeat 0 0;
  position: absolute;
  width: 28px;
  height: 22px;
  display: block;
  left: 0px;
  top: 0px;
}

.close-quote {
  background: url(images/close-quote.png) no-repeat 0 0;
  position: absolute;
  width: 28px;
  height: 22px;
  display: block;
  right: 0px;
  bottom: 90px;
}

.main-article span {
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 0;
  display: block;
}

.main-article .text-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.text-content {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}

.content-section {
  margin: 0px;
  width: 100%;
  float: left;
  clear: both;
}

.content-section.blog-img {
  margin-top: 150px;
}

.content-section.blog-img img {
  width: 100%;
  height: auto;
  display: block;
}

.content-section.main-img {
  margin: 0px;
}

.four-col,
.three-col,
.two-col,
.twin-col {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
}

.single-col {
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}

#header .single-col {
  padding: 60px 20px;
}
#header.scroll .single-col{padding: 20px;}

.col {
  float: left;
  margin: 0;
  padding: 0 20px;
}

.four-col .col {
  width: 25%;
}

.four-col .triple {
  width: 75%;
}

.full-col {
  width: 100% !important;
}

.three-col .col {
  width: 33.333%;
}

.three-col .twin {
  width: 66.666%;
}

.two-col .col, .four-col .twin {
  width: 50%;
}

.col .thumb-img {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 10px;
  position: relative;
}

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

.thumb-col img {
  width: 100%;
  display: block;
  height: auto;
}

.nf-form-content input[type="button"], #footer .read-more, .read-more {
  font-weight: 600;
  padding: 6px 25px 6px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  margin: 30px 10px 0 0;
  border: none;
  cursor: pointer;
  font-family: 'Public Sans', sans-serif;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  background: none;
  font-weight: 600;
  color: #fff;
  background: #526C7F;
  border-radius: 2px;
  text-transform: uppercase;
}

.centered .read-more, .center-title .read-more {
  display: inline-block;
  float: none;
}

.nf-form-content input[type="button"] {
  margin-top: 20px !important;
}

.nf-form-content input[type="button"]:hover {
  background: #fff !important;
}

.read-more.margin {
  margin: 20px 0 0;
}

.page-content .read-more {
  float: none;
  display: inline-block;
}

.read-more.alt {
  margin-top: 20px;
  background: #5fd1e2;
  color: #fff;
}

.read-more.alt:hover {
  background: #fff;
  color: #5fd1e2;
}

#footer .read-more:hover, .nf-form-content input[type="button"]:hover {
  background: #fff;
  color: #3d596f;
  text-decoration: none;
}

.read-more:hover {
  background: #6BD1F3;
  color: #fff;
  text-decoration: none;
}

.light-bg {
  padding: 20px 0;
}

body::-webkit-input-placeholder {
  color: #1a1c1a;
  opacity: 1;
}

body:-moz-placeholder {
  /* Firefox 18- */
  color: #1a1c1a;
  opacity: 1;
}

body::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1c1a;
  opacity: 1;
}

body:-ms-input-placeholder {
  color: #1a1c1a;
  opacity: 1;
}

#footer {
  color: #fff;
  float: left;
  width: 100%;
  padding: 60px 0 0;
  margin: 0px 0 0;
  position: relative;
  background: #526c7f;
  font-size: 14px;
}

#footer h4 {
  color: #fff;
}

#footer ul {
  margin: 0px 0px 20px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 100%;
  clear: both;
}

#footer .foot-ad {
  margin-bottom: 24px;
}

.social {
  margin: 0;
}

#footer ul li {
  margin: 0px;
}

.social li {
  text-align: center;
  border-radius: 2px;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  display: inline-block;
  width: 36px;
  height: 36px;
  float: none;
  margin: 0px px 0 0;
}

#footer .social li {
  background: #fff;
  height: 36px;
  width: 36px;
  margin: 0 4px;
}

#footer .social a i {
  color: #3d596f;
}

#footer .social li:hover i {
  color: #5fd1e2;
}

.social li a {
  padding: 7px;
  width: 100%;
  font-size: 22px;
  line-height: 22px;
  margin: 0px;
  display: inline-block;
  color: #1a1c1a;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: none;
  color:#6BD1F3;
}

.social a i {
  color: #f2f3f3;
}

.social li:hover i {
  color: #fff;
}

.quick-links form {
  margin: 10px 0 0;
}

#footer h3 {
  font-size: 22px;
  line-height: 24px;
  color: #1a1c1a;
  padding-top: 0px;
  margin: 0 0 15px;
}

#footer .logo {
  margin: 0 0 30px;
  height: auto;
  width: 80%;
  float: none;
}

#footer .logo img {
  width: 100%;
  height: auto;
  max-width: 220px;
  display: inline-block;
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
  width: 20% !important;
}

#footer .text-content {
  margin-top: 20px;
}

input[type=number],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select, #searchform-box .ftb_w_arr input[type="text"], #searchform-box .ftb_w_dep input[type="text"], #searchform-box .ftb_thin_wrap input[type="text"] {
  border: none;
  padding: 5px;
  width: 100%;
  margin: 0 0 10px !important;
  color: #53565a;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #fff;
  background: #fff;
  font-family: 'Public Sans', sans-serif;
  font-weight: 400;
}

.label-above .nf-field-label {
  margin: 0 0 3px !important;
}

.nf-field-element textarea {
  height: 120px !important;
}

body.fts-powered-by-text-popup a.fts-powered-by-text {
  display: none !important;
}

#subForm {
  width: 100%;
  float: left;
}

.nf-form-fields-required {
  font-style: italic;
  font-size: 18px;
  margin: 0 0 5px;
}

#nf-form-1-cont .nf-field-container,
#nf-form-1-cont #ninja_forms_required_items {
  margin: 0px !important;
}

.nf-input-limit {
  display: none !important;
}

.comp-terms {
  font-size: 16px;
  line-height: 16px;
}

.end-footer {
  font-size: 12px;
  background: #526c7f;
  padding: 10px 0;
  width: 100%;
  float: left;
  width: 100%;
  margin: 50px 0 0;
  line-height: 18px;
  text-align: center;
  border-top: 1px solid #fff;
}

.sidebar-layout {
  width: 100%;
  float: left;
  clear: both;
  text-align: left;
}

.sidebar-layout .article-content {
  width: 66.666%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.page-layout .article-content {
  width: 66.666%;
}

.article-content img {
  max-width: 100%;
  height: auto;
}

.dog-content .article-content {
  padding: 0px;
}

.sidebar {
  width: 33.333%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  margin: 0 0 30px;
}

.page-layout .sidebar {
  width: 33.333%;
}

.post-details {
  margin: 0 0 80px;
  color: #5fd1e2;
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.post-details:after {
  display: block;
  width: 200px;
  left: 50%;
  top: 50px;
  margin: 0 0 0 -100px;
  content: "";
  background: #5fd1e2;
  height: 2px;
  position: absolute;
}

.testimonial-grid .col {
  width: 100% !important;
  margin: 0 0 30px;
  padding: 20px 20%;
  background: #E6E6E6;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.testimonial-grid .inner-col {
  position: relative;
  z-index: 10;
}

.index-grid .inner-col:hover .link {
  background: #000;
}

.home-grid {
  margin: 0 !important;
  padding: 0 10px;
  float: left;
  width: 100%;
  position: relative;
}

.home-grid .thumb-img {
  display: block;
  height: auto;
  margin: 0;
  width: 100%
}

.home-grid .col,
.home-grid .single-col {
  padding: 10px;
  position: relative
}

.home-grid .inside-col {
  display: block;
  width: 100%;
  padding-top: 66.666%;
  position: relative;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

.home-grid .inside-col:hover {
  transform: scale(1.02);
  filter: contrast(1.5);
}

.full-width-grid .home-grid .col:hover .inside-col {
  transform: scale(1.02);
}

.split-grid .inside-col {
  width: 50%;
  padding-top: 40% !important;
  float: left;
}

.split-grid .row-2 .inside-col {
  float: right;
}

.split-grid .home-grid .row-2 .text-content {
  right: auto;
  left: 0;
}

.split-grid .home-grid .text-content {
  width: 50% !important;
  left: auto;
  right: 0px;
  color: #fff;
  background: #3d596f;
}

.split-grid .home-grid .col:hover .text-content {
  background: #5fd1e2;
}

.split-grid .home-grid .text-content h3 {
  margin: 0 0 30px;
  color: #fff;
}

.split-grid .home-grid .col {
  overflow: hidden;
}

.split-grid .home-grid .fade {
  display: table;
  height: 100%;
  padding: 0;
  width: 100%;
  padding: 20px;
  background: none;
}

.split-grid .home-grid .fade:hover {
  background: none;
}

.split-grid .home-grid .fade p {
  display: none;
}

.split-grid .home-grid .fade:hover p {
  display: block;
}

.split-grid .home-grid .read-more {
  display: inline-block !important;
  margin: 20px 0 0 !important;
  text-transform: Initial;
}

.split-grid .home-grid .fade .t-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10;
}

.home-grid .single-col .inside-col {
  padding-top: 33.333%
}

.home-grid .twin .inside-col {
  padding-top: 50%
}

.home-grid .text-content {
  height: 100%;
  position: absolute;
  width: 100%;
  color: #fff;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  left: 0;
  top: 0
}

.home-grid .inside-col:hover .text-content {
  display: block !important;
  opacity: 1
}

.home-grid .fade {
  display: table;
  height: 100%;
  padding: 0;
  width: 100%;
  padding: 20px;
  background: rgba(61, 89, 111, .5);
}

.home-grid .fade:hover {
  background: rgba(61, 89, 111, .75);
}

.home-grid .fade h3,
.home-grid .fade h4 {
  color: #fff;
  margin: 0 0 0px;
  padding: 0;
  font-size: 28px;
  line-height: 34px
}

.home-grid .fade:hover h3, .home-grid .fade:hover h4 {
  margin: 0 0 30px;
}

.home-grid.four-col .fade:hover h3, .home-grid.four-col .fade:hover h4 {
  margin: 0 0 15px;
}

.home-grid .read-more {
  float: none;
  background: none;
  background: #fff;
  display: inline-block;
  margin: 10px 0 0;
  display: none;
  color:#3d596f;
}

.home-grid .fade .read-more:hover {
  background: #6BD1F3 !important;
  color: #3d596f!important;
}

.home-grid .fade p {
  display: none;
}

.home-grid .fade:hover .read-more {
  display: inline-block;
}

.home-grid .fade:hover p {
  display: block;
}

.home-grid .fade a, .home-grid .fade .link-replace {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  color: #fff
}

.home-grid .fade a:hover {
  text-decoration: none;
}

.carousel .slick-prev {
  top: 50%;
  left: 20px;
  width: 27px;
  height: 50px;
  background: url(images/prev-green.png) no-repeat 100% 50%;
  border: none;
  text-indent: -999999px;
  outline: none;
  cursor: pointer;
  padding: 0px;
  margin-top: -14px;
  left: -60px;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel .slick-next {
  right: 20px;
  top: 50%;
  width: 27px;
  margin-top: -25px;
  height: 50px;
  background: url(images/next-green.png) no-repeat 100% 50%;
  border: none;
  text-indent: -999999px;
  outline: none;
  cursor: pointer;
  padding: 0px;
  right: -60px;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel .slick-prev:hover, .carousel .slick-prev:focus {
  background: url(images/prev-black.png) no-repeat 100% 50%;
}

.carousel .slick-next:hover, .carousel .slick-next:focus {
  background: url(images/next-black.png) no-repeat 0 50%;
}

.pagination .wp-pagenavi {
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
}

.post-holder {
  float: left;
  clear: both;
  width: 100%;
}

.post-holder .post {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 0 30px;
  margin: 30px 0 0;
  border-bottom: 3px solid #1a1c1a;
}

.post.four-col {
  border: none;
  padding: 0px;
}

.post-holder .post:first-child {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 3px solid #1a1c1a;
}

.post .thumb-img img {
  display: block;
  width: 100%;
  height: auto;
}

.post .thumb-img {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0px;
}

.post .text {
  width: 100%;
  float: left;
  padding: 20px 0 0 0px;
}

.post.full .text {
  width: 100%;
  padding: 0px;
}

.arrow-up {
  background: url('images/arrow-up.png') no-repeat 0 0;
  width: 49px;
  display: block;
  height: 24px;
  position: absolute;
  top: -23px;
  left: 50%;
  margin: 0 0 0 -25px;
}

.rmm-toggled-controls {
  display: none !important;
}

.rmm-toggled-controls {
  cursor: pointer;
}

.ninja-forms-cont {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  clear: both;
  float: left;
  margin: 0 0 20px;
  padding: 20px;
  width: 100%;
  background: #DBD9D6;
  border: 1px solid #555759;
  color: #555759;
}

.field-wrap,
#ninja_forms_required_items {
  margin: 0px !important;
}

.ninja-forms-required-items {
  display: none;
}

.ninja-forms-field p {
  margin: 0 0 20px;
}

.pagination {
  clear: both;
  margin: 0;
  width: 100%;
}

.pagination .pages {
  display: none;
}

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi .extend,
.pagination .wp-pagenavi .current {
  border: none;
  color: #535453;
  display: inline-block;
  margin: 0 0 0 10px;
  line-height: 20px;
  padding: 10px 0;
  width: 40px;
  height: 40px;
  border: none;
  background: #E6E6E6;
}

.pagination .wp-pagenavi .current {
  background: #444549;
  color: #fff;
}

.pagination .wp-pagenavi a:hover {
  background: #3C3C3B;
  color: #fff;
}

.pagination .wp-pagenavi a.nextpostslink,
.pagination .wp-pagenavi a.previouspostslink {
  display: none;
}

.wp-caption-text {
  display: none;
}

/*--------End - Wesbite Styles--------*/
.twin-col {
  margin: 0px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px;
}

.iframe-wrap {
  height: 0;
  margin: 0 0 20px;
  overflow: hidden;
  padding-bottom: 65.25%;
  padding-top: 30px;
  position: relative;
}

ul.contact {
  list-style: none;
}

.iframe-wrap iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.map-wrap {
  width: 100%;
  float: left;
  width: 100%;
  padding: 0 0px;
}

.home .map-wrap {
  padding: 0px;
}

.map-wrap iframe {
  width: 100%;
  display: block;
  /*     pointer-events: none; */
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 20px;
}

.home-video .video-container {
  margin: 20px 0 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-container {
  max-width: 100%;
  overflow-x: auto;
  margin: 0 0 20px
}

.table-container table,
.table-wrap {
  border-collapse: collapse;
  margin: 0 0 20px;
  text-align: left;
  width: 100%
}

.table-container table th {
  background: #3d596f;
  border: 1px solid #1a1c1a;
  color: #131516;
  font-size: 16px;
  padding: 10px;
  vertical-align: top
}

.prices-table td, .prices-table th {
  text-align: center;
}

.prices-table.table-container table th {
  background: #3d596f;
  font-size: 32px;
  line-height: 32px;
  margin: 0px;
  padding: 20px 0;
  border: #fff 1px solid;
  border-bottom: none;
  color: #fff
}

.prices-table.table-container table td {
  padding-top: 20px;
}

.table-container table th {
  border-right: 1px solid #3d596f;
}

.table-container table th:last-child {
  border-right: 1px solid #3d596f
}

.table-container table td {
  vertical-align: top;
  background: #fff;
  border: 1px solid #3d596f;
  color: #1a1c1a;
  padding: 10px
}

.table-wrap td {
  vertical-align: top;
  padding: 0 20px 10px 0
}

.widget {
  float: left;
  width: 100%;
  clear: both;
  padding: 20px;
  background: #d9d9d7;
  margin: 0 0 30px;
  border-left: 3px solid #1a1c1a;
}

.widget h3, h3.under {
  color: #1a1c1a;
  margin: 0 0 18px;
  padding: 0px;
  font-size: 20px;
  line-height: 24px;
}

h3.under {
  margin-top: 40px;
}

.widget .thumb-img {
  margin: 0px;
}

.widget .col {
  width: 100%;
  padding: 0px;
}

.thumb-img {
  width: 25%;
  float: left;
}

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

.widget .text {
  width: 100%;
  float: left;
}

.widget .text em {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 3px;
  display: block;
  font-style: normal;
}

.widget .full .text {
  width: 100%;
  padding: 0px;
}

.widget a {
  color: #53565a;
}

.widget h5 a, .widget a:hover {
  color: #1a1c1a;
}

.fts-jal-fb-header,
.fts-jal-fb-user-thumb,
.fts-jal-fb-user-name,
#footer .fts-powered-by-text,
.fts-jal-fb-post-time {
  display: none !important;
}

.fts-twitter-div a {
  color: #1a1c1a !important;
}

.fts-twitter-div a:hover {
  color: #1a1c1a !important;
}

#footer .fts-jal-single-fb-post,
#footer .fts-jal-fb-message,
.fts-tweeter-wrap .tweeter-info,
.tweeter-info .right,
.fts-twitter-text {
  padding: 0px !important;
}

.feed-row {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin: 20px 0 0;
  padding: 0px;
}

.feed-row.top {
  padding: 0 0 20px;
  border-bottom: 1px solid #fff;
  margin: 0px;
}

.social-col {
  position: relative;
}

.social-col .icon {
  background: #1a1c1a;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 38px;
  line-height: 28px;
  padding: 7px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 38px;
  z-index: 0;
}

.social-col h4 a {
  display: block;
  padding: 6px 0 4px 46px;
  position: relative;
  z-index: 1;
  font-size: 18px;
}

.social-col h4:hover a {
  background: #1a1c1a;
}

.feed-content {
  width: 100%;
  float: left;
  clear: both;
  padding: 10px 0;
  overflow-y: auto;
  padding: 0 20px 0 0;
}

.tweeter-info .fts-right {
  font-size: 16px !important;
  line-height: 24px !important;
}

.feed-content .fts-jal-single-fb-post {
  padding: 0px !important;
  margin-bottom: 15px !important;
}

#footer .fts-jal-single-fb-post,
.fts-tweeter-wrap .tweeter-info {
  border: none !Important;
}

.fts-twitter-image,
.widget .fts-twitter-image,
.fts-twitter-full-name,
.fts-twitter-at-name,
.fts-tweeter-wrap br,
.fts-tweeter-wrap .time,
.fts-tweeter-wrap .tweeter-info img,
.fts-twitter-full-width .uppercase,
.right .uppercase {
  display: none !important;
}

.fts-jal-fb-link-wrap,
.fts-jal-fb-vid-wrap,
.fts-powered-by-text {
  display: none !important;
}

.fts-twitter-reply-wrap a {
  color: #fff !important;
  float: right !important;
  margin: 0 0 0 20px !important
}

.fts-tweet-reply-left {
  float: right !important;
  margin: 0px !Important;
}

.fts-jal-fb-group-display,
.fts-twitter-div {
  overflow: hidden !important;
}

.fts-jal-fb-header a,
.fts-jal-single-fb-post a {
  margin-bottom: 15px !important;
}

.fts-twitter-reply-wrap {
  margin: 15px 0 0 !important;
}

.fts-jal-fb-message {
  padding-top: 0px !important;
}

.fts-jal-fb-header a,
.fts-jal-single-fb-post a {
  text-align: left !important;
}

.fts-jal-fb-header a:hover,
.fts-jal-single-fb-post a:hover {
  color: #1a1c1a !important;
}

.fts-jal-fb-see-more {
  font-size: 16px !important;
}

.link {
  display: block;
  margin: 30px 0 0;
  color: #3C3C3B;
  font-size: 16px;
}

.link:hover {
  color: #444549;
}

.slick-prev, .slick-next {
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: -15px !IMPORTANT;
}

.slick-prev:before, .slick-next:before {
  line-height: 30px;
  font-size: 30px;
  height: 30px;
  font-family: 'FontAwesome';
  opacity: 1;
  color: #fff !important;
}

.slick-prev:before {
  content: '\f0a8';
}

.slick-next:before {
  content: '\f0a9';
}

.blog-section {
  position: relative;
  padding: 0 0 0px !important;
  margin: 40px 0 0 !important;
}

.blog-section .inside-col {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.85);
}

.blog-section .inside-col .text-content {
  padding: 20px;
}

.blog-section .text-content {
  text-align: left;
  padding: 20px 0;
}



.blog-section .text-content .read-more {
  margin: 10px 0 0;
}

.blog-section .col .thumb-img {
  margin: 0px;
}

.page-content {
  margin: 30px 0 0px;
}

.content-pad {
  padding: 0 20px;
}

#footer .membership {
  width: 100%;
  float: left;
  clear: both;
  margin: 30px 0 0;
  padding: 0;
}

#footer .membership li {
  float: left;
  margin: 0 10px 0 0;
  display: inline-block;
  width: auto;
}

#footer .membership li a {
  display: block;
}

#footer .membership li a img {
  display: block;
  height: 50px;
  width: auto;
}

.tweeter-info .fts-right {
  padding: 0px !important;
}

.company-info {
  margin: 30px 0 0;
}

.nf-field-label label {
  font-weight: 500 !important;
}

.nf-form-cont {
  background: #3d596f;
  color: #fff;
  padding: 20px;
  margin: 0 0 40px;
}

.nf-form-cont h3 {
  color: #fff;
}

.quick-book .nf-form-cont {
  color: #fff;
}

.foot-btn {
  font-weight: bold;
}

.nf-form-cont label {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.nf-form-cont a {
  color: #fff !important;
}

.nf-form-cont a:hover {
  text-decoration: underline;
}

.booking-bar input#check_in_date, .booking-bar input#check_out_date {
  background: none;
}

.booking-bar input, .booking-bar select {
  color: #1a1c1a;
  padding: 5px;
}

.booking-bar input[type=button] {
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  background: #fff;
  color: #fff;
  padding: 5px 10px !important;
  width: 100% !important;
  margin: 26px 0 0;
  clear: none;
  border: none !important;
  float: left;
  height: auto;
  outline: none !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff !important;
  line-height: 20px;
  text-transform: uppercase !important;
  font-size: 16px !important;
}

.booking-bar input[type=button]:hover {
  text-decoration: none !important;
  background: #fff !important;
  color: #fff !important;
}

.booking-bar select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.booking-bar .nf-error-msg {
  clear: both;
  display: block;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.booking-bar .nf-error-required-error {
  display: none;
}

.carousel .col {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0 0 20px;
}

.carousel .col:hover .inner-wrap, .listed-dogs .col:hover .inner-wrap {
  display: table;
}

.hover-wrap {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.hover-wrap .inner-wrap {
  width: 100%;
  text-align: center;
  display: none;
  height: 100%;
  display: block;
  background: rgba(2, 63, 133, 0.65);
}

.hover-wrap .title {
  display: table-cell;
  vertical-align: middle;
}

.spaced {
  margin-top: 100px;
}

.hover-wrap .title h3 {
  color: #fff;
}

.paw {
  display: block;
  background: url(images/paw.png) no-repeat 0 0;
  width: 382px;
  height: 400px;
  position: absolute;
  left: 0px;
  bottom: -80px;
  z-index: -1;
}

.paw-holder {
  position: relative;
}

.carousel {
  position: relative;
}

.column-carousel {
  background: #eee;
}

.slick-list {
  overflow: hidden;
}

.slide-show .slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-show .slick-next {
  right: 10px;
}

.slide-show .slick-prev {
  left: 10px;
}

.slide-show.slick-slider {
  margin: 0px;
}

.slider-nav {
  padding: 0 12px 0 15px;
  margin: 0 0 10px !important;
  float: left;
  width: 100%;
}

.slider-nav .slide {
  cursor: pointer;
  padding: 0 3px 0 0;
  width: 20% !important;
}

.slider-nav .slick-track {
  width: 100% !important;
}

.side-list i {
  font-size: 22px;
  line-height: 22px;
  display: block;
  top: 1px;
  left: 0px;
  color: #53565a;
  position: absolute;
}

.widget li:hover a, .widget li:hover i {
  color: #1a1c1a;
}

.side-list ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

.side-list li {
  display: block;
  line-height: 26px;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  padding: 0;
  margin: 0 0 10px;
}

.featured-img {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 10px;
}

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

.widget .read-more {
  margin: 0px;
}

.post-item {
  margin-top: 20px;
  padding-top: 20px;
  float: left;
  width: 100%;
  border-top: 1px solid #1a1c1a;
}

.post-item:first-child {
  margin-top: 0px;
  padding: 0px;
  border: none;
}

.social li a .facebook {
  width: 16px;
  height: 32px;
  display: block;
  background: url(images/social-sprite.png) no-repeat 0 0;
}

.social li a:hover .facebook {
  background-position: 0 -43px;
}

.social li a .twitter {
  width: 33px;
  height: 32px;
  display: block;
  background: url(images/social-sprite.png) no-repeat -25px 0;
}

.social li a:hover .twitter {
  background-position: -25px -43px;
}

.social li a .instagram {
  width: 33px;
  height: 32px;
  display: block;
  background: url(images/social-sprite.png) no-repeat -72px 0;
}

.social li a:hover .instagram {
  background-position: -72px -43px;
}

.social li a .trip-advisor {
  width: 35px;
  height: 32px;
  display: block;
  background: url(images/social-sprite.png) no-repeat -210px 0;
}

.social li a:hover .trip-advisor {
  background-position: -210px -43px;
}

.facebook-circle {
  width: 38px;
  height: 37px;
  display: block;
  background: url(images/social-sprite.png) no-repeat -117px 0;
}

.social-col h4:hover .facebook-circle {
  background-position: -117px -43px;
}

.twitter-circle {
  width: 37px;
  height: 37px;
  display: block;
  background: url(images/social-sprite.png) no-repeat -165px 0;
}

.social-col h4:hover .twitter-circle {
  background-position: -165px -43px;
}

.home-slider .booking-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
}

.footer-booking.booking-bar {
  background: #1a1c1a;
  margin: 40px 0 0;
}

.booking-bar h3 {
  color: #fff;
}

.nf-field-container.spaced {
  margin: 0 0 20px !important;
}

#footer .single-col {
  text-align: center;
}

#footer ul.accred {
  margin: 60px 0 0;
  padding: 40px 0 0;
  display: inline-block;
  border-top: 2px solid #fff;
  width: auto;
  float: none;
}

#footer ul.accred li {
  padding: 0 20px;
  display: inline-block;
}

#footer ul.accred li:first-child {
  padding-left: 0px;
}

#footer ul.accred li:last-child {
  padding-right: 0px;
}

#footer ul.accred img {
  height: 66px;
  display: inline-block;
}

#check_in_select, #check_out_select, #checkInDisplay {
  display: none;
}

#check_in_date, #check_out_date {
  position: absolute;
  left: 0px;
  top: 0px;
  text-indent: -9999px;
  border: none;
}

.field-wrap {
  width: 100%;
  display: block;
  position: relative;
}

#checkInDisplay, .cin-box, #stayLength, .duration-box {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

#searchform-box {
  color: #fff;
  float: right;
  position: absolute;
  padding: 0 0 0 360px;
  width: 100%;
  top: 0px;
  left: 0px;
}

#searchform-box input {
  color: #1a1c1a !important;
  line-height: 20px !important;
  padding: 5px !important;
  height: auto !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}

#searchform-box .ftb_w_cin_t, #searchform-box .ftb_w_cout_t {
  color: #fff;
  float: left;
  padding: 0px;
  width: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 3px;
}

.booking-bar .single-col {
  position: relative;
}

#search-form {
  float: left;
  width: 100%;
}

.booking-bar .col {
  width: 33.333%;
  padding: 0 20px 0 0;
  float: left;
}

.ftb_w_search {
  padding: 0px !important;
}

#searchform-box br {
  display: inline !important;
}

.ui-datepicker-trigger {
  display: none !important;
}

#searchform-box .ftb_widget {
  width: 100% !important;
  border: none;
  background: none;
  padding: 0px;
}

#searchform-box .ftb_w_arr, #searchform-box .ftb_w_dep {
  width: 30% !important;
  float: left;
  clear: none;
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0px;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}

#searchform-box .ftb_widget {
  min-height: 0px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(57, 57, 57, .6);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(156, 156, 156, .6);
}

.scroll-menu {
  float: left;
  width: 100%;
}

.banner-section img {
  display: block;
  width: 100%;
  height: auto;
}

.simple-img img {
  margin-top: 44px;
  float: right;
}

.subscribe-form {
  background: #53565a;
  width: 100%;
  float: left;
  padding: 20px;
}

.subscribe-form h3 {
  color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 0px !important;
  font-weight: 300 !important;
  padding: 5px 10px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
}

.woocommerce a.button.alt.disabled, .woocommerce button.button.alt.disabled, .woocommerce input.button.alt.disabled, .woocommerce #respond input#submit.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce button.button.alt:disabled, .woocommerce input.button.alt:disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:hover, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce input.button.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
  color: #fff !important;
}

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce ul.products li.product .price {
  color: #1a1c1a !important;
}

.woocommerce-page .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background: #1a1c1a !important;
}

.woocommerce-page .wc-bookings-booking-form .block-picker li:nth-child(2n) a:focus, .woocommerce-page .wc-bookings-booking-form .block-picker li:nth-child(2n) a:hover, .woocommerce-page .wc-bookings-booking-form .block-picker li:nth-child(2n+1) a:focus, .woocommerce-page .wc-bookings-booking-form .block-picker li:nth-child(2n+1) a:hover, .woocommerce-page .wc-bookings-booking-form .block-picker li a.selected {
  background: #1a1c1a !important;
}

.woocommerce-page .wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
  border-top-color: #fff !important;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a:after {
  border-bottom-color: #fff !important;
}

.woocommerce-page .wc-bookings-booking-form {
  border: none;
  padding: 0px;
  margin: 20px 0;
}

.woocommerce-page .wc-bookings-booking-form .wc-bookings-booking-cost {
  margin: 0px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 7px !important;
  width: 200px;
  margin: 0 20px 0 0 !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
  line-height: 20px !important;
  border: 1px solid #53565a;
}

.woocommerce-checkout #payment {
  color: #fff !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #53565a !important;
  border-radius: 0px !important;
  padding: 7px !important;
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.woocommerce table.shop_table {
  background: #fff;
  border-radius: 0px;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:after {
  display: none !important;
}

.woocommerce div.product .stock {
  color: #1a1c1a !important;
}

.woocommerce ul.order_details, .woocommerce address {
  background: #fff;
  padding: 10px;
}

.woocommerce #review_form #respond textarea {
  border: 1px solid #1a1c1a;
}

.woocommerce ul.order_details li strong {
  font-weight: normal;
  color: #1a1c1a;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  padding: 20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0px !important;
}

.login-dash {
  margin: 0 15px 0 0;
}

.checkout a {
  color: #fff;
  text-decoration: underline;
}

.page-content.shop-content {
  padding: 0 20px;
}

.side-gallery {
  float: left;
  width: 100%;
  clear: both;
  padding: 0px;
  margin: 0px;
}

.side-gallery li {
  float: left;
  padding: 0px;
  list-style: none;
  margin: 0 0 20px;
}

.side-gallery li img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

.image-row {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}

.image-row .thumb-col {
  width: 30%;
  padding: 0 20px 0 0;
  float: left;
}

.image-row .text-col {
  width: 70%;
  padding: 0 20px 0 0;
  float: left;
}

.gallery-holder-out {
  float: left;
  padding: 0 20px;
  width: 100%;
}

.gallery-holder-in {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 3px;
}

.carousel {
  position: relative;
}

.slick-list {
  overflow: hidden;
}

.article-content .widget {
  margin-bottom: 0px;
}

.slide-show .slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-show .slick-next {
  right: 10px;
}

.slide-show .slick-prev {
  left: 10px;
}

.slide-show.slick-slider {
  margin: 0px;
}

.slider-nav {
  padding: 0 17px 0 20px;
  margin: 0 0 10px !important;
  float: left;
  width: 100%;
}

.slider-nav .slide {
  cursor: pointer;
  padding: 0 3px 0 0;
  width: 20% !important;
}

.slider-nav .slick-track {
  width: 100% !important;
}

.grid-holder {
  padding: 0 10%;
  width: 100%;
  float: left;
  clear: both;
  display: table;
}

.content-holder.grid-section {
  margin: 100px 0 0;
}

.grid-holder, .scroll {
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

.grid-holder .cell-block {
  height: 600px;
}

.gallery-block, .cell-block, .slick-slide.cell-block {
  display: block;
  position: relative;
  padding: 20px;
}

.image-link {
  text-align: left;
  display: block;
  float: left;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-color: #f6f6f6;
  background-position: 50% 50%;
}

.cell-holder {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.cell-block:hover .cell-holder {
  background: rgba(0, 0, 0, 0.15);
}

.grid-holder .cell {
  display: table-cell;
  padding: 0px;
  position: relative;
  padding: 20px;
  vertical-align: middle;
}

.cell .excerpt {
  color: #fff;
  max-height: 200px;
  overflow: hidden;
  display: block;
}

.cell h3 {
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  text-transform: capitalize;
}

.cell .read-more {
  display: inline-block;
  float: none;
}

.content-holder.photo-break {
  margin: 100px 0 0;
}

.photo-layout {
  display: table;
  padding: 0 10% 0px;
  width: 100%;
}

.photo-layout .col {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}

.photo-layout .col-2-3 {
  width: 66.666%;
  padding: 20px;
}

.photo-layout .col-1-3 {
  width: 33.333%;
  padding: 20px;
}

.photo-layout .col-1 {
  width: 100%;
  padding: 20px 100px;
}

.photo-layout img {
  display: block;
  width: 100%;
  height: auto;
}

.img-break, .split-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 120px;
  background-image: url(images/quote-bg.jpg);
  min-height: 480px;
  display: block;
  background-size: cover;
}

.split-img {
  margin: 0px;
}

.narrow-split-row .split-img {
  height: 400px;
}

.right-img .split-img {
  float: right;
}

.split-row .text-content {
  padding: 60px 10% 40px;
}

.trust {
  background: #3d596f !important;
  margin-top: 100px;
  padding: 120px 0;
  display: block;
}

.newsletter {
  background: url(images/visit-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-top: 100px;
  padding: 80px 0;
  display: block;
}

.newsletter .nf-form-cont {
  padding: 0px;
  margin: 0px;
}

.newsletter .nf-form-cont h3 {
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 15px;
}

.img-break {
  margin-top: 70px;
}

.img-break .single-col {
  height: 100%;
  display: table;
  float: none;
  padding: 100px 20px;
}

.trust .single-col {
  height: 100%;
  display: table;
  float: none;
  padding: 0px 20% 0;
}

.newsletter .single-col {
  height: 100%;
  display: table;
  float: none;
  padding: 0px 10% 0 50%;
}

.newsletter .text-content, .trust .text-content {
  margin: 0px;
  float: none;
  display: table-cell;
  vertical-align: top;
  color: #fff;
  padding: 60px;
  display: inline-block;
}

.img-break .text-content {
  margin: 0px;
  float: left;
  color: #fff;
  display: block;
  float: left;
  max-width: 60%;
}

.newsletter h2, .trust h2, .img-break h2 {
  color: #fff;
}

.newsletter form {
  margin: 40px 0 0;
}

.trust .read-more, .img-break .read-more {
  color: #3d596f;

  margin: 30px 0 0;
  background: #fff;
}

.trust .read-more:hover, .img-break .read-more:hover {
  background: #6BD1F3!important;
  color: #3d596f !important;
}

.trust ul {
  display: inline-block;
  float: none;
  margin: 30px 0 0;
  padding: 0px;
  list-style: none;
}

.trust ul li {
  display: inline-block;
  padding: 110px 20px 0;
}

.trust ul li.donate {
  background: url(images/icons/donate.svg) no-repeat 50% 0;
  background-size: auto 70px;
}

.newsletter button, .trust ul li.donate .book-btn, #footer .book-btn {
  background: #3d596f;
  border-color: #fff;
  color: #fff;
}

.newsletter button:hover, .trust ul li.donate .book-btn:hover, #footer .book-btn:hover {
  color: #3d596f;
  background: #fff;
  text-decoration: none !important;
}

.trust ul li.fom {
  background: url(images/icons/support.svg) no-repeat 50% 0;
  background-size: auto 70px;
}

.split-row.right-img .text-content {
  text-align: right;
}

.split-row .read-more {
  margin: 40px 0 0;
  display: inline-block;
  float: none;
}

.split-row {
  margin-top: 100px;
}

.img-break.img-1 {
  background-position: 50% 50%;
}

.blog-section h3 {
  font-size: 24px !important;
}

.foot-note {
  padding: 15px 0;
  margin: 70px 0 0;
  background: #6bd1f3;
  text-align: center;
}

.page-id-5 .foot-note {
  margin: 0px;
}

.gallery-row img {
  display: block;
  width: 100%;
  height: auto;
}

.foot-note h3 {
  margin: 0px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 24px;
  line-height: 40px
}

.foot-note .read-more {
  float: none;
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
  top: -2px;
}
.foot-note .read-more:hover{
  background:#fff;
  color:#526C7F;
}

.social li {
  width: 32px;
  height: 32px;
}

.quick-links img {
  width: 80%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 20px 0 0;
}

.fbx-caption-title {
  display: none !important;
}

.center-title h3, .split-row h3 {
  font-size: 26px;
  line-height: 34px;
}

.center-title h4, .split-row h4 {
  font-size: 24px;
  line-height: 28px;
}

.blog-index {
  margin-top: 60px;
}

.blog-index .col {
  margin: 0 0 60px;
}

.blog-index .col:nth-child(3n+1) {
  clear: both;
}

.single-nav {
  margin: 40px 0 0px;
  border-top: 1px solid #f2f3f3;
  padding: 40px 0 0;
  float: left;
  width: 100%;
}

.single-nav a {
  margin: 0px 0 0;
  padding: 18px 28px;
  color: #3d596f !important;
  background: none !important;
  display: block;
  float: left;
  position: relative;
  line-height: 20px;
  font-size: 15px;
  border: 2px solid #3d596f !important;
  text-transform: capitalize;
  font-weight: 500;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
}

.single-nav a:hover {
  background: #3d596f !important;
  color: #fff !important;
  text-decoration: none;
}

.single-nav .prev-post {
  display: inline-block;
  float: left;
}

.single-nav .next-post {
  display: inline-block;
  float: right;
}

#nf-form-2-cont .nf-form-wrap {
  text-align: left;
}

#nf-form-2-cont .nf-form-content hr.ninja-forms-field {
  margin: 20px 0;
  background: #c4c4c4;
}

.page-id-85 #nf-form-2-cont .nf-form-fields-required {
  text-align: center !important;
}

.nf-form-wrap input[type="button"] {
  background: none !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  height: auto !Important;
  padding: 7px 25px 6px !important;
  font-size: 15px !important;
  line-height: 20px !important;
}

.nf-form-wrap input[type="button"]:hover {
  color: #3d596f !important;
}

.portrait-img-grid .img-2 {
  width: 50%;
}

.portrait-img-grid .img-3 {
  width: 70%;
  margin: 40px 0 0;
}

.overlap-split-row .col {
  padding: 0px !important;
}

.overlap-split-row .text-content {
  background: #3d596f;
  position: relative;
  width: 120%;
  top: 60px;
  text-align: center !important;
  left: -20%;
  color: #fff;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
}

.overlap-split-row:hover .text-content, .overlap-split-row.right-img:hover .text-content {
  left: -10%;
}

.overlap-split-row .text-content h2 {
  color: #fff;
}

.overlap-split-row.right-img .text-content {
  right: auto;
  left: 0;
}

.overlap-split-row .split-img {
  height: 660px;
}

.single-img {
  width: 100%;
  text-align: center;
  padding: 0 10%;
}

.double-img {
  width: 100%;
  text-align: center;
  padding: 0 10%;
}

.double-img img, .single-img img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 15px 0;
}

.single-img.narrow {
  padding: 0 25%;
}

.icon-header {
  padding-top: 70px;
}

.icon-header.pres {
  background: url(images/hoghton-preservation-trust-white.png) no-repeat 50% 0;
  background-size: auto 70px;
  padding-top: 110px;
}

.icon-header.wed {
  background: url(images/icons/wed.svg) no-repeat 0% 0;
  background-size: auto 50px;
}

.wpbsearchform {
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  display: none;
  width: 200px;
  position: relative;
  float: right;
  z-index: 9999;
  border-radius: 0;
  padding: 0 0 0 10px;
}

.wpbsearchform form input:focus {
  color: #555;
}

.wpbsearchform input[type="search"], .wpbsearchform input[type="text"] {
  background: #fff;
  border-radius: 0;
  padding: 5px;
  border: none;
  width: 100%;
  margin: 0px !important;
  height: 26px;
}

.wpbsearchform button {
  position: absolute;
  right: 0px;
  top: -2px;
  width: 30px;
  height: 30px;
  background: none;
  color: #3d596f;
  border: none;
  padding: 0px;
}

.wpbsearchform ::-moz-placeholder {
  color: #999 !important;
  font-weight: 300;
  opacity: 1;
}

.wpbsearchform ::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 300;
}

.search-wpb {
  cursor: pointer;
  position: relative;
}

.divide-line {
  width: 90%;
  margin: 40px 5% 70px;
  display: block;
  height: 2px;
  background: #3d596f;
  position: relative;
}

.divide-line .img-wrap {
  width: 80px;
  padding: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin: -30px 0 0 -40px;
}

.divide-line.castle .img-wrap {
  margin-top: -60px;
  margin-left: -35px;
  width: 70px;
}

.divide-line.calendar .img-wrap {
  margin-top: -41px;
  margin-left: -35px;
  width: 70px;
}

.divide-line .img-wrap img {
  width: 100%;
  display: block;
  height: auto;
}

.review-wrap {
  display: block;
  width: 100%;
  float: left;
  color: #3d596f;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 10px 0 0;
}

.star-wrap {
  display: block;
  width: 100%;
  margin: 0 0 8px;
}

.single-icon {
  display: inline-block;
  width: 60px;
  margin: 0 0 30px;
}

.single-icon.castle {
  width: 50px;
}

.single-icon img {
  width: 100%;
  height: auto;
  display: block;
}

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

.wrapper.full-width-grid {
  width: 100% !important;
}

.wrapper.full-width-grid .home-special, .wrapper.full-width-grid .home-special .col {
  padding: 0px !important;
}

.wrapper.full-width-grid .home-grid .fade a, .wrapper.full-width-grid .home-grid .fade .link-replace {
  padding: 20px 20%;
}

.wrapper.full-width-grid .home-grid .fade h3 {
  font-size: 32px;
  line-height: 38px;
  margin: 0px;
}

.wrapper.full-width-grid .home-grid .fade h3 span {
  font-family: 'Public Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin: 10px 0 30px;
  font-weight: 400;
}

.popup-overlay {
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.popup-overlay.hide {
  display: none !important;
}

.pop-up {
  background: #fff;
  color: #1a1c1a;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  display: block;
  height: auto;
  padding: 30px 30px 15px;
  z-index: 9999;
  text-align: center;
  width: 40%;
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
}

.pop-up.green {
  background: #3d596f;
  color: #fff;
}

.pop-up.green h2 {
  color: #fff;
}

.pop-up .read-more {
  margin-bottom: 15px !important;
}

.pop-up em {
  font-size: 12px;
  line-height: 14px;
}

.pop-up h2 {
  margin: 0 0 25px;
}

.close-window {
  background: url(images/close-icon.png) no-repeat 0 0;
  background-size: cover !important;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  cursor: pointer;
}

.green .close-window {
  background: url(images/green-close-icon.png) no-repeat 0 0;
}

.green .read-more {
  background: #3d596f;
  color: #fff;
}

.green .read-more:hover {
  background: #fff !important;
  color: #3d596f !important;
}

.ticker {
  background: #3d596f;
  padding: 5px;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.ticker p {
  margin: 0px;
}

.scroll .ticker, .ticker.hide {
  display: none;
}

.breadcrumbs {
  float: right;
  color: #3d596f;
  clear: both;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 14px;
  margin: 5px 0 0px;
}

.breadcrumbs a {
  text-decoration: undelrine;
}

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

.page-id-76 .breadcrumbs-holder {
  display: none;
}

.quote-section {
  margin-top: 90px;
  background: url(images/apprentice-quote.jpg) no-repeat 50% 50%;
  color: #fff;
  font-size: 18px;
  background-size: cover;
  padding: 80px 0;
}

.quote-section .slick-prev:before, .quote-section .slick-next:before {
  color: #22211f !important;
}

.quote-section h2 {
  color: #fff;
}

.quote-section .slick-prev {
  left: 0px !important;
}

.quote-section .slick-next {
  left: 40px !important;
}

.quote-section .content-section {
  margin: 0px;
}

.quote-section .col {
  position: relative;
}

.quote-section span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.quote-section h3 {
  margin-bottom: 20px;
}

.quote-section .slick-next {
  left: 40px !important;
  bottom: -70px !important;
  top: auto !important;
}

.quote-section .slick-prev {
  left: 0px !important;
  bottom: -70px !important;
  top: auto !important;
}

.quote-section .slick-prev:before, .quote-section .slick-next:before {
  color: #fff !important;
}

.open-quote {
  background: url(images/open-quote.png) no-repeat 0 0;
  position: absolute;
  width: 53px;
  height: 43px;
  display: block;
  left: -50px;
  top: 60px;
}

.close-quote {
  background: url(images/close-quote.png) no-repeat 0 0;
  position: absolute;
  width: 53px;
  height: 43px;
  display: block;
  right: -50px;
  top: 60px;
}

.home .responsive-menu-pro-inner, .home .responsive-menu-pro-inner:before, .home .responsive-menu-pro-inner:after,
.home.scroll-btn .is-active .responsive-menu-pro-inner, .home.scroll-btn .is-active .responsive-menu-pro-inner:before, .home.scroll-btn .is-active .responsive-menu-pro-inner:after, .is-active .responsive-menu-pro-inner, .is-active .responsive-menu-pro-inner:before, .is-active .responsive-menu-pro-inner:after {
  background-color: #fff !important;
}

.home.scroll-btn .responsive-menu-pro-inner, .home.scroll-btn .responsive-menu-pro-inner:before, .home.scroll-btn .responsive-menu-pro-inner:after, .responsive-menu-pro-inner, .responsive-menu-pro-inner:before, .responsive-menu-pro-inner:after {
  background-color: #3d596f !important;
}

#rmp_menu_trigger-1191 {
  top: 49px !important;
  right: 10px !important;
}

.scroll-btn #rmp_menu_trigger-1191 {
  top: 4px !important;
}

.contact-details {
  list-style: none;
  padding: 0px;
  margin: 20px 0;
}

.contact-details li {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 2px solid #3d596f;
}

.page-id-274 .non-carousel .col .thumb-img {
  display: block;
  padding: 20px 40px 0;
}

.team-cols img {
  width: 100%;
  height: auto;
  display: block;
}

.team-cols .col {
  margin-bottom: 40px;
}

.team-cols .col:nth-child(4n+1) {
  clear: both;
}

.team-cols .col .img-block {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.team-cols .col .img-block span {
  display: none;
}

.team-cols .col:hover .img-block span {
  width: 100%;
  height: 100%;
  background: rgba(36, 124, 181, 0.5) url(images/plus-icon.png) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.team-cols .col .text-block {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.team-cols .col:hover {
  cursor: pointer;
}

.team-cols .col:hover .text-block {
  background: #247CB5;
  color: #fff;
}

.team-cols .col:hover .text-block h3 {
  color: #fff;
}

.white-popup-block h3, .team-cols .col h3 {
  margin: 0px;
  color: #3d596f;
  font-size: 24px;
}

.qual, .job {
  display: block;
  clear: both;
  width: 100%;
  color: #062234;
}

.team-cols .col:hover .qual, .team-cols .col:hover .job {
  color: #fff;
}

.qual {
  font-style: italic;
  font-size: 14px;
}

.job {
  font-weight: 500;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.white-popup-block {
  max-width: 1004px;
  width: 80%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.white-popup-block .inside-block {
  float: left;
  width: 100%;
  clear: both;
  background: #fff;
  padding: 40px 30px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mfp-close {
  right: 0px !important;
}

.four-col .col.trip {
  width: 75%;
}

.white-popup-block .img-block {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 20px;
}

.white-popup-block .img-block img {
  width: 100%;
  height: auto;
  display: block;
}

.bio {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0 0;
}

.profile-linkedin {
  background: #062234;
  width: 40px;
  text-align: center;
  height: 40px;
  display: block;
  padding: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 20px 0 0;
}

.profile-linkedin .fa {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}

.profile-linkedin:hover {
  background: #247CB5;
}

.center-title.left-title .single-col {
  padding: 0 20px 20px;
}

.center-title.left-title h2 {
  text-align: left;
}
.carousel .blog-section .col .inside-col{padding-bottom: 65px;position: relative;}



.blog-section .text-content {position: initial!important;}
/*.home-intro{background:#687e8e; color:#fff;padding: 100px 0!important;}
.home-intro h1, .home-intro h3{color:#fff;}*/
.projects-template-default .text-content{padding: 0 10%;}
