/*
Theme Name: The Cliffs Resort
Theme URI: http://cliffsresort.com
Author: The James Agency
Author URI: http://www.thejamesagency.com
Description: A custom theme for The Cliffs Resort
Version: 1.1.0
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 * {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
 }

 html {
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-kerning: auto;
    font-kerning: auto; 
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
    font-weight: 100;
    font-family: "BradonGrotesque", "Lato", sans-serif;
    color: #3a3937;
    margin: 0;
    position: relative;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

/*=============================================
=            Typography            =
=============================================*/

@font-face {
  font-family: "BradonGrotesqueBold";
  src: url("assets/fonts/BrandonGrotesque-Bold.eot");
  src: url("assets/fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype");
  src: url("assets/fonts/BrandonGrotesque-Bold.woff2") format("woff2");
  src: url("assets/fonts/BrandonGrotesque-Bold.woff") format("woff");
  src: url("assets/fonts/brandon_bld.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "BradonGrotesque";
  src: url("assets/fonts/BrandonGrotesque-Light.eot");
  src: url("assets/fonts/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype");
  src: url("assets/fonts/BrandonGrotesque-Light.woff2") format("woff2");
  src: url("assets/fonts/BrandonGrotesque-Light.woff") format("woff");
  src: url("assets/fonts/brandon_reg.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Lato:400,900');

	
h1, h2, h3, h5, h6 {
	margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1;
	font-weight: bold; 
	font-family: "BradonGrotesqueBold", "Lato", sans-serif;
	color:  #3A3937;
	text-transform: uppercase;
}

h4 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: bold;
	font-style: italic;
	font-family: 'Playfair Display';
}

h1 { 
	font-size: 2.4rem;  
	letter-spacing: 0.137rem;  
}

h1,
.hero-sub-head { text-shadow: 0 2px 4px rgba(0,0,0,0.50); }

h2 { 
	font-size: 2.4rem; 
	letter-spacing: 0.12rem; 
}

h3 { 
	font-size: 2rem;   
	letter-spacing: 0.114rem; 
}

h4 { 
	font-size: 1.8rem; 
  line-height: 1.2;
  margin: 0 0 1.2rem 0;  
}

/* h5 { 
	font-size: 1.8rem; 
	line-height: 1.5;  
	letter-spacing: -.05rem; 
}

h6 { 
	font-size: 1.5rem; 
	line-height: 1.6;  
	letter-spacing: 0; 
} */


p {
  margin-top: 0; }

b, strong {
  font-family: "BradonGrotesqueBold", "Lato", sans-serif;
  font-weight: bold;
}

a{
  color:  #0c5e8c;
  text-decoration: none;	
}

.txt-blue { color: #0c5e8c; }
.txt-lavendar { color: #8C76D8; }
.txt-yellow { color: #D6A533; }
.txt-white { color: #fff; }

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

a:hover{
	color: #0c5e8c;
	text-decoration: underline;
}

a.txt-lavendar:hover {
	color: #8C76D8;
}

a.txt-yellow:hover {
	color: #D6A533;
}

hr {
  border: 1px solid #3a3937;
  margin: 2rem 0 0 0;
}

.blocks {
	display: inline-block;
	padding:10%;
	text-align: center;
	margin:15px
}

.grey {
	background: #3a3937;
	color: #fff;
}

.light-grey {
	background: #666362;
	color: #fff;
}

.blue{
	background: #0c5e8c;
		color:#fff;
}

.lavendar{
	background: #8C76D8;
	color:#fff;
}

.yellow{
	background: #D6A533;
		color:#fff;
}


.photo-shadow{
	background:#ebebeb;
	color:#000;
	-webkit-box-shadow: 1px 1px 5px 0px #ccc;
	        box-shadow: 1px 1px 5px 0px #ccc;
}

.box-white{
	text-align: left;
	background:#fff;
}

.gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #F2F2F2), color-stop(96%, #FFFFFF));
	background-image: linear-gradient(-180deg, #F2F2F2 14%, #FFFFFF 96%);
}

.align-middle{
	display: inline;
	vertical-align: middle;
	line-height: 80px
}

@media screen and (min-width: 992px) {
  h1 { font-size: 4.8rem; letter-spacing: 0.274rem; text-shadow: 0 2px 4px rgba(0,0,0,0.50); }
	h2 { font-size: 4.8rem; letter-spacing: 0.274rem; }
	h3 { font-size: 3.4rem; letter-spacing: 0.054rem; }
	h4 { font-size: 2.4rem; line-height: 1.2; letter-spacing: 0.137rem; }
	h5 { font-size: 1.8rem; letter-spacing: -.05rem; }
	h6 { font-size: 1.5rem; letter-spacing: 0; }
}


/*=============================================
=            Base Stylings            =
=============================================*/

.container {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
  .container { max-width: 540px; }
}

@media screen and (min-width: 768px) {
  .container { max-width: 720px; }
}

@media screen and (min-width: 992px) {
  .container { max-width: 960px; }
  
}

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

/*=====  End of Base Stylings  ======*/


/*=============================================
=            Utility Classes            =
=============================================*/

/* Colors */

/* Lists */
.list-unstyled { 
  list-style: none;
  padding: 0; 
}

.wedding-amenities {
  padding-left: 1.5rem;
}

/* Spacing */
.m-0 { margin: 0; }

.p-0 { padding: 0; }

/* Text */
.txt-sm-center {
  text-align: center;
}

.text-align-right-lg,
.text-align-center-lg { text-align: left; }

/* Visibility */
.hidden-sm { display: none; }

@media screen and (min-width: 768px) {
  .txt-sm-center {
    text-align: left;
  }

  ul.col-2 { 
    -webkit-column-count: 2; 
            column-count: 2;
    list-style-position: inside; 
  }

  ul.col-3 {
    -webkit-column-count: 3;
            column-count: 3;
    list-style-position: inside;
  }
}

@media screen and (min-width: 992px) {
  .hidden-sm { display: block; }

  .text-align-right-lg {
    text-align: right;
  }

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

  .wedding-amenities {
    -webkit-column-count: 2;
            column-count: 2;
    list-style-position: inside;
    padding-left: 0;
  }

  .wedding-amenities li {
    text-indent: -22px;
    padding-left: 22px;
  }
}

/*=====  End of Utility Classes  ======*/



/*=============================================
=            Buttons            =
=============================================*/

.button, .btn,
.fl-woocommerce-add-cart .woocommerce a.button {
  display: inline-block;
	text-transform: uppercase;
	color:#ffffff;
	background: #0c5e8c;
	border: 2px solid transparent;
	width: 100%;
	border-radius: 50px;
	padding: 1rem 3.5rem;
  line-height: 2em;
  min-height: 2rem;
	font-size: 1.4rem;
	font-family: "BradonGrotesqueBold", "Lato", sans-serif;
	margin: 1rem 0;
	text-align: center;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  vertical-align: middle;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.fl-woocommerce-add-cart .woocommerce a.button {
  margin: 0 !important; 
}

.btn-lavendar {
	background-color: #8C76D8;
}

.btn-yellow {
	background-color: #D6A533;
}

.btn-white {
	background-color: #fff;
	color: #3a3937;
	padding:2%;
}

.btn-grey {
  background-color: #3a3937;
}
.btn-brown {
	background-color:#58372C;

}

.button:hover, .btn:hover{
	background-color: #fff;
	color: #0c5e8c;
	border: 2px solid #0c5e8c;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}

.button.btn-lavendar:hover,
.btn.btn-lavendar:hover {
	color: #8C76D8;
	border: 2px solid #8C76D8;
}

.button.btn-yellow:hover,
.btn.btn-yellow:hover {
	color: #D6A533;
	border: 2px solid #D6A533;
}

.button.btn-white:hover,
.btn.btn-white:hover {
	background-color: #666362;
	color: #fff;
	border: 2px solid transparent;
}

.button.btn-grey:hover,
.btn.btn-grey:hover {
  color: #3a3937;
  border: 2px solid #3a3937;
}

#gform_submit_button_1 { border: none; padding: 1rem 3.5rem; }
#gform_submit_button_1:hover {
  background-color: #6D9EBA;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .button, .btn,
  .fl-woocommerce-add-cart .woocommerce a.button {
    font-size: 1.4rem;
    padding: 1rem 3.5rem;
    width: auto !important;
    line-height: 1;
    min-height: none;
	}
}

/*=====  End of Buttons  ======*/

/*=============================================
=            Main Navigation            =
=============================================*/

.site-header {
  background-color: #3a3937;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.site-header {
  padding-top: 1.9rem;
  padding-bottom: 0px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header,
.contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact {
  margin-left: auto;
}

.menu-primary-menu-container,
#resort-tel,
#menu-secondary-menu {
  display: none;
}

#site-logo {
  max-height: 4.7rem;
  max-width: 9rem;
}

.mobile-navigation {
  background-color: #fff;
  height: 0;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  z-index: 0;
  overflow: hidden;
}

.mobile-navigation.active {
  height: 48rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: auto;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.mobile-nav { 
  width: 100%;
  text-align: left; 
}

.mobile-nav .menu li { 
  list-style: none;
  margin-bottom: 1.9rem; 
  border-bottom: 1px solid;
  padding-top: 5px;
  padding-bottom: 5px;	
}

.mobile-nav .menu li:last-child {
  margin-bottom: 0;
}

.mobile-nav .menu a,
#menu-secondary-menu a {
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  text-align: right;
  
}

.mobile-nav .menu li:last-child {
  margin-bottom: 0;
}

#nav-toggle { 
  margin-left: 1.2rem; 
  max-height: 2.4rem;
}

#book-now {
  margin: -0.5rem 0 0 0;
  width: auto;
  display: inline-block;
}

@media only screen and (max-width:1279px){
	#nav-toggle {
		display:none!important;
	}
}

#nav-toggle .line {
  width: 34px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 6px;
}

#nav-toggle .line:last-child {
  margin-bottom: 0;
}

#nav-toggle.active .line:nth-child(2) {
  opacity: 0;
}

