/*
Theme Name:   DiviChild
Description:  Divi Child Theme
Author:       ENP Media
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DiviChild
*/

/* Write here your own personal stylesheet */

.post_center_name {
	clear:both;
	text-shadow: none !important;
	padding-top:8px !important;
}

.post-wrap-custom {
	position:relative;
/*     top: -89px; */
    top: -67px !important;
/*     left: 19px; */
    left: 127px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px 0 0 0;
/*     padding-bottom:15px; */
    padding-bottom:5px !important;
    z-index: 999 !important;
    width: 170px; /* new */
}

.fullcard .post-wrap-custom  {
	left: 336px !important;
	}

.gridcard .entry-title,
.fullcard .entry-title {
margin-top: -50px;
}


.post-slider-location {
    position:absolute;
    bottom:0px;
    right:-35PX;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px 8px 8px 0;
/*     width:65% */;
    width: 176px;
/*     padding-bottom:10px; */
    padding-bottom:5px;
}
.post-slider-location p {
  text-align:center;
  font-weight: bold;
}
.post-wrap-custom p {
	text-align:center;
	font-weight:bold;
}
.et_pb_slide_description {
	height:100% !important;
}


.topnewsslider .et_pb_slide_description {
   height:60% !important;
}

.topnewsslider .et_pb_slide_description .post-slider-location {
   right:10px !important;
}

.topnewsslider .et_pb_slide_description .post-slider-location  {
    display:none
}

.topnewsslider .et-pb-active-slide .et_pb_slide_description .post-slider-location  {
    display: block;
    margin-right: -500px !important;
    border-radius: 8px 8px 8px 8px !important;
}


.home-slider-custom .et_pb_slide_description {
   height:50% !important;
}

.home-slider-custom .et_pb_slide_description .post-slider-location {
   right:10px !important;
}

.home-slider-custom .et_pb_slide_description .post-slider-location  {
    display:none
}

.home-slider-custom .et-pb-active-slide .et_pb_slide_description .post-slider-location  {
    display: block;
}

.regionalnews .post-slider-location {
display: none !important;
}

*/



