/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.timeline_items > li .desc:before{content:none !important;}
.timeline_items li h3:before, .timeline_items:after, .timeline .post-item:before {border-color: #B4CE63;}
.timeline_items > li h5:before {
    content: "";
    width: 7px;
    height: 7px;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 11px;
    margin-left: -7px;
    display: block;
    z-index: 1;
    border-color: #B4CE63;
}
.timeline_items li h5 span {
    font-size: 26px !important;
    color: #FFFFFF !important;
    padding-top: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 16px !important;
}

.timeline_items > li h5 span {
    background-color: #B4CE63;
}
.date_label, .timeline_items > li h5 span {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/stripes/stripes_3_b.png);
}
.timeline_items > li h5 span {
    position: absolute;
    right: 55%;
    top: 8px;
}
.timeline_items > li h5 {
    font-size: 30px;
    line-height: 35px;
}

.date_label:after, .timeline_items > li h5 span:after {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 5px;
    border-color: transparent;
}
.timeline_items > li h5 span:after {
    border-left-color: #B4CE63;
}
.timeline_items > li:nth-child(even) h5 span {
    left: 55%;
    right: auto;
}
@media only screen and (max-width: 768px) {
    .timeline_items > li:nth-child(2n) h5 span::after {
        border-right-color: #B4CE63;
        border-width: 5.5px 5.5px 5.5px 0;
        left: -5px;
        right: auto;
    }
	.timeline_items > li h5:before {
        left: 20px !important;
    }
	.timeline_items > li h5 span {
		    left: 0 !important;
		    right: unset !important;
		    top: -8px;
		    z-index: 10;
	}
	.timeline_items > li:nth-child(even) h5 { text-align: left !important;}
	.timeline_items > li:nth-child(2n) h5 span::after {
	    border-width: 5.5px 0 5.5px 5px !important;
		right: -5px !important;
		left: auto !important;
	}
	.content_wrapper.clearfix{
		margin-top: 94px;
	}
	.home .content_wrapper.clearfix{
		margin-top: 0px;
	}
}
.timeline_items > li:nth-child(even) h5 {
    text-align: right;
}


.Latest_news ul li .desc p a{
    color: #252525;
    font-weight: 500;
}