/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Hide the header area except on the homepage | RG-8767260-hc */
body:not(.home) .header-image-container {
	display: none;
}

article {
	margin: 3px;
	padding: 1em;
	overflow: hidden;
	background-color: #3f3f3f;
	color: white;
}

.tripheader {
	color: #eca71a;
	font-weight: bold;
}

.tripdetail {
	color: #ffffff;
	font-weight: normal;
}

.home #post-10 {
	display: none;
}

.entry-title {
	margin-top: -26px;
	margin-bottom: -10px;
}

.widget.widget_media_gallery {
	background-color: transparent;
}

div.entry-content a {
	color: #eca71a;
}

#media_image-7 {
	padding: 0;
	background: transparent;
}

#media_image-9 {
	padding: 0;
	background: transparent;
/*Reduce bottom spacing on first widget in the Sidebar*/
}

/*Reduce bottom spacing on first widget in the Sidebar*/
.widget.widget_media_image {
	margin-bottom: -1px;
}

.featured-image {
	display: none;
}

#facebook-likebox-3.widget {
	padding: 10px;
	background: transparent;
	
}	#media_video-3.widget {
	padding: 10px;
	background: transparent;
}	
	.widget.widget_media_gallery {
    padding: 0px;
}

/* Change the background color of the menu area */
.header-wrap {
    background-color: #F0EEE9; /* Replace #ff0000 with the color of your choice */

}	#media_video-6.widget {
	padding: 10px;
	background: transparent;
}
/* ========== Force readable input backgrounds & text ========== */
/* Generic + common plugin selectors */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="search"],
form textarea,
form select,
.wpcf7 input, .wpcf7 textarea, .wpcf7 select,       /* Contact Form 7 */
.wpforms-form input, .wpforms-form textarea,        /* WPForms */
.elementor-field, .elementor-field-group input,     /* Elementor forms */
.gform_wrapper input, .gform_wrapper textarea,      /* Gravity Forms */
form .input, .form-control {
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #dcdcdc !important;
  background-image: none !important;
  -webkit-text-fill-color: #111111 !important; /* for Chrome autofill text */
}

/* Placeholder (vendor prefixes) */
::-webkit-input-placeholder { color: #666666 !important; opacity:1 !important; }
:-moz-placeholder { color: #666666 !important; opacity:1 !important; } /* Firefox 4-18 */
::-moz-placeholder { color: #666666 !important; opacity:1 !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666666 !important; opacity:1 !important; }
::placeholder { color: #666666 !important; opacity:1 !important; }

/* Autofill (Chrome / WebKit) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #111111 !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important; /* force white background */
  background-clip: padding-box !important;
}

/* Focus states — ensure typed text remains visible */
form input:focus,
form textarea:focus,
form select:focus {
  background-color: #ffffff !important;
  color: #111111 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.12) !important;
}