@media not all and (min-resolution:.001dpcm) { @media {
    ::selection {
	  color: #fff;
	  background: transparent;
	}
}}



@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;   
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?s1060p');
  src:  url('../fonts/icomoon.eot?s1060p#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?s1060p') format('truetype'),
    url('../fonts/icomoon.woff?s1060p') format('woff'),
    url('../fonts/icomoon.svg?s1060p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right:before {
  content: "\e900";
  color: red;
}
.icon-user:before {
  content: "\e901";
}

body {
	background-color: #fff; /*#1C1A24;*/
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-family: 'Gotham';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow-x: hidden;
}
.post, .page {
	margin: 0;
}
a,
a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
h1 {
	font-family: 'GothamBold';
	font-size: 80px;
	line-height: 1;
}
h2 {
	font-family: 'GothamBold';
	font-size: 62px;
	line-height: 1;
}
h3 {
	font-family: 'GothamBold';
	font-size: 35px;
	line-height: 1.4;
}
h4 {
	font-family: 'GothamBold';
	font-size: 24px;
	line-height: 1.2;
}
h5 {
	font-family: 'GothamBold';
	font-size: 16px;
	line-height: 1.1;
}
@media (max-width: 1499px){
	h1 { font-size: 70px; }
	h2 { font-size: 50px;}
}

@media (max-width: 1299px){
	h1 { font-size: 60px; }
	h2 { font-size: 40px;}
	h3 {font-size: 30px; }
}

@media (max-width: 767px){
	h1 { font-size: 48px; }
	h2 { font-size: 24px; }
	h3 {font-size: 20px}
	h4 { font-size: 16px;}
	h5 { font-size: 12px;}
}
@media (max-width: 359px){
	h1 { font-size: 45px; }
}
img:focus{
	outline: none;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
#wpadminbar {
	z-index: 99;
	display: none;
}
/*header*/
.header_sec {
	background-color: #fff;	
	height: 142px;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
	transition: all 0.3s ease;
}
.header_sec.shrunk{
	height: 120px;
}
.header_sec.shrunk .header_bottom .logo_header img {
	max-width: 100px;
}
.header_sec.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	z-index: 1000;
}

.site-content {
	margin-top: 142px;
}

.admin-bar .site-content {
	margin-top: 110px;
}

.header_sec .header_top {
	background-color: #0B244E;
}
.header_sec .header_top .row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 42px;
	line-height: 40px;
}
.header_sec .header_top .what_huddle_text {
	font-size: 12px;
	font-family: 'GothamBold';
	color: #fff;
	padding-right: 5px;
}
.header_sec .header_top .what_huddle_text i{
    padding-right: 8px;
    vertical-align: middle;
    font-size: 14px;
}
.header_sec .header_top .social_icons {
	font-size: 18px;
	color: #fff;
	line-height: 0.5;
}
.header_sec .header_top .social_icons i {
	font-family: 'FontAwesome';
	font-weight: normal;
}
.header_sec .header_top .social_icons a {
	color: #fff;
	margin: 0 0 0 16px;
	text-decoration: none;
}
.header_sec .header_top .what_huddle_text:hover,
.header_sec .header_top .social_icons a:hover {
	color: #E05942;
}
body:not(.home) .header_sec {
	border-bottom: 1px solid #ececec;
}
.header_bottom .row {
	display: flex;
	align-items: center;
	justify-content: right;
	width: 100%;
	align-items: center;
	justify-content: space-between;	
}
.header_bottom .logo_header {
	display: flex;
	align-items: center;
}
.header_bottom .custom-logo-link {
	display: block;	
	line-height: 1;
}
.header_bottom .logo_header img {
	position: relative;
	z-index: 10;
	max-width: 128px;
	width: auto;
	margin: -13px 0 -23px;
	transition: max-width 0.3s ease;
}
.header_bottom .tagline {
	padding-left: 20px;
	color: #0B244E;
	font: 16px 'GothamBold';
	margin: 5px 0 0;
}
.header_bottom .main_navigation {
	width: auto;
	position: relative;
}
.header_bottom .main_navigation .logout {
	position: absolute;
	right: 0;
	top: 34px;
	font-size: 12px;
	color: #434343;
	opacity: 0.75;
	font-family: 'Gotham';
	display: block;
}
.header_bottom .main_navigation ul li {
	margin: 10px 30px 0;
	font: 16px/1 'GothamBold';
	position: relative;
	padding-left: 40px;
}
.header_bottom .main_navigation ul li:before {
	position: absolute;
	left: 0;
	font-size: 27px;
	color: #BFCBD9;
	top: 0;
}
.header_bottom .main_navigation ul li.ss-user:before{
	color: #E05942;
}
.logged-in .header_bottom .main_navigation ul li.ss-user:before{
	content:'';
	color: #BFCBD9;
}
.header_bottom .main_navigation ul li:last-child {
	margin-right: 0;
}
.header_bottom .main_navigation ul li:last-child > a {
	text-transform: capitalize;
}
.header_bottom .main_navigation ul li a {
	color: #1a1c20;
	text-decoration: none;
	line-height: 22px;
	cursor: pointer;
}
.header_bottom .main_navigation ul li a .sub {
	font-size: 12px;
	color: #434343;
	opacity: 0.75;
	font-family: 'Gotham';	
}
.header_bottom .main_navigation ul li.current-menu-item a,
.header_bottom .main_navigation ul li a:hover {
	color: #E05942;
}

.header_bottom .paybook_link {
	background: url(../images/paybook_icon.png) top left no-repeat;
	padding-left: 60px;
}
.header_bottom .paybook_link strong,
.header_bottom .videos_link strong,
.header_bottom .login_link strong  {
	font-weight: bold;
	color: #1a1c20;
	font-size: 18px;
}
.header_bottom .paybook_link,
.header_bottom .paybook_link,
.header_bottom .login_link {
	font-weight: normal;
	color: #7c7c7c;
}
.header_bottom .videos_link {
	background: url(../images/video_play_icon.png) top left no-repeat;
	padding-left: 60px;
}
.header_bottom .login_link {
	background: url(../images/login_icon.png) top left no-repeat;
	padding-left: 60px;
}
.header_bottom .paybook_link p,
.header_bottom .videos_link p,
.header_bottom .login_link p {
	margin: 0;
}

body.modal-open {
	overflow: hidden;
}

.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;   
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  max-width: 970px;
  width: 100%;
  background:#E05942;
  color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  transform: translateX(-50%);
  padding: 3% 5%;
}

.modal-wrapper.modal-small {
	max-width: 400px;
	padding: 30px;
	color: #404040;
}
.modal-wrapper.bg-white {
	background: #fff;
}
.modal-wrapper.modal-small h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}
.modal-wrapper.modal-small h2 .ss-icon {
	font-size: 35px;
	vertical-align: text-bottom;
	line-height: 20px;
}
.modal-wrapper .confirm-footer {
	padding-top: 30px;
	text-align: right;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translate(-50%, -10%) ;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translate(-50%, 0);
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #fff;
  font-size: 18px;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
}
.modal-close:focus,
.modal-close:hover {
  color: #000;
  outline: none;
  background: transparent;
}

.modal-wrapper h3{
	margin: 0;
}
.modal-wrapper h4{
	font-size: 24px;
	line-height: 1.3;
	margin: 10px 0 20px;
}

