/* 
Theme Name: My AFSA
Theme URI: https://github.com/elementor/hello-theme-child/
Description: My AFSA is a child theme of Hello Elementor
Author: Orion Creative
Author URI: https://orioncreative.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: myafsa-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
*/

/* Fluid Containers - https://lytboxacademy.com/fluid-containers-for-elementor-with-clamp/ */
:root {
    /* Global Padding Variables - Editable */
    /* Left and Right Padding All /Sections/Containers*/
    --fluid-side-padding-min: 1.25rem; /* 20px */
    --fluid-side-padding-max: 5rem;   /* 80px */

    /* Top and Bottom Padding All Containers*/
    --section-xxl-padding-min: 9.375rem; /* 150px */
    --section-xxl-padding-max: 10rem; /* 160px */ 
  
    --section-xl-padding-min: 6.875rem; /* 110px */
    --section-xl-padding-max: 7.5rem; /* 120px */
  
    --section-l-padding-min: 5.625rem; /* 90px */
    --section-l-padding-max: 6.25rem; /* 100px */
  
    --section-m-padding-min: 5rem; /* 80px */
    --section-m-padding-max: 5rem; /* 80px */
  
    --section-s-padding-min: 3.75rem; /* 60px */
    --section-s-padding-max: 3.75rem; /* 60px */
  
    --section-xs-padding-min: 2.5rem; /* 40px */
    --section-xs-padding-max: 2.5rem; /* 40px */
  
    --section-xxs-padding-min: 1.5rem; /* 24px */
    --section-xxs-padding-max: 1.5rem; /* 24px */
    
    --section-header-padding-min: 1.25rem; /* 20px */
    --section-header-padding-max: 1.25rem; /* 20px */

    /* Hero Sections Height Variable */
    --section-hero-height: 100vh; /* 100% the screen height */
  
    /* Offset Padding for Overlay Headers */
    --section-offset-header: 80px; /* Adjust to the overlay header's negative margin */

    /* Width For Narrow Sections*/
    --section-narrow: 62.5rem; /* 1000px */
    --section-narrow-xs: 45rem; /* 720px */
}


/* CSS Template (do not edit) */
/* Section/Container Padding - Fluid Variants */
.section-xxl {
	padding-top: clamp(var(--section-xxl-padding-min), 1.087vw + 9.13rem, var(--section-xxl-padding-max));
	padding-bottom: clamp(var(--section-xxl-padding-min), 1.087vw + 9.13rem, var(--section-xxl-padding-max));
	padding-left: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
	padding-right: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
}

.section-xl {
	padding-top: clamp(var(--section-xl-padding-min), 1.087vw + 6.63rem, var(--section-xl-padding-max));
	padding-bottom: clamp(var(--section-xl-padding-min), 1.087vw + 6.63rem, var(--section-xl-padding-max));
	padding-left: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
	padding-right: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
}

.section-l {
	padding-top: clamp(var(--section-l-padding-min), 1.087vw + 5.38rem, var(--section-l-padding-max));
	padding-bottom: clamp(var(--section-l-padding-min), 1.087vw + 5.38rem, var(--section-l-padding-max));
	padding-left: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
	padding-right: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
}

.section-m {
	padding-top: clamp(var(--section-m-padding-min), 0vw + 5rem, var(--section-m-padding-max));
	padding-bottom: clamp(var(--section-m-padding-min), 0vw + 5rem, var(--section-m-padding-max));
	padding-left: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
	padding-right: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
}

.section-s {
	padding-top: clamp(var(--section-s-padding-min), 0vw + 3.75rem, var(--section-s-padding-max));
	padding-bottom: clamp(var(--section-s-padding-min), 0vw + 3.75rem, var(--section-s-padding-max));
	padding-left: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
	padding-right: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
}

.section-xs {
	padding-top: clamp(var(--section-xs-padding-min), 0vw + 2.5rem, var(--section-xs-padding-max));
	padding-bottom: clamp(var(--section-xs-padding-min), 0vw + 2.5rem, var(--section-xs-padding-max));
	padding-left: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
	padding-right: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
}

.section-xxs {
	padding-top: clamp(var(--section-xxs-padding-min), 0vw + 1.5rem, var(--section-xxs-padding-max));
	padding-bottom: clamp(var(--section-xxs-padding-min), 0vw + 1.5rem, var(--section-xxs-padding-max));
	padding-left: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
	padding-right: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
}

.section-header {
	padding-top: clamp(var(--section-header-padding-min), 0vw + 1.25rem, var(--section-header-padding-max));
	padding-bottom: clamp(var(--section-header-padding-min), 0vw + 1.25rem, var(--section-header-padding-max));
	padding-left: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
	padding-right: clamp(var(--fluid-side-padding-min), 6.522vw + -0.217rem, var(--fluid-side-padding-max))!important;
}

