/*!
Theme Name: TNC
Theme URI: http://underscores.me/
Author: Shehab El-Tawel
Author URI: http://codepen.io/shehab-eltawel
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tnc
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.

TNC 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.present-card { background: #fff !important; color: inherit !important; }
.show-data li { border-bottom: 1px solid #ccc !important; padding-left: 10px !important;}
.show-data li:last-child { border-bottom: none !important; }
.dark-sec { color: inherit !important; } 
.dark-sec .custom-head-1 { color: #fff !important; } 
.freq li { color: #212529 !important; border-bottom: 1px solid #ccc !important; }
.freq li:last-child { border-bottom: none !important; }

.page-header {
	background-size: 100% auto;
}

.single-shows .page-header,
.single-series .page-header {
	min-height: 250px !important;
}

.dark-sec {
    padding: 35px 0;
    background-repeat: no-repeat !important;
    color: #fff;
    position: relative;
    background-size: 100% auto !important;
    background-attachment: fixed;
}

.pp_play,
.pp_arrow_pervious,
.pp_arrow_previous,
.pp_arrow_next,
.pp_close,
.pp_play:hover,
.pp_arrow_pervious:hover,
.pp_arrow_previous:hover,
.pp_arrow_next:hover,
.pp_close:hover{
	color: rgba(0,0,0,0);
}

