/* Newsletter Form Wrapper */
.tnp-subscription {
    width: 100% !important;
    max-width: 575px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Form Layout */
.tnp-subscription form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 162px;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove default field spacing */
.tnp-subscription .tnp-field {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide Email Label */
.tnp-subscription .tnp-field-email label {
    display: none !important;
}

/* Email Input */
.tnp-subscription .tnp-email {
    width: 100% !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 36px !important;
    border: 1.5px solid #b2b2b2f2 !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    outline: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
/* 	    -webkit-text-fill-color: #fff; */
}

/* Placeholder */
.tnp-subscription .tnp-email::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

/* Input Focus */
.tnp-subscription .tnp-email:focus {
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.17) !important;
	color:#fff !important;
	
}

/* Submit Button */
.tnp-subscription .tnp-submit {
    width: 80% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 16px 30px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 50px !important;
    background: #79a68a !important;
    color: #274435 !important;
    font-family: inherit !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.tnp-field.tnp-field-button {
    text-align: center !important;
}

/* Button Hover */
.tnp-subscription .tnp-submit:hover {
    background: #8bb59a !important;
    transform: translateY(-1px);
}

button.rrq-option {
    white-space: unset !important;
}

/* Tablet and Mobile */
@media screen and (max-width: 767px) {
    .tnp-subscription {
        max-width: 100% !important;
    }

    .tnp-subscription form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tnp-subscription .tnp-email,
    .tnp-subscription .tnp-submit {
        height: 58px !important;
        font-size: 18px !important;
    }

    .tnp-subscription .tnp-email {
        padding: 0 25px !important;
    }
}

.tnp-subscription .tnp-email::placeholder {
	color: rgb(13, 13, 13) !important;
	opacity: 1 !important;
}

.tnp-field.tnp-field-email {
	border: 1px solid black !important;
	border-radius: 33px;
}


.rr-guides-header h2 {
	margin: 0;
	color: #17392a;
	font-family: "playfair display" !important;
	font-size: clamp( 34px, 4vw, 48px );
	font-weight: 700 !important;
	line-height: 1.05;
	letter-spacing: -1.5px;
}

.rr-guides-header h2 em {
	color: #4e8061;
	font-style: normal !important;
}

.tnp-field.tnp-field-email {
	border: unset !important;
	border-radius: 33px;
}




/* single post */ 
.sharedaddy.sd-sharing-enabled {
	display: none;
}

#like-post-wrapper-256553604-975-6a9ff609aa70b {
	display: none;
}


.elementor-widget-theme-post-content h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #262420;
	margin-top: 2.2em;
	margin-bottom: 0.6em;
	clear: both;
}


.rrp-title {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.3;
	color: #1a1a1a;
	margin: 0 0 6px;
}


.gir-content h1, .gir-content h2, .gir-content h3 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.3;
	color: #262420;
	margin: 0 0 0.6em;
}

.rrp-thumb {
	flex-shrink: 0;
	width: 200px;
	height: 150px;
	border-radius: 6px;
	overflow: hidden;
}


/* New Letter */

.tnp-subscription form {
	display: flex !important;
	grid-template-columns: none !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	max-width: 520px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.tnp-subscription .tnp-field {
	margin: 0 !important;
}

.tnp-subscription .tnp-field-email {
	flex: 1 1 260px !important;
	position: relative;
}

/* keep the label for accessibility, but hide it visually
   since the placeholder already communicates the purpose */
.tnp-subscription .tnp-field-email label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tnp-subscription .tnp-email {
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 15px 24px !important;
	border: 1px solid #ddd9cf !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	font-size: 1rem !important;
	color: #262420 !important;
	outline: none !important;
}

.tnp-subscription .tnp-email::placeholder {
	color: #a3a099;
}

.tnp-subscription .tnp-email:focus {
	border-color: #1c3829 !important;
}

.tnp-subscription .tnp-field-button {
	margin: 0 !important;
	flex: 0 0 auto !important;
}

.tnp-subscription .tnp-submit,
.tnp-subscription button,
.tnp-subscription input[type="submit"] {
	background: #1c3829 !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 15px 32px !important;
	font-family: inherit !important;
	font-weight: 700 !important;
	font-size: 1em !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	white-space: nowrap !important;
}

.tnp-subscription .tnp-submit:hover,
.tnp-subscription button:hover,
.tnp-subscription input[type="submit"]:hover {
	background: #142a1e !important;
}

/* stack input above button on narrow screens */
@media (max-width: 420px) {
	.tnp-subscription form {
		flex-direction: column !important;
		align-items: stretch !important;
	}
	/* without this, the 260px flex-basis set above becomes a
	   HEIGHT once the form switches to column direction —
	   that's what was causing the big empty gap */
	.tnp-subscription .tnp-field-email {
		flex: 0 0 auto !important;
	}
	.tnp-subscription .tnp-submit,
	.tnp-subscription button,
	.tnp-subscription input[type="submit"] {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
  .rrp-title {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 1.5rem !important;
	line-height: 1.3;
	color: #1a1a1a;
	margin: 0 0 6px;
}
	.elementor-widget-theme-post-content h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 1.8rem !important;
	line-height: 1.3;
	color: #262420;
	margin-top: 2.2em;
	margin-bottom: 0.6em;
	clear: both;
}
	.gir-content h1, .gir-content h2, .gir-content h3 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #262420;
	margin: 0 0 0.6em;
}
	.rp2-item-title {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 1.25rem;
	color: #1a1a1a;
	margin: 0 0 6px;
	text-align: center !important;
}
}

	
	.gir-wrap {
	font-family: 'Karla', -apple-system, sans-serif;
	color: #000 !important;
	font-size: 18px !important;
	line-height: 1.75;
}


.rp2-subtitle {
	font-family: -apple-system, sans-serif;
	font-size: 18px !important;
	line-height: 1.55;
	color: #000 !important;
	max-width: 440px;
	margin: 0 auto 40px;
}


.rp2-item-desc {
	text-align: center !important;
}
	
.gir-content P {
	font-size: 18px !important;
	color: black !important;
}
	
	
.gir-wrap .gir-content h2 {
  font-size: 28px !important;
  line-height: 1.3 !important;
}

.gir-wrap .gir-content p {
  font-size: 18px !important;
  line-height: 1.75 !important;
	color: black !important;
}
	
	.rp2-button {
	font-weight: 500 !important;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
	
	.tnp-submit {
		max-width: 310px !important;
		font-family: "DM Sans" !important;
}


