/*
Theme Name: Liability Child Theme
Theme URI: https://liability.ancorathemes.com/
Description: Liability is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: accounting, advising, advisory, agency, business, company, consultation, corporate, finance, financial, income, insurance agency, refund, service, tax
Text Domain: liability
Template: liability
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.magazine-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:16px;
}
.magazine-card{
/*     transition:all .5s ease-in-out; */
	box-shadow:1px 1px 10px 3px #1a1a1a;
	border-radius:10px;
	border:1px solid transparent;
	transition:all 0.5s ease-in-out;
	
}

.magazine-card:hover{
   box-shadow: 0 0 0 none;
	border:1px solid #fff;
/*     box-shadow:0 20px 40px rgba(255,120,0,.25); */
}
.magazine-card p{
	display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height:87px;
}
.magazine-card a{
	margin-bottom:20px;
}
.footer-right > div{
	padding-right:0 !important;
}
.footer-right{
	margin-top:20px;
}
.footer-video{
	margin-bottom:20px;
}
.banner-head .swiper-wrapper .swiper-slide{}
.banner-head .swiper-wrapper .swiper-slide h3{
	font-size:70px !important;
}
.banner-head .swiper-wrapper .swiper-slide .slide_cats{
	font-size:40px !important;
	max-width:50%;
	margin:auto;
}
.banner-head .swiper-wrapper .swiper-slide .slide_content{
	margin-top:20px;
}
.banner-head .swiper-wrapper .swiper-slide .slide_content a{
	background-color:#ED4E14;
	color:#fff;
	padding:8px 24px;
	border-radius:3px;
	display:inline-block;
	font-weight:500;
	font-size:15px;
}
.hero-slider .slick-track{
		transition: transform 2.5s ease-in-out !important;
	}
.hero-slider .slick-slide img {
    position: relative;
    z-index: -1;
	object-fit:cover;
}
.hero-slider .single-banner{
	position:relative;
	padding-top:0;
	padding-bottom:0;
	display:flex !important;
}
.hero-slider .slider-cont{
	position:absolute;
	width:100%;
	height:100%;
}
.hero-slider .slider-cont .sc_title{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero-slider .slider-cont .sc_title h2{
	font-size:70px !important;
}
.hero-slider .slider-cont .sc_title .sc_item_descr{
	font-size:40px !important;
	line-height:46px;
	max-width:50%;
	color:#fff;
}