#nav-toggle.active .line:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
  margin: 0;
}

#nav-toggle.active .line:last-child {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
  margin: 0;
}


@media screen and (min-width: 1280px) {
	.site-header{
    height: 10rem;
  }

  .site-header {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  #site-logo {
    max-height: none;
    max-width: none;
  }

  #nav-toggle {
    display: none;
  }

  #resort-tel,
  .menu-primary-menu-container {
    display: block;
  }

	nav { 
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center; 
	}

	nav ul {
		list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
	font-weight:500!important;
	font-family:sans-serif;
  }
  
  .menu-primary-menu-container { margin-left: 4.5rem; }

  nav ul li { margin-left: 1.5rem; }
  nav ul li:first-child { margin-left: 0; }

	nav a,
	#resort-tel {
		color: #fff;
		text-transform: uppercase;
		font-weight:bold;	
		font-family:sans-serif;
	}

	nav a:hover,
  #resort-tel:hover,
  #menu-footer-menu a:hover,
  #privacy a:hover {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
  }
  
  .current_page_item a {
    color: rgba(255, 255, 255, 0.4);
  }

  #social-icons img:hover {
    opacity: 0.4;
  }

	#resort-tel {
		margin-right: 1.5rem;
  }
  
  .menu-secondary-menu-container {
    background-color: #fff;
    max-height: 0;
    overflow-y: hidden;
    width: 16rem;
    position: absolute;
    top: 100px;
    height: auto;
    left: 60%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	border-right: 1px solid;
    border-left: 1px solid;
  }

  .menu-secondary-menu-container.active {
   max-height: 352px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  #menu-secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0px 20px 15px 20px;
    margin: 0;
    list-style: none;
    flex-direction:column;
  }

  .nav2-toggle {
    cursor: pointer;
  }

  .nav2-toggle:after {
    content: '\f0c9';
    font-family: "FontAwesome";
    color: #f7f7f7;
    font-size: 1.4rem;
    margin-left: 5px;
  }

  .nav2-toggle.active:after {
    content: '\f00d';
  }

  .nav2-toggle:hover:after {
    color: rgba(255,255,255,0.4);
  }

}
/*=====  End of Main Navigation  ======*/


