/*!
Theme Name: Weimar SA
Theme URI: http://webpoint.io/
Author: Webpoint
Author URI: https://www.webpoint.io/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weimar_sa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Weimar SA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html, body{
	padding:0;
	margin:0;
}
.leader-nav-buttons{
	text-align:right;
}
.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0!important;
    padding: 5px 0;
    z-index: 1002 !important;
    min-height: 70px;
    background: #fff!important;
    -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-o-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}
.leader-nav-buttons button {
    background-color: transparent;
    border: none;
    color: #306959;
    font-size: 24px;
    padding: 0px 15px;
}
.student-leaders-slider .student-image{
	margin-right:50px;
}
.student-leaders-slider .student-image img{
	width:100%;
	height:auto;
}
.student-leaders-slider .student-details{
	margin-left:30px;
}
.student-leaders-slider .student-details h4{
	color: #00212B;
	font-family: "Ivy Journal", Sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 56px */
}
.student-leaders-slider .student-details span{
	color: #021032;
	/* Subtitle/S1-B */
	font-family: "AktivGrotesk", Sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 33.6px */
}
.student-leaders-slider .student-details span.designation{
	margin-bottom:20px;
	display:block;
}
.student-leaders-slider .student-details p{
	color: rgba(0, 0, 0, 0.76);
	font-family: "AktivGrotesk", Sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; 
	letter-spacing: 0.475px;
}
.student-leaders-slider .student-details .student-meta{
	margin-bottom:40px;
	display:block;
}
.student-leaders-slider .student-details .student-meta ul{
	padding:0px;
	margin:0;
	list-style:none;
}
.student-leaders-slider .student-details .student-meta ul li{
	display:flex;
	line-height:40px;
}
.student-leaders-slider .student-details .student-meta ul li img{
	margin-right:12px;
}
/*members*/
.members-wrapper  .student-details h4{
	color: #00212B;
	font-family: "Ivy Journal", Sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 33.6px */
	margin-bottom:12px;
}
.members-wrapper  .student-details h4 a{
	color: #00212B;
}
.members-wrapper .member-details-wrapper{
	margin-bottom:80px;
}
.members-wrapper  .student-details span.designation{
	color: rgba(0, 0, 0, 0.82);
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 30.4px */
	letter-spacing: 0.475px;
}
.members-wrapper .student-image{
	padding-top:133%;
	position:relative;
	margin-bottom:32px;
}
.members-wrapper .student-image img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	object-fit:cover;
}
.load-more-btn-wrapper #member_loadmore{
	padding:12px 32px;
	border:1px solid #002F3D;
	color: #002F3D;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 27.2px */
	letter-spacing: 0.425px;
	border-radius:0px;
}
.page .white-popup-block {
    background: #FFF;
    padding: 64px 55px;
    text-align: left;
    max-width: 1000px;
    margin: 30px auto;
    position: relative;
    border-radius: 8px
}

.page .white-popup-block h4 {
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 10px;
	font-family: "Ivy Journal", Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 140%; /* 44.8px */
}

.page .white-popup-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.page .white-popup-block .student-image img {
    width: 100%;
    height: auto;
}

.page .white-popup-block .student-details p{
	color: rgba(0, 0, 0, 0.76);
	font-family: "AktivGrotesk", Sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; 
	letter-spacing: 0.475px;
}
.page .white-popup-block .student-details span.designation{
	color: #021032;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 33.6px */
	margin-bottom:20px;
	display:block;
}
.page .white-popup-block .student-details .student-meta{
	margin-bottom:30px;
	display:block;
}
.page .white-popup-block .student-details .student-meta ul{
	padding:0px;
	margin:0;
	list-style:none;
}
.page .white-popup-block .student-details .student-meta ul li{
	display:flex;
	line-height:40px;
}
.page .white-popup-block .student-details .student-meta ul li img{
	margin-right:12px;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}
.multiple-columns-list ol{
	  -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
.scroll-tab-buttons .elementor-element a.active{
	background-color:#002F3D !important;
	color:white !important;
}
@media screen and (max-width: 767.98px) {
	.multiple-columns-list ol{
	  -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
	.student-leaders-slider .student-details {
    margin-left: 0px;
		margin-top:30px;
}
}
@media screen and (max-width: 575.98px) {
	.multiple-columns-list ol{
	  -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
}
	.student-leaders-slider .student-image{
		margin-right:0px;
	}
	.student-leaders-slider .student-details {
    margin-left: 0px;
		margin-top:20px;
}
	.student-leaders-slider .student-details h4{
		font-size:24px;
	}
	.student-leaders-slider .student-details span{
		font-size:20px;
	}
	.student-leaders-slider .student-details p{
		font-size:18px;
	}
	.student-leaders-slider .student-details .student-meta ul li {
    display: flex;
    line-height: 35px;
    font-size: 16px;
}
	.student-leaders-slider .student-details .student-meta ul li img {
    margin-right: 10px;
    width: 20px;
}
}

	.display-none {
	display: none;
}