.text-red {
	color: #be0505;
}
.error-msg {
	color: #560d00;
	font-size: 16px;
}
.custom-form .form-row .col .error {
	color: #560d00;
	font-size: 13px;
	display: block;
	padding-top: 5px;
}
.custom-form .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.custom-form .form-row .col {
	width: 50%;
	padding: 15px;
}
.custom-form .form-row .col .form-control {
	background: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	width: 100%;
	font: 24px/1 'GothamBold';
	color: #fff;	
	padding: 5px 0;
	height: 36px;
}
.custom-form .form-row .col .form-control:focus {
	outline: none;
}
.custom-form .form-row .col .form-control:placeholder {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.custom-form .form-row .col .form-control::-webkit-input-placeholder {
	color: #fff; opacity: 0.5; text-transform: uppercase;font-size: 12px;
}
.custom-form .form-row .col .form-control::-moz-placeholder {
	color: #fff; opacity: 0.5; text-transform: uppercase;font-size: 12px;
}
.custom-form .form-row .col .form-control:-ms-input-placeholder {
	color: #fff; opacity: 0.5; text-transform: uppercase;font-size: 12px;
}
.custom-form .form-row .col .form-control::-ms-input-placeholder {
	color: #fff; opacity: 0.5; text-transform: uppercase;font-size: 12px;
	/*transform: scale(0.9) translateX(-0.1rem);*/
}
/* Change Autocomplete styles in Chrome*/
.custom-form .form-row .col input:-webkit-autofill,
.custom-form .form-row .col input:-webkit-autofill:hover,
.custom-form .form-row .col input:-webkit-autofill:focus,
.custom-form .form-row .col input:-webkit-autofill:active,
.custom-form .form-row .col textarea:-webkit-autofill,
.custom-form .form-row .col textarea:-webkit-autofill:hover
.custom-form .form-row .col textarea:-webkit-autofill:focus,
.custom-form .form-row .col textarea:-webkit-autofill:active,
.custom-form .form-row .col select:-webkit-autofill,
.custom-form .form-row .col select:-webkit-autofill:hover,
.custom-form .form-row .col select:-webkit-autofill:focus,
.custom-form .form-row .col select:-webkit-autofill:active {	
	background: transparent;	
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 30px #E05942 inset !important;	
}
.custom-form .form-row .col input::selected {
	background: transparent;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.custom-form .form-submit {
	text-align: center;
	margin-top: 50px;
}

.custom-form .form-login {
	text-align: center;
	margin-top: 20px;
	color: #fff;
}

.custom-form .form-login span {
	display: block;
}

.custom-form .form-login a {
	color: #fff;
	padding: 3px 0;
}
.custom-form .form-login a:hover{
	text-decoration: underline;
}


.custom-form .form-submit .submit-btn {
	background: #fff;
	border-radius: 0;
	border: 2px solid #E05942;
	color:#E05942;
	font: 16px/2 'GothamBold';
	text-transform: uppercase;
	padding: 7px 15px;
	text-align: center;
	min-width: 235px;
	cursor: pointer;
	height: 46px;
	transition: all 0.3s; 
}

.custom-form .form-submit .submit-btn:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
} 


/*------PayBook Topics-------*/
.video-topic {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 40px;
}
.video_topic_title {
	font-size: 60px;
	color: #005093;
	margin: 0;
	width: 100%;
}
.video_topic_subtitle {
	font: 16px 'GothamBold';
	color: rgba(0,0,0,0.75);
	margin: 10px 0 0;
	width: 100%;
}
.video_topic_subtitle .fa {
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 25px;
	color: #000;
	border-radius: 50%;
	margin: 0 10px;
	border: 2px solid #000000;
}

.video-topic .topic-infomation a::after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.video-topic .topic-infomation {
	width: calc(25% - 23px);
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.video-topic .topic-infomation:nth-child(4n) {
	margin-right: 0;
}
.video-topic .topic-infomation .category_title {
	font-size: 24px;
	margin: 0;
	color: #fff;
	font-family: 'GothamBold';
	line-height: 1.3;
	transition:  all 0.5s;
}
.video-topic .topic-infomation a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.video-topic .topic-infomation a:hover img {
	transform: scale(1.2);
}
.video-topic .topic-infomation img {
	float: left;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.video-topic .topic-infomation .videos_count {
	font-size: 16px;
	margin: 0;
	color: rgba(255,255,255,0.9);
	font-family: 'GothamBold';
	line-height: normal;
	margin-top: 5px;
}
.category_videos_box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 20;
}
.bottom_text {
	color: #005093;
	font: 16px 'GothamBold';
	text-align: center;
	width: 100%;
	display: inline-block;
	line-height: normal;
	margin: 40px 0;
}
.view_playbook_btn {
	width: 100%;
	text-align: center;
}
.view_playbook_btn a {
	width: 100%;
	max-width: 240px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #e05942;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'GothamBold';
}
.view_playbook_btn a:hover {
	background-color: #005093;
}.checkbox-cls {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
}
.checkbox-cls input {
	z-index: 9;
	position: relative;
	opacity: 0;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.checkbox-cls label {
	line-height: 45px;
	text-align: center;
}
.checkbox-cls input:checked + label::before {
	content: "\f00c";
	font-family: fontAwesome;
	/*color: #00BAFF;*/
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	z-index: 1;
}
.checkbox-cls label::after {
	content: "\f067";
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 0;
	color: #fff;
	border-radius: 50%;
	background-color: transparent;
	border: 3px solid #fff;
}
.selected .checkbox-cls input:checked + label::before {
	color: #fff;
	content: "";

}
.selected .checkbox-cls input:checked + label::after, .checkbox-cls input:checked + label::after {
	background: #E05942;
	content: "";
	border: 0px solid #fff;
}
.selected .checkbox-cls.locked input:checked + label::after, .checkbox-cls.locked input:checked + label::after  {
	background: transparent;
}
.optimizer-table-custom .dataTable tbody tr.disabled td.selected {

}
.optimizer-wrap-cls th .checkbox-cls {
	margin-left: 10px;
}
.optimizer-wrap-cls th .checkbox-cls label::after {
	border-color: #fff;
}
/*--End--*/
/*------instagram-----*/
.instagram_sec {}
.instagram_sec .eapps-instagram-feed-title,
.instagram_sec #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav,
.instagram_sec #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
	display: none !important;
}
.instagram_sec .mobile_slider .slick-prev .elementor-heading-title {
	color: #005093;
	font-size: 35px;
	line-height: 45px;
	margin: 0;
}
.instagram_sec .instagram_description .elementor-text-editor p {
	color: #000000;	
	font-size: 16px;
	margin: 0;
	line-height: 28px;
}
.instagram_sec .follow_title .elementor-icon-box-title ,.instagram_sec  .follow_title_mobile .elementor-icon-box-title {
	color: #005093;
	font-size: 16px;
	margin: 0;
	line-height: 28px;
}
.instagram_sec .follow_title .elementor-icon-box-title:hover ,.instagram_sec  .follow_title_mobile .elementor-icon-box-title:hover {
	color: #E05942;
	text-decoration: none;
	outline: none;
}
.instagram_sec .eapps-instagram-feed-posts-view.eui-slider-slide {
	padding: 0 !important;
}
.instagram_sec .instagram_left {
	padding-right: 0;
}
/*--End-instagram--*/
/*--featured_videos_sec--*/
.featured_videos_sec,.popular_videos_sec {
	background-color: #1C1A24;
	padding-top: 120px;
}
.featured_videos_sec .row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: flex-end;
}
.featured_videos_sec h1.featured_title {
	font-size: 60px;
	color: rgba(255,255,255,0.1);
	line-height: 0;
	margin: 0;
	display: none;
}
.featured_videos_sec .featured_left_content .featured_title,
.featured_videos_sec .featured_left_content .videos_title {
	color: #fff;
	font-size: 60px;
	margin: 0 0 24px;
	line-height: normal;
}
.featured_videos_sec .featured_left_content .featured_description p {
	font-size: 16px;
	color: #fff;	
	margin: 0 0 20px;
	line-height: 25px;
	max-width: 490px;
}
.featured_videos_sec .featured_left_content  .featured_mins_total {	
	font: 16px/1 'GothamBold';
	color: rgba(255,255,255,0.75);
	margin: 0 0 38px;
}
.featured_videos_sec .featured_left_content  .featured_mins_total .videos_text {
	padding-right: 20px;
}
.featured_videos_sec .featured_left_content  .featured_mins_total .mins_total_text {
	padding-left: 20px;
}
.featured_videos_sec .featured_left_content .user_box {
	display: flex;
	align-items: center;
	
}
.featured_videos_sec .featured_left_content .user_box .user-img {
	border-radius: 50%;
	height: 48px;
	width: 48px;
	overflow: hidden;
}
.featured_videos_sec .featured_left_content .user_box img,
.featured_videos_sec .usr_warp .user_box img {
	object-fit: cover;
	height: 100%;
}
.featured_videos_sec .featured_left_content .user_box .user_title {
	font-size: 16px;
	color: #fff;
	margin: 0 0 0 14px;
}
.featured_videos_sec .featured_left_content .user_box .user_position {
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	line-height: 20px;
	margin: 0 0 0;
	display: block;
}
.featured_videos_sec .thumbnail_wrap {
	width: calc(100% - 15%);
	text-align: center;
	margin: 40px 0;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15%
}
.featured_videos_sec .thumbnail_item,
.popular_videos_sec .thumbnail_item {
	display: flex;
	flex-wrap: wrap;
}
.featured_videos_sec .thumbnail_box .slick-list,
.popular_videos_sec .thumbnail_box .slick-list {
	overflow: visible;
}
.featured_videos_sec .thumbnail_box .slick-slide > div,
.popular_videos_sec .thumbnail_box .slick-slide > div{
	margin-right: 16px
}
.featured_videos_sec .thumbnail_box .slick-slide img,
.popular_videos_sec .thumbnail_box .slick-slide img {
	width: 100%;
	display: inline-block;
	transition: all 0.3s;
	opacity: 0.5;
	cursor: pointer;
	float: left;
}

/*mobile slider*/
.mobile_slider .user_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
}
.mobile_slider .user_box > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.mobile_slider.swiper-container .swiper-slide .user_box  {
	padding-top: 30px;
	margin: 0 -26%;
}
.mobile_slider.swiper-container .swiper-slide .user_box,
.mobile_slider.swiper-container .swiper-slide .checkbox-cls,
.mobile_slider .slick-slide .user_box,
.mobile_slider .slick-slide .checkbox-cls {
	opacity: 0;
	transition: all 0.3s;
}
.mobile_slider.swiper-container .swiper-slide-active .user_box,
.mobile_slider.swiper-container .swiper-slide-active .checkbox-cls,
.mobile_slider .slick-slide.slick-current .user_box,
.mobile_slider .slick-slide.slick-current .checkbox-cls {
	opacity: 1;
}
.mobile_slider .slick-list {
	padding: 0 20% !important;
}
.mobile_slider .slick-slide .featured_img_right,
.mobile_slider .slick-slide.slick-current .popular_right_img {
	/*transform: scale(0.8);*/
	transition: all 0.3s;
	transform: scale(0.8);
	opacity: 0.5;
}

