﻿/**
 * Marble Arch Hotel
 * Site by http://Webdigital.co
 * Author: Daniel Emunot
 * Date: 01/05/2017
 */
/**
 RESET BOOTSTRAP CLASSES
 **/
.btn-default {
  background: #a1001a;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  border-color: #a1001a;
  border-width: 2px;
  border-radius: 2px;
  color: #fff;
}

.btn-default:hover, .btn-default:focus {
  background: #008d4f;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  border-color: #008d4f;
  color: #fff;
}

@media (min-width: 1200px) {
  .container {
    /**width: 970px;*/
  }
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #dfe3e5;
  font-size: 13px;
  color: #403f3f;
}

/** NAVIGATION **/
.logo {
  width: 156px;
  text-align: center;
}

.logo img {
  width: 60px;
}

.navbar {
  border: 0;
  margin-bottom: 0;
  background: #a1001a;
  border-radius: 0;
}

.top-contacts ul li {
	float: left;
	padding: 18px 10px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 600;
	color: #008d4f;
}

.top-contacts ul li > .fa {
  margin-right: 15px;
}

.top-contacts ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #008d4f;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  display: inline-block;
  color: #fff;
}

.top-contacts ul li a:hover, .top-contacts ul li a:focus {
  background: #fff;
  color: #008d4f;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#main-navbar {
  background: #a1001a;
  padding: 0;
}
#navbar-collapse{
	padding: 0;
}
#main-navbar .navbar-nav {
  float: right;
}

#main-navbar .navbar-nav a {
  color: #fff;
  font-size: 14px;
  padding: 20px;
  font-weight: 600;
}

#main-navbar .navbar-nav a:hover,
#main-navbar .navbar-nav a:active,
#main-navbar .active a {
  color: #000;
  background: #eee;
}

.navbar-header .navbar-brand {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.slider {
  background: url("../images/slider1.png") no-repeat;
  background-size: cover;
  height: 662px;
}

.slider-content {
  margin-top: 200px;
}

.slider-content h3 {
  font-size: 21px;
  font-weight: 100;
  line-height: 1.4;
  color: #fff;
  background: rgba(35, 35, 35, 0.7);
  padding: 16px 30px;
  text-transform: capitalize;
}

.slider-content h3 span {
  font-size: 26px;
  font-weight: 900;
}

.reservation {
  border: 0px
}
/**Francis WebForm CSS**/
section#block-webform .form-group {
    /**margin-right: 15px;**/
    width: 100%;
}
#block-webform .select-wrapper {
    width: 100%;
}
#block-webform .btn-default:hover, #block-webform .btn-default:focus{
	border: 2px solid #a1001a;
}
button#edit-submit {
    margin-left: 15px;
}
/**Francis WebForm CSS END**/
.reservation h3 {
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 3px #545454;
}

.reservation form .input-group {
  margin-bottom: 10px;
}

.reservation form .input-group .input-group-addon {
  border-radius: 0;
  border: none;
  background: #fff;
  font-size: 14px;
  height: 48px;
}

.reservation form .form-control {
  border-radius: 0;
  height: 48px;
  font-size: 14px;
}

section {
  margin: 60px 0;
}

section h2 {
  color: #a1001a;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 28px;
}

section h2 span.small {
  color: #008d4b;
  font-weight: 300;
  font-size: 36px;
}
/***Francis*/
section.row.services {
    margin-top: 10%;
}
.services-grid {
  margin-top: 60px;
}
.reservation h3 {
    display: none;
}
input#edit-arrival-date, input#edit-departure-date {
    /**width: 70%;**/
}
#block-webform .select-wrapper {
    /**width: 20em;**/
}
/***Francis end*/

.services-grid .thumbnail {
  padding: 0;
  float: left;
}

.services-grid .thumbnail .caption a {
  color: #a1001a;
  font-weight: 600;
}

.services-grid .thumbnail .caption a h3 {
  font-size: 18px;
}

.services-grid .thumbnail .caption p {
  font-size: 12px;
  text-align: left;
}

.services-grid .thumbnail .caption .read-more a {
  margin-bottom: 20px;
  display: inline-block;
  color: #008d4b;
}

.more-services .btn {
  padding: 8px 45px;
  font-size: 16px;
}

.confort {
  background: url("../images/comfort.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 100%;
  height: 450px;
}

.confort h3 {
  position: relative;
  top: 160px;
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
  color: #ececec;
  background: rgba(2, 2, 2, 0.43);
  padding: 18px;
  width: 65%;
  margin: auto;
}

.confort h3 span.small {
  font-size: 32px;
  font-weight: 200;
  color: #ececec;
}

.why-marble .custom-icon {
  width: 66px;
  height: 66px;
  display: block;
  float: left;
  margin-right: 15px;
}

.why-marble p {
  margin-bottom: 20px;
}

.why-marble #confort {
  background: url("../icons/confort.png") no-repeat;
  background-size: cover;
}

