/*!
Theme Name: Webyeshiva
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webyeshiva
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 with others.

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

.test123 {
	color: red;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.SumoSelect .search-txt {
	display: none;
	outline: none;
}

.SumoSelect.open .search-txt {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 15px;
	border: none;
	border-radius: 8px;
}

img.alignleft,
img.alignright,
img.aligncenter {
	height: auto;
}

@media (min-width: 1101px) {
	.nav__courses .nav__children-item {
		width: 30%;
		padding: 0 0 20px;
	}
}

@media (max-width: 600px) {
	.donation-field p {
		flex-wrap: wrap;
	}
}

.course-wrap-header {
	display: block;
}

.course-wrap {
	cursor: default;
}

.nav__courses .nav__children-item--simple {
	width: 100%;
}

@media (max-width: 1300px) {
	.nav__item-title {
		text-align: center;
		padding-top: 15px;
	}

	.nav__list-children .nav__children-item {
		border: none;
		/*padding: 0 60px;*/
	}

	.nav__courses .nav__children-item--simple {
		padding: 0;
	}
}

@media (max-width: 600px) {
	.main-slider__text-btn {
		margin: 0 auto;
	}
}

.site-wrapper {
	overflow: hidden;
}

body.show-preloader {
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.spinner.preloader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 12;
	background-color: #fff
}

