/*
Theme Name: Bailey Del Mar HQ Theme
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 3.0.1771639919
Updated: 2026-02-21 02:11:59

*/

/*Header Edits*/
.post-7 .entry-header, #site-header, .post-118 .entry-header {
	display: none;
}

/* Hide featured image on the front page only (Twenty Twenty) */
.post-7 .featured-media,
.post-7 .post-thumbnail,
.post-7 .entry-header .post-thumbnail{
  display: none !important;
}
.post-inner {
	padding-top: 0 !important;
}

@media (max-width: 440px){
  .header-cover{
    min-height: 98px !important;
  }
}

/*Site Edits*/
h1, h2, h3, h4, h5 {
	font-family: erbaum, sans-serif !important;
	font-weight: 900;
	font-style: normal;
}

p {
	font-family: barlow-condensed, sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.no-margins {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.header-shadow {
	text-shadow: -4px 8px 8px #000;
}

.bottom-red-border {
	border-bottom: 10px solid #c10230;
}

.donate-button a {
	font-family: erbaum, sans-serif !important;
	font-weight: 900;
	font-style: normal;
	padding: 0.2em 1.2em;
}
.donate-button a:hover {
	text-decoration: none !important;
	background-color: #12284C !important;
}

.media-inquiries a {
	color: #c10230 !important;
}

/*=====================Disclaimer Box=====================*/
.disclaimer-box-wrapper{
  text-align: center;
}

.disclaimer-box{
	display: inline-block;
	max-width: 230px !important;
	padding: 8px 0;
	border: 2px solid #12284c;
	box-sizing: border-box;
}

@media (max-width: 700px){
  .disclaimer-box{
	max-width: 200px !important;
  }
}

/*=====================Hotel Buttons=====================*/
.hotel-button-top {
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
}
.hotel-button-bottom {
	border-radius: 0px 0px 20px 20px;
	overflow: hidden;
	padding-top: 10px !important;
}
.hotel-button-bottom a {
    text-decoration: none !important;
	font-size: 2em;
}


/*Footer Edits*/
.powered-by-wordpress {
	display: none;
}

#site-footer {
	border: none !important;
}

/* ========================== CF7 Edits ========================== */
.cf7-grid{
  width: 100%;
}

.cf7-row{
  margin: 0 0 22px 0;
}

.cf7-2col,
.cf7-3col,
.cf7-4col {
  display: grid;
  gap: 26px;
}

.cf7-2col{
  grid-template-columns: 1fr 1fr;
}

.cf7-3col{
  grid-template-columns: 2.1fr 1fr 1fr;
}
.cf7-4col {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* Inputs */
.cf7-grid .wpcf7-form-control-wrap{
  display:block;
}

.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid input[type="tel"],
.cf7-grid input[type="number"],
.cf7-grid textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #12284c;
  background: #fff;
  padding: 18px 16px;
  font-size: 28px;          /* big placeholder look */
  line-height: 1.1;
  outline: none;
  border-radius: 0;
}



/* Placeholder styling */
.cf7-grid input::placeholder, .cf7-grid textarea::placeholder {
	font-family: barlow-condensed, sans-serif !important;
	color: #848aa0;
	opacity: 1;
}

/*Dropdown Styling*/
.cf7-grid select{
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #12284c;
  background: #fff;
  padding: 17px 50px 17px 16px;
  font-size: 28px;
  font-family: inherit;
  line-height: normal;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg fill='%2312284c' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

/* Consent row */
.cf7-consent{
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: -4px;
}

.cf7-consent-box input[type="checkbox"]{
  width: 22px;
  height: 22px;
  margin: 3px 0 0 0;
}

.cf7-consent-text{
	font-family: barlow-condensed, sans-serif !important;
	color: #12284c;
	font-size: 16px;
	line-height: 1.45;
}

.cf7-consent-text a{
	text-decoration: underline;
	color: #c10230;
}

/* Submit button */
.cf7-submit{
  margin-top: 22px;
  text-align: center;
}

.cf7-submit .cf7-btn{
  display: block;
  margin: 0 auto;
}

.cf7-btn{
  display: inline-block;
  border: 0;
  padding: 18px 44px;
  font-size: 44px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
  border-radius: 0;
  width: min(780px, 100%);
}

.wpcf7 input[type="submit"].cf7-btn{
  background-color: #c10230 !important;
  color: #ffffff !important;
  border: 0 !important;
	font-family: erbaum, sans-serif !important;
	font-size: 2em;
	padding: 0.2em 1.2em;
}
.wpcf7 input[type="submit"].cf7-btn:hover{
  background-color: #12284C !important;
	text-decoration: none;
}

input[type="checkbox"] {
    border-color: #12284C;
}

input[type="checkbox"]:checked::before {
    width: 2.4rem;
}

/* Make CF7 not add weird inline width constraints */
.cf7-grid .wpcf7-form-control{
  max-width: 100%;
}

/* Typed text color */
.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid input[type="tel"],
.cf7-grid input[type="number"],
.cf7-grid select,
.cf7-grid textarea{
  color: #12284c;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #12284C !important;
	font-family: barlow-condensed, sans-serif !important;
    font-weight: bold;
    text-align: center;
}

/* Mobile */
@media (max-width: 800px){
	.cf7-2col,
	.cf7-3col,
	.cf7-4col {
		grid-template-columns: 1fr;
	}

  .cf7-grid input[type="text"],
  .cf7-grid input[type="email"],
  .cf7-grid input[type="tel"],
	.cf7-grid input[type="number"],{
    font-size: 22px;
  }

  .cf7-btn{
    font-size: 34px;
  }
}