/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.wpcp-post-carousel .wpcp-post-title{
	margin-bottom:10px !important;
}
.wpcp-post-carousel div.wpcp-all-captions p:nth-child(2), .wpcp-post-carousel div.wpcp-all-captions p:nth-child(4) {
    display: none;
}
.wpcp-post-title.fusion-responsive-typography-calculated a{
    margin-top: 15px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpcp-post-carousel div.wpcp-all-captions p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpcp-carousel-wrapper #sp-wp-carousel-free-id-2873.wpcp-post-carousel .wpcp-single-item{
    min-height:320px!important;
    position:relative;
}

.wpcp-carousel-section div.wpcp-all-captions a.fullstory {
    position: absolute;
    bottom: 15px;
    right: 15px;
}