/*=============================================
=            Footer            =
=============================================*/

footer {
  background-color: #3A3937;
  font-family: "BradonGrotesqueBold", "Lato", sans-serif;
  text-transform: uppercase;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer a,
footer span {
  color: #f7f7f7;
  text-decoration: none;
}

#footer-nav,
#social-icons {
  margin-bottom: 3rem;
}

#social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#social-icons a { margin-right: 2rem; }
#social-icons a:last-child { margin-right: 0; }

#privacy a,
#privacy span {
  font-size: 1.4rem;
}

#menu-footer-menu { 
  padding: 0;
  margin: 0; 
}

#menu-footer-menu li {
  list-style-type: none;
}

#menu-footer-menu a {
  font-size: 1.6rem;
  line-height: 2.9rem;
}

@media screen and (min-width: 992px) {

  footer {
    padding-top: 10rem; 
    padding-bottom: 10rem;
  }

  footer .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  footer .row .col:nth-child(2) {
    margin-left: auto;
  }

  #social-icons { margin-bottom: 5rem; }

  #social-icons a { margin-right: 2.0rem; }
  #social-icons a:last-child { margin-right: 0; }

  #privacy p {text-align: right;}

  #menu-footer-menu li {
    margin-bottom: 1.5rem;
  }

  #menu-footer-menu a {
    letter-spacing: 1.02px;
  }

}

