/*
Theme Name: SP Themes
Theme URI: https://amanisafari.fr/
Author URI: https://amanisafari.fr/
Author: SP Themes
Description: The 2023 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.2.3
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: spthemes

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
.trip-post-content .cost{
	display: none !important;
}
.trip-meta-one{
	display: none !important;
}
/*.content-inner{
	display: none !important;
}*/
#comments{
	display: none !important;
}
.comment-with-review{
	display: none !important;
}
.wpcf7-form input[type*="email"], .wpcf7-form input[type*="text"], .wpcf7-form input[type*="tel"], .wpcf7-form input[type*="number"], .wpcf7-form input[type*="date"] {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid transparent !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #fff8e8 !important;
}

.wpcf7-form input[type*="email"]:focus, .wpcf7-form input[type*="email"]:active, .wpcf7-form input[type*="text"]:focus, .wpcf7-form input[type*="text"]:active, .wpcf7-form input[type*="tel"]:focus, .wpcf7-form input[type*="tel"]:active, .wpcf7-form input[type*="number"]:focus, .wpcf7-form input[type*="number"]:active, .wpcf7-form input[type*="number"]:focus, .wpcf7-form input[type*="number"]:active {
  border-color: var(--e-global-color-primary) !important;
}

.wpcf7-form select {
  border: 1px solid transparent !important;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  background: #fff8e8 !important;
  color: var(--e-global-color-text);
}

.wpcf7-form select:focus, .wpcf7-form select:active {
  border-color: var(--e-global-color-primary) !important;
}

.wpcf7-form textarea {
  width: 100%;
  padding: 10px 20px;
  max-height: 180px;
  border: none !important;
  border: 1px solid transparent !important;
  background: #fff8e8 !important;
}

.wpcf7-form textarea::-webkit-input-placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form textarea::-moz-placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form textarea:-ms-input-placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form textarea:-moz-placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form textarea:focus, .wpcf7-form textarea:active {
  background: #fff8e8 !important;
  border-color: var(--e-global-color-primary) !important;
}
.single-trip .widget-area {
    padding: 100px 20px 0px !important;
}
.wpte-booking-inner-wrapper{
	display: none !important;
}
.widget-area .wte-trip-facts{
	padding: 0px !important;
}
#block-5{
	display: none !important;
}
#block-6{
	display: none !important;
}
.trip__price {
    display: none !important;
}