/* ===================================================================================

* Theme Name: Wow Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Exhibz is a functional Event and Conference WordPress Theme.
* Version: 2.0
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: wow
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
@font-face {
  font-family: Afterglow;
  src: url(./fonts/Afterglow-Regular.ttf);
}
h1,h2,h3,h4,h5,h6{
	font-family: Afterglow !important; 
}
.schedule-style-2 .etn-schedule-grid-container {
  position: relative;
}

.schedule-style-2 .etn-single-schedule-item.etn-schedule-grid-item {
  width: 48%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .schedule-style-2 .etn-single-schedule-item.etn-schedule-grid-item {
    width: 100%;
  }
		.etn-schedule-info {
    background: #765e9c !important;
    padding: 16px 20px !important;
    display: grid !important;
    align-items: center;
}
}
	.schedule-shape-3:before{
		display:none !important;
	}
.etn-nav{
	display:none !important;
}
.etn-speaker-item:hover .etn-speaker-content {
    background-color: #3e236d !important;
    border-bottom-color: transparent;
}
.etn-single-schedule-item{
	padding:10px !important;
}
.etn-speaker-item .etn-speaker-content{
	border-bottom: 7px solid #EE4037 ;
}
.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker .etn-schedule-speaker-title{
	background: #EE4037 !important;
}
.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker .etn-schedule-speaker-title:after{
	border-color: #EE4037 transparent transparent transparent;
}
.etn-speaker-page-container .etn-schedule-time{
	color: #fff !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    background: none !important;
	padding: 6px 5px !important;
}
.etn-speaker-page-container .etn-schedule-info {
    background: #765e9c !important;
	padding: 16px 4px !important;
	display: inline !important;
}
.etn-schedule-info{
	background: #765e9c !important;
    padding: 16px 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.etn-schedule-time{
	color: #fff !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}
.etn-schedule-location{
	color: #fff !important;
}
.etn-schedule-content{
	    padding: 20px !important;
    background: #fff !important;
}
.etn-schedule-wrap .etn-schedule-info .etn-schedule-location i {
    color: #ffffff !important;
}
.event-type{
color: #3e246e;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    border: 2px solid #3e246e;
    padding: 6px 10px;
    border-radius: 20px;
    margin: 9px 0px 20px 0px;
    margin-bottom: 9px !important;
}
.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker img {
    height: 65px !important;
    -o-object-fit: cover;
    object-fit: cover ;
    width: 65px !important;
    filter: grayscale(1);
}
.schedule-tab-wrapper .etn-schedule-right-content .etn-schedule-speaker{
    margin-top: 0 !important;
    background: #fff;
    padding: 15px 20px;
}
.etn-schedule-wrap .etn-single-schedule-item{
	border-bottom: none !important;
}
.etn-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 26px !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 20px;
}

.youtube-video-btn {
    margin-top: 24px;
    display: inline-block;
    background: #d62128;
    color: #fff;
    padding: 10px 20px;
}

.ts-title a{
	color:#a11218 !important
}
.ts-speaker .speaker-img:before{
	background: #02605075 !important;
}
.page-id-2319 .header-standard  {
	display:none
}
.page-id-2319 .ts-footer{
	display:none;
}
.schedule-listing .schedule-slot-time{
	background: #DB1E25 !important;
}
.ts-schedule-info ul li:nth-child(1) a {
    top: 140px;
    background-image: linear-gradient(213deg, #5C0508 0%, #DB1E25 100%) !important;
}
.ts-schedule-info ul li a{
	background-image: linear-gradient(-45deg, #026050 0%, #016957 49%, #01352d 100%);
    background-image: -ms-linear-gradient(-45deg, #026050 0%, #016957 49%, #01352d 100%);;
}
.location {
    background: #026050;
    color: #fff;
    padding: 10px 26px;
    border-radius: 24px;
    position: initial;
    margin-bottom: 15px;
    display: table;
}
.ts-schedule-content{
	display:none !important;
}
@media screen and (min-device-width: 200px) and (max-device-width: 768px) { 
	.location {
    background: #026050;
    color: #fff;
    padding: 10px 26px;
    border-radius: 24px;
    position: initial;
    margin-bottom: 15px;
  display: table;
}
	.ts-schedule-info ul li:nth-child(2) a {
    left: 130px;
    top: 0px;
}
	    .ts-schedule-info ul li:nth-child(2) a {
        left: 130px !important;
    }
	.ts-schedule-info ul li:nth-child(1) a {
    top: 0px !important;
}