/*=====  End of Footer  ======*/


/*=============================================
=            Form Styles            =
=============================================*/

input, select, textarea,
.gform_wrapper input[id^="input_"], select[id^="input_"], select[id^="input_"] {
	background:#fff;
	padding: 10px 10px 5px 20px;
	color:#000;
	border-radius:0;
	display: block;
	font-size: 1.4rem;
  font-family: "BradonGrotesqueBold", "Lato", sans-serif;
  line-height: 1.5;
}

select {
  appearance: none;
  -moz-appearance: none;
	-webkit-appearance: none;
  -webkit-border-radius: 0px;
  width:100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3a3937;
  text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #3a3937;
  text-transform: uppercase;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #3a3937;
  text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: #3a3937;
  text-transform: uppercase;
  opacity: 1;
}

/* Booking Form */

#booking-form {
	background-color: rgba(255,255,255,0.50);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 2rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

#booking-form .form-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 0 0 1rem 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50); 
}

#booking-form .form-item:after {
  font-family: 'FontAwesome';
  content: '\f0da';
  position: absolute;
  top: 50%;
  left: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#booking-form .form-item:nth-child(3):after {
  left: 93%;
}

#booking-form input { 
  border-radius: 0 !important;
  width: 100%; 
}

#booking-form .form-item:nth-child(1) {
	margin: 0 1rem 1rem 0;
}

#booking-form .form-item:nth-child(3) {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}

#booking-form button {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	margin: 0;
}

#booking-form select { border: none; }

@media screen and (max-width: 599px) {
  /* Put Booking form at bottom of section */
  .fl-node-5ab172a086b1c {
    position: relative;
  }

  .fl-node-5ab173349387c {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
  }

  .fl-node-5ab967861a59f {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  #booking-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 3.4rem 6.8rem;
    width: 88rem;
    margin: 0 auto;
  }
  
  #booking-form .form-item,
  #booking-form button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2%;
            flex: 0 0 25%;
    display: inline-block;
    max-width: 16.4rem;
    /* max-height: 3.2rem; */
  }
  
  #booking-form .form-item {
    margin: 0 3rem 0 0;
  }
  
  #booking-form .form-item:nth-child(1) {
    margin: 0 3rem 0 0;
  }

  #booking-form .form-item:nth-child(3):after {
    left: 85%;
  }
}

/*=====  End of Form Styles  ======*/


/*=============================================
=            Plugin Overrides            =
=============================================*/
/* Gravity Forms */
.gform_body ul { 
  list-style: none;
  padding: 0;
  margin: 0; 
}

/* Style Beaver Builder Accordion */
.fl-accordion-item {
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin-bottom: 0 !important;
}

.fl-accordion-small .fl-accordion-button { padding: 2rem 0 !important; }

.fl-accordion-button-label {
  font-size: 1.4rem;
  color: #3A3937;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.txt-white .fl-accordion-button-label {
  color: #ffffff;
}

.fl-accordion-small .fl-accordion-content { padding: 0 3rem 1rem 0 !important; }

/* WooCommerce */
.woocommerce-breadcrumb,
.product_meta,
.pre-pay-button .woocommerce-Price-amount { display: none; }

.woocommerce-billing-fields input,
input#nyp,
.form-row textarea,
.form-row input {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0;
}

/*WooCommerce Checkout Form */
.col2-set#customer_details { margin-bottom: 2rem; }

/* Gravity Forms Gift Card Form */
input[id^="input_"],
textarea[id^="input_"],
select[id^="input_"] {
  border: 1px solid #666362;
  border-radius: 0; 
}

