/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
a:hover, a:focus{
	outline:0!important;
}
p:last-child
{
	margin-bottom:0;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding:0 10px;
}
.ekit-wid-con .ekit_sidebar-textwidget
{
	padding-top:15px !important;
}
.home .header-1
{
	position:absolute;
	width:100%;
	z-index:5;
	background:transparent !important;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-desc
{
	margin-top:80px !important;
}
.head_1 .elementor-widget-container
{
	    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #830c2f;
    border-radius: 100%;
    display: inline-block;
    left: -34px;
    top: -39px;
}
.head_1 .elementor-widget-container h2
{
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.circle_1
{
	
    text-align: center;
}
.circle_1 .elementor-widget-container
{
	      width: 185px;
    height: 185px;
    margin: 0% auto;
}
.circle_1 .elementor-widget-container h2
{
	position: absolute;
    text-align: center;
    line-height: 172px;
    width: 185px;
    font-size: 50px;
    color: #830c2f;
}
.circle_1 .elementor-widget-container svg
{
	padding-top:0px;
}
.rotate
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}

.rubberBand {
    animation-name: rubberBand;
	animation-duration: 2s;
}
@keyframes rubberBand
{
	0%, 100% {
    transform: scale3d(1, 1, 1);
}
30% {
    transform: scale3d(1.25, .75, 1);
}
40% {
    transform: scale3d(.75, 1.25, 1);
}
50% {
    transform: scale3d(1.15, .85, 1);
}
65% {
    transform: scale3d(.95, 1.05, 1);
}
75% {
    transform: scale3d(1.05, .95, 1);
}
}
.box1 .elementor-widget-wrap
{
	 -webkit-mask: url('https://littlelionslc.co.nz/wp-content/uploads/2026/05/masking_2.svg');
      mask: url('https://littlelionslc.co.nz/wp-content/uploads/2026/05/masking_2.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
    -webkit-transform: scale(1.05) rotate(0deg) !important;
    transform: scale(1.05) rotate(0deg) !important;
    opacity: 1 !important;
}
.elementor-1467 .elementor-element.elementor-element-644658e .pp-wpforms .wpforms-submit-container .wpforms-submit:hover{
	background:#2d6f38!important;
}
.tbl-fees .elemenetskit-tablepress table.tablepress tr:last-child td {
    text-align: center !important;
}
.fstable-1 .elemenetskit-tablepress .tablepress tbody tr:nth-child(3) td {
    text-align: center !important;
    
}