/*
Theme Name:     DC Metro Theater Arts
Theme URI: 		https://brettwidmann.com
Description:    New look for the long lasting DC Metro Theater Arts website
Author:         tagDiv
Author URI: 	https://brettwidmann.com
Template:       Newspaper
Version:        2.0
*/
/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Logo Max Width */

body .td-main-logo img.td-retina-data {
    max-width: 420px;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}


/* Body Fonts */

/* Hide Author link in Author Bio */

body .grecaptcha-badge,
body .td-author-url {
    display: none !important;
    visibility: hidden !important;
}

/* Font Changes */

body .td-page-content blockquote p,
body .td-post-content blockquote p,
body .mce-content-body blockquote p,
body .comment-content blockquote p,
body .wpb_text_column blockquote p,
body .td_block_text_with_title blockquote p {
    color: #777;
    text-align: unset;
    text-transform: none;
    border-left: 3px solid #ccc;
    padding-left: 15px;
}

body .td-main-content-wrap h1,
body .td-main-content-wrap h2,
body .td-main-content-wrap h3,
body .td-main-content-wrap h5,
body .td-main-content-wrap h6,
body.single article h1,
body.single article h2,
body.single article h3,
body.single article h4,
body.single article h5,
body.single article h6 {
    font-family: kepler-std-caption, serif !important;
	font-style: normal !important;
	font-weight: 500 !important;
}

body .td-main-content-wrap p,
body.single article p, body .td-excerpt, body .td-main-content-wrap li {
    font-family: Georgia, serif !important;
}

body .td-excerpt {
    font-size: 14px;
    color: #000 !important;
}

.td-page-content p, .td-post-content p, .wpb_text_column p, .td_block_text_with_title p, .woocommerce #tab-description p, .mce-content-body p, .td-page-content li, .td-post-content li, .wpb_text_column li, .td_block_text_with_title li, .woocommerce #tab-description li, .mce-content-body li {
    font-size: 18px !important;
    line-height: 30px !important;
}

/* Sticky Nav Top/Bottom Padding Change */

body .td-main-menu-logo img {padding: 8px 0 !important;}

/* Mobile Nav Styling */

@media (max-width: 767px) {
#td-top-mobile-toggle i,
body .td-header-style-10 .header-search-wrap .td-icon-search {
	color: #333 !important;	
}
	
body .td-header-wrap .td-header-menu-wrap-full, body .td-header-wrap .td-header-menu-wrap, body .td-header-wrap .td-header-main-menu {
    background-color: #fff !important;
}
	
body #td-mobile-nav {font-family: Georgia, serif !important;}
	
body .td-mobile-content li a {font-weight: normal !important;}
	
}

/* Sub-nav position fix for About */
body .sf-menu > li.td-normal-menu.menu-item-302952 > ul.sub-menu {
    left: 25%;
}

/* Adjust nav for logo overlap */

@media screen and (min-width: 1367px) {
    body li.menu-item-302952 {
        padding-left: 60px;
    }

}

@media screen and (min-width: 1150px) and (max-width: 1366px) {
    body li.menu-item-302952 {
        padding-left: 75px;
    }

}

/* Top menu font changes */

ul#menu-td-demo-top-menu li a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

/* Make first featured images on Home Page in Block 2 modules 100% */

body.home .td_block_wrap.td_block_2 .td_module_2 img:nth-child(1) {
    width: 100%;
}

/* Make thumbnails on Archive page 100 */

body.category .td_module_2 img:nth-child(1) {
    width: 100%;
}

/* Center Banner Ad with Centered Menu */

body .td-header-rec-wrap {
    display: table !important;
    margin: 0 auto !important;
}

body .ajdg_grpwidgets {
    display: table !important;
    margin: 0 auto 5px !important;
    max-width: 300px !important; /* Change this when new ads roll out */
}

/* Fringe Ads */

/*body.home .fringe-ad,
body.single .fringe-ad {
    max-width: 300px !important;
}*/

/* Next/Prev styles on home page */

body.home .td-next-prev-wrap a,
body.home .td-next-next-wrap a {
    border: 1px solid #000;
    color: #000;
}

body.home .td-next-prev-wrap a:hover,
body.home .td-next-next-wrap a:hover {
    color: #fff;
}

/* Home Page Section Titles */

body h4.block-title.td-block-title {
    border-color: #333;
}

body h4.block-title.td-block-title span {
    background-color: #333 !important;
    text-transform: uppercase;
    color: #fff;
}

/* Small article titles */

.td_module_6 .entry-title {
    font-size: 16px !important;
}

/* Footer Styling */

body .td-footer-wrapper {
    background-color: #fff !important;
    color: #000 !important;
    padding-top: 0;
    padding-bottom: 10px;
}

.td-footer-wrapper .block-title a, .td-footer-wrapper .block-title span, .td-footer-wrapper .block-title label {
    color: #000 !important;
}