/* Gravity Forms Selects */
.ginput_container_select select,
select[id^="input_"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' height='100' width='100'%3E%3Cpath fill='%23555' d='M0 20l50 60 50-60z'/%3E%3C/svg%3E");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  border: 1px solid #666362;
  border-radius: 0;
}

.ginput_container_select select::-ms-expand,
select::-ms-expand {
  display: none;
}

/* Gravity Forms Labels */
label[for^="input_"],
.gfield_label {
  text-transform: uppercase;
  margin: .625em 0 0 0 !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container { 
  margin-top: 0 !important;
  margin-bottom: .375em; 
}

input[type=radio],
input[type=checkbox] {
  margin-top: -1px !important;
  vertical-align: middle !important;
}

.gform_wrapper.gf_browser_ie.gform_footer input.button { padding: 1rem 3.5rem !important; }

@media screen and (min-width: 768px) {
  .fl-accordion-button-label { font-size: 2.4rem; }
}

/*=====  End of Plugin Overrides  ======*/

/*=============================================
=            Newsletter Signup            =
=============================================*/

.newsletter-signup {
     background: linear-gradient(90deg, rgba(24,95,141,1) 0%, rgba(87,192,157,1) 100%);
    z-index: 100000;
    color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.newsletter-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.validation_error {
  text-align: center;
  width: 100%;
}

#gform_wrapper_1.gform_wrapper div.validation_error { 
  color: #f7f7f7;
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7; 
}

#gform_fields_1 li {
  margin-bottom: 10px; 
}

#field_1_3 .validation_message {
  padding-left: 1.8rem;
}

/* Override Gravity Forms CSS */
#field_1_1 label,
#field_1_2 label,
#field_1_3 label:first-child,
#label_2_15_0 .ginput_price,
#label_2_15_1 .ginput_price,
#label_2_15_1 .ginput_price,
#field_2_29 label:first-child,
#field_3_23 label:first-child,
#field_4_41 label:first-child,
#field_5_14 label:first-child,
#field_6_22 label:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -999999em;
}

label[for=choice_1_3_1] { color: #fff; }

#gform_fields_1 li .ginput_container { margin-top: 0; }
#gform_1 .gform_footer {
  margin: 0;
}
#input_1_2,
#input_1_1 {
  background:#fff;
	padding: 10px 10px 5px 20px !important;
	color:#000;
	border-radius:0px !important;
	display: block;
	font-size: 1.4rem !important;
	font-family: "BradonGrotesqueBold", "Lato", sans-serif !important; 
  width: 100%; 
}

#choice_1_3_1 {
  margin-top: .6rem !important;
  vertical-align: top !important;
}

#gform_confirmation_message_1 { color: #fff; }

body img.gform_ajax_spinner {
  display: none !important; 
}

@media screen and (min-width: 992px) {
  .newsletter-form { 
    max-width: 67.5rem;
    margin: 0 auto;
  }

  #gform_1,
  #gform_fields_1  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: baseline;
  }

  #field_1_1,
  #field_1_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 0;
  }

  #field_1_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0; 
  }

  #gform_1 .gform_body { -webkit-box-flex: 5; -ms-flex: 5; flex: 5; }
  #gform_1 .gform_footer { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

  #gform_fields_1 li:nth-child(2),
  #gform_1 .gform_footer { margin-left: 3rem !important; }
}

/*=====  End of Newsletter Signup  ======*/


/*=============================================
=            Pages            =
=============================================*/


/* Home Page */

#home-about,
#marisol-about {
  background-repeat: repeat-x;
  background-position: top center;
}

#home-about { background-image: url('/wp-content/themes/cliffs/assets/images/tile-01.svg'); }
#marisol-about { background-image: url('/wp-content/themes/cliffs/assets/images/mirrors-01.svg'); }