.mobile_slider.swiper-container .swiper-slide-next .slider_item{
	transform: translate(10%, 2.5%) scale(1);
	opacity: 0.5;
	transition: all 0.3s;
}
.mobile_slider.swiper-container .swiper-slide-prev .slider_item{
	transform: translate(-10%, 2.5%) scale(1);
	opacity: 0.5;
	transition: all 0.3s;
}
.mobile_slider .row  {
	margin-right: -30px;
	margin-left: -30px;
	width: auto;
	opacity: 0.8;
}
.mobile_slider .slick-slide.slick-current .featured_img_right,
.mobile_slider .slick-slide.slick-current .popular_right_img{
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s;
}
.swiper-slide-duplicate-active .featured_left_img {
	opacity: 0;
}
.mobile_slider.swiper-container .swiper-slide.swiper-slide-active .featured_img_right{
	opacity: 1;
	transform: scale(1.5);
	transition: all 0.3s;
}
.mobile_slider .checkbox-cls {
/*	right: -10px;
	top: 30px;*/
}
.mobile_slider.swiper-container .swiper-slide.swiper-slide-active .row,
.mobile_slider .slick-slide.slick-current .row {
	position: relative;
	z-index: 20;
	opacity: 1;
}
.mobile_slider .user_box .user-img {
	border-radius: 50%;
	height: 30px;
	align-items: flex-start;
	margin-right: 10px;
	width: 30px;
	overflow: hidden;
	background: #f4f4f4;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.mobile_slider .user_box .user-img img {
	height: 100%;
	object-fit: cover;
}
.mobile_slider .user_details {
	width: 100%;
}

.mobile_slider .popular_title {
	font-size: 12px; color: #fff; margin: 0 0 10px; line-height: 1.1;
}
.mobile_slider .user_details .user_title {
	font-size: 10px;
	color: #fff;
	margin: 5px 0;
	font-family: 'Gotham'; font-weight: normal;
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: top;
}
.mobile_slider .user_details .user_title a {
	color: #fff;
}
.mobile_slider .user_details .details_box {
	font-size: 12px;
	color: #fff;
	margin: 0 0 10px 0;
	line-height: 22px;
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: top;
}
.mobile_slider .user_details .details_box span {
	display: inline-block;
}
.mobile_slider .user_details .details_box.popular_leader_confi_text {
	color: rgba(255,255,255,0.75);
}
.mobile_slider .featured_description p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin: 0 0 15px;
}
.mobile_slider .popular_leader_confi_text {
	letter-spacing: normal;
}

.mobile_slider .popular_leader_confi_text span + span:before {
	content: "/";
	display: inline-block;
	margin: 0 5px;
}
/*--their_story_sec--*/
.their_story_sec {
	background-color: #FFFFFF;
	padding: 70px 0 0;
	display: inline-block;
	width: 100%;
}
.their_story_sec .their_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.their_story_sec .their_box .their_story_title {
	font-size: 60px;
	color: #005093;
	margin: 0 0 5px;
}
.their_story_sec .their_box .their_story_description p {
	font-size: 16px;
	color: #000;	
	margin: 0 0 0;
	line-height: 26px;
	max-width: 300px;
}
.their_story_sec .see_all_players {
	display: flex;
}
.their_story_sec .their_box .see_all_players a,
.btn_see a {
	font: 16px/1 'GothamBold';
	color: #E05942;
	margin: 0 0 0;
	line-height: 28px;
	text-decoration: none;
}
.their_story_sec .their_box .see_all_players a:hover,
.btn_see a:hover {
	color: #005093;
}
.their_story_sec .their_box .see_all_players .fa,
.btn_see .fa {
	line-height: 28px;
	padding-left: 15px;
}
.their_story_sec .their_story_wrap {
	margin: 0 auto;
	text-align: center;
}
.their_story_sec .their_story_logo_box {
	width: 49px;
	height: 49px;
	display: inline-block;
	text-align: center;
	display: flex;
	align-items: center;
    justify-content: center;
	border-radius: 8px;
	font-size: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0px 8px 16px 8px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 8px 16px 8px rgba(0,0,0,0.18);
	box-shadow: 0px 8px 16px 8px rgba(0,0,0,0.18);
	margin-bottom: 26px;
}
.their_story_sec .their_story_wrap .btn a {
	font-size: 18px;
}
.their_story_sec .their_story_wrap .their_left_content {
	width: 100%;
	position: relative;
	z-index: 30;
	text-align: left;
	margin: 0 auto 80px;
	max-width: 310px;
	opacity: 0;
	transition: opacity 0.3s;
	transition-delay: 0.1s;
}
.their_story_sec .their_story_wrap .their_story_title {
	margin: 0 0 10px;
	color: #000;
	line-height: normal;
	font-size: 24px;
	text-transform: uppercase;	
}
.their_story_sec .their_story_wrap .their_story_sutitle {
	color: #000;
	font: 12px 'GothamBold';
	margin: 0 0 22px;
	line-height: normal;
	text-transform: uppercase;
}
.their_story_sec .their_story_wrap .their_story_description {
	width: 100%;
}
.their_story_sec .their_story_wrap .their_story_description p {
	color: #434343;
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 10px;
}
.their_story_sec .their_story_wrap .their_story_imgbox {
	width: 100%;
	position: relative;
}
.their_story_sec .their_story_wrap .their_story_imgbox .their_number_text {
	width: 100%;
	text-align: center;
	font-size: 280px;
	font-family: 'GothamBold';
	color: #BFCBD9;
	opacity: 0.2;
	position: absolute;
	top: -15px;
	left: 50%;
	letter-spacing: -6px;
	transform: translateX(-50%);
	z-index: 0;
	line-height: normal;
}
.their_story_sec .their_story_slider .slick-slide .their_number_text {
	opacity: 0;	
	transition: all 0.4s;
}
.their_story_sec .their_story_slider .slick-slide.slick-current .their_number_text {
	opacity: 0.2;	
	transition-delay: 0.3s;
}
.their_story_sec .their_story_wrap .their_story_imgbox .their_img {
	text-align: center;
	position: relative;
	z-index: 20;
}
.their_story_sec .their_story_slider .slick-slide  .their_img {
	transition: all 0.3s;
	transform: scale(0.8) translateY(5%);
	opacity: 0.5;
}
.their_story_sec .their_story_slider .slick-slide.slick-current .their_img {
	transition: all 0.3s;
	transform: scale(1) translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}