.why-marble #honeymoon {
  background: url("../icons/honeymoon.png") no-repeat;
  background-size: cover;
}

.why-marble #food {
  background: url("../icons/food.png") no-repeat;
  background-size: cover;
}

.why-marble #hotel-overview {
  float: right;
}

.why-marble #hotel-overview h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 400;
  color: #008d4b;
}

.why-marble #hotel-overview li {
  line-height: 18px;
  margin: 6px 0;
}

.why-marble #hotel-overview li .fa,
.about-page .list-unstyled li .fa {
  border: 2px solid #fff;
  color: #008d4b;
  border-radius: 50%;
  font-size: 13px;
  padding: 4px 4px;
  margin-right: 8px;
}

.google-map {
  margin-bottom: 0;
}

.google-map img {
  width: 100%;
}

.footer {
  background: #3c3c3c;
  color: #fff;
  padding: 50px 0;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer h3 {
  color: #008d4b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer li {
  margin: 10px 0;
}

.footer li a {
  color: #fff;
}

.footer li .fa {
  background: #fff;
  color: #333;
  padding: 5px 5px;
  margin-bottom: 12px;
  border-radius: 50%;
}

.footer li .fa-phone {
  padding: 5px 6px;
}

.footer .copyright hr {
  border-color: #4a4949;
  margin-top: 36px;
  margin-bottom: 38px;
}

.footer .copyright a {
  color: #1bbc9b;
}

/* Jonathan's Custom CSS */
#block-topheadercontacts {
  margin: 0;
}

.form-required:after {
  display: none;
}

.form-inline .control-label {
  margin-bottom: 5px;
}

.reservation form .form-control {
  width: 100%;
}

.homepage-slider .flexslider {
  max-height: 418px;
  overflow: hidden;
}

.homepage-slider .flexslider {
  background: transparent;
  border: none;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.homepage-slider .flexslider .flex-control-paging,
.homepage-slider .flexslider .flex-direction-nav {
  display: none;
}

.slider-content {
  position: absolute;
  width: 542px;
  top: -4em;
  left: 8em;
}

.homepage-slider {
  position: relative;
}

.homepage-slider,
.homepage-slider section,
.region-our-services section,
.confort section,
.why-marble section,
.footer section,
.about-page section,
#block-contactdetails {
  margin: 0;
}

.reservation {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 12px;
  display: none;
}
section#block-webform form#webform-submission-reservation-form {
    display: inline-flex;
}
.reservation-wrapper {
  width: 100%;
  background: #008d4f;
  z-index: 99;
}
.alert.alert-success {
    color: #14a752;
    background-color: rgb(220, 218, 223);
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    border-radius: 0px;
}
select:required:invalid {
  color: gray;
}
option[value=""][disabled] {
  display: none;
  color: #c5c2c2;
}
option {
  color: black;
}

.reservation .form-control {
  color: #8e8989;
}

a.logo {
  position: absolute;
  top: -70px;
  padding: 0;
  margin: 0;
}

/* remove top margin from page */
body {
  margin-top: 0;
}

.page-title-container {
  color: #a1001a;
  font-weight: 900;
  font-size: 30px;
  height: 125px;
  text-align: center;
  padding: 45px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 15px;
}

.page-title-container span {
  color: #008d4b;
  font-weight: 300;
}

.about-page h3 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 300;
  color: #008d4b;
}

.about-page p {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}

.about-page p:first-child {
  text-indent: 30px;
}

.about-page .last-p-element {
  margin-bottom: 25px;
}

.about-page .col-md-8 {
  padding-left: 0;
}
img.align-center {
    width: 100%;
    margin-bottom: 15px;
}
.about-page h4 {
  display: none;
}

.about-page .list-unstyled {
  padding-left: 30%
}

.about-page .list-unstyled li {
  margin-bottom: 15px;
}
figcaption {
    display: none;
}
figure.impg-thumbnail.Hall {
    float: left;
}
figure.img-thumbnail.Hall {
    float: left;
    margin-right: 15px;
}
figure.img-thumbnail.garden {
    float: right;
    margin-left: 15px;
}
figure.img-thumbnail.bar {
    float: left;
    margin-right: 15px;
}
p.customer{
	padding: 5%;
    background-image: url(../images/customer1.jpg);
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-size: cover;
    text-align: center;
}
.about-page strong {
    color: #008d4b;
    font-weight: bolder;
}
.contact-page-details {
  background: #fff;
  padding: 25px;
  margin-top: 20px;
  border: 1px solid #b3b2b2;
}

.contact-page-details h2 {
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  background: #a1001a;
  color: #fff;
  padding: 5px 0;
  margin: 0;
  margin-bottom: 15px;
}

#block-marblearchhotelmap  {
  margin: 20px 0;
  border: 1px solid #b3b2b2;
  background: #fff;
  padding: 5px;
  padding-bottom: 0;
}

.views-col {
  position: relative;
  margin-bottom: 25px;
}

.hotel-gallery-image {
  max-width: 300px;
  overflow: hidden;
}

