/*
Theme Name:	Newsource Child Theme
Theme URI: http://themnific.com
Description:	A basic child theme for Newsource Theme
Author:		Dannci
Author URI: http://themnific.com
Template:	newsource
Version:	0.1
*/

/* ADD SOME STYLE BELOW */


.demo_preview .elementor-image {
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1),0 2px 16px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1),0 2px 16px rgba(0,0,0,.06);
    box-shadow: 0 1px 2px rgba(0,0,0,.1),0 2px 16px rgba(0,0,0,.06);
    will-change: transform;
    padding-top: 25px;
    outline: 0;
    border-radius: 3px;
}

.demo_preview .elementor-image::before {
    content: '···';
	font-family:Georgia, serif !important;
    text-align: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 20px;
    padding: 0 15px;
    color: #ccc;
    font-size: 50px;
    letter-spacing: 0;
    background: #f2f2f2;
    position: absolute;
    border-radius: 3px 3px 0 0;
}

a { border: none !important;}

.elementor-slick-slider{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) !important;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) !important;
}

.new_demo .elementor-image::after{ 
	position:absolute; 
	top:-20px;
	right:-30px;
	content:'NEW';
	display:block;
	overflow:hidden;
	z-index:99;
	height:60px;
	width:60px;
	text-align:center;
	border-radius:40px;
	padding:18px 0;
	background:#F96939;
	color:#fff;
	font-family:'Poppins'!important;
	font-size:13px;
	font-weight:600;
}

.elementor-image-carousel-wrapper {
    -moz-box-shadow: 0 -1px 2px rgba(0,0,0,.1),0 2px 16px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.1),0 2px 16px rgba(0,0,0,.06);
    box-shadow: 0 -1px 2px rgba(0,0,0,.1),0 2px 16px rgba(0,0,0,.06);
}