/*
 Theme Name:   Tribune Theme Child
 Theme URI:    http://www.wpzoom.com/themes/tribune/
 Description:  Tribune Theme Child
 Author:       S. M. Sakil Imran
 Author URI:   http://neuronict.com
 Template:     tribune
 Version:      1.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  tribune-theme-child
*/

@import url("../tribune/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Left align the Logo */
#logo{
	text-align: left;
}

/* Left align the Main Menu */
#menu #mainmenu{
	text-align: left;
}

/* Change the top banner  width to 600px from 300px and align right */
#header #header-inner #head_banner{
	width: 600px;
	text-align: right;
	float: right;
}

/* Top Date Style */
#header #thedate{
	text-align: right;
	color: #575b68;
	float: right;
	padding: 13px 15px;
}

/* Top Featured Content Slider */
.fps-entry-title{
	font-size: 16px;
}  
.fps-pagination.thumb-pagination{
	text-align: left !important;
	display: inline-flex;
	width: 460px;
}


/* Customization for Top Widget Area (Beside Slider) */
#top-widget-area{
	float: right;
	width: 220px;
}
#clear-both{
	clear: both;
}
#fps-container{
	float: left;
}

/* Customizing Latest Post Widget */

.post-date{
	font-size: 13px;
	color: #cc0000;
}
a{
	color: #07253F;
	text-decoration: none;
	font-size: 15px;
}

/* Customizing Poll Widget */

.wp-polls .Buttons{
	color: #000000;
}
.wp-polls .Buttons p:hover{
	color: #ffffff;
}

/* Editor and address info at Footer */

#copyrights{
	margin-top: 20px;
}

/* Full width carousal category slider  */

.full-widget-area .carousel-slider h3.title {
	padding-left: 15px;
	box-shadow: 0 0;
	border-top: none;
	border-bottom: none;
	background: purple;
	color: #ffffff;
	width: 200px;
}

ul.feature-posts-list li h3 {
	line-height: 20px;
	display: initial;
}
ul.feature-posts-list li h3 a {
	font-size: 15px;
	font-weight: normal;
	font-family: "Tinos", serif;
}
ul.feature-posts-list li small {
	color: red;
}
.custom-sholder{
	color: #999999;
}
.custom-second-headline{
	color: #999999;
}