.their_story_sec .their_story_wrap .their_story_imgbox .their_img img {
	display: inline-block;
}
.their_story_sec .slick-slide.slick-current .their_story_wrap .their_left_content {
	opacity: 1;
}
.btn_see {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}
.btn_see a {
	font-size: 18px;
}
.their_story_sec  .their_story_slider {
	position: relative;
}
.their_story_sec .their_story_slider .slick-prev,
.mobile_slider  .slick-prev {
	width: 33.33%;
	height: 100%;
	position: absolute;
	font-size: 0;
	z-index: 99;
	background: transparent;
	border: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	outline: none;
}
.their_story_sec .their_story_slider .slick-next,
.mobile_slider .slick-next {
	width: 33.33%;
	height: 100%;
	position: absolute;
	font-size: 0;
	border-radius: 0;
	border: 0;
	z-index: 999;
	background: transparent;
	right: 0;
	top: 0;
	cursor: pointer;
	outline: none;
}
.their_story_slider .slick-slide .their_left_content { 
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: all 0.3s;
}
.their_story_slider .slick-track .slick-slide .slider_item .their_story_wrap {
	/*transform: scale(0.8);*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.their_story_slider .slick-slide.slick-current .slider_item .their_story_wrap {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 0 !important;
	/*transform: scale(1);*/
}
.slick-track .slick-slide.slick-current .slider_item {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.their_story_slider .slick-slide.slick-current .their_left_content {
	opacity: 1;
	visibility: visible;
	display: block;
	transition-delay: 0.3s;
}
.their_story_slider .slick-slide .slider_item {
	opacity: 0.5;
	transition: all 300ms ease;
}
.their_story_slider .slick-slide.slick-current .slider_item,
.mobile_slider .slick-slide.slick-current .slider_item {
	cursor: move;
	opacity: 1;
}

/*--popular_videos_sec--*/
.popular_videos_sec {
	background-color: #1C1A24;
	padding: 130px 0 75px;
	position: relative;
	z-index: 50;
	
}
.popular_videos_margintop > .elementor-container {}
.popular_videos_sec .row {
	width: 100%;
	display: flex;
/*	flex-wrap: wrap;*/
	position: relative;
	align-items: flex-end;
}
.popular_videos_sec .popular_left_content {
	width: 60%;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 20;
}
.popular_videos_sec .popular_videos_title {
	font-size: 60px;
	color: rgba(255,255,255,0.1);
	line-height: 0;
	margin: 0;
	letter-spacing: -0.26px;
}
.popular_videos_sec .popular_left_content .popular_title {
	color: #fff;
	font-size: 60px;
	margin: 0 0 20px;
	line-height: normal;
	letter-spacing: -0.26px;
}
.popular_videos_sec .popular_left_content .popular_description p {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham';
	margin: 0 0 20px;
	line-height: 20px;
	max-width: 490px;
}
.popular_leader_confi_text {
	font: 12px 'GothamBold';
	color: rgba(255,255,255,0.3);
	line-height: 20px;
	margin: 0;
	letter-spacing: 0.166em;
	text-transform: uppercase;
}/*
.popular_leader_confi_text span {
	padding-right: 15px;
}
.popular_leader_confi_text span:last-child {
	padding-right: 0;
}*/

.popular_leader_confi_text span + span:before {
	content: "/";
	display: inline-block;
	margin: 0 10px;
}
.popular_leader_confi_text .confidence {
	padding-left: 20px;
}
.popular_videos_sec .popular_left_content .user_box {
	display: flex;
	align-items: center;
	padding-top: 48px;
}
.popular_videos_sec .popular_left_content .user_box .user_title + .user-img {
	margin-left: 30px;
}

.popular_videos_sec .popular_left_content .user_box .user-img{
	border-radius: 50%;
	height: 48px;
	width: 48px;
	overflow: hidden;
	background: #f2f2f2;
}
.popular_videos_sec .popular_left_content .user_box img {
	object-fit: cover;
	height: 100%;
}
.popular_videos_sec .popular_left_content .user_box .user_title {
	color: #fff;
	margin: 0 0 0 15px;
	font-size: 16px;
}
.popular_videos_sec .popular_left_content .user_box .user_title a {
	color: #fff;
}
.popular_videos_sec .popular_left_content .user_box .user_title a:hover {
	color: #E05942;
}
.popular_videos_sec .popular_left_content .user_box .user_position {
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	line-height: 20px;
	margin: 4px 0 0;
	text-transform: uppercase;
	display: block;
}
.popular_videos_sec .popular_right_img {
	padding-left: 36.2%;
	width: 100%;
}
.popular_videos_sec .popular_right_img .popular_full {
	position: relative;
}
.popular_right_img  .video-wrapper,
.featured_img_right .video-wrapper {
	padding-bottom: 56.25%;
}
.popular_right_img .elementor_custom_embed_play {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;	
	z-index: 8;
	color: #fff;
	width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular_right_img .video-wrapper.show:before,
.popular_right_img .video-wrapper.show .elementor_custom_embed_play {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.popular_right_img .elementor_custom_embed_play a {
	color: #fff;
	width: 90px;
	height: 90px;
	border: 4px solid rgba(255,255,255,0.8);
	border-radius: 100%;
	display: block;
	text-align: center;
	line-height: 86px;
}

.popular_right_img .elementor_custom_embed_play a:hover {
	color: #E05942;
	border-color: #E05942;
}
.popular_right_img .elementor_custom_embed_play.show a.pause {
	display: none;
}
/*
.popular_right_img .elementor_custom_embed_play a.pause .ss-play:before {
	content:'';
}*/
.popular_videos_sec .thumbnail_wrap {
	width: 100%;
	margin: 48px 0 0;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}
.popular_videos_sec .thumbnail_wrap img {
	margin: 0 8px;
	opacity: 0.5;
	height: 50px;
	float: left;
}
.popular_videos_sec .thumbnail_wrap .active img {
	margin-top: -20px;
	opacity: 0.8;
}
.popular_videos_sec .thumbnail_box {
	margin-left: 0;
	width: auto;
	padding-top: 40px;
	padding-bottom: 0;
	margin-top: -45px;
}
.popular_videos_sec .thumbnail_box .slick-track {
	margin-left: 0px;
}

.popular_videos_sec .thumbnail_box .thumb-img {
	margin: 0 8px;
	opacity: 0.5;
	height: 50px;
	float: left;
	background: #ccc;
	position: relative;
}
.popular_videos_sec .slick-slide.slick-current .thumb-img {
	margin-top: -10px;
	opacity: 0.8;	
}
.popular_videos_sec .thumbnail_box .thumb-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
}
.thumbnail_box .slick-slide.slick-current .thumb-img img {
	margin-top: 0;
	opacity: 1;
}


/*footer */
.footer_bottom {
	background-color: #FAFAFA;
	padding: 65px 0;
}
.footer_bottom .row {
	display: flex;
	align-items: center;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_bottom .row section {
	margin-bottom: 0;
}
.footer_bottom .widget_custom_html {
	margin-right: 11%;
}
.footer_bottom .widget-title {
	margin: 0;
	font-size: 16px;
	max-width: 150px;
	line-height: normal;
}
.footer_bottom .widget_media_image {
	margin-right: 11%;
}
.footer_bottom .widget_media_image:nth-child(2) img {
	width: 109px;
}
.footer_bottom .widget_media_image:nth-child(3) img {
	width: 85px;
}
.footer_bottom .widget_media_image:nth-child(4) img {
	width: 170px;
}

.footer_sec {
	padding: 100px 0;
	background: #1C1A24 url(../images/footer_logo_bg.png) center center no-repeat;
	color: #fff;
	font-family: 'GothamBold';
}
.footer_sec .row section {
	margin: 0;
	display: inline-block;
	width: 100%;
}
.footer_sec .row {
	display: flex;
	align-items: center;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_sec .sign_up_box {
	width: 35%;
}
.footer_sec .address_box {
	width: 33.33%;
}
.footer_sec .sign_up_box .custom-html-widget {
	font-size: 16px;
	color: #fff;	
}

.footer_sec .logo_social_copyright_box {
	text-align: center;
	width: 28%;
}
.footer_sec .logo_social_copyright_box .social_icons {
	font-size: 24px;
	color: #fff;
	margin: 30px 0 20px;
}
.footer_sec .logo_social_copyright_box .social_icons i {
	font: normal normal normal 24px/1 FontAwesome;
}
.footer_sec .logo_social_copyright_box .social_icons a {
	color: #fff;
	margin: 0 8px;
	text-decoration: none;
}
.footer_sec .logo_social_copyright_box .social_icons a:hover {
	color: #E05942;
}
.footer_sec .logo_social_copyright_box .widget_media_image img {
	width: 74px;
}
.footer_sec .logo_social_copyright_box .copyright {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;	
}

.footer_sec .widget-title {
	margin-bottom: 20px;
	font-size: 35px;
	color: #fff;
	margin: 0 0 20px 0;
	line-height: 1.3;
}
.sign_up_box .widget-title  {
	max-width: 385px;
}
.footer_sec .address_box {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
}
.footer_sec .address_box p {
	margin: 0 0 15px;
}
.footer_sec .address_box p:last-child  a {
	font-family: 'Gotham';	
}
.footer_sec .address_box a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.footer_sec .address_box a:hover {
	color: #fa570e;
}
.footer_sec .address_box .widget_custom_html .widget-title {
	display: none;
}
.footer_sec .address_box .widget_custom_html .email_button a {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	padding: 10px 14px;
	margin-top: 10px;
	max-width: 270px;
	background: #e05942;
	font-family: 'GothamBold';
	text-transform: uppercase;
}
.footer_sec .address_box .widget_custom_html .email_button a:hover {
	color: #fff;
	background: #005093;
}

.tnp-subscription form{
	position: relative;
}
.footer_sec .address_box p {
    margin-bottom: 0;
}
.footer_sec .address_box .widget-title{
	margin-bottom: 8px;
}
footer .mc4wp-form {
	margin: 30px auto 10px;
}
footer .mc4wp-form input[type="email"]{
	border: 1px solid rgba(255,255,255,0.6);
	background: transparent;
	border-radius: 0;
	color: #fff;
	padding: 10px 122px 10px 12px;
	width: 100%;
	font: 16px 'GothamBold';
	height: 46px;
}
footer .mc4wp-form input[type="email"]::-webkit-input-placeholder {
	color: #fff; opacity: 1;
}
footer .mc4wp-form input[type="email"]::-moz-placeholder {
	color: #fff; opacity: 1;
}
footer .mc4wp-form input[type="email"]:-ms-input-placeholder {
	color: #fff; opacity: 1;
}
footer .mc4wp-form input[type="email"]:placehoder {
	color: #fff; opacity: 1;
}
footer .mc4wp-form .mc4wp-form-fields {
	position: relative;
}
footer .mc4wp-form .btn-submit {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 122px;	
	background: #e05942;
	color: #fff;
	border: none;
	border-radius: 0;
	font: 16px/1.1 'GothamBold';
	text-transform: uppercase;
	padding: 16px 14px 15px;	
	cursor: pointer;
	transition: all 0.4s;
	height: 44px;
}

footer .mc4wp-form .btn-submit:hover {
	background: #fff;
	color: #e05942;
}
.mc4wp-response {
	font-size: 14px;
}
.mc4wp-error {
	color: #bf2309;	
}
.mc4wp-error a {
	color: #fff;
}
.mc4wp-error a:hover {
	text-decoration: underline;
}


/*Button*/
.orange_button .elementor-button-wrapper .elementor-button,
.footer_sec .address_box .orange_button {
	width: 100%;
	max-width: 270px;
	padding: 15px 14px;
	background: #e05942;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'GothamBold';
}
.orange_button .elementor-button-wrapper .elementor-button:hover {
	width: 100%;
	background: #005093;
	color: #fff;
}
.scroll_down_button .elementor-button-wrapper .elementor-button {
	background-color: transparent;
	border-radius: 0;
	color: #e05942;
	font-weight: bold;
	padding: 0 8px;
	margin-top: 50px;
	font-size: 16px;
	line-height: 1.5;
}
.scroll_down_button .elementor-button-wrapper .elementor-button:hover {
	color: #fff;
}

.home_banner .orange_button .elementor-button-wrapper .elementor-button {
	max-width: 240px;
	margin-top: 15px;
}
.home_banner .elementor-heading-title {
	max-width: 400px;
}
.home_banner .left_banner_text {
	/*margin-top: 97px;*/
	position: relative;
	z-index: 30;
}
.home_banner .right_banner_video {
	margin-bottom: -30px;
	position: relative;
	z-index: 20;
	margin-left: -18%;
	width: 74% !important;
}


/* ----------------------
Playbook Page
------------------------- */
.playbook-wrapper {
	position: relative;
	overflow: hidden;
}
.playbook-wrapper .container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.playbook-wrapper:before {
	content: "";
	width: 30%;
	background: #1c1a24;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.playbook-wrapper .left-col {
	width: 39.5%;
	background: #1c1a24;
	color: #fff;
	padding: 6% 12% 6% 0;
	text-align: center;
}

.playbook-wrapper .left-col a {
	color: #fff;
	display: inline-block;
}
.playbook-wrapper .left-col a:hover {
	color: #E05942;
}

.playbook-wrapper .left-col h3 {
	margin: 0;
	text-transform: capitalize;
}
.playbook-wrapper .left-col h5 {
	margin: 5px 0 15px;
}
.playbook-wrapper .left-col .edit-profile {
	color: #E05942;
	font: 16px/1 'GothamBold';
	text-transform: capitalize;
	text-decoration: none;
}
.playbook-wrapper .left-col .edit-profile:hover {
	color: #fff;
}

.topic-status {
	list-style: none;
	padding: 0;
	margin: 40px 0 0;
	text-align: left;
}
.topic-status .topic-title {
	font: 12px/1 'GothamBold';
	text-transform: uppercase;
}
.topic-status .progress-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px 0 20px;
}

.topic-status .progress-wrap .meter {
	width: 80%;
	background: #fff;
	height: 10px;
	position: relative;
}

.topic-status .progress-wrap .meter span {	
	height: 100%;
	background: #024f95;
	display: block;
}

.topic-status .progress-wrap .progress-value {
	font: 12px/1 'GothamBold';
	width: 20%;
	padding-left: 15px;
}
.show-more-topics.home-more-topics,
.playbook-wrapper .left-col a.show-more-topics,
.playbook-wrapper .left-col a.close-profile {
	display: none;
}

.playbook-wrapper .right-col {
	width: 60.5%;	
}

.playbook-wrapper .right-col .top-section {
	padding: 10% 0 0 10%;
}

.playbook-wrapper .right-col .page-title {
	color: #005093;
	margin-top: 0;
}

.playbook-wrapper .right-col .section-title {
	font: 16px/1 'GothamBold';
	margin-bottom: 20px;
}

.playbook-wrapper .video-list-wrap {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -20.5%;
	margin-right: -35px;
}
.recommended-wrap .video-list-wrap,
.watched-wrap .video-list-wrap {
	max-height: 400px;
	overflow-y: auto;
}
.playbook-wrapper .video-list-wrap li.no-record {
	padding-left: 17%;
}
.playbook-wrapper .video-list-wrap li.novideo {
	opacity: 0;
}
.playbook-wrapper .no-record {
	margin-top: -10px;
}
.playbook-wrapper .video-list-wrap .video-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
	cursor: grabbing;
	padding-right: 35px;
}
.playbook-wrapper .video-list-wrap .video-wrap .videp-inner-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.playbook-wrapper .video-list-wrap .video-wrap:hover .videp-inner-wrap {
	background: #f2f2f2;
}	

.playbook-wrapper .video-list-wrap .video-img {
	width: 35%;
	/*margin-left: -20.5%;*/
	position: relative;
	min-height: 150px;
	overflow: hidden;
	background: #000;
}

.playbook-wrapper .video-list-wrap .video-img a{
	display: flex;
	height: 100%;
}

.playbook-wrapper .video-list-wrap .video-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%,-50%);
	max-width: none;
}
.playbook-wrapper .video-list-wrap .video-content {
	width: 65%;
	padding: 20px 30px 18px;
	position: relative;
	transition: background 0.4s;
}

