/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * 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.
 */




body{
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

@media (min-width: 1000px){
.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 0;
}}

@media (min-width: 1000px){
.primary-menu-wrapper + .header-toggles {
    margin-left: 4rem;
    display: none;
	}}
	
.featured-media{
	display:none;
}


.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 130rem;
    width: calc(100% - 0rem);
}


#site-footer {
    font-size: 1.8rem;
    padding: 1.2rem 0;
    background-color: #064c3f;
    color: #fff;
}

#site-footer a {
    text-decoration: none;
    color: #f6cc90;
}
	
.primary-menu a {
    color: inherit;
    display: block;
    line-height: 1.2;
    text-decoration: none!important;
    word-break: normal;
    word-wrap: normal;
    font-size: 21px;
    text-decoration: none;
	color:#000!important;
	padding: 8px 0px;
}

.my_bookings a{
    background-color: #064c3f;
    color: #fff!important;
    padding: 8px 20px;
}

.home .entry-header {
    background-color: #fff;
    padding: 4rem 0;
    display: none;
}

.mjhhhd{
	display:flex;
    justify-content: left;
}

.mjhhhd a{
	text-decoration:none!important;
	 background-color: #064c3f;
    color: #fff!important;
	margin-right:20px;
	padding:5px 15px!important;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 135rem;
    width: calc(100% - 0rem);
}

.footer-inner.section-inner{
	display:flex;
	justify-content:space-between;
	padding-top: 70px;
    padding-bottom: 70px;
}

.footer-widget-area{
	width:24%;
}

.footer-nav-widgets-wrapper{
    background-color: #032d26;
    color: #fff;
}


.footer-inner h3{
    font-size: 2rem;
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
    color: #d6ba85;
}


.footer-inner ul{
    margin-bottom: 0rem;
    list-style: none;
}

.footer-inner svg{
	fill:#fff;
}

h1,h2,h3,h4,h5,h6,p,.entry-content{
	 font-family: "Nunito", sans-serif!important;
}


.featured-tours{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.tour__featured{
	width:32%;
	    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%);
    padding: 0px;
    background-color: #fff;
}

.tour__featured h3{
      
}

.btn23{
	    background-color: transparent;
    padding: 2px 0px;
    border-radius: 15px;
    color: #064c3f;
    font-size: 16px;
    font-weight: 700;
}

.tour-content h3{
	 color: #064c3f;
font-size: 18px;
	font-weight:800;
    margin-top: 0px;
    margin-bottom: 13px
}

.tour-excerpt{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    max-height: 45px;
    padding-bottom: 25px;
}


.tour-content{
    padding-top: 10px;
    padding-bottom: 10px;
}


@media (min-width: 700px){
.singular .entry-header {
    padding: 28rem 0 33px;
	}

	.section-inner.medium {
    max-width: 130rem;
}
	

}


 .entry-title{
    text-align: start;
    font-size: 38px;
    background-color: #032d26;
    color: #fff;
    padding: 8px 10px;
}

.singular .entry-header {
    background-color: #064c3f;
}

.mkopfd{
	display:flex;
	justify-content:center;
}

.mkopfd_inner{
	max-width:1300px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top: 100px;
}

.mkopfd_left{
	width:75%;
}

.mkopfd_right{
	width:23%;
}

.mkopfd_right {
    border: 1px solid #ffffff5c;
    padding: 10px;
}

@media (min-width: 1220px){
h1, .heading-size-1 {
    font-size: 5.4rem!important;
	}}

/* ===== Safari Quote Form ===== */
.safari-quote-form {
  background: #fff;
  border: 2px solid #993112;
  padding: 25px;
  border-radius: 12px;
  max-width: 700px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.safari-quote-form h4 {
  color: #993112;
  margin: 15px 0 10px;
  font-size: 16px;
  font-weight: bold;
}

/* Layout rows and columns */
.form-row {
  margin-bottom: 20px;
}
.form-row.two-columns {
  display: flex;
  gap: 20px;
}
.form-row.two-columns .form-col {
  flex: 1;
}

/* Inputs, textarea */
.safari-quote-form input[type="text"],
.safari-quote-form input[type="email"],
.safari-quote-form input[type="tel"],
.safari-quote-form input[type="number"],
.safari-quote-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 14px;
}

/* Checkbox list */
.safari-quote-form .wpcf7-list-item {
  display: block;
  margin-bottom: 6px;
}

/* Submit button */
.safari-quote-form input[type="submit"] {
  background: #fa8b01;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  transition: 0.3s ease;
}
.safari-quote-form input[type="submit"]:hover {
  background: #993112;
}

/* ===== Responsive: stack columns on mobile ===== */
@media (max-width: 768px) {
  .form-row.two-columns {
    flex-direction: column;
    gap: 15px;
  }
}

