/*
Project     :	Oldlionrugby
Version     :	1.0
Last Change : 	08/02/2024
Primary Use :   Oldlionrugby
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Elementor General
2. Header
--------------------------------------------------------------*/

.theme-primary-txt-color {
    color: #EC1A23;
}

/*--------------------------------------------------------------
1. Elementor General
--------------------------------------------------------------*/
.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}
.elementor-icon{
	text-align: center;
}


a.theme-btn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-c3fda88 ) 0%, var( --e-global-color-515dbff ) 130%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-c3fda88 );
    border-radius: 4px 4px 4px 4px;
    padding: 10px 30px 10px 30px;
    display: table;
    margin-top: 20px;
}

a.theme-btn:hover {
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-c3fda88 ) 0%, var( --e-global-color-515dbff ) 115%);
    border-color: #3574E3;
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/

/* Toggle menu - Close button */
.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close {
    top: 0;
    right: 0;
}

/* Section Heading */
.heading-border .elementor-heading-title::before, 
.heading-border .elementor-heading-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #869dff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

/* Mobile Menu */
.premium-mobile-menu .premium-active-item,
.premium-mobile-menu .premium-active-item a{
    position: relative;
}

/* .premium-mobile-menu .premium-active-item a:after{
    content: "";
    width: 70px;
    height: 2px;
    background-color: #EC1A23 !important;
    position: absolute;
    left: 10px;
    bottom: 5px;
} */

.main-menu .premium-nav-menu .menu-item:not(:last-child) {
	border-right: 1px solid #ffffff !important;
}
.main-menu.dark .premium-nav-menu .menu-item:not(:last-child) {
	border-right: 1px solid #333333 !important;
}
.main-menu .premium-nav-menu .menu-item {
	margin: 0 !important;
}
.main-menu .premium-nav-menu .menu-item a {
	margin: 0 20px !important;
}

.elementor-element.main-menu:not(.she-header-transparent-yes) .menu-item a,
.elementor-element.main-menu:not(.she-header-transparent-yes) .menu-item:hover a {
	color: #333333 !important;
}

.elementor-element.main-menu:not(.she-header-transparent-yes) .menu-item:hover a,
.elementor-element.main-menu:not(.she-header-transparent-yes) .menu-item:not(:last-child) {
	border-color: #333333  !important;
}

.elementor-element.main-menu:not(.she-header-transparent-yes) a.premium-button {
	border-color: #333333  !important;
	color: #333333 !important;
}

.elementor-element.main-menu:not(.she-header-transparent-yes) a.premium-button span{
	color: #333333 !important;
}
.elementor-element.main-menu:not(.she-header-transparent-yes) a.premium-button:hover span{
	color: #ffffff !important;
}

/* Section Start */
.position-relative {
	position: relative;
}
.happening-img {
	position: absolute;
	right:-80px;
	top: 50%;
	transform: translateY(-50%);
	width: auto !important;
}
.event-img {
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	width: auto !important;
	
}
.overflow-hidden {
	overflow: hidden;
}
.wpcf7-list-item {
	margin: 0 !important;
}
.form-checkbox .wpcf7-list-item label {
	display: flex !important;
  	align-items: flex-start;
}
.form-checkbox input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
}
.dir-btn {
	position: absolute;
	top: 20px;
	left:0;
	right:0;
	z-index: 9;
}
/*
.header-slider .elementor-container .elementor-column {
	height: 100vh;
} */
.hover-eff .elementor-element-populated .elementor-element:not(.elementor-widget-image) {
	transition: 0.5s ease all;
}
.hover-eff .elementor-element-populated:hover .elementor-element:not(.elementor-widget-image) {
	transform: translateX(-10px);
}
.hover-eff {
	overflow: hidden;
}
.hover-eff .inner-img {
	transition: 0.3s;
}
.hover-eff:hover .inner-img{
  transform: scale(1.1);
}

.home-form legend {
	color: #151515;
  font-family: "Inria Serif", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  line-height: 57.55px;
  letter-spacing: 1px;
	margin-bottom: 30px;
	text-align: center;
}
.home-form .cf7-heading legend {
	margin-top: 60px;
}
.event-form {
	margin: 0 auto;
}
.wpcf7-form-control-wrap {
	margin-bottom: 25px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.home-form legend {
		font-size: 32px;
		line-height: 35.37px;
	}
	.event-img {
		position: absolute;
	  right: 0;
	  top: inherit;
	  transform: inherit;
	  width: auto !important;
	  bottom: 0; 
	}
	.happening-img {
	  position: absolute;
	  right: -45px;
	  top: inherit;
	  transform: inherit;
	  width: auto !important;
	  bottom: 0; 
	}
	
	.happening-img img{
		width: 150px;
		height: 150px;
	}
	.event-img img {
		width: 150px;
		height: 250px;
	}
}