/*
Theme Name:     Newspaper 8 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_new
Version:        8.7.2
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* DFP wallpaper style */
#wallpaper {
    margin: 0px auto;
    width: 1650px;
}
#wallpaper iframe {
    width: 1650px;
    height: 1000px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -825px;
    max-width: none;
}
#td-outer-wrap {
    position: relative;
}


/* Main Menu */
.sf-menu > li > a {
    padding-right: 12px;
    padding-left: 12px;
}
.td-affix .sf-menu > li > a {
    padding-left: 8px;
}

.td-header-wrap .td-affix .header-search-wrap .td-icon-search {
    color:#000!important;
}

/* Styling for sidebar ad */
.td-a-rec-id-sidebar {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Block excerpts */
.td-excerpt {
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

/* Block heading*/
.td_module_6 .entry-title {
    font-weight: 400;
}

/* Car page styling */
.td-post-template-3 .td-post-header-holder {
  background-color: transparent;
  max-height: 582px;
}

/* Logo on scroll */
.td-logo-sticky {
    margin-left: -30px;
}

input[type="submit"] {
    background-color: #d71921;
}
.dropdown-toggle::after {
    content: none;
}

/* Car pages - display two per row on mobile */
@media (max-width: 767px) {
  .wpb-js-composer .cars-list.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-color: transparent;
    background-color: transparent;
  }

  .cars-list .vc_tta-panel-body .vc_grid-item.vc_visible-item.vc_col-sm-2 {
    display: inline-block;
    width: 50%;
   }
}
.td-main-sidebar{
	position:sticky!important;
	top:65px !important;
}
#td-outer-wrap{
	overflow:unset!important;
}
.td-a-rec-id-custom_ad_1{
	width:350px;
}