/*
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);
}


.contact_details li{
	position: relative;
	color: #ccc9e0;
}

.foocol.first .wp-image-7041 {
	max-width: 125px;
}


.icon_lists li {
  margin-bottom: 20px !important;
}

.icon_lists li .elementor-icon-list-icon {
  background: #fe0000;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 10px;
}

.icon_lists li .elementor-icon-list-icon svg {
  margin: 0 !important;
}

.icon_lists li .elementor-icon-list-text {
	font-weight: 500;
	line-height: 1.2;
}

#gform_submit_button_1 {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  text-decoration: none;
  text-transform: inherit;
}
