/*
Theme Name:     Newspaper 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:        10.4.1
*/


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

.td-main-page-wrap {
    padding-top: 20px;
}

#td-header-menu {
	white-space: nowrap;
}

.td-header-rec-wrap {
/* 	min-height:90px !important; */
}

.searchrow {
	height: 204px;
	min-height: 204px;
	max-height: 204px;
}



.drts-search-form .drts-row {
	display: flex !important;
}


@media screen and (max-width: 767px) {
	.searchrow { 
		height: 288px;
		min-height: 288px;
		max-height: 288px;
		
	}
}


@media screen and (min-width: 480px) {
	
.drts-search-form-field-keyword {
	max-width: 83.33%;
	width: 83.33%;
	display: inline;
}

.drts-search-form-field:last-of-type {
	max-width: 16.67%;
	width: 16.67%;
	display: inline;
}
}



/* Gap above GoogleAd on Mobile  */

@media screen and (max-width: 767px){
.td-header-header {
    padding: 10px 0 0 0;
}
}


/* Gap underneath Midboard GoogleAd  */

#dfp_midboard_pos2 {
	margin-bottom:30px;
}


/* General Cleanup */

.td-post-content ul {
	padding-left:2em;
}

.mailmunch-sidebar {
	padding-left: 12px;
	padding-right: 12px;
}

.widget_facebook_likebox {
	padding-left:12px;
	padding-right:12px;
}

.widget_mc_mm_widget {
		margin-bottom: 17px!important;
}

@media only screen and (max-width: 767px){
.widget_facebook_likebox {
	text-align:center;
	}
	

}


.drts-display-element-with-background {
	min-height: 400px !important;
	background-position: center bottom !important;
}

p strong, th {
	font-family: Proxima-Nova-600 !important;
}


/* CODE BEGIN------


@media (max-width: 767px){
	.td-header-sp-recs img, .td-header-sp-recs .adsbygoogle {
		width:inherit !important;
	}

	
}
CODE END----{} */