/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.tab-detail-list .tab-detail-item{padding:6px;}
.tab-detail-list .tab-detail-item .tab-detail-inner-block{box-shadow: 0px 0px 6px rgba(0,0,0,0.16); padding:25px;border-radius: 5px;min-height: 222px;}
.tab-detail-list .slick-slide{opacity: 1 !important;}
.tab-title-logo h4{margin:0; padding-bottom:5px;font-family: "Standard CT", Sans-serif;font-size: 18px;}
.tab-title-text p{margin-bottom:0;font-size: 14px;}
.tab-date{opacity:0.7;padding: 5px 0;}
.tab-bottom-block{margin-top:5px;}
.tab-bottom-block a{font-family: "Standard CT", Sans-serif;color: #000;font-size: 14px;}
.tab-bottom-block a:hover{text-decoration:none;}
.tab-detail-list .slick-arrow{top: auto;bottom: -50px;}

@media(max-width:767px){
	.tab-detail-list .tab-detail-item .tab-detail-inner-block{min-height:auto;}
}