/*
 * 
	Think Living Design CSS
	Harrogate Web Solutions
	Peter Smith 2019
 * 
 */


body {
	
}

p,a,h3,h4,button {
	font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #757a5c;
}

ul,li {
    color: #757a5c;
    font-family: raleway;
    font-size: 19px;
}

p {
    font-size: 19px;
}

h1,h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #757a5c;
}

h1 {
    font-size: 40px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.no-padding {
    padding: 0px;
}

.title-area {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 50px;
}

.modal-backdrop {
    opacity:0.5 !important;
}










/*------- Header -------*/

.header {
    text-align: center;
}

.header-icons i {
    color: #757a5c8a;
    font-size: 33px;
    padding: 10px;
    margin-top: 35px;
}

.logo img {
    width: 100%;
    max-width: 485px;
}

.logo {
    margin-top: 30px;
}

.header-icons {
    text-align: right;
}






/*------- Navigation -------*/

.navigation-container {
    background-color: #767b5c;
}

.navigation-container ul li {
    list-style: none;
    /* width: 100%; */
    text-align: center;
}

.main-menu ul {
    display: inline-flex;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    margin-bottom: 0px;
}

ul {
    width: 100%;
}

.main-menu {
   /*  max-width: 1140px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main-menu ul li a:hover {
    transform: scaleX(1.1) scaleY(1.1);
}

.dropdown ul {
    display: block;
}

ul li.divider {
    width: 100%;
}

.navigation-container {
    margin-top: 20px;
    /* height: 40px; */
    font-size: 18px!important;
}

.navigation-container ul li {
    font-size: 18px!important;
}

button#dropdownMenuButton {
    background-color: #767b5c;
    padding: 0px;
    border: none;
    color: #fff;
    font-weight: 300;
}

.dropdown a {
    font-size: 18px;
    margin-top:10px;
    margin-bottom:10px;
    color: #fff;
}

.dropdown-menu {
    width: 200%;
    text-align: left;
    background-color: #767b5c;
}

.dropdown button {
    font-size: 18px;
}
.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.main-menu ul li:hover {
    transform: scaleX(1.1) scaleY(1.1);
}

.main-menu ul li {
    transition: 0.2s;
    padding: 10px 0px;
}

.dropdown button:hover {
    transform: scaleX(1.1) scaleY(1.1);
}
.dropdown button {
    transition: 0.2s;
}
.main-menu a {
    color: #ffffff;
}