.playbook-wrapper .video-list-wrap h3 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px;
	padding-right: 80px;
}

.playbook-wrapper .video-list-wrap h3 a {
	color: #000;
	text-decoration: none;
}
.playbook-wrapper .video-list-wrap h3 a:hover {
	color:#E05942;
}

.playbook-wrapper .video-list-wrap .video-mins {
	position: absolute;
	right: 28px;
	top: 30px;
	font: 16px/1 'GothamBold';
	color: #000;
	opacity: 0.75;
}
.video-list-wrap .sortable-drag {
  opacity: 0;
}

.playbook-wrapper .video-list-wrap .video-topics {
	font: 12px/1.5 'GothamBold';
	color: #000;
	opacity: 0.50;
	text-transform: uppercase;
}
.playbook-wrapper .video-list-wrap .video-topics span {
	display: inline-block;
}
.playbook-wrapper .video-list-wrap .video-topics span:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin: 0 15px;
}

.playbook-wrapper .video-list-wrap p {
	margin-bottom: 0;
	opacity: 0.75;
	margin-top: 10px;
}

.playbook-wrapper .video-list-wrap .del-btn {
	background: #E05942;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 20px;
	top: -14px;
	font-size: 12px;
	line-height: 31px;
	text-decoration: none;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.4s;
}
.playbook-wrapper .video-list-wrap .del-btn .ss-gizmo{
	display: none;
}
.playbook-wrapper .video-list-wrap .del-btn:hover {
	background: #bd4f3d;
}