.gradient-background { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #F2F2F2), color-stop(96%, #FFFFFF)); background-image: linear-gradient(-180deg, #F2F2F2 14%, #FFFFFF 96%); }

#blue-pattern {
  background-image: url('./assets/images/carpet-pattern-bg.svg');
  background-color: #f7f7f7;
  padding: 4.4rem 2rem 14.4rem 2rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.content {
  position: relative;
  overflow: hidden;
}

.content .content-overlay {
  position: absolute;
  height: 98%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  max-width: 41rem;
  max-height: 37rem;
}

.content .content-overlay.overlay-blue {
  background-color: rgba(12,94,140,0.70);
}

.content .content-overlay.overlay-purple {
  background-color: rgba(140,118,216,0.70);
}

.content .content-overlay.overlay-yellow {
  background-color: rgba(214,165,51,0.70);
}

.content:hover .content-overlay{
  opacity: 1;
}

.content .content-image {
  border-radius: 50%;
}

/* Individual Room Page */
.room-cta,
.marisol-cta {
  background-color: #f7f7f7;
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 7rem;
}

.room-cta { background-image: url('/wp-content/themes/cliffs/assets/images/tile-01.svg'); }
.marisol-cta { background-image: url('/wp-content/themes/cliffs/assets/images/mirrors-01.svg'); }

/* Dia Feliz Mobile Buttons */
.spa-mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spa-mobile-buttons a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  font-size: 1rem;
  padding: 1rem 1rem 0.8rem 1rem;
}

/* Dia Feliz Sea Fan BG Images */
#top-sea-fan,
#mid-sea-fan,
#bottom-sea-fan {
  background-repeat: no-repeat;
}

#top-sea-fan {
  background-image: url('/wp-content/themes/cliffs/assets/images/mid-sea-fan-bg.svg');
  background-position: center right;
}

#mid-sea-fan {
  background-image: url('/wp-content/themes/cliffs/assets/images/top-sea-fan-bg.svg');
  background-position: center right;
}

#bottom-sea-fan {
  background-image: url('/wp-content/themes/cliffs/assets/images/bottom-sea-fan-bg.svg');
  background-position: 0 110%;
}

.waxing-list li { margin-bottom: 1rem; }

/* Room Pre-Pay Charges Page */
#product {
  margin-top: 15rem;
  margin-bottom: 10rem;
}

/* Gift Card Page */
#input_2_15 li {
  height: 25rem;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20rem;
  background-position: 2rem;
}

/* Cliffs Resort Gift Card BG */
.gchoice_2_15_0 { background-image: url('/wp-content/uploads/2018/09/Cliffs-Resort-Gift-Card-New-Logo.png'); }
/* Dia Feliz Spa BG */
.gchoice_2_15_1 { background-image: url('/wp-content/uploads/2018/04/Dia-Feliz-Gift-Card.png'); }
/* Marisol BG */
.gchoice_2_15_2 { background-image: url('/wp-content/uploads/2018/04/Marisol-Gift-Card.png'); }


@media screen and (max-width: 736px) {
  #around-hotel-photo { 
    height: 19.4rem;
    max-width: 100% !important; 
  }
}

@media screen and (min-width: 992px) {
  .overlay {
		height: 300px;
		width: 300px;
  }

  .room-description img {
    float: left;
    margin-right: 3.1rem;
    max-width: 16.2rem !important;
    max-height: 16.2rem;
  }

  .about-text { padding: 0 115px; }

  .room-cta,
  .marisol-cta {
    padding-bottom: 1rem;
  }

  #blue-pattern { padding: 4.4rem 4rem 10.4rem 4rem; }

  input#nyp { width: 25%; }

  #input_2_15 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .about-text { padding: 0 230px; }
}

/*=====  End of Pages  ======*/
/*======== CSS FROM CUSTOMIZE =======*/
#tribe-events{
	padding:100px 10%!important;
}

.red {
	color:#f00;
	font-weight:bold!important;	
}

.red a {
	font-weight:bold!important;
    color: #c31717!important;
    -webkit-font-smoothing: auto;

}
/* Accessibility fix */
#field_1_1 label,
#field_1_2 label,
#field_1_3 label:first-child,
#label_2_15_0 .ginput_price,
#label_2_15_1 .ginput_price,
#label_2_15_1 .ginput_price,
#field_2_29 label:first-child,
#field_3_23 label:first-child,
#field_4_41 label:first-child,
#field_5_14 label:first-child,
#field_6_22 label:first-child,
#field_1_3 legend,
#field_4_41 legend,
#field_3_23 legend {
    display: block !important;
		position: absolute;
    width: 1px;
    height: 1px;
    left: -999999em;
}
.txt-white .fl-accordion-button-label {
  color: #ffffff;
}

.gchoice_2_15_0 { background-image: url('/wp-content/uploads/2018/09/Cliffs-Resort-Gift-Card-New-Logo.png') !important; }

