/*
Theme Name: Views Hotel & Spa
Author: Malvolio
Version: 1.0
Tags: none
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */


/* ----- FORMATTING ----- */

body {
    font-family: 'Roboto', Arial, sans serif;
    font-size:   16px;
	font-weight: 300;
    padding:     0px 0px 0px 0px;
    margin:      0px;
	color: #000000;
	background: #ffffff;
	line-height: 1.5;
}

p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

h1 {
	font-family: Georgia, Lucida Bright, serif;
	color: #f8b7c2;
	font-size: 35px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2 {
	color: #636466;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: 300;
}

h3 {
	font-family: Georgia, Lucida Bright, serif;
	color: #000000;
	font-size: 18px;
	margin: 12px 0px;
	font-weight: normal;
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
}

h4 {
	font-family: Georgia, Lucida Bright, serif;
	color: #000000;
	font-size: 25px;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content a {
	color: #f8b7c2;
	text-decoration: underline;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#content li {
	padding: 0px 0px 5px 0px;
	list-style: square;
}

#content ul {
	padding-top: 0px;
	margin-top: 0px;
}

hr {
	border: none;
	border-top: 1px solid #ccc5ca;
	margin: 6px 0px 18px 0px;
	clear: both;
}

b, strong {
	font-weight: 700;
}

a.phone {
color: #000000 !important;
text-decoration: none !important;
} 


/* ----- LAYOUT ----- */

#header {
	width: 100%;
	float: left;
	margin-bottom: 75px;
}

#grey-bar {
	width: 100%;
	float: left;
	padding: 16px 0px;
	background: #e0dbdf;
	margin-bottom: 7px;
}

#social {
	float: left;
	margin-left: 16px;
}

#book {
	float: right;
	text-align: right;
	margin-right: 16px;
}

#book a {
	display: inline-block;
	background: #000000;
	color: #ffffff;
	font-family: Georgia, Lucida Bright, serif;
	text-transform: uppercase;
	font-size: 15px;
	padding: 7px 10px;
	border-radius: 4px;
	text-decoration: none;
}

#pink-bar {
	width: 100%;
	height: 50px !important;
	float: left;
	background: #eed1d6;
	text-align: center;
	overflow: visible;
}

#pink-bar img {
	margin-top: -60px;
}

@media screen and (max-width: 515px) {
#header {
	margin-bottom: 35px !important;
}
	
#pink-bar img {
	margin-top: -20px;
	width: 200px;
}
	
#pink-bar {
	height: 60px !important;
}
}

#menu {
	float: left;
	width: 100%;
	border-bottom: 9px solid #eed1d6;
}



#centered {
	max-width: 1100px;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}


#content {
	width: 100%;
	float: left;
	padding: 30px 0px;
}


#introduction {
	float: left;
	width: 100%;
	height: 386px;
	background-position: right !important;
}

#intro-left {
	background: url('images/slant.png');
	background-position: right;
	width: 45%;
	height: 341px;
	padding: 45px 15% 0px 5%;
	float: left;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
#intro-left {
	width: 45%;
	height: 341px;
	padding: 45px 15% 0px 5%;
}
}

@media screen and (max-width: 1200px) {
#intro-left {
	width: 44%;
	height: 341px;
	padding: 45px 20% 0px 3%;
}
}


@media screen and (max-width: 800px) {
#intro-left {
	width: 90%;
	padding: 25px 5%;
	margin-top: 300px;
	background-color: #e0dde0;
	height: auto;
}


#introduction {
	min-height: 400px;
	height: auto !important;
	background-position: top center !important;
}
}



#intro-boxes {
	float: left;
	display: flex;
	display:-webkit-box;
    display:-webkit-flex;
    flex-direction: row;
	-webkit-flex-wrap: wrap;
   	flex-wrap: wrap;
	flex: 0 0 1100px;
	-webkit-flex: 0 0 1100px;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 45px;
}

.ibox {
	flex-grow: 1;
  	flex-shrink: 1;
	flex-basis: 280px;
	-webkit-flex-grow: 1;
  	-webkit-flex-shrink: 1;
	-webkit-flex-basis: 280px;
	margin: 0px 1% 36px 1%;
	width: 31%;
	min-width: 280px;
	border: 6px solid #000000;
	height: 378px;
	overflow: hidden;
	
}

@media screen and (max-width: 645px) {
.ibox {
	height: auto !important;
}
}

.ibox p {
	padding: 0px;
	margin: 0px;
}

.ibox a {
	display: inline-block;
	background: #f8b7c2;
	color: #000000;
	font-family: Georgia, Lucida Bright, serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 7px;
	border-radius: 4px;
	float: right;
	text-decoration: none;
	margin-top: 5px;
}

.ibox a:hover {
	background: #eed1d6;
}

.ibox-text {
	margin: 12px 20px;
	font-size: 14px;
}


#footer-sub {
	background: #ccc5ca;
	width: 100%;
	padding: 16px 0px;
	float: left;
}

#footer-sub p {
	padding: 0px !important;
}

.footer-left, .footer-right {
	border: 1px solid #ffffff;
	background: #eed1d6;
	width: 45%;
	text-align: center;
	padding: 22px 2%;
	font-size: 14px;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

#footer-sub a {
	text-decoration: none;
	color: #000000;
}

@media screen and (max-width: 700px) {
.footer-left, .footer-right {
	width: 94% !important;
	padding: 22px 3% !important;
	float: left;
	margin: 5px 0px;
}	
}


#footer {
	width: 100%;
	background: #e0dbdf;
	padding: 22px 0px;
	font-size: 13px;
	float: left;
}

#footer strong {
	font-family: Georgia, Lucida Bright, serif;
	font-weight: normal;
	text-transform: uppercase;
}

#footer-logo img {
	width: 186px;
}

@media screen and (min-width: 515px) {
#footer-logo {
	margin-left: 16px;
	float: left;
}
	
#contact {
	float: right;
	margin-right: 16px;
}
}

@media screen and (max-width: 515px) {
#footer-logo, #contact {
	text-align: center;
	width: 100% !important;
	margin: 0px !important;
}
}



/* ----- FORMS ----- */

input[type="text"], input[type="password"], input[type="email"], textarea {
	padding:7px !important;
	font-family: 'Roboto', Arial, sans serif;
	color:#000000;
	font-size: 16px !important;
	background:#ffffff;
	border-bottom: 3px solid #000000;
	vertical-align:top;
	border: 0px;
	font-weight: 300;
	margin-bottom: 5px;
}


input[type="submit"] {
	padding: 7px;
	font-family: Georgia, serif;
	color:#ffffff;
	background: #000000;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0px;
}

.gfield_required {
	display: none;
}


/* ----- IMAGES ----- */


.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

a img {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}