/**
Theme Name: Teleroids Child
Author: Seyhan Azak
Author URI: https://teleroids.io
Description: Teleroids child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: teleroids-child
Template: astra
*/

.hide {display:none}
.block {display:block}
.floatLeft {float:left;width:auto!important}
.marginRight40{margin-right:40px}
.primaryButton{}
.secondaryButton a{}
.secondaryButton2{}
.tertiaryButton{}
.ast-mobile-popup-inner{padding-top:34px}
.ast-mobile-popup-header{padding-right:20px}
.noBreak{overflow-wrap:normal}
.has-drop-cap:not(:focus):first-letter{font-size:6em;}
.smallHeadingText {font-size:30px;line-height:30px;}
.mediumHeadingText {font-size:45px;line-height:45px;}
.largeHeadingText {font-size:75px;line-height:60px;font-weight:black;}

.ast-header-button-2[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
	border-color: black;
}
.ast-theme-transparent-header .ast-header-button-2[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
	border-color: white;
}
.ast-primary-sticky-header-active .ast-header-button-2[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
	border-color: black;
}

.ast-mm-custom-content.ast-mm-custom-text-content {
	color: #444;
}

.wp-block-uagb-advanced-heading .uagb-heading-text {
    margin: 10px 0;
}

.teamContainer {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}

.scroll-parent {
  position: relative;
  width: 100vw;
  height: 20rem;
  padding: 2rem 0;
  overflow-x: hidden;
}
@media (max-width: 921px) {
	.scroll-parent {height:14rem;padding:0;}
}

.scroll-element {
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.scroll-element img {
  width: 100%;
}

.primary {
  animation: primary 35s linear infinite;
}

.secondary {
  animation: secondary 35s linear infinite;
}

@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

.teamMember {
	background-color: orange;
	border-radius: 12px;
	margin: 10px;
	position: relative;
}
@media (max-width: 921px) {
	.teamMember {min-width:200px;max-width:200px;}
	.teamContainer .secondary {display:none;}
}
.teamInfo {
    width: 90%;
    max-width: 100%;
    background-color: #f8f4f0;
    border-radius: 5px;
    padding: 15px 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.teamName {
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
}
.teamDetails {
    color: #484848;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
}



.footerTitle {font-family:Inter; line-height: 70px;font-size:70px}
@media (max-width: 921px) {
	.footerTitle {font-family:Inter; line-height: 38px; font-size:38px}
}
@media (max-width: 544px) {
	.footerTitle {font-family:Inter; line-height: 34px;font-size:30px}
}

.ScreenContentWrapper-sc-__sc-1ndopc5-4.kxrXOe {
	display: none;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    background-color: #ff5100;
}
.ast-mobile-popup-drawer.active .menu-toggle-close {
	color: white;
}