.playbook-wrapper .video-list-wrap .video-wrap:hover .del-btn,
.playbook-wrapper .video-list-wrap .video-wrap:hover .drager-icon {
	opacity: 1;
}

.playbook-wrapper .video-list-wrap .drager-icon {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.4s;
}

.playbook-wrapper .video-list-wrap .drager-icon span {
	width: 22px;
	height: 2px;
	background: #CFCFCF;
	margin-bottom: 5px;
	display: block;
}

.recommended-wrap {
	padding: 20px 0 40px;
}

/*.playbook-wrapper .recommended-wrap  .video-list-wrap .video-wrap {
	cursor: default;
}*/

.watched-wrap {
	background: #fafafa;
	padding: 10% 0 10% 10%;
	position: relative;
}

.watched-wrap:after {
	content: "";
	background: #fafafa;
	position: absolute;
	right: -52.6%;
	top: 0;
	width: 57%;
	height: 100%;
	z-index: -1;
}

.playbook-wrapper .watched-wrap .video-list-wrap h3 a {
	opacity: 0.6;
}

.placeholder {
	background-color: #f2f2f2;
	border: 1px dashed #666;
	height: 180px;
	margin-bottom: 5px;
}

/* ----------------------
Single Video Page
------------------------- */
.single-banner {
	display: flex;
	flex-wrap: wrap;
}
.single-banner .left-col {
	width: 75%;
	background: #1e1e1e;
	padding: 50px 0;
}

.single-banner .single-sidebar {
	width: 25%;
	background: #fff;
	padding: 30px 0;
}

.video-wrapper {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.popular_right_img .video-wrapper.show:before {
	opacity: 0;
}
.popular_right_img .video-wrapper:before {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: 1;
}

.elementor .video-wrapper embed, .elementor .video-wrapper iframe,
.elementor .video-wrapper object, .elementor .video-wrapper video,
.video-wrapper video,
.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: 0;
   /* object-fit: cover;*/
}

.single-sidebar .section-title {
	font: 16px/1 'GothamBold';
	margin-bottom: 15px;
	padding: 0 30px;
}
.single-sidebar .no-record {
	padding: 10px 30px;
}
.single-sidebar .video-wrap {
	padding: 10px 30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.single-sidebar .video-wrap:before {
	content:'▹';font-family: "SSStandard";color: #000; font-size: 12px; position: absolute;left: 12px; top: 50%; transform: translateY(-50%); opacity: 0;
}
.single-sidebar .video-wrap.active {
	background: #f2f2f2;
}

.single-sidebar .video-wrap.active:before{
	opacity: 1;
}
.single-sidebar .play-list { margin-bottom: 30px;  max-height: 220px;  overflow-y: auto;}
.single-sidebar .video-wrap .video-img {width: 100px; position: relative; min-height: 60px; overflow: hidden;}
.single-sidebar .video-wrap .video-img a{
	display: flex;
	height: 100%;
}
.single-sidebar .video-wrap .video-img img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); /*height: 100%;*/ height: auto; width: auto; /*max-width: initial;*/ }
.single-sidebar .video-wrap .video-content {width: calc(100% - 100px); padding: 5px 0 5px 12px;}
.single-sidebar .video-wrap .video-content h3 {font: 16px/1 'GothamBold'; margin: 0;}
.single-sidebar .video-wrap .video-content h3 a { color: #000; text-decoration: none; }
.single-sidebar .video-wrap .video-content h3 a:hover {color: #E05942;}
.single-sidebar .video-wrap .video-content .mins {font: 12px/1 'GothamBold'; opacity: 0.5; display: block; margin-top: 5px;}
.single-sidebar .recommended-list {max-height: 120px;  overflow-y: auto;}
.single-content {
	background: #1C1A24;
	color: #fff;
	padding: 5% 0;
}

.single-content h2 {
	margin: 0 0 25px;
}
.single-content .author-details {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-right: 20px;
}

.single-content .author-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 35px;
}

.single-content .author-img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
	background: #005093;
}

.single-content .author-img img{
	height: 100%;
	object-fit: cover;	
}

.single-content .author-content h4{
	margin: 5px 0;
	font-size: 16px;
	line-height: 1;
}

.single-content .author-content h3,
.single-content .author-content .mins {
	display: none;
}

.single-content .author-content .position {
	font: 12px/1 'GothamBold';
	color: rgba(255,255,255,0.75);
	text-transform: uppercase;
}
.single-content .video-mins {
	margin-top: 16px;
	font: 16px/1 'GothamBold';
	color: rgba(255,255,255,0.75);
}
.single-content .content {
	color: rgba(255,255,255,0.75);
	margin-bottom: 25px;
}
.single-content .topic-wrap {
	font: 12px/1.5 'GothamBold';
	color: rgba(255,255,255,0.30);
	text-transform: uppercase;
	margin-bottom: 28px;
}
.single-content .topic-wrap a {
	color: rgba(255,255,255,0.30);
}
.single-content .topic-wrap a:hover {
	color: #E05942;
}
.single-content .topic-wrap span + span:before {
	content: "/";
	display: inline-block;
	margin: 0 12px;
}

.single-content .more-link a{
	color: #E05942;
	font: 18px/1 'GothamBold';
	text-decoration: none;
}
.single-content .more-link a:hover {
	color: #005093;
}
.single-content .more-link a i {
	display: inline-block;
	padding-left: 12px;
	vertical-align: sub;
}

