/*
Theme Name: Dave Hughes
Theme URI: http://davehughes.com.au
Description: Daves Hughes 2020 website
Version: 2.0
Template: bridge
*/
@import url("../bridge/style.css");

.mobile_menu_button span {
	font-size: 20px;
}


/* GIGPRESS STYLING */
tr.gigpress-header th {
	font-weight: 400 !important;
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
}

a.gigpress-tickets-link {
	font-weight: 400 !important;
	padding: 2px 8px;
	background: #31c8a2; 
	color: #fff;
}

a.gigpress-tickets-link:hover {
	background: #74dfc4;
}

strong.gigpress-cancelled, strong.gigpress-soldout {
	font-weight: 400 !important;
	padding: 2px 8px !important;
}

.grecaptcha-badge {
    z-index: 9999;
}

/* BLOG STYLING */
.post_info_date {
	font-style: italic;
	font-weight: 300;
}

.latest_post_two_holder .latest_post_two_text {
	padding: 20px; 
}

.blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image > a {
	width: auto !important;
}

article.category-blog .post_text {
	width: 1100px;
	margin: 0 auto;
}


/* RESPONSIVE */
@media screen and (min-width : 320px) and (max-width : 480px) {
	a.gigpress-tickets-link { padding: 2px; font-size: 14px; display: block; }
	tr.gigpress-header th { font-size: 16px;}
	.gigpress-row td { font-size: 14px; line-height: 16px; }
}