/* Hero Container/Sections Height */
.section-hero {
	min-height: var(--section-hero-height)!important;
}

.section-hero .e-con-inner {
	justify-content: center!important;
}

/* Full Width Sections - No Side Padding */

.section-full div {
	max-width: 100%!important;
}


/* Narrow Sections */
.section-narrow .e-con-inner {
	max-width: var(--section-narrow)!important;
}

.section-narrow-xs .e-con-inner {
	max-width: var(--section-narrow-xs)!important;
}

/* Offset Padding for Overlay Headers */
.section-offset {
	padding-top: calc(var(--section-offset-header) + var(--section-xxl-padding-min));
}

/* Fluid Gaps - https://lytboxacademy.com/fluid-gaps-elementor/ */
:root {
    /* Global Gap Variables - Editable */
    --gap-xxs: clamp(0.25rem, calc(0.45vw + 0.14rem), 0.5rem); /* 4px mobile, 8px desktop*/
    --gap-xs: clamp(0.5rem, calc(0.45vw + 0.39rem), 0.75rem); /* 8px mobile, 12px desktop*/
    --gap-s: clamp(0.75rem, calc(0.45vw + 0.64rem), 1rem); /* 12px mobile, 16px desktop*/
    --gap-m: clamp(1.25rem, calc(0vw + 1.25rem), 1.25rem); /* 20px mobile, 20px desktop*/
    --gap-l: clamp(1.25rem, calc(2.27vw + 0.68rem), 2.5rem); /* 20px mobile, 40px desktop*/
    --gap-xl: clamp(1.25rem, calc(4.55vw + 0.11rem), 3.75rem); /* 20px mobile, 60px desktop*/
    --gap-xxl: clamp(1.25rem, calc(11.36vw + -1.59rem), 7.5rem); /* 20px mobile, 120px desktop*/
}

/* gap classes */
.gap-xxs {
    gap: var(--gap-xxs);
}

.gap-xxs .e-con-inner {
    gap: var(--gap-xxs);
}

.gap-xs {
    gap: var(--gap-xs);
}

.gap-xs .e-con-inner {
    gap: var(--gap-xs);
}

.gap-s {
    gap: var(--gap-s);
}

.gap-s .e-con-inner {
    gap: var(--gap-s);
}

.gap-m {
    gap: var(--gap-m);
}

.gap-m .e-con-inner {
    gap: var(--gap-m);
}

.gap-l {
    gap: var(--gap-l);
}

.gap-l .e-con-inner {
    gap: var(--gap-l);
}

.gap-xl {
    gap: var(--gap-xl);
}

.gap-xl .e-con-inner {
    gap: var(--gap-xl);
}

.gap-xxl {
    gap: var(--gap-xxl);
}

.gap-xxl .e-con-inner {
    gap: var(--gap-xxl);
}

/* Fluid Font Sizes */

html { font-size: 16px; } /* Default root size */

.text-xxxl :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(2.50rem, 2.11153rem + 1.65746vw, 3.44rem);
    line-height: 1.2;
}

.text-xxl :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(2.06rem, 1.77762rem + 1.21547vw, 2.75rem);
    line-height: 1.2;
}

.text-xl :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(1.75rem, 1.56872rem + 0.77348vw, 2.19rem);
    line-height: 1.2;
}

.text-l :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(1.44rem, 1.30801rem + 0.55249vw, 1.75rem);
    line-height: 1.2;
}

.text-m :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(1.19rem, 1.10981rem + 0.33149vw, 1.38rem);
    line-height: 1.4;
}

.text-base :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(1.00rem, 0.94820rem + 0.22099vw, 1.13rem);
    line-height: 1.6;
}

.text-s :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(0.81rem, 0.78660rem + 0.11050vw, 0.88rem);
    line-height: 1.6;
}

.text-xs :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: clamp(0.69rem, 0.66160rem + 0.11050vw, 0.75rem);
    line-height: 1.6;
}

.dt-search label , .gamipress-leaderboard-table .dt-column-header, .gamipress-leaderboard-table th, .gamipress-leaderboard-table td {
    color: #ffffff;
    font-family:"Montserrat";
    border: none;
    /* text-align: left; */
    font-size: 16px;
}

#dt-search-0{
    border-radius:10px;
}

.dt-search label{
    font-size:14px;
}

.gamipress-leaderboard-table colgroup+thead tr:first-child th {
    border-top: none;
}

.gamipress-leaderboard-table tr td {
    background:#22478F;
    vertical-align:middle;
	 text-align: center;
}

