/*
Theme Name:     Newspaper 7 Child theme
Theme URI:      http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI:     http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper                             
Version:        7.2c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
a.td-post-category {
    display: none !important;
}
.td-a-rec iframe {
    margin-top: 20px;
    margin-bottom:0px;
}
table td {
    border:0px;
    padding:0px;
}
/*featured vid in menu*/
.menu-item-153430 {
    border: 1px #d94412 solid;
    border-radius: 4px;
}
.menu-item-153430 a {
    color:#d94412 !important;
}
/*fix crawler close button image size*/
#crawler_close img {
    margin-right: 198px !important;
}

@media (max-width: 767px) {
 .under-nav-ad img {
    -ms-transform-origin: 0 0; -ms-transform: scale(0.99);
    -moz-transform-origin: 0 0; -moz-transform: scale(0.99);
    -o-transform-origin: 0 0; -o-transform: scale(0.99);
    -webkit-transform-origin: 0 0; -webkit-transform: scale(0.99);
    transform-origin: 0 0; transform: scale(0.99);
    display:block;
    margin-right:auto;
    margin-left:auto;
  }
 .td-a-rec {
    margin-left:3% !important;
  }

}
/*make comments bigger*/
.td-module-comments a:after {
    border-width: 3px 12px 0 0;
}
.td-module-comments {
    font-size: 13px;
}

/*ads getting cut off fix*/
.td-pb-row [class*="td-pb-span"] {
	padding-right:0;
	padding-left:0;
}

#td-outer-wrap > div.td-transition-content-and-menu.td-content-wrap > div.td-footer-wrapper.td-footer-template-4 > div > div:nth-child(2) > div, #td-outer-wrap > div.td-transition-content-and-menu.td-content-wrap > div.td-footer-wrapper.td-footer-template-4 > div > div:nth-child(1), #td-outer-wrap > div.td-transition-content-and-menu.td-content-wrap > div.td-sub-footer-container > div > div > div.td-pb-span7.td-sub-footer-menu, #td-outer-wrap > div.td-transition-content-and-menu.td-content-wrap > div.td-footer-wrapper.td-footer-template-4 > div > div:nth-child(1) > div {
	background-color: #222222;
}

.td-pb-span5.td-sub-footer-copy {
	background-color: black !important;
}

/*install wallpaper*/
.td-pb-row [class*="td-pb-span"] {
        z-index: 2;
	background-color: white;
}
a#WallpaperAd, #td-outer-wrap > div.td-transition-content-and-menu.td-content-wrap > div.td-main-content-wrap.td-main-page-wrap > div > div:nth-child(1) > div > div > div.wpb_raw_code.wpb_raw_js.under-nav-ad > div > a {
        z-index: 1 !important;
}
div#avp_multi_5 {
    background-color: white;
}

.stb {
   padding:0px;
}

/*change coloring of close button on scroll box ad*/
.stb-close {
    color: white;
    opacity: 1;
    background-color: grey;
    padding-bottom: 10px;
}

/* responsive 1068 ad. Added by Shana Katzler 9/8/16 */
.under-nav-ad a img {width: 100% !important; height: auto !important;}

/* responsive 768 ad. Added by Chani Glucksman 05/03/18 */
/*@media only screen and (max-width: 768px){
/*    .td-post-content .leaderboard2 {transform: scale(.45); transform-origin: 0 0; width: 100% !important;}
/*}

/* responsive 768 ad. Added by TMA 05/09/18 */
@media only screen and (max-width: 768px){
.td-post-content .leaderboard2 {width: 100% !important;}
}