/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

	.img_box figure {
		width: auto !important;
		margin:0 !important
	}

	.img_box figure img {
        height: 20px !important;
        width: 20px !important;
        min-width: 20px !important;
	}

.img_box .elementor-image-box-wrapper {
	gap: 10px !important;
}

@media (max-width: 767px) {
	.img_box figure img {
        height: 20px !important;
        width: 20px !important;	
        min-width: 20px !important;
	}
}


.members_box {
  position: relative;
  background: #f9f9f9;
  border-radius: 2px;
  overflow: hidden;
  transition: background 0.6s ease, color 0.6s ease;
  color: #333;
}

.members_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00443a;
  border-radius: 2px 0 0 2px;
  transition: width 0.7s ease;
  z-index: 1;
}

.members_box:hover::before {
  width: 100%;
}

.members_box:hover {
  color: white;
  background: #00443a;
}

.members_box > div {
  position: relative;
  z-index: 2;
  transition: color 0.6s ease;
}

.members_box:hover > div,
.members_box:hover h2,
.members_box:hover h4,
.members_box:hover p,
.members_box:hover span {
  color: white !important;
  transition: color 0s ease;
}




.prize_font {
	font-size: 16px !important;
}

.subscribe-form-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    gap: 0;
}

.subscribe-form-wrap p {
    margin: 0 !important;
    display: flex;
    width: 100%;
}

.subscribe-form-wrap .wpcf7-form-control-wrap {
    flex: 1;
    display: block;
}

.subscribe-form-wrap input[type="email"] {
    width: 100%;
    height: 39px;
    padding: 12px !important;
    border: none;
    outline: none;
    background: #f3f3f3;
    color: #0f4b46;
    font-size: 16px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    box-sizing: border-box;
    border-radius: 0;
	font-weight: 500;
}

.subscribe-form-wrap input[type="email"]::placeholder {
    color: #0f4b46;
    opacity: 1;
}

.subscribe-form-wrap input[type="submit"] {
    height: 39px;
    border: none;
    outline: none;
    background: #00443A;
    color: #fff !important;
    font-size: 17px;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: 16px;
    padding: 10px 12px;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
    border-radius: 0;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.subscribe-form-wrap input[type="submit"]:hover {
	background: #015448;
    color: #fff;
}

.wpcf7-response-output {
	border-color: #015448 !important;
 	margin: 5px 0 0 0 !important;
}

.subscribe-form-wrap .wpcf7-spinner {
    display: none;
}

.subscribe-form-wrap br {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    color: #000;
    border-color: #fff;
    font-size: 14px;
}

footer .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 992px) {

	.prize_font {
		font-size: 14px !important;
	}


}

/* Mobile Responsive */
@media (max-width: 767px) {


    .subscribe-form-wrap input[type="email"] {
        margin-bottom: 8px;
    }

	.prize_font {
		font-size: 12px !important;
	}


}


.sticky {
  animation: slideDown 0.8s ease forwards;
  background-color: var( --e-global-color-accent ) !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999 !important;
  isolation: isolate;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background-color 0.8s ease, box-shadow 0.8s ease;
  margin-top: 0 !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sticky .main_header img {
	width: 105px !important;
}

.sticky .header_item {
	padding: 10px 0;
}


/* .main_slide {
    position: relative;
}

.item_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


.d-block a {
	display: block !important;
}

.bluer_efrct {
	background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.teem_img {
	bottom: 0 !important;
	top: auto !important;
}

.mt-10 {
    margin-top: 7px;
    display: inline-block;
}

.mt_15 {
	margin-top: 10px;
    display: inline-block;
}

/* .main_event {
    max-width: 1920px;
    margin: 0 auto;
}
 */

header .current-menu-item a {
	border-bottom: 1px solid #fff;
}

.main_event {
    padding-left: calc((100% - 1520px) / 2);
    padding-right: 0;
}

@media (max-width: 1610px) {
	.main_event {
    padding-left: calc((100% - 1400px) / 2);
    padding-right: 0;
}
}
@media (max-width: 1410px){
		.main_event {
    padding-left: calc((100% - 1200px) / 2);
    padding-right: 0;
}
}

@media (max-width: 680px) {
	.sticky .main_header img {
		width: 80px !important;
	}
}