.gamipress-leaderboard-table tr:hover td , .gamipress-leaderboard-table tr td , .gamipress-leaderboard-table tbody>tr:nth-child(odd)>td, .gamipress-leaderboard-table tbody>tr:nth-child(odd)>th {
    background:#22478F;
}

.gamipress-leaderboard-table tbody td:first-child{
    background:#22478F;
    border-radius:10px 0 0 10px;
}

.gamipress-leaderboard-table tbody td:last-child{
    background:#22478F;
    border-radius:0 10px 10px 0;
}

.gamipress-leaderboard-table .column-avatar img{
    border-radius:600px;
}

.pmpro_member_directory .pmpro_member_profile_field-bio {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Set user logo image size */
.pmpro_member_profile_field-user_logo .pmpro_form_field-file-preview img {
    width: 50px;
    height: auto;
    object-fit: contain;
}
/* Hide the filename link */
.pmpro_member_profile_field-user_logo .pmpro_form_field-file-name {
    display: none;
}
.pmpro_member_profile_field-company {
    font-weight:bold;
}

/* MyPick and Bookmark button */
.ccc-favorite-post-toggle > a::before {
	color:#ffffff;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}
.ccc-favorite-post-toggle-button {
	font-size: 13px;
    border-radius: .25em;
    line-height: 30px;
    text-align: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    background: var(--e-global-color-secondary);
}
.ccc-favorite-post-toggle > a {
	color:#ffffff;
}
.wpulike {
	padding: 0;
}


/* Temporary fix for elementor mobile */
@media (max-width: 767px) {
.elementor .elementor-hidden-mobile {
display: none!important;
	}
}

@media screen and (max-width: 1024px) {
  .white .elementor-heading-title {
    color: #ffffff !important;
  }
}

/* Frontend Admin Forms */
.frontend-form .acf-field {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

/* Fix text editor buttons and WP Media popup styles */
.mce-toolbar .mce-btn button, .mce-container .mce-btn  button {
    background: unset !important;
    border: 0 !important;
    color: unset !important;
}
.mce-toolbar .mce-btn  button:hover {
    background: unset !important;
    border: 0 !important;
    color: unset !important;
}
.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    border-width: 1px !important;
    border-radius: 3px !important;
}
button.media-modal-close {
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	background: none;
	color: #646970;
}

button.media-modal-close:hover,
button.media-modal-close:active {
	color: #135e96;
}

button.media-modal-close:focus {
	color: #135e96;
	border-color: #4f94d4;
	box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
	outline: 2px solid transparent;
}
.media-menu .media-menu-item {
    font-family: unset;
    font-weight: unset;
    text-transform: unset;
    letter-spacing: unset;
}
.media-menu .media-menu-item:hover {
    border: unset;
    border-radius: unset;
}
.elementor-default button,
.elementor-default input[type="button"],
.elementor-default input[type="submit"],
.elementor-default .elementor-button {
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
    border-radius: 3px;
}
.elementor-default button:hover,
.elementor-default button:focus,
.elementor-default input[type="button"]:hover,
.elementor-default input[type="button"]:focus,
.elementor-default input[type="submit"]:hover,
.elementor-default input[type="submit"]:focus,
.elementor-default .elementor-button:hover,
.elementor-default .elementor-button:focus {
    background-color: unset;
    border-radius: 3px;
}
.elementor-default .button-link:hover,
.elementor-default .button-link:focus {
	border: 0;
}
.media-router .media-menu-item:hover {
    border: 0;
}
.elementor-default .media-modal h1,
.elementor-default .media-modal h2,
.elementor-default .media-modal h3,
.elementor-default .media-modal h4 {
	color: unset;
	font-family: unset;
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
	line-height: unset;
}
.elementor-default .media-frame-menu-heading,
.elementor-default .media-attachments-filter-heading {
	font-size: 13px;
	line-height: 1;
}
.elementor-default .media-frame-title h1 {
	font-size: 22px;
	line-height: 2.27272727;
}
.elementor-price-table .elementor-price-table__header{
	line-height:1;
	min-height: 140px;
    align-content: center;
}
.elementor-price-table__features-list{
	min-height: 190px;
}
.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{
	font-size: 14px;
	margin-top: 10px;
}
.elementor-price-table .elementor-price-table__price{
	padding-bottom: 20px;
}
.elementor-price-table__button.elementor-button {
	text-decoration:none;
}
@media only screen and (max-width: 900px) {
	.elementor-default .media-modal .media-frame-title h1 {
		line-height: 2.22222222;
		font-size: 18px;
	}
	.elementor-price-table__features-list{
	min-height: auto;
	}
	.elementor-default .media-modal-close {
		width: 42px;
		height: 42px;
	}
}