/* 
Theme Name: Comedy Underground
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsivepro
Version: 2014 - 4.1
Author: Wally Glenn
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 5px 7px -4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 5px 7px -4px rgba(0,0,0,0.6);
	box-shadow: 0 5px 7px -4px rgba(0,0,0,0.6);
}

.menu-item-723 a,
li#menu-item-723 {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.menu-item-home {
}

#Headline .widgettitle {
	display: none;
}
#Headline .tribe-events-widget-link,
#Headline .duration {
	display: none;
}
#Headline p {
	text-align: left;
}
#Headline .read-more {
	clear: none;
}
#Headline .tribe-events-event-image {
	margin-right: 15px;
}
#Headline .tribe-events-event-image img {
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 0px #6b6b6b;
	box-shadow: 0px 0px 4px 0px #6b6b6b;
	height: 200px;
}

#Headline .entry-title {
	font-size: 36px;
	letter-spacing: -1px;
}
#masthead {
	padding-top: 20px;
	background: #302e32;
}
#logo {
	float: left;
	margin: 2px 0;
}

.wp-post-image {
	float: left !important;
	margin: 5px 20px 20px 0 !important;
}

/* =Widgets
-------------------------------------------------------------- */
/* Increase content area */
.page-template-content-sidebar-page-php #wrapper .col-620 {
width: 72%;	
}
/* Decrease sidebar area */
.page-template-content-sidebar-page-php #wrapper .col-300 {
width: 25%;
}
.tweets li {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 2px;
}
.tweets li:last-child {
	border-bottom: none;
}

.tribe-events-event-image {
	float: left;
}
.tribe-events-adv-list-widget ol li p {
	margin-bottom:0;
}
/*.tribe-events-event-image img {
	max-width:100px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 0px #6b6b6b;
	box-shadow: 0px 0px 4px 0px #6b6b6b;
}*/

#widgets a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.round-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 0 20px;
}
/* =Widget 1
-------------------------------------------------------------- */
.home-widgets .col-300:nth-child(1) {
	/*width: 48.936170212766%;
	width: 540px;*/
	width: 63.8298% !important;
}
#home_widget_1 img {
	width: 150px;
	-ms-interpolation-mode: bicubic;
	height: auto;
	vertical-align: middle;
	float: left;
	margin-right: 15px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 0px #6b6b6b;
	box-shadow: 0px 0px 4px 0px #6b6b6b;
}
#home_widget_1 .event-is-recurring {
	display: none;
}

/* =Widget 2
-------------------------------------------------------------- */
.home-widgets .col-300:nth-child(2) {
	margin-right: 0px;
	margin-left: 2.127659574468%;
}
#home_widget_2 img {
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 0px #6b6b6b;
	box-shadow: 0px 0px 4px 0px #6b6b6b;	
}
#home_widget_2 a {
	font-weight: bold;
}
#home_widget_2 ul {
	list-style-type: none;
	padding: 0 0 0 0;
}
#home_widget_2 ol {
	padding: 0 0 0 0;
}
#home_widget_2 li {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 2px;
}
#home_widget_2 li:last-child {
	border-bottom: none;
}

/*Facebook */

.widget_facebook-like-box ._4s7c {
	border: 0px none !important;
}



/* =Widget 3
-------------------------------------------------------------- */
.home-widgets .col-300:nth-child(3) {
	/*display: none;*/
	clear: both;
	width: 99.893617021277%;
}

.home-widgets .col-300:nth-child(2) .duration {
	float: left;
	overflow: auto;
	margin-bottom: 5px;
	width: 100%;
}




/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 980px) {

	h1 {
		font-size: 24px;
	}
	
	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}
	
	#Headline .entry-title {
		font-size: 24px;
		letter-spacing: -1px;
	}

	.home-widgets .col-300:nth-child(2) .duration {
		float: none;
		overflow: auto;
		margin-bottom: 5px;
		width: 100%;
	}

	.home-widgets .col-300:nth-child(1) {
		width: 100% !important;
	}

	#home_widget_1 img,
	.tribe-events-event-image {
		margin-right: 15px;
	}
	
	#home_widget_2 .tribe-events-event-image {
		float: left;
		padding-right: 15px;
	}
	.round-wrapper {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		background-color: #ffffff;
		border: none;
		border-radius: 0px;
		padding: 0;
	}
}
@media screen and (max-width: 650px) {
	
	.home-widgets .col-300:nth-child(2) .duration {
		float: left;
	}

	#home_widget_1 img {
		width: 100px;
	}

	.tribe-events-adv-list-widget .duration {
		display: inline-block;
		font-weight: bold;
		margin: 4px 0;
	}

	#widgets ul, #widgets ol {
		padding: 0 0 0 0px;
	}

	.tribe-events-event-image {
		display: block;
		margin-right: 0;
	}
	
	.widget-title h3,
	.widget-title-home h3 {
		display: block;
		font-size: 18px;
		font-weight: 700;
		line-height: 23px;
		margin: 0;
		padding: 0 0 20px 0;
		text-align: left;
	}
	
	.widget-wrapper {
		padding: 10px;
	}

	#featured p {
		font-size: 14px;
		font-weight: 200;
		line-height: 27px;
		padding: 0 0px 0 0px;
		text-align: left;
	}
	#featured {
		padding-bottom: 0px;
	}

	.front-page #widgets {
		margin-top: 15px;
	}

	.tribe-events-adv-list-widget ol li {
		margin-bottom: 30px;
		list-style: none;
		border-bottom: 1px solid #e5e5e5;
	}
	.tribe-events-adv-list-widget ol li:last-child {
		margin-bottom: 20px;
		border-bottom: none;
	}

	#Headline .tribe-events-adv-list-widget ol li {
		margin-bottom: 0px;
		border-bottom: 0px none;
	}
	
	#home_widget_2,
	#home_widget_3,
	#news {
		display: none;
	}
}
@media screen and (max-width: 480px) {

	#featured {
		display:none;
	}

	.front-page #widgets {
		margin-top: 0px;
	}
	#widget-title-one {
		display:none;
	}
	.home-widgets .col-300:nth-child(1) {
		width: 100% !important;
	}

	#menu-item-285 a {
		display: block;
		border-left: none;
	}

	h2.tribe-events-page-title,
	#tribe-geo-results h2.tribe-events-page-title {
		font-size: 22px;
		font-weight: bold;
	}
	
	.fb_iframe_widget {
		display: inline-block;
		position: relative;
		width: 100%;
		outline: 1px solid #f00;
	}
	
	#home_widget_1 img {
		/*width: 100%;
		-ms-interpolation-mode: bicubic;
		height: auto;
		vertical-align: middle;
		float: left;
		margin-right: 0px;
		border: 2px solid #fff;
		-webkit-box-shadow: 0px 0px 4px 0px #6b6b6b;
		box-shadow: 0px 0px 4px 0px #6b6b6b;*/
		display:none
	}

	#logo {
		float: none;
	}
	
}
@media screen and (max-width: 320px) {
}
@media screen and (max-width: 240px) {
}


/*The last 29 days of the month are the hardest."- Nikola Tesla*/