/* blog-css */

	    .fs-4 {
        font-size: 3rem !important;
    }
	.share {

	}
	.entry-meta {
  display: none;
}

.rd {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(0.5 * var(--bs-gutter-x));
    margin-left: calc(1.5 * var(--bs-gutter-x));
}

.post-378 {
	margin: 60px 20px 20px 20px;
}

.edit-link {
	display: none;
}
.entry-title {
	    padding-bottom: 20px;
    color: #00463e;
    font-size: 30px;
    max-width: 715px;
    line-height: 1.5;
}

.bg-faded.sidebar-nav {
    margin: 60px 20px 20px 20px;
    background: #f5f5e9;
    padding: 25px;
    color: #000;
    border-radius: 10px;
    font-family: "Epilogue", sans-serif;
    font-size: 15px;
}
.recentposts a {
	color: #000;
	line-height: 1.9;
	font-size: 18px;
}
ol, ul {
    padding-left: 2rem;
}
#primary-two h3 {
	padding-bottom: 10px;
    font-size: 20px;
    color: #00463e;
    border-bottom: 2px solid #00463e;
    max-width: 150px;
    margin-bottom: 20px;
}

div#wpforms-1114 {
    margin: 0px;
}

.calas h5 {
	padding-bottom: 10px;
    font-size: 20px;
    color: #00463e;
    border-bottom: 2px solid #00463e;
    max-width: 150px;
    margin-bottom: 20px;
}

/* .arow_1 {
	background-image: url('https://suryaquote.com/wp-content/uploads/2025/07/chevron.png');
} */

 .recentposts {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.recentposts li {
  background: url('https://suryaquote.com/wp-content/uploads/2025/07/chevron.png') no-repeat left center;
  background-size: 20px 20px; /* adjust size as needed */
  padding-left: 30px; /* space for image */
  margin-bottom: 10px;
}

.calas {
background: #f5f5e9;
    padding: 20px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
input#wpforms-1114-field_1 {
    background: #ffffff00;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input#wpforms-1114-field_2 {
    background: #ffffff00;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input#wpforms-1114-field_3 {
    background: #ffffff00;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button#wpforms-submit-1114 {
  width: 100%;
  background: #79c61e !important;
  color: #ffffff;
  font-family: 'Epilogue';
}

button#wpforms-submit-1114 {
  position: relative;
  padding: 12px 24px;
  color: #fff;
  font-family: "Epilogue", sans-serif;
  background-color: #007bff00;
  border: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
  border: 1px solid;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

button#wpforms-submit-1114::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00463E;
  transition: top 0.4s ease;
  z-index: -1;
}

button#wpforms-submit-1114:hover::before {
  top: 0;
}

button#wpforms-submit-1114:hover {
  color: #fff;
}
.post-thumbnail {
	margin-bottom: 20px;
}
.post-378 h4 {
	line-height: 1.5;
	padding-bottom: 0px;
    color: #00463e;
    font-size: 27px;
	line-height: 1.5;
}

.post-378 p {
	    margin-bottom: 1rem;
    font-size: 18px;
}
.entry-content li {
	font-size: 18px;
}
.mt-0.share {
    padding: 20px;
}
/* .entry-content {
    margin-bottom: 90px;
} */
 @media screen and (max-width: 767px) {
	.post-thumbnail img {
		width: 100%;
        height: 100%;
	}
	.post-378 {
		margin: 0px;
	}
	.rd {
		margin-right: calc(0.5 * var(--bs-gutter-x));
		margin-left: calc(0.5 * var(--bs-gutter-x));
	}
	.entry-title {
		padding-top: 20px;
		font-size: 20px;
	}
	.post-378 p {
		font-size: 15px;
		line-height: 1.8;
		text-align: justify;
	}
	.post-378 h4 {
		font-size: 19px;
	}
	.entry-content li {
		        font-size: 14px;
        padding-bottom: 10px;
        line-height: 1.9;
	}
	.mt-0.share {
		padding: 0px;
	}
	.fs-4 {
		font-size: 2rem !important;
	}
	.bg-faded.sidebar-nav {
		margin: 20px 0px 20px 0px;
	}
	.recentposts a {
		font-size: 15px;
	}
	.calas {
		    max-width: 100%;
    margin-bottom: 10%;
	}
 }