.dropdown-menu div {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.dropdown-menu {
    border-radius: 0px;
    box-shadow: none;
}

.main-menu .dropdown {
    padding: 10px;
}

.caret {
    border-top: solid #fff;
    border-top-color: #fff!important;
}

.menu-divider {
    width: 5%;
    color: #fff;
}

.menu-divider p {
    margin-bottom: 0px;
    color: #fff;
}








/*------- Home -------*/

.banner {
    background-color: #767b5c;
}

.banner-inner p {
    font-size: 18px;
    text-align: center;
    margin: 25px;
    color: #fff;
}

.banner-alt {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    padding-left: 15px;
    color: #fff!important;
}

.banner-alt a {
    color: #fff!important;
}

.content-area img {
    width: 100%;
}

.home-link img {
    width: 100%;
}

.home-link {
    margin-top: 40px;
}

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

.home-link-button h2 {
    margin: 0px;
    background-color: #767b5c;
    color: #fff;
    padding: 10px;
    font-size: 26px;
}

span.button-arrow {
    float: right;
    background-color: #555a3e;
    padding: 10px 20px;
    margin-top: -10px;
    margin-right: -10px;
}







/*------- Footer -------*/

.container.footer {
    margin-top: 30px;
    border-top: solid 1px #767b5c;
    border-bottom: solid 1px #767b5c;
    padding-bottom: 30px;
}

.footer-logo img {
    width:  100%;
    margin-top: 30px;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu a {
    color: #767b5c;
    font-size: 16px;
}

.footer-details {
    margin-top: 30px;
    color: #767b5c;
}

.footer-details p {
    font-size: 16px;
}

.footer-copyright {
    margin-top: 10px;
    color: #767b5c;
}

.footer-copyright p {
    font-size: 16px;
}

.footer-copyright a {
    color: #767b5c;
    font-size: 16px;
}

.footer .header-icons {
    text-align: left;
    margin-top: -25px;
}






/*------- Cottages -------*/

.title-area-image img {
    width: 100%;
}

.sidebar img {
    width: 100%;
}

.sidebar {
    margin-top: 30px;
}

.sidebar-images img {
    width: 100%;
    margin-top: 30px;
}

.content-img-area img {
    width: 100%;
    margin-top: 30px;
}

.feature-button a:hover {
    text-decoration: none;
}

.feature-button p:hover {
    transform: scaleX(1.1) scaleY(1.1);
}

.check-calendar p {
    text-align: center;
    margin-top: 30px;
    background-color: #767b5c;
    color: #fff;
    padding: 10px;
    transition: 0.2s;
}

.check-calendar a:hover {
    text-decoration: none;
}

.check-calendar p:hover {
    transform: scaleX(1.1) scaleY(1.1);
}

.other-cottage-link p {
    color: #767b5c;
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px;
    font-weight: 600;
}

.other-cottage-link {
    border-top: solid 1px #767b5c;
    margin-top: 20px;
    border-bottom: solid 1px #767b5c;
}

.features h2 {
    font-size: 25px;
}

.features ul li {
    font-family: raleway;
    color: #787f7a;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
}

.feature-button p {
    background-color: #767b5c;
    color: #fff;
    padding: 10px;
    text-align: center;
    transition: 0.2s;
    margin: 0px;
}

.feature-buttons-area {display: flex;}

.feature-button {
    width: 50%;
    margin: 5px;
}

.sidebar a:hover {
    color: #767b5c;
}







/*------- Cottage Modals -------*/

@media screen and (min-width: 768px) {
.modal-dialog {
    width: 800px;
    }
}

.content-img-area a:hover, .sidebar-images a:hover, .area-images a:hover {
    cursor: pointer;
}









/*------- Rates -------*/

p.table-above {
    font-weight: 600;
    color: #767b5c;
}

thead {
    border-top: solid 1px #767b5c;
    border-bottom: solid 1px #767b5c;
}

tbody {
    border-bottom: none;
}

tr {
    border: none!important;
}

th {
    border: none!important;
    font-size: 19px;
    font-family: raleway;
    font-weight: 400;
}

td {
    border: none!important;
    font-size: 19px;
    font-family: raleway;
}

.under-table {
    border-top: solid 1px #767b5c;
    margin-top: -15px;
    border-bottom: solid 1px #767b5c;
    padding-bottom: 20px;
}

.rates-info {
    background-color: #f6fdd9;
    padding: 25px;
    margin-top: 30px;
}

.rates-info ul li {
    font-family: raleway;
    font-size: 19px;
}

.rates-info h2 {
    margin: 0px;
    font-size: 27px;
    margin-bottom: 15px;
}






/*------- Offers -------*/

.offer-two {
    margin-top: 60px
}

.offer-two img {
    margin-top: 30px;    
}







/*------- Local Area -------*/

.area-images img {
    width: 100%;
    margin-top: 30px;
}





/*------- Contact -------*/

.map {
    margin-top: 30px;
}





/*------- Collapse Nav -------*/

.navbar-default .navbar-nav > li > a {
        color: #ffffff!important;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}





/*------- Responsive -------*/
@media (max-width: 990px) {
    .header-icons i {
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }

    h1 {
        font-size: 30px;
    }
    .navigation-container {
        margin-top: 0px;
    }
    .banner-alt {
        font-size: 20px;
    }
    .home-link-button h2 {
        font-size: 20px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        width: 50%;
        margin-top: 30px;
    }
    .footer .header-icons {
        text-align: left;
        margin-top: 0px;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-details p {
        text-align: center;
    }
    .footer-copyright p {
        text-align: center;
    }
    
}

@media (max-width: 600px) {
    .navbar {
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .dropdown-menu {
        text-align: center;
    }
    .navbar-nav {
        text-align: center;
    }
    h1 {
        font-size: 22px;
    }
    .banner-alt {
        font-size: 18px;
    }
}

@media (max-width: 1068px) {
   .main-menu a {
   	font-size:14px;
   }
   
   .top-nav-button {
   	padding-top:4px;
   	font-size:14px !Important;
   }
}

/* Popup */
.popup {
  /*display: none;*/
  position: fixed;
  padding: 24px;
  width: 80%px;
  left: 50%;
  margin-right: -50%;
  
  top: 50%;
 
  background: #FFF;
  transform: translate(-50%,-50%);
  z-index: 2000;
  
}

#popup1 {
  -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}