.spinner .spinnerImage {
	margin: 28px 0 0 -25px;
	background: url(https://www.paypalobjects.com/images/checkout/hermes/icon_ot_spin_lock_skinny.png) no-repeat;
}

.spinner .loader, .spinner .spinnerImage {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.spinner .spinWrap {
	width: 200px;
	height: 100px;
	position: fixed;
	top: 42%;
	left: 50%;
	margin-left: -98px;
	margin-top: -50px;
}

.spinner .loader, .spinner .spinnerImage {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 1;
}
 
.spinner .loader {
	margin: 0 0 0 -55px;
	background-color: transparent;
	-webkit-animation: e .7s infinite linear;
	-o-animation: e .7s infinite linear;
	animation: e .7s infinite linear;
	border-left: 5px solid #cbcbca;
	border-right: 5px solid #cbcbca;
	border-bottom: 5px solid #cbcbca;
	border-top: 5px solid #2380be;
	border-radius: 100%;
	box-sizing: content-box;
}
.vertical__open .archive__wrap {
	flex-wrap: wrap;
}
.vertical__open span.archive__text {
    max-width: 93px;
}
@-webkit-keyframes e {
	0% {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes e {
	0% {
		-o-transform: rotate(0deg)
	}
	to {
		-o-transform: rotate(359deg)
	}
}

@keyframes e {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}


.courses-list {
	transition: opacity 0.2s;
}

.courses-list.ajax-processing {
	opacity: 0.5
}

.courses-list__btn.ajax-processing {
	cursor: default;
	pointer-events: none;
	background-color: #ccc;
}

.courses-list__btn.hide {
	opacity: 0;
	pointer-events: none;
}

.btn--ajax-action {
	-webkit-transition-property: opacity, background-color;
	-o-transition-property: opacity, background-color;
	transition-property: opacity, background-color;
}

.btn--disabled {
	opacity: 0.5;
	pointer-events: none;
}

.nav__link.nav__link_logout {
	-ms-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 20px;
	text-transform: inherit;
	font-weight: normal;
}

.nav__link.nav__link_logout > .span__logout {
	-ms-align-items: center;
	align-items: center;
	padding-left: 0px;
	margin-right: 7px;
	font-size: 28px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	border: 2px solid #003768;
	border-radius: 5px;
	height: 47px;
	width: 47px;
}

.nav__link.nav__link_logout .span__logout i {
	font-size: 23px;
	display: inline-block;
	padding: 0;
}

.nav__link.nav__link_logout:hover > .span__logout {
	border-color: #76afe3;
}

.nav__list-auth {
	align-items: center;
}

.nav__children.nav__logout {
	padding: 20px 16px;
}

.nav__children.nav__logout a {
	font-size: 18px;
	line-height: 33px;
	text-transform: inherit;
	border-top: 2px solid #d0d0d0;
	display: block;
	text-align: center;
	color: #616161;
	font-weight: normal;
}

.nav__children.nav__logout a:first-child {
	border: none;
}

.nav__children.nav__logout a:hover {
	color: #76afe3;
}

.nav__link.is-active .span__logout i:before {
	transform: rotateZ(0deg);
}

.leader .leader__title:hover,
.leader .leader__title-link:hover {
	text-decoration: none;
}

.leader__img {
	background-color: #fff;
}

.leader__img::before {
	display: none;
}

.leader .leader__img img {
	-webkit-transition: ease .2s opacity;
	-o-transition: ease .2s opacity;
	transition: ease .2s opacity;
}

.leader:hover .leader__img img {
	opacity: 0.5;
}

.leader__img-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.leader__contact-item {
	-webkit-transition: ease .2s color;
	-o-transition: ease .2s color;
	transition: ease .2s color;
}

.timezone__time {
	font-size: 27px;
	white-space: nowrap;
}

.timezone__date-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	line-height: 1;
	margin-bottom: 22px;
}

.timezone__date {
	font-size: 18px;
	white-space: nowrap;
}


.nav__about {
	top: 66px;
}

.timezone__wrap .btn {
	width: 100%;
}

.vertical__title {
	padding-bottom: 0;
}

.timezone__links-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: stretch;
	justify-content: center;
}

.timezone__select {
	margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
	.nav__about {
		top: auto;
	}
}

@media screen and (max-width: 1180px) {
	.timezone__wrap {
		max-width: 100%;
	}

	.timezone__date {
		font-size: 1.6vw;
	}
}

@media only screen and (min-width: 993px) {
	.row .col.l3 {
		margin-left: 0;
	}
	.row .col.l4 {
		margin-left: 0;
	}
}

@media screen and (max-width: 993px) {
	.timezone__time {
		font-size: 27px;
	}

	.timezone__date {
		font-size: 22px;
	}

	.timezone__links-wrap {
		margin: 15px 0;
	}

	.timezone__links-wrap .btn--blue {
		padding: 14px 30px;
	}
}

@media screen and (max-width: 600px) {
	.timezone__select {
		margin-bottom: 15px;
	}
}

.section--upcomingcourses {
	padding-bottom: 50px;
}

.timezone__link--button .btn {
	width: 100%;
}

.timezone__link--join-live {
	margin-bottom: 10px;
}

.timezone__link--join-add .btn {
	font-size: 22px;
	background: #003768;
	padding: 14px 30px;
}

.timezone__link--join-live .btn,
.timezone__link--join-add .btn {
	background-color: #0f5592;
	color: #ffffff;
}

.timezone__link--join-live .btn:hover,
.timezone__link--join-add .btn:hover {
	background-color: #649ccf;
	color: #ffffff;
}

@media only screen and (max-width: 1550px) {

	.nav__link.nav__link_logout > .span__logout {
		height: 22px;
		width: 22px;
		line-height: 23px;
		font-size: 8px;
	}

	.nav__link.nav__link_logout .span__logout i {
		font-size: 13px;
	}
}

.vertical__edit-link {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	font-size: 18px;
}

@media (max-width: 767px) {
	.vertical__edit-link {
		/*display: block;*/
		position: static;
		transform: none;
		/*margin-left: 20px;*/
	}
}

.timezone__border + .timezone__border {
	margin-top: 30px;
}

.text-uppercase {
	text-transform: uppercase;
}

.courses-list .col.l4 {
	margin-left: 0;
}

.timezone_date_changed {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.timezone_date_changed.fadeout {
	opacity: 0.3;
}

@media (min-width: 1551px) {
	.nav__list {
		flex-wrap: wrap;
		margin-left: -23px;
		margin-right: -23px;
	}

	.nav__item {
		margin-left: 23px !important;
		margin-right: 23px !important;;
	}

	.nav__children {
		top: 66px;
		z-index: 10;
	}
}

.text-lowercase {
	text-transform: lowercase;
}

.nav__link-auth {
	-ms-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.nav__link-auth--donate .icon {
	margin-right: 15px;
}

.btn {
	white-space: nowrap;
}

.nav-bar__nav {
	-ms-align-items: center;
	align-items: center;
}

@media (min-width: 1551px) {
	.nav__menu {
		margin-right: 120px;
	}

	.nav__item-auth + .nav__item-auth {
		margin-left: 40px !important;
		margin-right: 0 !important;
	}
}

.btn--facebook {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
}


.nav__link.nav__link_logout > .span__logout {
	flex-shrink: 0;
}

/* Header Laptop Res Style fixes */

@media only screen and (min-width: 1101px) and (max-width: 1550px) {

	.nav__item {
		padding: 10px 0;
	}

	.header__main-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nav-bar__nav {
		margin-left: auto;
	}

	.nav__link .fas {
		font-size: 15px;
	}

	.nav__children {
		top: 100%;
	}
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
	.nav__menu {
		margin-right: 30px;
	}

	.nav__item + .nav__item {
		margin-left: 15px;
	}
}

/* #Header Laptop Res Style fixes */

@media only screen and (max-width: 1100px) {
	.nav {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.nav__item {
		padding: 0;
	}

	.nav__list-children {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.nav__link-children {
		font-size: 16px;
		line-height: 22px;
		padding: 10px 5px;
	}
}

@media only screen and (min-width: 1101px) {
	.nav__link_logout {
		max-width: 180px;
	}

	.nav__link_logout .span__name {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.nav__list-children {
		display: block;
		min-width: 200px;
	}

	.nav__list-children.nav__courses,
	.nav__courses .sub-menu {
		display: flex;
	}
}

/* Align classes toggle */

.classes-top {
	-ms-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.classes-top__title {
	margin-bottom: 0;
}

.classes-top__toggle {
	color: #5e97cc;
	font-size: 24px;
	line-height: 1.6em;
	letter-spacing: 0;
	margin-left: auto;
	text-transform: lowercase;
	text-decoration: underline;
}

.classes-top__toggle:hover {
	text-decoration: none;
}


/* Block Next */

/*.block-next__section {*/
/*max-width: 210px;*/
/*margin: 0 auto;*/
/*}*/

.block-next {
	border-bottom: 2px solid #cfcfcf;
	margin-top: 27px;
	padding-bottom: 27px;
}

.block-next__title {
	-ms-align-items: center;
	align-items: center;
	color: #454545;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	justify-content: center;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.block-next__title img {
	margin-right: 15px;
}

.timezone__block.timezone__block--next-class {
	justify-content: center;
	margin-top: 13px;
}

.timezone__date.timezone__date--next-class {
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 9px;
}

.timezone__input {
	color: #454545;
	height: 35px;
	line-height: 35px;
	margin: 0;
}

.timezone__input {
	font-weight: 500;
}

.timezone__item--next-class span {
	font-weight: 400;
}

.timezone__item.timezone__item--next-class {
	margin: 0 10px;
}

.timezone__city--next-class .sumo_timezone {
	height: 37px;
}

.timezone__city--next-class {
	margin: 38px auto 0;
	max-width: 270px;
}

.timezone__city--next-class .SumoSelect > .CaptionCont > label {
	width: 29px;
}

.timezone__city--next-class .SumoSelect > .CaptionCont > label > i::before {
	top: 16px;
}

.timezone__time.timezone__time--next-class {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 1.7em;
	margin: 0;
	white-space: normal;
}

.timezone__city--next-class .SumoSelect > .CaptionCont {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	padding: 1px 20px;
}

.block-next__time {
	/*margin-top: 32px;*/
	margin-top: 5px;
}

.col--border-left {
	position: relative;
}

.col--border-left:before {
	background-color: #003768;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}


@media (max-width: 600px) {
	.col.col--border-left {
		padding-top: 30px;
	}

	.col.col--border-left:before {
		height: 1px;
		left: 10px;
		right: 10px;
		width: auto;
	}
}

@media (max-width: 992px) {
	.block-next__section {
		margin-bottom: 30px;
	}
}

.timezone__time--next-class,
.timezone__time--next-class .timezone__date-day,
.timezone__time--next-class .timezone__date-time {
	display: block;
}

.timezone__time--next-class .timezone__date-time {
	/*margin-top: 24px;*/
	margin-top: 0;
}

.timezone__border {
	padding-bottom: 27px;
}

.select--hidden .editOption_2, .select--hidden .editOption {
	left: 0;
	border-radius: 8px;
}

.timezone__buttons--to-end {
	text-align: right;
}

/* Tab Styles */
.tab__title-wrap{
	display: flex;
	align-items: center;
}

.tab__title{
	background-color: #f0f0f0;
	cursor: pointer;
	font-family: 'Alef', sans-serif;
	font-size: 27px;
	text-align: center;
	color: #616161;
	padding: 7px 0;
	width: 50%;
}
.tab__title.active{
	color: #fff;
	background-color: #76afe3;
}

.tab {
	margin-top: 50px;
}
.tab .label{
	color: #616161;
	font-weight: 600;
	font-size: 23px;
}

.tab__second{
	display: none;
}

/* form loader */

.form-loader {
	height: auto;
	margin-left: 10px;
	max-width: 20px;
	width: 100%;
}

.timezone__p p,
.timezone__p h1,
.timezone__p h2,
.timezone__p h3,
.timezone__p h4,
.timezone__p h5,
.timezone__p h6 {
	margin-top: 0;
}


@media (min-width: 1101px) {
	.nav__list-children--simple {
		background-color: #fff;
		display: block;
		position: absolute;
		left: 100%;
		padding: 20px;
		top: 0;
		visibility: hidden;
		opacity: 0;
		box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	}

	.nav__children-item:hover {
		position: relative;
	}
	.nav__children-item:hover > .nav__list-children--simple {
		visibility: visible;
		opacity: 1;
		transition: visibility 0.2s ease, opacity 0.2s ease;
	}
}

body.edit-denied #wp-admin-bar-edit {
    display: none;
}

.block-next__section {
    padding-left: 45px;
    padding-right: 45px;
}

.block-next__section--start,
.block-next__section--end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-next__section-content--start {
    margin-left: auto;
}
.block-next__section-content--end{
    margin-right: auto;
}


.timezone__city--next-class {
    max-width: 100%;
}

.btn--blue-big {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.lti_launch_form .btn,
.timezone__link--button .btn {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 992px) {

    .timezone__link--recordings-btn {
        margin-top: 10px;
    }

}

.teachers__img-gravatar img {
    min-width: 170px
}

@media (min-width: 601px) {

    .section--page-teachers .row .col {
        padding-left: 60px;
        padding-right: 60px;
    }

    .section--page-teachers .row {
        margin-left: -60px;
        margin-right: -60px;
    }


    .teachers__img-gravatar {
        width: 100%;
    }
    .teachers__img-gravatar img {
        height: auto;
        width: 100%;
        min-width: 1px
    }
}

.profile-courses-list__title {
    margin-bottom: 20px;
    margin-top: 100px;
}

.section--title {
    margin-bottom: 27px;
}

.block-next--border-top {
    border-top: 2px solid #cfcfcf;
    padding-top: 27px;
}


.section--personal-courses .btn--dark-blue-bg {
    background-color: #003768;
}

.courses-list .btn--join-class-button {
    display: none;
}

.course-wrap-top:hover {
	text-decoration: none;
}

.course-wrap-body-data__next-class {
	color: #000;
	font-weight: 600;
}

.grecaptcha-badge {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.page-template-contact_page .grecaptcha-badge {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.course-wrap-body-buttons .btn--join-class-button {
	display: none;
}
.section--livecourses .course-wrap-body-buttons .btn--join-class-button {
	display: block;
}
.section--livecourses .course-wrap-body-buttons .btn--join-class-button + .btn--view-course {
	display: none;
}

/*google login*/
#theChampGoogleButton,
.theChampGoogleLogin {
	display: none;
}

.v-midle *{
	vertical-align: middle;
}
/*google login */