/* ----------------------
Videos Page
------------------------- */
.page-banner{
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-banner:before {
	content: "";
	background: -moz-linear-gradient(left, rgba(28,26,36,1) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(28,26,36,1) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(28,26,36,1) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1a24', endColorstr='#33000000',GradientType=1 ); 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.page-banner .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	height: 100%;
	position: relative;
}

.page-banner h1 {
	font-size: 92px;
}

.page-banner .subtitle {
	color: #E05942;
	font: 16px/1.5 'GothamBold';
	text-decoration: none;
	display: inline-block;
	max-width: 250px;
	position: relative;
	padding-left: 24px;
}
.page-banner .subtitle:hover{
	color: #fff;
}
.page-banner .subtitle i {
	position: absolute;
	left: 0;
	top: 2px;
}

.page-content-wrap {
	padding: 10% 0 8%;
}
.page-header {
	position: relative;
}
.search-wrapper {
	position: absolute;
	right: 0;
	top: -21px;
	width: 40px; 
	z-index: 2;
	height: 100px;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active {
	width: 102%;
}
.search-wrapper .input-holder {
	overflow: hidden;
    height: 100px;
    background: #fff;
    border-radius: 60px;
    position: relative;
    width: 40px;
    float: right;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .input-holder .search-input {
	background: transparent;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font: 60px/1 'GothamBold';
	color: #7F7F7F;
	padding: 6px 0 0;
}
.search-wrapper .search-icon {
	background: transparent;
	color: #000;
	border: none;
	border-radius: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
	width: 40px;
	height: 44px;
	display: block;
	position: absolute;
	left: 0;
	top: 32px;
	cursor: pointer;
	z-index: 1;
	padding: 0;
}
.search-wrapper .search-icon:hover{
	color: #E05942;
}

.search-wrapper.active .search-icon {
	left: 40px;
}

.search-wrapper.active .search-icon img {
	opacity: 0.4;
}
.search-wrapper.active .input-holder {
	width: 100%;
	background: #F2F2F2;
	padding: 0 70px 0 120px;
}
.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	transition-delay: 0.2s;
}
.search-wrapper .close {
	position: absolute;
    z-index: 1;
    color: #E05942;
    font-size: 20px;
    top: 35px;
    right: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
	transition-delay: 0s;
}
.search-wrapper.active .close  {
	opacity: 1;
	transition-delay: 0.5s;
}
.filter-bar {
	margin-bottom: 30px;
}
.filter-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.filter-bar ul li {
	display: inline-block;
}
.archive-title,
.filter-bar a{
	color: #000;
	font: 60px/1.1 'GothamBold';
	text-decoration: none;
	display: inline-block;
	margin-right: 45px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 8px;
}
.filter-bar a:hover {
	color: #E05942;
}
.archive-title:after,
.filter-bar a.current:after {
	content: "";
	background: #CC523E;
	position: absolute;
	right: 4px;
	bottom: 5px;
	width: 80px;
	height: 10px;
}

.toggle-filter {
	display: none;
}

.result-wrap {
	display: none;
}
.result-wrap.active {
	display: block;
}

.filter-result {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	position: relative;
}

.filter-result .video-box {
	width: 25%;
	padding: 40px 15px;
}

.filter-result .video-box .video-thumb {
	position: relative;
	height: 150px;
	overflow: hidden;
}

.filter-result .video-box .video-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.filter-result .video-box h2 {
	font-size: 24px;
	line-height: 1.18;
	margin: 15px 0 20px;
}
.filter-result .video-box h2 a {
	color: #000;
	text-decoration: none;
}
.filter-result .video-box h2 a:hover {
	color: #E05942;
}
.filter-result .video-box .mins {
	display: block;
	font: 16px/1 'GothamBold';
	opacity: 0.75;
	margin-bottom: 15px;
}

.filter-result .video-box .topics-wrap {
	font: 12px/1.3 'GothamBold';
	opacity: 0.5;
	text-transform: uppercase;
}

.filter-result .video-box .topics-wrap span + span:before {
	content: "/";
	display: inline-block;
	margin: 0 10px;
}

.filter-more {
	text-align: center;	
}
.filter-more span {
	color: #E05942;
	font: 16px/1 'GothamBold';
	display: block;
	margin: 20px 0 40px;
}

.players.result-wrap .video-topic .topic-infomation::after,
.topics.result-wrap .video-topic .topic-infomation::after {
	display: none;
}

.result-wrap .video-topic .topic-infomation a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.result-wrap .video-topic .topic-infomation a:after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.topics.result-wrap .video-topic .topic-infomation,
.players.result-wrap .video-topic .topic-infomation,
.featured.result-wrap .video-topic .topic-infomation,
.sports.result-wrap .video-topic .topic-infomation,
.webinars.result-wrap .video-topic .topic-infomation {
	height: 270px;
	overflow: hidden;
}
.featured.result-wrap .video-topic .topic-infomation a img,
.topics.result-wrap .video-topic .topic-infomation a img,
.sports.result-wrap .video-topic .topic-infomation a img,
.webinars.result-wrap .video-topic .topic-infomation a img{
	transition:  all 0.5s;
	transform: scale(1) translate(-50%,-50%);
}
.topics.result-wrap .video-topic .topic-infomation a:hover img,
.featured.result-wrap .video-topic .topic-infomation a:hover img,
.sports.result-wrap .video-topic .topic-infomation a:hover img,
.webinars.result-wrap .video-topic .topic-infomation a:hover img{	
	transform: scale(1.1) translate(-50%,-50%);
}
.all-featured .topic-infomation a:hover .category_title {
	color: #E05942;
}

.players.result-wrap .video-topic .topic-infomation a {
	background: #005093;	
}
.featured.result-wrap .video-topic .topic-infomation a img,
.topics.result-wrap .video-topic .topic-infomation a img,
.players.result-wrap .video-topic .topic-infomation img,
.sports.result-wrap .video-topic .topic-infomation img,
.webinars.result-wrap .video-topic .topic-infomation img  {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:  all 0.5s;
}

.players.result-wrap .video-topic .topic-infomation .hover-img {
	opacity: 0;
}
@media only screen and (min-width: 768px) {
	.players.result-wrap .video-topic .topic-infomation a:hover .hover-img {
		opacity: 1;
	}
	.players.result-wrap .video-topic .topic-infomation a:hover .main-img {
		opacity: 0;
	}
}

a.back-link {
	color: #E05942;
	font: 16px/1 'GothamBold';
}
a.back-link:hover{
	color: #000;
}

a.back-link i {
	vertical-align: sub;
	margin-right: 10px;
}

.cat-post-list {
	list-style: none;
	padding: 20px 0 50px;
	margin: 0;
}

.cat-post-list li {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	position: relative;
}
.cat-post-list li:hover{
	background: #f2f2f2;
}

.cat-post-list li .video-img {
	width: 32%;
	position: relative;
	overflow: hidden;
	min-height: 210px;
}
.cat-post-list li .video-img a {
	height: 100%;
	display: block;
}
.cat-post-list li .video-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: auto;
	max-width: initial;
}

.cat-post-list li .video-content {
	width: 68%;
	padding: 0 10%;
}

.cat-post-list li .video-content h2 {
	font-size: 24px;
	margin: 15px 0;
}

.tn-video-mins {
	font: 16px/1 'GothamBold';
	opacity: 0.75;
	display: block;
	padding-bottom: 5px;
}

.tn-video-topics {
	font: 12px/1.5 'GothamBold';
	color: #000;
	opacity: 0.50;
	text-transform: uppercase;
}

.tn-video-topics span + span:before {
	content: "/";
	display: inline-block;
	margin: 0 15px;
}
.cat-post-list li p {
	opacity: 0.75;
	line-height: 1.65;
	font-family: 'Gotham';
}

.cat-post-list .checkbox-cls label::after {
	color: #E05942;
	border-color: #E05942;
	font-size: 20px;
}

.watched-video-wrap h2 {
	font-size: 35px;
}

.watched-video-wrap .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.tn-video-col {
	padding: 30px 15px;
	width: 25%;
}

.tn-video-col .video-img {
	height: 150px;
	margin-bottom: 15px;
}

.tn-video-col .video-img img {
	object-fit: cover;
	height: 100%;
}

.tn-video-col h3 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 20px;
}
.tn-video-col  .tn-video-mins {
	padding-bottom: 15px;
}

.section-content p {
	opacity: 0.75;
	font-size: 16px;
	line-height: 1.55;
}
.huddle-banner .elementor-widget-shortcode {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.huddle-banner .elementor-heading-title {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.huddle-banner .elementor-container {
	height: 550px;
}
.huddle-banner .elementor-container div[class*='elementor-'] {
	height: 100%;
}
.huddle-banner .elementor-inner-section {
	height: 100%;
}
.huddle-banner .elementor-widget-heading .elementor-widget-container {
	display: flex;
	align-items: center;
}
.grid-img-showcase {	
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.grid-img-showcase .grid {
	width: 7.68%;
	padding: 5px;
	max-height: 78px;
	display: block;
}
.grid-img-showcase .grid  img {
	display: block;
	opacity: .75;
}
.grid-img-showcase .flip-container {
	perspective: 1000px;
}
/*.grid-img-showcase .flip-container:hover .flipper*/
.grid-img-showcase .flip-container.hover .flipper {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}

.grid-img-showcase .flip-container, .front, .back {
	width: 100%;
	height: 100%;
}

.grid-img-showcase .flipper {
	transition: all 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	position: relative;
}

.grid-img-showcase .front, .grid-img-showcase .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.grid-img-showcase .front {
	z-index: 2;	
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);	
}

.grid-img-showcase .back {
	transform: rotateX(180deg);
	transition-duration: 1s;
	-webkit-transform: rotateX(180deg);
}

.error-404 {
	position: relative;
	padding: 15% 0;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}
.error-404:before {
	content: "";
	position: absolute;
	right: -240px;
	top: 50%;
	background: url(../images/out-of-bounds-umpire.jpg) no-repeat center center;
	max-width: 286px;
	z-index: -1;
	background-size: auto 100%;
	height: 90%;
	width: 240px;
	transform: translateY(-50%);
}

.error-404 h1 {	
	margin: 0;
	text-transform: uppercase;
}

.error-404 p,
.search .page-content p {
	opacity: 0.75;
}

.search .site-content {
	padding: 5% 0;
}

.search .site-content h1 {
	margin: 0 0 20px;
}

.search .site-content h2 {
	margin: 30px 0 10px;
	font-size: 30px;
}
.search .search-field {
	width: 300px;
}
.ajax-loader:before {
	content: "";
	background: rgba(255,255,255,0.7) url(../images/loader.gif) no-repeat center center;
	background-size: 300px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*password reset form*/
.password-reset-form {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px 60px;
}
.password-reset-form h3 {
	margin-bottom: 20px;
}
.password-reset-form form > .form-row {
	display: inline-flex;
	width: 100%;
}
.password-reset-form form > .form-row > .col {
	width: 350px;
}
.password-reset-form form > .form-row > .col input {
	width: 100%;
}
.password-reset-form form .form-row .col input.button {
	cursor: pointer;
}

@media (max-width: 767px) {
	.password-reset-form form > .form-row > .col input {
		height: 32px;
		font-size: 14px;
	}
	.password-reset-form form > .form-row > .col {
		width: 250px;
	}
}
@media (max-width: 420px) {
	.password-reset-form form > .form-row {
		display: block;
	}
	.password-reset-form form > .form-row > .col {
		width: 100%;
		margin-bottom: 5px;
	}
	.password-reset-form form .form-row .col input.button {
		width: 100%;
	}
}

#lostpasswordform .success-msg {
	padding: 0 15px;
}

/*changes (23-01-2020)*/
.chk-privacy-policy input {
	margin-right: 10px;
}
.chk-privacy-policy a {
	color: #fff;
	text-decoration: underline;
}
.chk-privacy-policy a:hover {
	text-decoration: none;
}
.registrationForm #dob-error a {
	text-decoration: underline;
	color: #560d00;
}
.registrationForm #dob-error a:hover {
	color: #560d00;
	text-decoration: none;
}
.custom-form .form-submit .submit-btn[disabled] {
	background: #8d9192;
	color: #fff;
	cursor: auto;
	border: none;
}
.custom-form .form-submit .submit-btn[disabled]:hover {
	border: none;
}
.mc4wp-form-fields input[type="submit"]:disabled {
  background: #dddddd;
  color: #000;
  cursor: not-allowed;
}
.mc4wp-form-fields input[type="submit"]:disabled:hover {
  background: #dddddd;
    color: #000

}

/*changes (24-01-2020)*/
.wrap-newslatter input[type="email"] {
	margin-bottom: 10px;
}
.wrap-newslatter input[type="checkbox"] {
	margin-right: 5px;
}
.wrap-newslatter a {
	color: #fff;
	text-decoration: underline;
}
.wrap-newslatter a:hover {
	text-decoration: none;
}


/*single webinar*/
div.single-webinar .left-col {
	padding: 0;
}
.single-webinar .section-description {
	padding: 10px 30px;
}
.no-video-found-cls {
	position: absolute;
	top: 50%;
	color: #FFF;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 15px;
	width: 100%;
	font-size: 24px;
}

/*.single-webinar #zmmtg-root {
	position: relative;
}*/

.single-banner.webinar-nav-cls {
	margin-top: 50px;
}
.webinar-nav-cls #nav-tool {
	top: 142px;
	z-index: 1;
}
.shrunk + #content .webinar-nav-cls #nav-tool {
	top: 120px;
}
.webinar-nav-cls .single-sidebar {
	width: 100%;
}

