/*
 Theme Name:   TKSST
 Theme URI:    http://dedepress.com/themes/detube/
 Description:  Detube Child Theme
 Author:       Michael Cosentino
 Author URI:   http://about.me/cosentino
 Template:     detube
 Version:      1.0.0
 Tags:         theme-options
 Text Domain:  detube-child
*/

@import url("../detube/responsive.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Select Menu */
#main-nav .select-div {
	background: none;
	background-color: #51bd83;
}
#main-nav select {
	text-transform:uppercase; 
	color: #FFF;
	text-shadow: none;
}


/*== Mobile
 *==================================================================*/ 
@media only screen and (max-width:639px) {

/* Common Item Style */
.item .entry-summary, div.entry-content {
	line-height:26px;
	font-size:17px;
	padding: 5px 0 0;
}

/* Structure */
#main {
	padding: 0;
}

#main-nav {
	padding: 20px 0 0 0;
}

.list-large .item {
	padding: 0 0 23px;
}

.list-large .entry-title {
	font-weight: 300;
	font-size: 19pt;
	line-height: 1.2;
}

.entry-actions .dp-like-post {
	margin-left: 0;
}

.loop-title {
	margin: 20px 0 0 0;
}

#see-all-button { 
	background-color:#2684b8;
	color:#fff;
	font: 24px soleil, san-serif;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	/*padding: 5px 15px 10px;*/
	margin: -10px 0 30px;
	width: 100% !important;
}



#footbar.footbar-c4 .widget {
	display: none;
}


/* Featured Content Style */
.wall {
	padding: 20px 0 0 0;
}


/* End @media ===================================================== */
}