/* .blog-posts-wrap > .flex-row > p:not(:first-child), .category.text-info, .blog-posts-wrap .hestia-title.title-in-content,
.hestia-blogs > .container > .row > .archive-post-wrap > p:not(:first-child) {
    display: none;
} */

#breadcrumbs:not(:first-child), .category.text-info
{
    display: none;
}

.blog-posts-wrap .card-title.entry-title {
    margin-top: 0px !important;
}

#breadcrumbs a {
    color: white !important;
    font-weight: 300;
}

#breadcrumbs:first-child {
    color: white !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background: #200066;
    padding: 10px 10px !important;
    border-radius: 5px;
    clip-path: polygon(0% 0%, 98% 0, 100% 50%, 98% 100%, 0% 100%);
}

body .single-post-wrap h1 {
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
    font-size: 3rem !important;
}

body .single-post-wrap h2 {
    margin-top: 3rem !important;
    /* margin-bottom: 2rem !important; */
    font-size: 2.7rem !important;
	font-weight: 600;
}

body .single-post-wrap h3 {
    margin-top: 2rem !important;
    /* margin-bottom: 2rem !important; */
    font-size: 2rem !important;
}

body .single-post-wrap p a {
	color: #506cd2;
	text-decoration: underline !important;
}

body .ez-toc-title-container {
    margin-bottom: 1rem !important;
}

.my-addon .my-addon-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
	margin-bottom: 0px !important;
}

.my-addon .my-addon-excerpt {
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	text-align: center;
	padding: 8px 8px;
}

.my-addon .my-addon-excerpt * {
	font-size: 12px;
	font-weight: 400;
}

.my-addon .my-addon-excerpt li span {
	position: relative;
    left: -5px;
}

.my-addon a {
    text-decoration: none;
}

.my-addon-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px 0;
}

.my-addon-content {
    width: 21%;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: .4s;
}

.my-addon-content:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    transform: translate(0px, -8px);
    transition: .6s;
}

.my-addon img {
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 7px;
}

.my-addon ul.stars {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.my-addon li.stars {
    padding: 5px;
}

.my-addon .fa {
    color: #ff9f43;
    font-size: 26px;
    transition: .4s;
}

.my-addon .fa:hover {
    transform: scale(1.3);
    transition: .6s;
}

.my-addon button {
    text-align: center;
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding: 15px;
    border: 0px;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.my-addon .buy-1 {
    background-color: #2183a2;
}

.my-addon .buy-2 {
    background-color: #3b3e6e;
}

.my-addon .buy-3 {
    background-color: #0b0b0b;
}

@media(max-width: 1000px) {
    .my-addon-content {
        width: 46%;
    }
}

@media(max-width: 750px) {
    .my-addon-content {
        width: 100%;
    }
}

@media screen and (max-device-width: 640px){
    /* some CSS here */
	.se-pre-con {
		display: none;
	}
}