@media (max-width: 767px) {
	.single-banner.single-webinar .single-sidebar {
		display: block;
	}
	.no-video-found-cls {
		font-size: 14px;
	}
	.single-banner.webinar-nav-cls {
		margin-top: 200px;
	}
}

/*edit on (01-06-2020)*/
#past_meeting_form,
#meeting_form {
	padding: 15px;
	text-align: center;
}
#past_meeting_form .form-group,
#meeting_form .form-group {
	display: inline-block;
}
#past_meeting_form .form-group input,
#meeting_form .form-group input {
	width: 300px !important;
}
#past_meeting_form button,
#meeting_form button {
	cursor: pointer;
}
#meeting_form input {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 10px;
}
#meeting_form #join_meeting {
	border: none;
	border-radius: 0;
	background: #E05942;
	color: #fff;
	display: inline-block;
	font: 16px/1 'GothamBold';
	padding: 1em 2em 0.9em;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.4s ease;
}
#meeting_form #join_meeting:hover {
	background: #005093;
	color: #fff;
	outline: none;
}
#meeting_form input:focus {
	outline: none;
	border: none;
}

.pw-video-wrap {
	position: absolute;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

/*upcoming event*/
.single-banner.webinar-nav-cls.upcoming_meeting,
.single-banner.webinar-nav-cls.live_meeting {
	margin-top: 0;
}
.single-banner.upcoming_meeting .left-col,
.single-banner.live_meeting .left-col {
	padding: 0;
}
.webinar-nav-cls.upcoming_meeting .single-sidebar,
.webinar-nav-cls.live_meeting .single-sidebar {
	width: 25%;
}
.single-banner.upcoming_meeting .left-col .upcoming-thumbnail,
.single-banner.live_meeting .left-col .upcoming-thumbnail {
	padding-bottom: 56.25%;
	position: relative;
}
.single-banner.upcoming_meeting .left-col .upcoming-thumbnail img,
.single-banner.live_meeting .left-col .upcoming-thumbnail img {
	width: 100%;
	position: absolute;
	object-fit: cover;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
}

@media (max-width: 767px) {
	#past_meeting_form .form-group input,
	#meeting_form .form-group input {
		height: 34px;
		margin-bottom: 5px;
		font-size: 14px;
		width: 280px !important;
	}
}

/*edit on (02-06-2020)*/
.live_meeting .left-col {
	position: relative;
}
#past_meeting_form, #meeting_form {
	width: 100%;
}
.past_meeting img,
.upcoming_meeting img,
.live_meeting img {
	width: 100%;
}
#past_meeting_form,
#meeting_form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9;
}
#past_meeting_form .form-group input, 
#meeting_form .form-group input {
	margin-bottom: 5px;
	border: none;
}
#meeting_form #join_meeting {
	padding: .9em 2em 0.9em;
}
.live_meeting .video-thumbnail::before,
.past_meeting  .video-thumbnail::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	opacity: .5;
	z-index: 1;
}
.no-video-found-cls {
	top: calc(50% - 50px);
}

.feed {
	 display: flex;
	 flex-wrap: wrap;
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 text-align: center;
}
.feed .insta-caption a {
    position: absolute;
    z-index: 2;
   	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
    transition: all 0.5s;
    justify-content: center;
    align-items: center;
    display: flex !important;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 20px;
    transform: scale(1);
}
.feed li.large-3 {
	width: calc(33.3333% - 30px);
    margin: 15px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    cursor: pointer;
}
.feed li.large-3 a {
	display: block;
	transition: all 0.5s;
}
.feed li .overlay::before {
	content: "";
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all 0.5s;
}
.feed li:hover .insta-caption a,
.feed li:hover .overlay:before {
	opacity: 1;
	cursor: pointer;
}
.feed li:hover a {
	transform: scale(1.2);
    transition: all 0.5s;
}
.feed li .insta-caption a {
	transform: scale(1);
}
@media (min-width: 641px) and (max-width: 1024px) {
	.feed li .overlay {
		padding-bottom: 120% !important;
	}
}
@media (min-width: 641px) and (max-width: 980px) {
	.feed li .insta-caption a {
		top: 50%;
		transform: translateY(-50%);
		overflow: hidden;
		overflow: hidden;
		line-height: 21px;
	}
}
@media (max-width: 767px) {
	#past_meeting_form .form-group input,
	#meeting_form .form-group input {
		height: 34px;
		margin-bottom: 5px;
		font-size: 14px;
		width: 280px !important;
	}
}
@media (max-width: 640px) {
	.feed li.large-3 {
		width: calc(100% - 0px);
	    margin: 0px 0 30px;
	}
}
