/*
Theme Name:	Codate - Child Theme
Theme URI: http://themnific.com
Description:	A basic child theme for Codate Theme
Author:		Vergo
Author URI: http://wpmasters.org
Template:	codate
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;
	overflow:hidden;
}

.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;
}