/*
Theme Name: Tube Ace Play Child
Theme URI: https://tubeace.com
Template: tubeaceplay
Author: Tube Ace
Author URI: https://tubeace.com
Description: Highly customizable, mobile-responsive, Bootstrap CSS Premium WordPress theme featuring a grid layout.
Version: 1.0.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, education, entertainment, food-and-drink, holiday, news, photography, portfolio
Text Domain: tubeaceplaychild
*/

/*
All styles are in WordPress Admin > Customizer >  Tube Ace Play Theme Options
*/
h1,h3#post-page-related-title{
  color: #ff9900;
  border-bottom: 2px solid #f90;
  padding-bottom: 10px;
}
.navigation{
	text-align:center;
}
#page-description{
	background-color: #222;
	margin: 20px 0px;
	padding: 10px;
	color: #888;
	border-radius:10px;
}
.post-preview-styling .preview-title{
	margin-top:10px;
}
.post-preview-styling .duration {
  	top: 5px !important;
	left: 20px !important;
	padding: 5px;
	border-radius: 5px;
}
.wp-post-image{
	border:none !important;
}

.wp-paginate a,.wp-paginate .current{
	border:none !important;
	padding: 10px 15px !important;
	border-radius:5px;
}
.wp-paginate .current{
	background-color:#ff9900 !important;
}
@media (max-width: 767px){
	h1,h1#post-title{
	  font-size:22px !important;
	}
	.post-page-tags a,.post-page-category a{
		font-size:12px !important;
	}
	#tubeace-results a.preview-title {
	  font-size: 12px !important;
	  line-height: normal !important;
	}
}
@media (min-width: 1400px){
	.container {
	  width: 1370px;
	}
}