.bwl-news-container{
    position: relative;
}

.bwl-news-img{
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    /*height: 220px;*/
}

.bwl-news-img:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 700px;
    background: rgba(0,0,0,0.0);
    top:0 ;
    left: 0;
    transition: all 0.3s ease-in-out ;
    
}

.bwl-news-img img.wp-post-image {
    margin-bottom: 0px !important;
    width:100%;   
}

.bwl-news-content{
    padding: 5px 12px;
    margin-bottom: 1.5em;
    text-align:left;
    background: #fafafa;  
}

.bwl-news-info{
    padding: 12px 6px;
    font-weight: normal; 
}

.bwl-news-info .bwl-news-meta-info{
    margin-bottom: 0px;
    font-size: 13px;
}

.bwl-news-info .bwl-news-meta-info .bwl-news-cat {
    text-transform: capitalize;
}
.bwl-news-info h3{
    margin: 0px !important;
}
.bwl-news-info h3 a{
    margin-top: 0px !important;
    font-weight: bold;
    font-size: 18px;
    display: block;
}

.bwl-news-info .bwl-news-read-more{
  text-align: right;
  margin-bottom: 0px;
  font-weight: bold;
}

.layout_2{
    background: none;
    border-left: 1px solid #EEE;
    position: relative;
}

/* shared with before and after */

.layout_2:before,
.layout_2:after {
    content: "";
    height: 12px;
    position: absolute;
    top: 23px;
    transform: rotate(45deg);
    width: 12px;
}

.layout_2:before {
    background: #eeeeee;
    left: -6px;
}

.layout_2:after {
    background: #eeeeee;
    left: -7px;
}

.cause-fund{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.bwl-news-container .progress{
    border-radius: 0;
    box-shadow: none;
    background: #FFF;
    margin-top: 24px;
    margin-bottom: 48px;
    margin-left: -1px;
    margin-right: -1px;
    height: 10px;
    position: relative;
    overflow: visible !important;
    border: 1px solid #CCC;
    padding: 1px;
}

.bwl-news-container .progress .progress-bcm{
    border-radius: 0;
    background: #eb464a;
    height: 6px;
    position: relative;
}

.bwl-news-container .progress span.bcm-raised{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eb464a;
    height: 28px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 38px;
    left: 0px;
    text-indent: 1px;
    
}

/* shared with before and after */
.bwl-news-container .progress span.bcm-raised:before, 
.bwl-news-container .progress span.bcm-raised:after {
    content: ' ';
    height: 0;
    position: relative;
    width: 0;
    border: 7px solid transparent; /* arrow size */
}

/* these arrows will point up */

/* top-stacked, smaller arrow */
.bwl-news-container .progress span.bcm-raised:before {
   
    border-bottom-color: #eb464a;
    left: 0;
    position: absolute;
    top: -15px;
    z-index: 0;
} 
.bwl-news-container .cause-button{
    border-radius: 0 !important;
    bottom: 15px;
    position: absolute;
    right: 0px;
    transition: all 0.4s ease 0s;
    border: 0px;
    background: rgba(255,255,255, 0.95);
	}

.bwl-news-container .cause-button .fa{
    color: #eb464a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bwl-news-container .cause-button:hover{
    background:#FFFFFF;
    border: 0px;
    
}

.bwl-news-container .cause-button:hover .fa{
    
}


.bwl-news-container:hover .cause-button{
    background: #eb464a;
    color: #FFFFFF;
}

.bwl-news-container:hover .cause-button .fa{
    color: #FFFFFF;
    
}

.bwl-news-container:hover .bwl-news-img:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 700px;
    background: rgba(0,0,0,0.5);
    top:0 ;
    left: 0;
    
}

/*LATEST UPDATE SECTION*/

.margin-bottom-30 {
  margin-bottom: 30px;
}
.codeecstasy-latest .latest-title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.codeecstasy-latest .latest-title a {
  color: #77C720;
}
.codeecstasy-latest .latest-title a:hover {
  color: #1a1a1a;
}
.codeecstasy-latest .latest-details {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.codeecstasy-latest .latest-details span,
.codeecstasy-latest .latest-details a {
  border-right: 1px solid #1A1A1A;
  color: #1a1a1a;
  display: inline-block;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 8px;
  transition: all 0.3s ease 0s;
}
.codeecstasy-latest .latest-details span:last-child,
.codeecstasy-latest .latest-details a:last-child {
  border-right: medium none;
  margin-right: 0;
  padding-right: 0;
}
.codeecstasy-latest .latest-details span:hover,
.codeecstasy-latest .latest-details a:hover {
  color: #77c720;
}
.codeecstasy-latest2 {
  background: #FFFFFF;
  margin-bottom: 40px;
}
.codeecstasy-latest2 .date {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #77C720;
  color: #FFFFFF;
  font-weight: 600;
}
.codeecstasy-latest2 .latest-content {
  padding: 15px 25px 25px 25px;
}
.codeecstasy-latest2 .latest-content .latest-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.codeecstasy-latest2 .latest-content .latest-title a {
  color: #1a1a1a;
}
.codeecstasy-latest2 .latest-content .latest-title a:hover {
  color: #77C720;
}
.codeecstasy-latest2 .latest-content .latest-details {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.codeecstasy-latest2 .latest-content .latest-details span,
.codeecstasy-latest2 .latest-content .latest-details a {
  border-right: 1px solid #1A1A1A;
  color: #1a1a1a;
  display: inline-block;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 8px;
  transition: all 0.3s ease 0s;
}
.codeecstasy-latest2 .latest-content .latest-details span:last-child,
.codeecstasy-latest2 .latest-content .latest-details a:last-child {
  border-right: medium none;
  margin-right: 0;
  padding-right: 0;
}
.codeecstasy-latest2 .latest-content .latest-details span:hover,
.codeecstasy-latest2 .latest-content .latest-details a:hover {
  color: #77c720;
}
 
/*------------------------------  Media Queries ---------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 479px) {

 

}

@media only screen and (min-width: 480px) and (max-width: 979px) {
     
    
}