.hotel-gallery-image img {
  box-shadow: 2px 2px 5px #5f5d5d;
}

.gallery-image-desc {
  max-width: 300px;
  position: absolute;
  top: 81%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 10px 0;
  font-weight: 300;
}

/*
.field--name-field-service-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  color: #0f5898;
  border-top: 1px solid #716e6e;
  background: #d4d4d4;
  padding: 2px;
  margin-bottom: 20px;
}

.readmore-link a {
  background: #a1001a;
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #337ab7;
  text-decoration: none;
}

.readmore-link {
  float: right;
  margin-top: 20px;
}

.ds-2col > .group-left {
  width: 35%;
} */

.node--type-services.node--view-mode-teaser {
  max-width: 400px;
  text-align: justify;
}

.field--name-field-service-title {;
  font-size: 20px;
  color: #008d4b;
  font-weight: 300;
}

.field--name-node-link a {
  color: #ffffff;
  float: right;
  background: #a1001a;
  padding: 10px 25px;
  margin-bottom: 20px;
}

.node--view-mode-full {
  margin-bottom: 25px;
}

.google-map section {
  margin: 0;
}

.field--name-field-map-location {
  height: 400px;
}

.field--name-field-map-location iframe {
  height: 100% !important;
  width: 100% !important;
  border-top: 1px solid #b3b2b2 !important;
  pointer-events: none;
}

/* Reservation Forms */
#edit-reservation-page-2 {
  display: none;
}

/* Model edits */
.modal-backdrop{
	display: none;
}

.modal-content{
	border-radius: 4px;
}

#reservModal{
	background: rgba(0, 0, 0, 0.8);
}

#edit-reservation-page-2{
	padding-bottom: 25px;
	padding-top: 25px;
}

.form-wrapper{
	padding: 0;
    padding-right: 5px;
}

/*date picker */
.ui-datepicker{
	background: #fff;
    width: 241px !important;
    padding-right: 10px !important;
}
/*****LABEL DISPALY NONE *****/
.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-arrival-date.js-form-item-arrival-date.form-group .control-label, .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-departure-date.js-form-item-departure-date.form-group .control-label, .form-item.js-form-item.form-type-select.js-form-type-select.form-item-room-type.js-form-item-room-type.form-group .control-label, .form-item.js-form-item.form-type-select.js-form-type-select.form-item-airport-pickup.js-form-item-airport-pickup.form-group .control-label{
	display: none;
}
/***Gallery Style Sample***/
.field-content.hotel-gallery-image.multiple-gallery a ~ a {
    display: none;
}
#edit-right-input-forms {
    width: 45% !important;
    float: left;
}
#edit-left-form-elements {
    width: 45% !important;
}
/**
RESPONSIVENESS
**/
@media screen and (max-width: 768px ) {
	#main-navbar .navbar-nav{
		float: none;
	}
	#main-navbar .navbar-nav a{
		text-align: center;
	}
	#block-topheadercontacts ul{
		width: 80%;
	}
	#block-topheadercontacts ul li{
		float: right;
	}
	#block-topheadercontacts ul li:nth-child(1),
	#block-topheadercontacts ul li:nth-child(2){
		display: none;
	}
	.slider-content {
		top: -10em;
		left: 0;
	}
	.why-marble #hotel-overview {
		float: right;
		width: 100%;	
	}
	.why-marble #hotel-overview li {
		float: left;
		margin: 10px;
	}
	.why-marble #hotel-overview h4 {
		margin-top: 20px;
		text-align: center;
	}
	#edit-right-input-forms {
        width: 90% !important;
    }
    #edit-left-form-elements {
        width: 90% !important;
    }
}

@media screen and (max-width: 562px ) {
	.slider-content h3{
		display: none;
	}
	section#block-webform form#webform-submission-reservation-form {
		display: block;
	}
	button#edit-submit {
		margin-left: 0;
	}
	.services-grid > .col-md-4,
	.col-md-6,
	.views-view-grid .views-col{
		width: 100% !important;
	}
	.confort h3{
		width: 100%;
	}
	.why-marble .custom-icon {
		width: 100px;
		height: 100px;
		display: block;
		margin: auto;
		margin-right: auto;
		float: none; 
	}
	.why-marble #hotel-overview li {
		float: none;
		margin: 10px;
	}
	.confort h3 span.small,
	.confort h3{
		font-size: 26px;
	}
	#block-copyright span{
		display: block !important;
		float: left !important;
	}
	.hotel-gallery-image{
		max-width: 100%;
	}
	.hotel-gallery-image img{
		width: 100%;
	}
	.about-page .list-unstyled{
		padding-left: 5px;
	}
	.gallery-image-desc {
		max-width: 100%;
	}
	.block-marblearchhotelmap iframe{
		width: 100%;
	}
	#edit-reservation-page-2{
		margin: 0px 5px;
	}

	#edit-reservation-page-2 #block-webform .form-group {
		width: 98%;
	}
}