/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-child
*/

.posts h2 {
    color: #303F9F !important;
	    margin-top: 20px;
	    margin-bottom: 20px;
	font-size: 20px;
}

.posts h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 5px;
	color: #FE0207;
}

.posts h4 {
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-top: 20px;
}

.posts h5 {
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-top: 20px;
}

.posts p[style*="text-align: center"] {
    border-radius: 5px;
    background-color: #FDE8E8!important;
    padding: 6px;
    text-align: right !important;

}

.posts p[style*="text-align: center"] span {
    background-color: transparent !important;

}

.posts img {
    border-radius: 10px !important;
	  margin-bottom: 10px;
}

.posts p {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2.8rem;
	  margin-block-end: unset;
	  margin-bottom:5px;
}

.posts p span {
	font-size: 18px !important;
    font-weight: 700 !important;
}

.posts a {
	font-size: 19px;
    color: #FE0207;
    font-weight: 600;
}

.posts ul {
    padding: 0px 7px 0px 7px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.posts ol {
	  padding: 0px 7px 0px 7px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media only screen and (max-width: 600px) {
    .posts h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.7em;
        margin-bottom: 0px;
        text-align: center;
        margin-top: 3px;

    }
}

@media only screen and (max-width: 600px) {
    .posts h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0px;
        margin-right: -4px;
        margin-left: -17px;
    }
}

@media only screen and (max-width: 600px) {
    .posts h4 {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5em;
        margin-bottom: 0px;
        margin-right: -4px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .posts p {
        margin-bottom: 0px;
        margin-top: 3px;
    }

    .posts p[style*="text-align: center"] span {
        font-size: 12px !important;
        font-weight: 700;
    }
}

.posts ul li {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 5px 0px 5px 0px;
}

.posts ul li b {
	    color: black;
}
.posts ol li {

    align-items: baseline;
    position: relative;
    padding: 5px 0px 5px 0px;
}

.posts ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FE0207;
    border-radius: 50%;
    margin-left: 10px;
    border: 2px solid #FE0207;
}

#ez-toc-container {
	display:none;
}

.icon svg {
	fill:black !important;
}

.elementor-post__title {
	text-align: center;
}

.elementor-post__excerpt p {
	    text-align: justify;
}

.elementor-post__meta-data {
	    padding: 15px 30px !important;
}

/*
.agency-post ul li:not(:last-child):after {
    position: absolute;
    content: '';
    width: 16px;
    height: 68%;
    border-right: 2px solid #02a2ff;
    top: 23px;
    right: 3px;
    z-index: 9;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

#search-box {
    width: 100%;
    padding: 10px 35px 10px 10px; 
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.search-icon {
    position: absolute;
    right: 10px; /
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #888;
    cursor: pointer;
}