.my-post{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 10px;
    background-color: whitesmoke;
    box-shadow: 5px 5px rgb(200, 196, 196);
}
.my-post-main-container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 50px;
    background-color: #f0f4f8;
}
.single-page-post{
    background-color: #f0f4f8;
    padding: 40px;
}
.commentlist{
    padding: 40px;
    /* border: 1px solid black; */
    /* border-radius: 5px; */
   
}
.fn a{
    color: black;
    text-decoration: none;
    font-style: normal;
}
.comment-meta a{
    color: black;
    text-decoration: none;
    opacity: 0.5;
}
.my-post p{
    width: 38%;
    text-align: center;
}
.post-content ol {
    counter-reset: custom-counter;
    padding-left: 0;
    margin-left: 0;
}

.post-content ol li {
    list-style: none;
    counter-increment: custom-counter;
    margin-bottom: 12px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px; /* space for number */
}

.post-content ol li::before {
    content: counter(custom-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #333; /* or #b20000 for brand red */
}

.post-content ul {
    list-style: none;  /* remove default bullets */
    padding-left: 0;
    margin-left: 0;
}

.post-content ul li {
    position: relative;
    padding-left: 25px; /* space for custom bullet */
    margin-bottom: 12px;
    line-height: 1.6;
}

.post-content ul li::before {
    content: "•";              /* custom bullet */
    position: absolute;
    left: 0;
    top: 0;
    color: black;            /* GIG red */
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
.post-content ol li a{
color: #CF343A;
}
.post-content ul li a{
color: #CF343A;
}

.post-content p a img{
width:100%;
height:auto;
border-radius:8px;
}
.post-content h3 a{
    color: #CF343A;
}
.post-content h2 a{
    color: #CF343A;
}



.comment-form {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}
.comment-form textarea{
    padding: 5px;
    width: 100%;
    border: 0px;
    border-radius: 3px;
}
.comment-form input{
    padding: 5px;
}
.comment-form p label {
    display: block;
}
.submit{
        width: 100%;
        width: 125px;
        height: 35px;
}
.reply a{
    text-decoration: none;
    background-color: blueviolet;
    padding: 10px;
    border-radius: 3px;
    color: white;
}
.wp-block-image {
        display: flex;
        justify-content: center;
}
.wp-block-image img{
        border-radius:4px !important;
        width: 100% !important;
        padding: 25px;
        height: 70vh;
}
#wp-comment-cookies-consent{
        width: 18px;
        height: 18px;
}
.post-content p{
/*    margin: 10px;
   padding: 10px;    */
}
.post-content p a{
color:#CF343A;
}
.post-content p img{
width: 100%;
object-fit: contain;
height:auto;
}

.post-content h3 img{
width: 100%;
object-fit: contain;
height:auto;
}

.my-blog-page{
	padding:70px;
margin-top:75px;
}
.blog-heading h1{
font-weight: 800;
   
}
.blog-heading h1 span{
 	background-image: linear-gradient(to right, #D5343A, #6F1B1E);
    color: transparent;
    background-clip: text;
}
.blog-heading p{
font-size:2.5rem;
font-weight: 500;
}
.form-submit input{
    background-color: blueviolet;
    color: white;
    border: 0px;
    border-radius: 5px;
}
.contact-container{
    margin: 25px;
}
.carousel-control {
    display: flex;
    justify-content: space-evenly;
    padding: 30px
}
.carousel-control button{
    background-color: transparent;
    border: 0px;
    font-size: 30px;
    cursor: pointer;
    display: block;
    width: 100px;
    transition: background-color 0.5s;
}
.carousel-control button:hover{
    background-color: black;
    color: white;
    border-radius:4px;
    transition-delay: 0.5ms;
}
@media(max-width:430px) {
   .wp-block-image img{
    border-radius:4px !important;
    width: 110% !important;
    padding: 25px
   }

	.my-blog-page{
	padding:20px;
}
	.middle-section{
padding:20px !important;
}
	.middle-section h1{
text-align:center;
font-size:2.1rem;
}
}
@media(max-width:768px) {
    .wp-block-image img{
     border-radius:4px !important;
     width: 90% !important;
     padding: 25px
    }
 }
@media(min-width:1440px){
	.middle-section{
	 width: 70% !important;
	
}

}