span.td-social-icon-wrap {
    background: #c40c2f;
    transition: all ease-in 0.3s;
}

span.td-social-icon-wrap:hover {
    background: #333;
}

span.td-social-icon-wrap:hover i {
    color: #fff !important;
}

/* Buy Tickets Button Styling */

body.single .tds-button.td-fix-index {
    display: inline;
}

.top-button {
    margin-bottom: 15px !important;
}

body.single .buy-tickets {
    margin: 0 auto 25px !important;
    display: table;
}

.buy-tickets a {
    font-size: 18px !important;
    text-transform: uppercase;
}

.buy-tickets a.event-tix {background: #222 !important;}

.buy-tickets a.event-tix:before {background-color: #c40c2f !important;}

.buy-tickets.bottom-button a {
    font-size: 20px !important;
    padding: 5px 36px;
    height: auto;
    margin: 15px auto 25px !important;
    display: table;
}

@media (max-width: 767px) {
    body.single .tds-button.td-fix-index {
        display: table;
        margin: 0 auto 20px !important;
    }
}

/* Add bottom margin to inline ad in article */
body.single .td-a-rec-id-content_inline {margin-bottom: 20px !important;}


/* Extend container width */

@media (min-width: 1141px ) {
    .td-container, .tdc-row {
        width: 1120px !important;
    }
}

/* Center Sidebar ad images */

body .td-a-rec.td-a-rec-id-sidebar {
    display: table;
    margin: 0 auto !important;
}

/* Home Page Grid Thumbnail Fix */

body.home .td-big-grids .td-big-grid-post.td-small-thumb img.entry-thumb {
    height: 100%;
}

/* Change Author h4 link to red */

body.page-id-15 h4 a {
    color: #c40c2f !important;
}

/* hide video icon */

span.td-video-play-ico {
    display: none !important;
}

/* Hide Author Stuff */
body.author .td-author-counters {
    display: none !important;
}

body.author .td-author-social {
    display: none !important;
}

/* Hide ad on Wendi's article */
body.postid-303434 .g.g-16 {
    display: none !important;
}

/* Article subtitle styles */

p.td-post-sub-title {
    font-size: 20px;
    line-height: 28px;
    color: #666;
}

/* Style for Author Page Subscribe Link */
body.single header.td-post-title p.author-subscribe {
    margin: 5px 0 15px;
    font-size: .75rem;
    line-height: 1.25;
}
p.author-subscribe {
     margin: 20px 0;
     font-size: 1rem;
     line-height: 1.25;
}

/* Now Playing Page Styling */
body .now-playing-container h2 {
    margin-bottom: 10px;
}

body .now-playing-container p {
    margin-bottom: 0;
}

body .now-playing-container h3:first-of-type {
    margin-top: 15px;
}


body .now-playing-container h3 {
    margin-top: 0;
}

body .now-playing-container .tdm-btn {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

body .now-playing-container .tdm-btn:hover {text-decoration: none !important;}

/* Now Playing NEW Styling */

body.page-template-page-now-playing-json a div.thumb {
    transition: all 0.3s ease-in;
    background-size: cover;
    height: 250px;
    background-position: center;
    margin-bottom: 15px;
}

body.page-template-page-now-playing-json a:hover div.thumb {
    opacity: .75;
}

body.page-template-page-now-playing-json p {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

body.page-template-page-now-playing-json .now-playing-container .td-block-span3 {
    display: inline-block;
    vertical-align: top;
    padding: 2% 1%;
}

body.page-template-page-now-playing-json .now-playing-container img {
    max-height: 140px !important;
    width: auto;
}

@media screen and (max-width: 900px) {
    body.page-template-page-now-playing-json .now-playing-container .td-block-span3 {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    body.page-template-page-now-playing-json .now-playing-container .td-block-span3 {
        width: 100%;
    }
}

/* Hide FB Like Count */
span#u_0_2 {
    display: none !important;
    visibility: hidden !important;
}

/* Center Joel's Image */
body.home aside.widget-10 {
    max-width: 300px !important;
    margin: 0 auto !important;
}

body.home .widget-10.widget_media_image img {
    float: right;
    margin: 0 auto 8px;
    text-align: center;
    max-width: 288px !important;
}

/* Tablepress Styles */

body.page .tablepress td {
    font-size: 14px;
    line-height: 22px;
}

body.page .dataTables_filter {
    margin-bottom: 20px;
}

body.page .tablepress tfoot th, body.page .tablepress thead th {
    color: #fff;
    background: #000;
    font-weight: normal;
}

body.page .tablepress .sorting:hover,
body.page .tablepress .sorting_asc,
body.page .tablepress .sorting_desc {
    background-color: #c40c2f !important;
}

body.page .tablepress .odd td {
    background-color: #efefef;
}

/* article image spacing */
body.single .td-ss-main-content figure.alignleft {
    margin-right: 1em !important;
}

body.single .td-ss-main-content figure.alignright {
    margin-left: 1em !important;
}