.fancy-headline:before, .fancy-headline:after {
    position: absolute;
    width: 5%;
    height: 15px;
    content: '';
    border-top: 1px solid #000;
    margin-top: 15px
}

	.fancy-headline:before {
		margin-left: -6%;
	}

	.fancy-headline:after {
		margin-left: 1%;
	}

@media screen and (min-width: 990px) {
	.specials-min-height {
		min-height: 155px;
	}
	
	#menu-item-1446 a {
		color: #ff1414;
	}
}

@media screen and (min-width: 1280px) {
	nav ul li { 
    margin-left: 2.1rem; 
    position: relative;
  }
  nav ul li:first-child { margin-left: 0; }

  nav ul li a { line-height: 8.1rem; }

  /* Drop Down Nav (meet and mary) */
  .sub-menu {
    flex-direction: column;
    position: absolute;
    top: -10rem;
    left: 0px;
    will-change: transform;
    visibility: hidden;
    background-color: #ffffff!important;
    z-index: 2;
  }

  nav ul li.menu-item-has-children {cursor: pointer;}  
  nav ul li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    top: 80px!important;
  }

  .sub-menu li {
    margin-left: 0;
    height: auto; 
  }

  .sub-menu li a {
    line-height: 1.5rem;
    padding: 1.5rem 3.6rem 1.5rem .7rem;
    border-top: 1px solid #555;
    display: block;
    cursor: pointer;
  }
}

#tribe-events{
	padding:100px 10%!important;
}

a.tribe-events-gcal, a.tribe-events-ical{
	float:none!important
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
	background:#eee;
	margin-right:10px
}

.tribe-events-cal-links{
	margin-bottom:15px
}

dd, dt, .tribe-events-event-cost {
	display:inline-block
}
.tribe-events-event-cost{margin:0 0 0 40px}

dd{
	width:70%
}
.tribe-events-nav-previous a,
.tribe-events-nav-next a, .tribe-events-nav-prev a{
	color:#0c5e8c!important;
	font-size:18px!important;
		line-height:1.2em
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li{
	width:49%;
}

.tribe-events-nav-pagination, .tribe-events-sub-nav{
	width:100%
}

.tribe-events-page-title{
	margin-top:40px
}

#tribe-events-bar{margin-bottom:15px}

.pp-intake-text1{
	color:#f00!important
}

#booking-form {padding:0px; background-color:transparent;}

.gradient-pattern {
    background-image: url(/wp-content/uploads/2019/09/pattern-divider-01.png);
    background-color: #f7f7f7;
    padding: 4.4rem 2rem 14.4rem;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;}
    
.site-header, .gradient{
    background: rgb(24,95,141);
background: linear-gradient(90deg, rgba(24,95,141,1) 0%, rgba(87,192,157,1) 100%); z-index:100000;
}
@media only screen and (max-width:1279px){
	.site-header {
		z-index:999!important;
	}
}
footer{background-color:#185f8d;}

.newsletter-signup{
    background: linear-gradient(90deg, rgba(24,95,141,1) 0%, rgba(87,192,157,1) 100%);
    z-index: 100000;
    color: #ffffff;
}

h4 {
    font-family: bradongrotesquebold,lato,sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing:.05em;
    margin-top: 15px;
    font-size: 18px
}

h2, h3 {
    font-family: playfair display;
    font-style: italic;
    text-transform: none;
}

#home-about{background:url(/wp-content/uploads/2019/09/waves.png) no-repeat top center #fff;
	background-size:contain;}

.red a{color:#c31717!important;
-webkit-font-smoothing:auto
}
nav ul li {
	margin-left: 1.8rem;
font-size:14px}

.white-text {color:#fff!important}

@media screen and (min-width: 992px){
footer .row .col:nth-child(2) {
    margin-left: 25px;
	}
	footer .row .col:nth-child(3) {
    margin-left: auto;
	}
}
	#resort-tel {
		margin-right: 1.5rem;
  }

/*=========================
	Dine Page Badge CSS 
===========================*/
    .ot-dc-badge--p {
    width: 200px!important;
    margin: 0 auto!important;
}

#menu-item-5225 a {
		color: #ff1414;
	}

li#menu-item-5613 a {
    color: #ff9676!important;
}

/* FOOTER */
.soc-icon {display:none!important;}

.datepicker > div {
    display: block!important;
}
.datepicker.dropdown-menu{
	height: 265px;
}

.datepicker table tr td span {
    display: none!important;
}

.datepicker-centuries > div {
    display: none!important;
}